Skip to content

Commit

Permalink
hot fix to the nldas data and slider
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth0248 committed Dec 5, 2024
1 parent fc544e1 commit cda1665
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 6 additions & 2 deletions datasets/nldas2.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ layers:
- 200
nodata: 0
compare:
datasetId: nldas3
layerId: nldas3
datasetId: nldas2
layerId: nldas2
mapLabel: |
::js ({dateFns, datetime, compareDatetime}) => {
return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
Expand All @@ -54,6 +54,10 @@ layers:
- "#F37C21"
- "#FCFFA4"
- "#fc8d59"
info:
spatialExtent: CONUS
temporalResolution: Monthly
unit: mm/month
---
<Block>
<Prose>
Expand Down
8 changes: 6 additions & 2 deletions datasets/nldas3.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ layers:
- 200
nodata: 0
compare:
datasetId: nldas3
layerId: nldas3
datasetId: nldas2
layerId: nldas2
mapLabel: |
::js ({dateFns, datetime, compareDatetime}) => {
return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
Expand All @@ -54,6 +54,10 @@ layers:
- "#F37C21"
- "#FCFFA4"
- "#fc8d59"
info:
spatialExtent: North and Central America
temporalResolution: Monthly
unit: mm/month
---
<Block>
<Prose>
Expand Down
6 changes: 3 additions & 3 deletions stories/nldas3.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ taxonomy:
<Block>
<Figure>
<Map
datasetId='nldas2'
layerId='nldas2'
datasetId='nldas3'
layerId='nldas3'
zoom={6}
center={[-90,39]}
dateTime='2017-08'
Expand All @@ -141,7 +141,7 @@ taxonomy:
attrUrl='https://nasa.gov/'
>
</Caption>
NLDAS-2 and NLDAS-3 precipitation outputs for August 2017.
NLDAS-3 and NLDAS-2 precipitation outputs for August 2017.
</Figure>
</Block>
<Block>
Expand Down

0 comments on commit cda1665

Please sign in to comment.