Description

Compute valid tiles for a given datacube definition and area of interest. This list can be used by downstream analysis tasks to limit processing to the area of interest when satellite data covers a larger region.

Input

name:type
description
pattern

aoi

:file

Vector file (either shapefile geometry or geopackage) defining the area of interest.

*.{shp,gpkg}

datacube_definition

:file

Datacube file in FORCE format defining the properties of the targeted datacube.

*.{prj}

shapefile_dbf

:file

Optional attribute table for shapefiles. Required if aoi is a shapefile.

*.{dbf}

shapefile_prj

:file

Optional projection for shapefiles. Required if aoi is a shapefile.

*.{prj}

shapefile_shx

:file

Optional shape index for shapefiles. Required if aoi is a shapefile.

*.{shx}

Output

name:type
description
pattern

tile_allow

tile_allow.txt

:file

List of allowed datacube tiles. Each line contains an tile identifier.

tile_allow.txt

versions_force

${task.process}

:string

The name of the process

force

:string

The name of the tool

force-tile-extent -v

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

force

:string

The name of the tool

force-tile-extent -v

:eval

The expression to obtain the version of the tool

Tools

force
GPL-3.0

A all-in-one tool for processing satellite data. Specialized on medium resolution data such as Landsat or Sentinel imagery.