You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First you need to validate the STAC collection with `pctasks dataset validate-collection [path-to-template.json]`, fix any validation errors.
6
+
7
+
Then submit the collection ingestion with `pctasks dataset ingest-collection -d datasets/predicted-damage-venezuela-2026/dataset.yaml -s -a registry pccomponents`
8
+
9
+
Get the workflow ID and then watch it with: `pctasks runs status $WORKFLOW_ID --watch`.
10
+
It must succeed.
11
+
12
+
Verify that it was successful with `curl "https://planetarycomputer.microsoft.com/api/stac/v1/collections/predicted-damage-venezuela-2026"`
13
+
14
+
## Updating
15
+
16
+
Simply add `-u` to the command.
17
+
`pctasks dataset ingest-collection -d datasets/conus404/dataset.yaml -u -s -a registry pccomponents`
Following the June 2026 earthquakes that struck Catia La Mar, Venezuela, the [Microsoft AI for Good Lab](AI For Good Lab - Microsoft Research) ran their building damage assessment AI models to map and classify the buildings affected by the earthquakes. The models were applied to satellite imagery captured on 25 June 2026, producing building footprints with predicted damage across the affected area.
2
+
3
+
This collection mirrors the [Venezuela Earthquakes: Building Damage Assessment in Catia La Mar](https://data.humdata.org/dataset/venezuela-earthquakes-catia-la-mar) dataset published on the Humanitarian Data Exchange (HDX) by the Microsoft AI for Good Lab and made available under the [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) license.
4
+
5
+
## Methodology
6
+
7
+
The Microsoft AI for Good Lab ran their damage assessment AI models on satellite images taken 25 June 2026 and have mapped out the affected buildings.
8
+
9
+
## Caveats
10
+
11
+
Please note that the source imagery has orthorectification quality issues, which may cause building footprints to be misaligned with existing basemaps.
0 commit comments