Skip to content

Commit

Permalink
added datasets
Browse files Browse the repository at this point in the history
- added Global Land subsidence mapping
  • Loading branch information
samapriya committed Nov 9, 2023
1 parent 7bdc8c3 commit 3f75cad
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
18 changes: 18 additions & 0 deletions community_datasets.json
Original file line number Diff line number Diff line change
Expand Up @@ -13245,6 +13245,24 @@
"tags": "agriculture, land use, land cover, Bhutan, rice",
"license": "Creative Commons Attribution 4.0 International"
},
{
"title": "Global Land Subsidence mapping: subsidence_prediction_recoded",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:geophysical-biological-biogeochemical/GLOBAL-LAND-SUBSIDENCE",
"type": "image",
"id": "projects/space-geographer/assets/Final_subsidence_prediction_recoded",
"provider": "Hasan, M. F., R. Smith, S. Vajedian, R. Pommerenke, S. Majumdar",
"tags": "machine learning,global groundwater,groundwater monitoring,land subsidence, InSAR",
"license": "Creative Commons Attribution 4.0 International"
},
{
"title": "Global Land Subsidence mapping: subsidence_prediction_probability",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:geophysical-biological-biogeochemical/GLOBAL-LAND-SUBSIDENCE",
"type": "image",
"id": "projects/space-geographer/assets/Final_subsidence_proba_greater_1cm_2013_2019_recoded",
"provider": "Hasan, M. F., R. Smith, S. Vajedian, R. Pommerenke, S. Majumdar",
"tags": "machine learning,global groundwater,groundwater monitoring,land subsidence, InSAR",
"license": "Creative Commons Attribution 4.0 International"
},
{
"title": "USGS Historical Topo maps 1:24000 map index",
"sample_code": "https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:analysis-ready-data/USGS-TOPO-RENDER",
Expand Down
43 changes: 43 additions & 0 deletions docs/projects/land_subsidence.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Global Land subsidence mapping

This dataset centers on the creation of a global land subsidence dataset through the use of advanced geospatial and modeling techniques. The study investigates the relationships between groundwater stress, aquifer depletion, and land subsidence on a worldwide scale. Employing remote sensing data and model-based datasets, a machine learning model has been developed to predict land subsidence at a remarkably high spatial resolution of approximately 2 kilometers. The outcomes of this study include a comprehensive estimation of global land subsidence magnitude, a first-order assessment of aquifer storage loss due to consolidation, and the quantification of key factors driving subsidence. Notably, a significant portion of the observed subsidence is concentrated in cropland and urban areas, underscoring the urgency of adopting sustainable groundwater management practices in these regions. This dataset is invaluable for understanding the spatial distribution of subsidence in both known and previously unidentified groundwater-stressed areas worldwide.

The global land subsidence dataset is a pioneering effort in characterizing the complex interplay between groundwater dynamics, land subsidence, and aquifer storage loss. By leveraging machine learning and comprehensive datasets, this study contributes to a deeper understanding of the environmental challenges posed by excessive groundwater pumping and highlights the need for proactive measures to safeguard water resources and mitigate land subsidence impacts, particularly in regions facing water scarcity and population growth. You can read the [full paper here](https://www.nature.com/articles/s41467-023-41933-z). You can find additional information [in this GitHub repository](https://github.com/mdfahimhasan/Global-Subsidence-Groundwater).

#### Citation

```
Hasan, M.F., Smith, R., Vajedian, S. et al. Global land subsidence mapping reveals widespread loss of aquifer storage capacity.
Nat Commun 14, 6180 (2023). https://doi.org/10.1038/s41467-023-41933-z
```

#### Dataset citation

```
Hasan, M. F., R. Smith, S. Vajedian, R. Pommerenke, S. Majumdar (2023). Global Land Subsidence Mapping Reveals Widespread Loss of Aquifer Storage
Capacity Datasets, HydroShare, https://doi.org/10.4211/hs.dc7c5bfb3a86479b889d3b30ab0e4ef7
```

![land_subsidence_small](https://github.com/samapriya/awesome-gee-community-datasets/assets/6677629/4c84a470-3acf-4866-9338-6ca0eec59f2f)

#### Earth Engine Snippet

```js
var subsidence_prediction_probability = ee.Image("projects/space-geographer/assets/Final_subsidence_proba_greater_1cm_2013_2019_recoded");
var subsidence_prediction_recoded = ee.Image("projects/space-geographer/assets/Final_subsidence_prediction_recoded");
```

Sample code: https://code.earthengine.google.com/?scriptPath=users/sat-io/awesome-gee-catalog-examples:geophysical-biological-biogeochemical/GLOBAL-LAND-SUBSIDENCE

#### License

This resource is shared under the [Creative Commons Attribution CC BY](http://creativecommons.org/licenses/by/4.0/)

Created by: Hasan, M. F., R. Smith, S. Vajedian, R. Pommerenke, S. Majumdar

Curated in GEE by: Samapriya Roy

Keywords: machine learning,global groundwater,groundwater monitoring,land subsidence, InSAR

Last updated: 2023-11-08

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ nav:
- Global maps of habitat types: projects/habitat.md
- Soil carbon storage in terrestrial ecosystems of Canada: projects/scs.md
- Irrecoverable carbon in Earth’s ecosystems: projects/irc.md
- Global Land subsidence mapping: projects/land_subsidence.md
- Global Surface water and groundwater salinity measurements (1980-2019): projects/salinity.md
- Elevation and Bathymetry:
- Copernicus Digital Elevation Model (GLO-30 DEM): projects/glo30.md
Expand Down

0 comments on commit 3f75cad

Please sign in to comment.