Skip to content
Draft
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 number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datas
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/noaa-cdr/noaa-cdr-sea-surface-temperature-whoi-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/noaa-climate-normals/noaa-climate-normals-gridded-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/noaa-climate-normals/noaa-climate-normals-tabular-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/noaa-hrrr/noaa-hrrr-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/noaa-mrms-qpe/noaa-mrms-qpe-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/noaa-nclimgrid/noaa-nclimgrid-example.ipynb
https://raw.githubusercontent.com/microsoft/PlanetaryComputerExamples/main/datasets/nrcan-landcover/nrcan-landcover-example.ipynb
Expand Down
Binary file added public/images/noaa-hrrr-hero.png
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 @@ -913,6 +913,14 @@ noaa-climate-normals-netcdf:
src: noaa-climate-normals-gridded-example.html
launch: datasets/noaa-climate-normals/noaa-climate-normals-gridded-example.ipynb

noaa-hrrr:
category: Climate/Weather
headerImg: ./images/noaa-hrrr-hero.png
tabs:
- title: Example Notebook
src: noaa-hrrr-example.html
launch: datasets/noaa-hrrr/noaa-hrrr-example.ipynb

noaa-mrms-qpe-1h-pass1:
category: Climate/Weather
headerImg: ./images/noaa-mrms-qpe-1h-pass1-hero.png
Expand Down
8 changes: 0 additions & 8 deletions src/config/storageDatasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@ gfs-warm-start:
thumbnailUrl: RE4MHyn.jpg
keywords: [Global, NOAA, Weather, Temperature, Precipitation]

noaa-hrrr:
title: NOAA High-Resolution Rapid Refresh (HRRR)
category: Climate/Weather
short_description: Weather forecasts for North America at 3km resolution
infoUrl: https://aka.ms/ai4edata-hrrr
thumbnailUrl: hrrr_small.jpg
keywords: [North America, NOAA, Weather, Forecast]

noaa-isd:
title: NOAA Integrated Surface Data
category: Climate/Weather
Expand Down
Loading