Planet crisis response imagery related to the earthquakes in Venezuela.
# Pre-event Planet Quarterly Basemap (Q1 2026) (llms.txt)
STAC Collection `pre-event` in the Venezuela earthquake (2026-06-24) catalog.
Base: https://data.source.coop/planet/venezuela-earthquake-2026-06-24/pre-event/
Collection: https://data.source.coop/planet/venezuela-earthquake-2026-06-24/pre-event/collection.json
- 40 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-01-01T00:00:00Z → 2026-03-31T23:59:59Z. BBox: [-68.37890624044671, 10.141931684792462, -66.09374999076411, 10.833305982211]. GSD: [4.77] m.
- License: CC-BY-NC-4.0 © Planet Labs PBC (non-commercial).
- Whole-region merged COG assets: `mosaic` (JPEG display) + `mosaic-lossless` (DEFLATE).
Query (DuckDB) — the pre-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/pre-event/items.parquet');