diff --git a/etl/config/codefiles_urls.txt b/etl/config/codefiles_urls.txt index 8d2c3f5c..205e7ac7 100644 --- a/etl/config/codefiles_urls.txt +++ b/etl/config/codefiles_urls.txt @@ -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 diff --git a/public/images/noaa-hrrr-hero.png b/public/images/noaa-hrrr-hero.png new file mode 100644 index 00000000..ac4f5b5c Binary files /dev/null and b/public/images/noaa-hrrr-hero.png differ diff --git a/src/config/datasets.yml b/src/config/datasets.yml index f17c6161..1440a247 100644 --- a/src/config/datasets.yml +++ b/src/config/datasets.yml @@ -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 diff --git a/src/config/storageDatasets.yml b/src/config/storageDatasets.yml index 3def2820..64ae54c7 100644 --- a/src/config/storageDatasets.yml +++ b/src/config/storageDatasets.yml @@ -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