eodm
Usage:
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
extract
: Commands for extracting data from various...load
: Commands for loading data into various...transform
: Commands for data and metadata...version
: Prints software version
eodm extract
Commands for extracting data from various sources
Usage:
Options:
--help
: Show this message and exit.
Commands:
openeo
: Extract data from openEO resultsstac-api
: Extract data from a STAC APIstac-catalog
: Extract data from a STAC Catalog
eodm extract openeo
Extract data from openEO results
Usage:
Options:
--help
: Show this message and exit.
Commands:
results
eodm extract openeo results
Usage:
Arguments:
ASSET_NAME
: [required][RESULTS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--help
: Show this message and exit.
eodm extract stac-api
Extract data from a STAC API
Usage:
Options:
--help
: Show this message and exit.
Commands:
collections
: Extract all collections from STAC APIitems
: Extract items from a collection found in a...
eodm extract stac-api collections
Extract all collections from STAC API
Usage:
Arguments:
URL
: [required]
Options:
-o, --output [default|json]
: Output format. Default to STDOUT multiline [default: default]--help
: Show this message and exit.
eodm extract stac-api items
Extract items from a collection found in a STAC API
Usage:
Arguments:
URL
: [required]COLLECTION
: [required]
Options:
-b, --bbox BBOX
: WGS 84 format:minx,miny,maxx,maxy [default: -180.0,-90.0,180.0, 90.0]-d, --datetime-interval DATETIME_INTERVAL
: ISO format: single, start/end, start/.., ../end for open bounds [default: 1900-01-01 00:00:00/..]-l, --limit INT
: Limit query. [default: 0]-o, --output [default|json]
: Output format. Default to STDOUT multiline [default: default]--help
: Show this message and exit.
eodm extract stac-catalog
Extract data from a STAC Catalog
Usage:
Options:
--help
: Show this message and exit.
Commands:
collection
: Extract a collection from a STAC Catalogcollections
: Extract collections from a STAC Catalogitems
: Extract items from a STAC Catalog
eodm extract stac-catalog collection
Extract a collection from a STAC Catalog
Usage:
Arguments:
STAC_CATALOG_PATH
: [required]COLLECTION_ID
: [required]
Options:
--help
: Show this message and exit.
eodm extract stac-catalog collections
Extract collections from a STAC Catalog
Usage:
Arguments:
STAC_CATALOG_PATH
: [required]
Options:
--help
: Show this message and exit.
eodm extract stac-catalog items
Extract items from a STAC Catalog
Usage:
Arguments:
STAC_CATALOG_PATH
: [required]
Options:
--collection-id TEXT
--help
: Show this message and exit.
eodm load
Commands for loading data into various destinations
Usage:
Options:
--help
: Show this message and exit.
Commands:
stac-api
: Load metadata to a STAC APIstac-catalog
: Load data and metadata to a STAC catalog
eodm load stac-api
Load metadata to a STAC API
Usage:
Options:
--help
: Show this message and exit.
Commands:
collection
: Create and load a single collection to a...collections
: Load multiple collections to a stac API.items
: Load multiple items into a STAC API
eodm load stac-api collection
Create and load a single collection to a STAC API.
Usage:
Arguments:
URL
: [required]ID
: [required]DESCRIPTION
: [required]TITLE
: [required]
Options:
--verify / --no-verify
: [default: verify]--update / --no-update
: [default: no-update]--help
: Show this message and exit.
eodm load stac-api collections
Load multiple collections to a stac API. Collections can be piped from STDIN or a file with Collection jsons on each line
Usage:
Arguments:
URL
: [required][COLLECTIONS]
: [default: <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>]
Options:
--verify / --no-verify
: [default: verify]--update / --no-update
: [default: no-update]--skip-existing / --no-skip-existing
: [default: no-skip-existing]-o, --output [default|json]
: Output format. Default to STDOUT multiline [default: default]--help
: Show this message and exit.
eodm load stac-api items
Load multiple items into a STAC API
Usage:
Arguments:
URL
: [required][ITEMS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--verify / --no-verify
: [default: verify]--update / --no-update
: [default: no-update]--skip-existing / --no-skip-existing
: [default: no-skip-existing]-o, --output [default|json]
: Output format. Default to STDOUT multiline [default: default]--help
: Show this message and exit.
eodm load stac-catalog
Load data and metadata to a STAC catalog
Usage:
Options:
--help
: Show this message and exit.
Commands:
catalog
: Create a STAC Catalogcollection
: Create and add a STAC Collection to an...collections
: Load STAC Collections to an existing STAC...items
: Load STAC Items to an existing STAC Catalog.
eodm load stac-catalog catalog
Create a STAC Catalog
Usage:
Arguments:
CATALOG_PATH
: [required]ID
: [required]DESCRIPTION
: [required]TITLE
: [required]
Options:
--help
: Show this message and exit.
eodm load stac-catalog collection
Create and add a STAC Collection to an existing STAC Catalog
Usage:
Arguments:
CATALOG_PATH
: [required]ID
: [required]DESCRIPTION
: [required]TITLE
: [required]
Options:
--help
: Show this message and exit.
eodm load stac-catalog collections
Load STAC Collections to an existing STAC Catalog
Usage:
Arguments:
CATALOG_PATH
: [required][COLLECTIONS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--help
: Show this message and exit.
eodm load stac-catalog items
Load STAC Items to an existing STAC Catalog. Each item will be sorted to its collection
Usage:
Arguments:
CATALOG_PATH
: [required][ITEMS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--source-profile TEXT
--target-profile TEXT
--chunk-size INTEGER
: [default: 100000]--help
: Show this message and exit.
eodm transform
Commands for data and metadata transformations
Usage:
Options:
--help
: Show this message and exit.
Commands:
data
: Commands for data transformationsmetadata
: Commands for metadata transformations
eodm transform data
Commands for data transformations
Usage:
Options:
--help
: Show this message and exit.
Commands:
ensure-cog
: Creates COG images from all assets in ITEMSsnowmap
: Creates snowmap images from ITEMS
eodm transform data ensure-cog
Creates COG images from all assets in ITEMS
Usage:
Arguments:
[ITEMS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--overview-level INTEGER
: [default: 3]--output-dir TEXT
: [default: /tmp]--help
: Show this message and exit.
eodm transform data snowmap
Creates snowmap images from ITEMS
Usage:
Arguments:
[ITEMS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
-b, --bbox BBOX
: WGS 84 format:minx,miny,maxx,maxy [default: -180.0,-90.0,180.0, 90.0]--green-band TEXT
: [default: green]--swir-band TEXT
: [default: swir16]--scl-band TEXT
: [default: scl]--groupby TEXT
: [default: solar_day]--output-dir TEXT
: [default: /tmp]--help
: Show this message and exit.
eodm transform metadata
Commands for metadata transformations
Usage:
Options:
--help
: Show this message and exit.
Commands:
band-subset
: Subsets provided STAC ITEMS to only...wrap-items
: Wrap FILES in STAC items using...
eodm transform metadata band-subset
Subsets provided STAC ITEMS to only include the specified BANDS
Usage:
Arguments:
BANDS
: Comma separated list of bands [required][ITEMS]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--help
: Show this message and exit.
eodm transform metadata wrap-items
Wrap FILES in STAC items using STRPTIME_FORMAT to extract the date and assign to COLLECTION
Usage:
Arguments:
COLLECTION
: [required]STRPTIME_FORMAT
: [required][FILES]
: [default: <_io.TextIOWrapper name='' mode='r' encoding='utf-8'>]
Options:
--help
: Show this message and exit.
eodm version
Prints software version
Usage:
Options:
--help
: Show this message and exit.