Skip to content

Commit

Permalink
compare date
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth0248 committed Sep 9, 2024
1 parent b72d73c commit 0597159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions datasets/nldas2.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ layers:
- 200
nodata: 0
compare:
datasetId: nldas2
layerId: nldas2
datasetId: nldas3
layerId: nldas3
mapLabel: |
::js ({dateFns, datetime, compareDatetime}) => {
return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`;
Expand Down
7 changes: 3 additions & 4 deletions stories/nldas3.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,9 @@ taxonomy:
<Prose>
## Explore the Data in the Cloud
Below are links to sample monthly precipitation forcing data in Jupyter Notebooks for you to further explore and examine NLDAS-2 and the sample NLDAS-3 data.
- [Notebook 1](https://nasa-impact.github.io/veda-docs/pr-preview/pr-154/notebooks/datasets/nldas_visualize_rawdata.html) shows how to visualize NLDAS-3 data.
- [Notebook 2](https://nasa-impact.github.io/veda-docs/pr-preview/pr-154/notebooks/datasets/nldas_time_series.html) shows you how to create time series for NLDAS-3 data.
- [Notebook 3](https://nasa-impact.github.io/veda-docs/pr-preview/pr-154/notebooks/datasets/nldas_compare2_3.html) shows you how to compare NLDAS-2 and NLDAS-3 data.

- [Notebook 1](https://nasa-impact.github.io/veda-docs/notebooks/datasets/nldas_visualize_rawdata.html) shows how to visualize NLDAS-3 data.
- [Notebook 2](https://nasa-impact.github.io/veda-docs/notebooks/datasets/nldas_time_series.html) shows you how to create time series for NLDAS-3 data.
- [Notebook 3](https://nasa-impact.github.io/veda-docs/notebooks/datasets/nldas_compare2_3.html) shows you how to compare NLDAS-2 and NLDAS-3 data.
</Prose>
</Block>

Expand Down

0 comments on commit 0597159

Please sign in to comment.