Expand description
STAC helpers for querying and processing STAC ItemCollections.
This module provides utility functions for working with STAC (SpatioTemporal Asset Catalog) data including extracting datetimes, asset names, and sourcing files.
Functionsยง
- canonical_
asset_ ๐name - get_
asset_ href - Gets the asset href for a specific date and asset name from a STAC feature collection.
- get_
asset_ names - Extracts asset names from a STAC ItemCollection.
- get_
items_ for_ date - Gets STAC items matching a specific date (within 24 hours).
- get_
name_ ๐from_ bands - get_
sorted_ datetimes - Extracts sorted datetimes from a STAC ItemCollection.
- get_
sources_ for_ asset - Gets file paths for a specific asset from STAC items.
- swap_
coordinates - Swaps x and y coordinates in a geometry.
- unique_
datetimes_ in_ range - Returns unique datetimes from a vector, merging those within 6 hours of each other.