danyoung commited on
Commit
c3a972e
1 Parent(s): 21164d6

Update readme w/ suggestions

Browse files
Files changed (1) hide show
  1. README.md +29 -8
README.md CHANGED
@@ -93,15 +93,25 @@ dataset_info:
93
  # Project Resilience Emissions from Land-Use Change Dataset
94
 
95
  ### Project Resilience
96
- To contribute to this project see [Project Resilience](https://www.itu.int/en/ITU-T/extcoop/ai-data-commons/Pages/project-resilience.aspx) ([Github Repo](https://github.com/Project-Resilience/mvp))
97
 
98
- Land Use Change data is provided by the [Land Use Harmonization Project](https://doi.org/10.5194/gmd-2019-360), providing land-use changes from 850-2100
99
 
100
- Emissions from Land-Use Change (ELUC) data is provided by the [Global Carbon Budget 2023](https://doi.org/10.5194/essd-15-5301-2023) [Bookkeeping of Land-Use Emissions (BLUE) model]( https://doi.org/10.1002/2014GB004997).
101
 
102
- This data was used in the paper: [Discovering Effective Policies for Land-Use Planning](https://nn.cs.utexas.edu/?miikkulainen:arxiv23) at the [NeurIPS 2023 Workshop: Tackling Climate Change with Machine Learning](https://www.climatechange.ai/events/neurips2023). A recorded presentation on the paper can be found [here](https://www.climatechange.ai/papers/neurips2023/94).
103
 
104
- ### Land Use Types
 
 
 
 
 
 
 
 
 
 
105
 
106
  - Primary: Vegetation that is untouched by humans
107
 
@@ -127,19 +137,30 @@ This data was used in the paper: [Discovering Effective Policies for Land-Use Pl
127
  - Pasture
128
 
129
  - pastr: Managed pasture land
130
- - range: Natural grassland/savannah/desert/etc.
131
 
132
  ### Dataset
133
- The dataset is indexed by latitude, longitude, and time, with each row consisting of the land use of a given year, the land-use change from year to year+1, and the committed ELUC at the end of year in tons of carbon per hectare (tC/ha).
134
 
135
- Committed ELUC means the sum of all simulated future emissions due to a land-use change.
 
 
136
 
137
  In addition, the cell area of the cell in hectares and the name of the country the cell is located in are provided.
138
 
139
  A crop and crop_diff column consisting of the sums of all the crop types and crop type diffs is provided as well as the BLUE model treats all crop types the same.
140
 
 
 
 
 
 
 
 
141
  Raw data files are provided as: `merged_aggregated_dataset_1850_2022.zarr.zip` and `BLUE_LUH2-GCB2022_ELUC-committed_gridded_net_1850-2021.nc`, which are the land-use changes and the committed emissions respectively.
142
 
 
 
 
143
  ---
144
  dataset_info:
145
  features:
 
93
  # Project Resilience Emissions from Land-Use Change Dataset
94
 
95
  ### Project Resilience
96
+ To contribute to this project see [Project Resilience](https://www.itu.int/en/ITU-T/extcoop/ai-data-commons/Pages/project-resilience.aspx) ([Github Repo](https://github.com/Project-Resilience/mvp)).
97
 
98
+ The goal of Project Resilience is "to build a public AI utility where a global community of innovators and thought leaders can enhance and utilize a collection of data and AI approaches to help with better preparedness, intervention, and response to environmental, health, information, or economic threats to our communities, and contribute the general efforts towards meeting the Sustainable Development Goals (SDGs)."
99
 
100
+ This dataset was used in the paper: [Discovering Effective Policies for Land-Use Planning](https://nn.cs.utexas.edu/?miikkulainen:arxiv23) at the [NeurIPS 2023 Workshop: Tackling Climate Change with Machine Learning](https://www.climatechange.ai/events/neurips2023). A recorded presentation on the paper can be found [here](https://www.climatechange.ai/papers/neurips2023/94).
101
 
102
+ A preliminary demo utilizing this dataset was presented at the United Nations AI For Good Summit 2023 in Geneva, Switzerland on the [main stage](https://aiforgood.itu.int/event/project-resilience-facilitating-collaborative-ai-solutions-to-global-problems/) as well as in a [workshop](https://aiforgood.itu.int/event/building-a-decision-augmentation-platform-to-address-global-issues-2/)
103
 
104
+ ### Sources
105
+ This dataset contains estimates for CO2 Emissions from Land-Use Change (ELUC) provided by the [Bookkeeping of Land-Use Emissions (BLUE) model](https://doi.org/10.1002/2014GB004997).
106
+ BLUE contributes ELUC estimates to the annually updated Global Carbon Budget (eg. to [Global Carbon Budget 2023](https://doi.org/10.5194/essd-15-5301-2023))
107
+
108
+ Note: this dataset contains committed land-use change emissions from BLUE, which is different than the ELUC data used in the Global Carbon Budget. Details are found below.
109
+
110
+ BLUE uses land-use change data from the [Land-Use Harmonization Project 2 (LUH2)](https://doi.org/10.5194/gmd-13-5425-2020), which provides gridded data on land-use changes from 850-2100.
111
+
112
+ Please contact [Clemens Schwingshackl](https://www.geographie.uni-muenchen.de/department/fiona/personen/index.php?personen_details=1&user_id=372) or [Julia Pongratz](https://www.geographie.uni-muenchen.de/department/fiona/personen/index.php?personen_details=1&user_id=307) from Ludwig-Maximilians-Universität Munich, Germany with any questions about the ELUC data from BLUE.
113
+
114
+ ### Land-Use Types in LUH2
115
 
116
  - Primary: Vegetation that is untouched by humans
117
 
 
137
  - Pasture
138
 
139
  - pastr: Managed pasture land
140
+ - range: Grazed natural grassland, savannah, etc.
141
 
142
  ### Dataset
 
143
 
144
+ The processed dataset is indexed by latitude, longitude, and time, with each row consisting of the land use of a given year, the land-use change from year to year+1, and the committed ELUC at the end of year in tons of carbon per hectare (tC/ha).
145
+
146
+ Committed ELUC means that the CO2 fluxes in the year of the land-use change event and all subsequent CO2 fluxes (e.g. due to decay of biomass after clearing or due to regrowth of forest after wood harvest or re/afforestation) are summed and attributed to the year of the event.
147
 
148
  In addition, the cell area of the cell in hectares and the name of the country the cell is located in are provided.
149
 
150
  A crop and crop_diff column consisting of the sums of all the crop types and crop type diffs is provided as well as the BLUE model treats all crop types the same.
151
 
152
+ The processed dataset was created by:
153
+ - Joining the 2 raw data files by index
154
+ - Shifting all diff columns back 1 year so they align with their corresponding ELUC
155
+ - Aggregating the crop columns into a single column
156
+ - Adding country names to each cell
157
+
158
+ #### Raw
159
  Raw data files are provided as: `merged_aggregated_dataset_1850_2022.zarr.zip` and `BLUE_LUH2-GCB2022_ELUC-committed_gridded_net_1850-2021.nc`, which are the land-use changes and the committed emissions respectively.
160
 
161
+ The file `BLUE_LUH2-GCB2022_ELUC-committed_gridded_net_1850-2021.nc` contains committed emissions from BLUE (variable ELUC). It is indexed by latitude, longitude, and time with a spatial resolution of 0.25°, covering the years 1850-2021.
162
+ The file also contains the cell area of the cell in hectares (variable cell_area) and the name of the country the cell is located in are provided.
163
+
164
  ---
165
  dataset_info:
166
  features: