This task exports an ENVI Catalog as a SpatioTemporal Asset Catalog (STAC).

Syntax


Result = ENVITask('ExportCatalogToSTAC')

Input parameters (Set, Get): CATALOG_DATABASE, COLLECTION_ID, COLLECTION_TITLE, INCLUDE_THUMBNAILS, OUTPUT_DIRECTORY

Output parameters (Get only): OUTPUT_STAC_URI

Parameters marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Parameters marked as "Get" are those whose values you can retrieve but not set.

Input Parameters


CATALOG_DATABASE (required)

Specify the catalog database file (.sqlite) to export.

COLLECTION_ID (required)

Specify the ID of the STAC collection.

COLLECTION_TITLE (required)

Specify the title of the STAC collection.

INCLUDE_THUMBNAILS (optional)

Specify if you want to include thumbnails in the output STAC.

OUTPUT_DIRECTORY (optional)

The directory in which the resulting STAC files will be saved.

Output Parameters


OUTPUT_STAC_URI

The resulting STAC JSON file.

Methods


Execute

Parameter

ParameterNames

Properties


DESCRIPTION

DISPLAY_NAME

NAME

REVISION

TAGS

Version History


ENVI 6.3

Introduced

See Also


ENVITask, ExportCatalogToKMZ Task