Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions etl/config/codefiles_urls.txt
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/3dep-lidar/3dep-lidar-cog-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/3dep-lidar/3dep-lidar-copc-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/3dep/3dep-seamless-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/ai4good/colombia-earthquake.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/ai4good/venezuela-earthquake.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/alos-dem/alos-dem-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/alos-palsar/alos-palsar-example.ipynb
Expand Down
Binary file addedpublic/images/colombiaearthquake2026.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/config/datasets.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -987,6 +987,14 @@ planet-nicfi-analytic:
src: planet-nicfi-example.html
launch: datasets/planet-nicfi/planet-nicfi-example.ipynb

predicted-damage-colombia-2026:
category: Infrastructure
headerImg: ./images/colombiaearthquake2026.webp
tabs:
- title: Example Notebook
src: colombia-earthquake.html
launch: datasets/ai4good/colombia-earthquake.ipynb

predicted-damage-venezuela-2026:
category: Infrastructure
headerImg: ./images/venezuelabanner.webp
Expand Down
Loading