From 64f85c9d057b12e3015e348b2d7675a8635129d1 Mon Sep 17 00:00:00 2001 From: siddharth0248 Date: Tue, 25 Jun 2024 11:30:18 -0500 Subject: [PATCH 1/3] remove dataset --- datasets/twsanomaly.data.mdx | 120 ----------------------------------- datasets/twstrend.data.mdx | 111 -------------------------------- 2 files changed, 231 deletions(-) delete mode 100644 datasets/twsanomaly.data.mdx delete mode 100644 datasets/twstrend.data.mdx diff --git a/datasets/twsanomaly.data.mdx b/datasets/twsanomaly.data.mdx deleted file mode 100644 index 5d0ead4f1..000000000 --- a/datasets/twsanomaly.data.mdx +++ /dev/null @@ -1,120 +0,0 @@ ---- -id: tws-anomaly -name: 'Terrestrial Water Storage Anomalies' -description: "TWS anomalies modeled using data assimilation within Land Information System framework" -media: - src: ::file ./twsanomaly-globe.png - alt: TWS anomalies from LIS outputs. - author: - name: NASA LIS - url: -taxonomy: - - name: Topics - values: - - EIS -layers: - - id: lis-tws-anomaly - stacCol: lis-tws-anomaly - name: 'TWS Anomaly' - type: raster - description: 'TWS anomalies modeled using data assimilation within Land Information System framework' - zoomExtent: - - 0 - - 11 - sourceParams: - resampling: bilinear - bidx: 1 - colormap_name: rdylbu - rescale: - - -200 - - 200 - compare: - datasetId: tws-anomaly - layerId: lis-tws-anomaly - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'DD LLL yyyy')} VS ${dateFns.format(compareDatetime, 'DD LLL yyyy')}`; - } - legend: - type: gradient - label: TWS Anomaly - min: "-200" - max: "200" - stops: - - "#a50026" - - "#f46d43" - - "#fee090" - - "#e0f3f8" - - "#74add1" - - "#313695" ---- - - -## Overview -Terrestrial water storage (TWS) is defined as the summation of all water on the land surface and in the subsurface. It includes surface soil moisture, root zone soil moisture, groundwater, snow, ice, water stored in the vegetation, river and lake water. - -
- - - Depleting TWS over CA between 2002 (left) and 2021 (right), captured by LIS modeled TWS anomalies - -
- -
- - - - -## Modeling TWS -TWS is modeled using Noah-MP land surface model (LSM) within LIS framework by assimilating NASA earth observations of soil moisture from Soil Moisture Active Passive (SMAP), leaf area index from MODIS sensor, and TWS from GRACE/GRACE-FO. The modeled TWS is produced over global domain at a resolution of 10 km. - - - - -
- - - TWS anomalies over India compared between Dec 2002 (left) and Dec 2021 (right) - -
- -## Interpreting the data -The TWS anomalies are calculated as differences of raw TWS with the climatology obtained over 2001-2021. Negative anomalies denote lower than normal TWS and vice-versa. The trend over time is thus deseasonalized and reflective of changes due to human impacts. - -
- - - -## Additional resources -* [EIS Freshwater](https://freshwater.eis.smce.nasa.gov/) - -* [Land Information System](https://lis.gsfc.nasa.gov/) - -### Explore the Missions -* [GRACE-FO](https://gracefo.jpl.nasa.gov/data/grace-fo-data/) - -* [SMAP](https://smap.jpl.nasa.gov/) - -* [MODIS](https://modis.gsfc.nasa.gov/) - - diff --git a/datasets/twstrend.data.mdx b/datasets/twstrend.data.mdx deleted file mode 100644 index 8b93c0c09..000000000 --- a/datasets/twstrend.data.mdx +++ /dev/null @@ -1,111 +0,0 @@ ---- -id: tws-trend -name: 'Terrestrial Water Storage Trend' -description: "Trend in TWS anomalies modeled using data assimilation within Land Information System framework" -media: - src: ::file ./twsanomaly-globe.png - alt: TWS trend of anomalies from LIS outputs. - author: - name: NASA LIS - url: -taxonomy: - - name: Topics - values: - - EIS -layers: - - id: lis-tws-trend - stacCol: lis-tws-trend - name: 'TWS Trend' - type: raster - description: 'Trends in TWS anomalies from LIS outputs' - zoomExtent: - - 0 - - 11 - sourceParams: - bidx: 1 - colormap_name: rdylbu - rescale: - - -1 - - 1 - nodata: -9999 - legend: - type: gradient - label: Trend in TWS Anomaly - min: "-1" - max: "1" - stops: - - "#a50026" - - "#f46d43" - - "#fee090" - - "#e0f3f8" - - "#74add1" - - "#313695" ---- - - -## Overview -Terrestrial water storage (TWS) is defined as the summation of all water on the land surface and in the subsurface. It includes surface soil moisture, root zone soil moisture, groundwater, snow, ice, water stored in the vegetation, river and lake water. - -
- - - Depleting TWS over CA captured by negative TWS anomaly trends - -
-
- - - -## Modeling TWS -TWS is modeled using Noah-MP land surface model (LSM) within LIS framework by assimilating NASA earth observations of soil moisture from Soil Moisture Active Passive (SMAP), leaf area index from MODIS sensor, and TWS from GRACE/GRACE-FO. The modeled TWS is produced over global domain at a resolution of 10 km. - - - - -
- - - Trend in TWS anomalies over India showing large groundwater extraction leading to depleting TWS - -
- -## Interpreting the data -The TWS anomalies are calculated as differences of raw TWS with the climatology obtained over 2001-2021. Negative anomalies denote lower than normal TWS and vice-versa. The trend over time is thus deseasonalized and reflective of changes due to human impacts. - -
- - - - -## Additional resources -* [EIS Freshwater](https://freshwater.eis.smce.nasa.gov/) - -* [Land Information System](https://lis.gsfc.nasa.gov/) - -### Explore the Missions -* [GRACE-FO](https://gracefo.jpl.nasa.gov/data/grace-fo-data/) - -* [SMAP](https://smap.jpl.nasa.gov/) - -* [MODIS](https://modis.gsfc.nasa.gov/) - - - From 20e71a0380e7dbaf9588de50457a8e56ad2cda04 Mon Sep 17 00:00:00 2001 From: siddharth0248 Date: Wed, 26 Jun 2024 11:45:27 -0500 Subject: [PATCH 2/3] Revert "remove dataset" This reverts commit 64f85c9d057b12e3015e348b2d7675a8635129d1. --- datasets/twsanomaly.data.mdx | 120 +++++++++++++++++++++++++++++++++++ datasets/twstrend.data.mdx | 111 ++++++++++++++++++++++++++++++++ 2 files changed, 231 insertions(+) create mode 100644 datasets/twsanomaly.data.mdx create mode 100644 datasets/twstrend.data.mdx diff --git a/datasets/twsanomaly.data.mdx b/datasets/twsanomaly.data.mdx new file mode 100644 index 000000000..5d0ead4f1 --- /dev/null +++ b/datasets/twsanomaly.data.mdx @@ -0,0 +1,120 @@ +--- +id: tws-anomaly +name: 'Terrestrial Water Storage Anomalies' +description: "TWS anomalies modeled using data assimilation within Land Information System framework" +media: + src: ::file ./twsanomaly-globe.png + alt: TWS anomalies from LIS outputs. + author: + name: NASA LIS + url: +taxonomy: + - name: Topics + values: + - EIS +layers: + - id: lis-tws-anomaly + stacCol: lis-tws-anomaly + name: 'TWS Anomaly' + type: raster + description: 'TWS anomalies modeled using data assimilation within Land Information System framework' + zoomExtent: + - 0 + - 11 + sourceParams: + resampling: bilinear + bidx: 1 + colormap_name: rdylbu + rescale: + - -200 + - 200 + compare: + datasetId: tws-anomaly + layerId: lis-tws-anomaly + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'DD LLL yyyy')} VS ${dateFns.format(compareDatetime, 'DD LLL yyyy')}`; + } + legend: + type: gradient + label: TWS Anomaly + min: "-200" + max: "200" + stops: + - "#a50026" + - "#f46d43" + - "#fee090" + - "#e0f3f8" + - "#74add1" + - "#313695" +--- + + +## Overview +Terrestrial water storage (TWS) is defined as the summation of all water on the land surface and in the subsurface. It includes surface soil moisture, root zone soil moisture, groundwater, snow, ice, water stored in the vegetation, river and lake water. + +
+ + + Depleting TWS over CA between 2002 (left) and 2021 (right), captured by LIS modeled TWS anomalies + +
+ +
+ + + + +## Modeling TWS +TWS is modeled using Noah-MP land surface model (LSM) within LIS framework by assimilating NASA earth observations of soil moisture from Soil Moisture Active Passive (SMAP), leaf area index from MODIS sensor, and TWS from GRACE/GRACE-FO. The modeled TWS is produced over global domain at a resolution of 10 km. + + + + +
+ + + TWS anomalies over India compared between Dec 2002 (left) and Dec 2021 (right) + +
+ +## Interpreting the data +The TWS anomalies are calculated as differences of raw TWS with the climatology obtained over 2001-2021. Negative anomalies denote lower than normal TWS and vice-versa. The trend over time is thus deseasonalized and reflective of changes due to human impacts. + +
+ + + +## Additional resources +* [EIS Freshwater](https://freshwater.eis.smce.nasa.gov/) + +* [Land Information System](https://lis.gsfc.nasa.gov/) + +### Explore the Missions +* [GRACE-FO](https://gracefo.jpl.nasa.gov/data/grace-fo-data/) + +* [SMAP](https://smap.jpl.nasa.gov/) + +* [MODIS](https://modis.gsfc.nasa.gov/) + + diff --git a/datasets/twstrend.data.mdx b/datasets/twstrend.data.mdx new file mode 100644 index 000000000..8b93c0c09 --- /dev/null +++ b/datasets/twstrend.data.mdx @@ -0,0 +1,111 @@ +--- +id: tws-trend +name: 'Terrestrial Water Storage Trend' +description: "Trend in TWS anomalies modeled using data assimilation within Land Information System framework" +media: + src: ::file ./twsanomaly-globe.png + alt: TWS trend of anomalies from LIS outputs. + author: + name: NASA LIS + url: +taxonomy: + - name: Topics + values: + - EIS +layers: + - id: lis-tws-trend + stacCol: lis-tws-trend + name: 'TWS Trend' + type: raster + description: 'Trends in TWS anomalies from LIS outputs' + zoomExtent: + - 0 + - 11 + sourceParams: + bidx: 1 + colormap_name: rdylbu + rescale: + - -1 + - 1 + nodata: -9999 + legend: + type: gradient + label: Trend in TWS Anomaly + min: "-1" + max: "1" + stops: + - "#a50026" + - "#f46d43" + - "#fee090" + - "#e0f3f8" + - "#74add1" + - "#313695" +--- + + +## Overview +Terrestrial water storage (TWS) is defined as the summation of all water on the land surface and in the subsurface. It includes surface soil moisture, root zone soil moisture, groundwater, snow, ice, water stored in the vegetation, river and lake water. + +
+ + + Depleting TWS over CA captured by negative TWS anomaly trends + +
+
+ + + +## Modeling TWS +TWS is modeled using Noah-MP land surface model (LSM) within LIS framework by assimilating NASA earth observations of soil moisture from Soil Moisture Active Passive (SMAP), leaf area index from MODIS sensor, and TWS from GRACE/GRACE-FO. The modeled TWS is produced over global domain at a resolution of 10 km. + + + + +
+ + + Trend in TWS anomalies over India showing large groundwater extraction leading to depleting TWS + +
+ +## Interpreting the data +The TWS anomalies are calculated as differences of raw TWS with the climatology obtained over 2001-2021. Negative anomalies denote lower than normal TWS and vice-versa. The trend over time is thus deseasonalized and reflective of changes due to human impacts. + +
+ + + + +## Additional resources +* [EIS Freshwater](https://freshwater.eis.smce.nasa.gov/) + +* [Land Information System](https://lis.gsfc.nasa.gov/) + +### Explore the Missions +* [GRACE-FO](https://gracefo.jpl.nasa.gov/data/grace-fo-data/) + +* [SMAP](https://smap.jpl.nasa.gov/) + +* [MODIS](https://modis.gsfc.nasa.gov/) + + + From 4e1a625979a42b4167147737aa68439ccd0fc579 Mon Sep 17 00:00:00 2001 From: siddharth0248 Date: Wed, 26 Jun 2024 12:05:07 -0500 Subject: [PATCH 3/3] removing the dataset from data catalog page --- datasets/{twsanomaly.data.mdx => twsanomaly.mdx} | 0 datasets/{twstrend.data.mdx => twstrend.mdx} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename datasets/{twsanomaly.data.mdx => twsanomaly.mdx} (100%) rename datasets/{twstrend.data.mdx => twstrend.mdx} (100%) diff --git a/datasets/twsanomaly.data.mdx b/datasets/twsanomaly.mdx similarity index 100% rename from datasets/twsanomaly.data.mdx rename to datasets/twsanomaly.mdx diff --git a/datasets/twstrend.data.mdx b/datasets/twstrend.mdx similarity index 100% rename from datasets/twstrend.data.mdx rename to datasets/twstrend.mdx