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
5 changes: 3 additions & 2 deletions etl/config/codefiles_urls.txt
Original file line number Diff line number Diff 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/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
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/aster-l1t/aster-l1t-example.ipynb
Expand Down Expand Up @@ -39,7 +40,7 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datas
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/jrc-gsw/jrc-gsw-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/kaza-hydroforecast/kaza-hydroforecast-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/landsat-c2/landsat-c2-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/mobi/mobi-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-forecast-data.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-height.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-near-surface.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-global-deterministic-pressure.ipynb
Expand All @@ -48,7 +49,7 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datas
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-near-surface.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-pressure.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-uk-deterministic-whole-atmosphere.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/met-office/met-office-forecast-data.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/mobi/mobi-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-fire-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-imagery-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/modis/modis-snow-example.ipynb
Expand Down
Binary file added public/images/venezuelabanner.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 number Diff line number Diff 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-venezuela-2026:
category: Infrastructure
headerImg: ./images/venezuelabanner.webp
tabs:
- title: Example Notebook
src: venezuela-earthquake.html
launch: datasets/ai4good/venezuela-earthquake.ipynb

sentinel-1-grd:
category: SAR
headerImg: ./images/sentinel-1-grd-hero.png
Expand Down
Loading