-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e8f33f
commit ab98df2
Showing
1 changed file
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,61 @@ | ||
# gee-global-intertidal-change-data-descriptor | ||
Data descriptor for the datasets associated with Losses and gains of Earth's tidal wetlands | ||
# Data descriptor for: | ||
### Losses and gains of Earth's tidal wetlands (2021) | ||
|
||
#### File description: | ||
|
||
This data descriptor describes the Global Intertidal Change data products associated with the paper Losses and gains of Earth's tidal wetlands (in review). The principal data product is a set of change maps, consisting of 6 raster bands split into single images for publication: | ||
|
||
* `"loss", 0-1` - integer representing loss (1). | ||
* `"lossYear", 01:19, 3` - integer representing year of analysis (eg., 19 == 2019). | ||
* `"lossType, 2,3,5` - integer representing intertidal ecosystem type (Tidal Flat (2), Mangrove (3), Saltmarsh (5)). | ||
* `"gain", 0-1` - integer representing gain (1). | ||
* `"gainYear", 01:19, 3` - integer representing time step end year of analysis (eg., 01 == 1999-2001, 19 == 2017-2019). | ||
* `"gainType", 2,3,5` - integer representing intertidal ecosystem type (Tidal Flat (2), Mangrove (3), Saltmarsh (5)). | ||
|
||
In addition, we provide two tidal wetland extent images: | ||
|
||
* `gic_s1_probability, 0-100` - integer which represents the agreement of random forest decision trees for the tidal wetland class in t1 of the analysis, 2001 | ||
* `gic_s1_probability, 0-100` - integer which represents the agreement of random forest decision trees for the tidal wetland class in t7 of the analysis, 2019 | ||
|
||
A full description of the methods, validation, and limitations of the data produced by this software is available in the published paper. For project updates, frequently asked questions, and Google Earth Engine code examples please refer to the [project website](https://www.globalintertidalchange.org/). | ||
|
||
Code to develop the 6 band change product and two extent bands are available at DOI: 10.5281/zenodo.5968865 | ||
|
||
Training data used to develop the extent product is available at DOI: 10.6084/m9.figshare.19121660 | ||
|
||
#### Citation | ||
Use of any aspect of this study requires full attribution (see licence). | ||
|
||
Please cite the published paper: | ||
Murray et al. (in submission) Losses and gains of Earth's tidal wetlands. | ||
|
||
#### User notes and caveates | ||
There are several important considerations about the use of these data products, including: | ||
|
||
* The data products only cover the area between 60 degrees North and 60 degrees south. Refer to the extent of the tidal wetland probability analysis for the full analysis extent. | ||
* Although the models developed to predict the distribution and change of tidal wetland extent and their component ecosystems, like all remotely sensed datasets there are unavoidable ommission and commission errors. These are described in detail and quantified in the published paper. We recommend any use of the data propagates the errors associated with map uncertainty through any downstream analyses. | ||
* The datasets were developed with careful consideration of the definitions of loss and gain and the scale at which the definitions apply. Please refer to the published paper to best understand what is represented in these data products. | ||
* A minimum mapping unit is applied to the data, please refer to the published paper. | ||
* Please contact the corresponding author of the published paper to request any additional data from the study (such as probability layers for the years between t1 and t7) | ||
|
||
#### Data | ||
The datasets generated for this study area available for viewing at the Global Intertidal Change website (http://www.globalintertidalchange.org). | ||
|
||
For analysis, they are made directly available in Google Earth Engine with the following assetIDs: | ||
|
||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_loss` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_lossYear` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_lossType` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_gain` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_gainYear` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_gainType` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_twprobability_2001` | ||
* `projects/UQ_intertidal/global_intertidal_v2_0/outputs/gic_v2_0/gic_archive_2019_v1_0_0/murray_gic_v1_0_0_twprobability_2019` | ||
|
||
The dataset are also available as shards from GCP Cloud Storage and can be downloaded using the `gsutil` command `gsutil -m cp "gs://gic_exports/gic-2019-v1-0/*.tif" "PATH-TO-LOCAL-FOLDER"` | ||
|
||
#### Licence | ||
These data products are licensed under a Creative Commons Attribution-Non Commercial 4.0 International License. [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) | ||
|
||
#### Further information: | ||
For any further information about this project, code or data please contact nicholas.murray@jcu.edu.au. |