Use a bounding box (bbox
) and temporal range (datetime
) in the query. This can be done with a tool like stac-js
, filtering photos that match the criteria.
Query the existing catalog, collect the filtered items, and construct a new catalog object. Save it as a JSON file, linking the relevant items.
Use a parent catalog to link to child catalogs for each incident (e.g., Palisade Fire, Houston Fire). Each child catalog contains items (e.g., photos, geospatial data) and links back to the parent.
Options include:
It depends on the context:
links
.This chat explored querying, organizing, and maintaining hierarchical relationships in STAC catalogs, particularly for wildfire-related geospatial data. The choice of approach depends on specific user needs and scalability goals.