Planet crisis response imagery related to the earthquakes in Venezuela.
# Post-event High-Resolution Imagery (llms.txt)
STAC Collection `post-event` in the Venezuela earthquake (2026-06-24) catalog.
Base: https://data.source.coop/planet/venezuela-earthquake-2026-06-24/post-event/
Collection: https://data.source.coop/planet/venezuela-earthquake-2026-06-24/post-event/collection.json
- 17 Items (scenes); each at items/<scene-id>/<scene-id>.json with COGs beside it.
- Per-scene assets: visual, analytic, udm2, udm (relative hrefs ./<scene-id>_<asset>.tif).
- Time: 2026-06-26T11:20:57.920000Z → 2026-06-28T12:20:47.540000Z. BBox: [-68.70820830512001, 10.089957947011598, -66.74220984464665, 10.7255755086354]. GSD: [0.5] m. Sensors: pelican, skysat.
- License: CC-BY-NC-4.0 © Planet Labs PBC (non-commercial).
- Filter by the `location` / `location_slug` item properties.
Query (DuckDB) — the post-event STAC-GeoParquet index:
INSTALL spatial; LOAD spatial;
SELECT id, datetime, assets FROM read_parquet('https://data.source.coop/planet/venezuela-earthquake-2026-06-24/post-event/items.parquet');