STAC Asset Reader (FME Form Package)

FME can read STAC (SpatioTemporal Asset Catalogs) Asset(s) from a STAC object. A STAC Asset contains a URI to data associated with a STAC object that can be downloaded or streamed.

STAC Asset 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

This is a packaged format requiring a version of FME 2021.0 or greater (b21261).

Download from FME Hub

https://hub.safe.com/publishers/safe/packages/stac

What is FME Hub?

What is FME Hub?

Dependencies

  • Python 3.6+

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.

STAC Assets belonging to the specified dataset can be selected, and a feature type is then created for each Asset that is read.

For more information, please see SpatioTemporal Asset Catalogs.