FME can read metadata properties from a STAC (SpatioTemporal Asset Catalogs) Item and its ancestor Catalogs and/or Collections.
STAC Metadata Product and System Requirements
| Format | FME Platform | Operating System | ||||
|---|---|---|---|---|---|---|
| Reader/Writer | FME Form | FME Flow | FME Flow Hosted | Windows 64-bit | Linux | Mac | 
| Reader | Yes | Yes | Yes | Yes | Yes | Yes | 
Integrating this Format with FME Form
| Download from FME Hub | |
| Dependencies | 
 | 
Reader Overview
The STAC Metadata Reader allows for several different types of datasets. Here is a brief summary of each STAC data type.
- STAC Item – Represents a single spatiotemporal asset as GeoJSON with additional metadata, and is the foundational building block of STAC.
- STAC Catalog – A simple JSON file of links used to browse STAC Items.
- STAC Collection– An extension of the STAC Catalog with some additional information.
- STAC API – Provides a RESTful endpoint that enables search of STAC Items.
- STAC FeatureCollection – Refers to multiple STAC Items and is generated in response to a user query to a STAC API.
For more information, please see SpatioTemporal Asset Catalogs.