ProjectDrawdown / spatial-aez

Process climate-related spatial data files for use in Project Drawdown climate solution models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process spatial climate maps

Code in this repository extracts land area data from spatial maps for use in climate solution models.

The output of this code is:

  • a series of CSV files, with a row per country or region and column per data class. Country and region names are normalized to those used in Project Drawdown. Data is calculated per country, correcting for WGS84 projection.
  • GeoTIFF files of the Project Drawdown Thermal Moisture Regime + Agro-Ecological Zone, as well as files for each component which goes into the classification. In addtition, PNG files downsampled to 5% resolution are provided for easy web viewing.

Data Sources

Note that the data processed in this repository comes from external sources, most of which require attribution in the form of a citation of their contribution. Please see LICENSE.md for details and links.

Data files come from the Nature article "Present and future Köppen-Geiger climate classification maps at 1-km resolution".

Data files from the paper retrieved 22 Aug 2019.

Land Cover

Data comes from the European Space Agency Climate Change Initiative, supported by the Copernicus Climate Change Service (C3S) Climate Data Store (CDS).

2018 NetCDF file C3S-LC-L4-LCCS-Map-300m-P1Y-2018-v2.1.1.nc retrieved 13 Dec 2019.

Slope

Data comes from FAO Supplementary Data for the Harmonized World Soil Database, downloaded Oct 24, 2019.

FAO slope data extends to 60° North to South. Outside of this range, slope data is supplied by Geomorpho90m, which is generated from MERIT-DEM data. Classified Slope GeoTIFF in data/geomorpho90m/classified_slope_merit_dem_1km_s0..0cm_2018_v1.0.tif produced 09 Oct 2019 from the tar.gz files retrieved from Geomorpho90m Google Drive 06 Oct 2019. Note that the original slope files from Geomorpho90m are tens of GBytes in size, which exceeds the 2GB LFS maximum file size which Github allows and is therefore not checked in to this repository. The generated GeoTIFF file with slopes classified into their GAEZ3.0 bins compresses better and fits within the Github limits.

Soil Workability

Data comes from the United Nations Food and Agriculture Organization sq7 ASC file retrieved 25 Sep 2019, converted to GeoTIFF using a procedure described in data/FAO/README.txt.

Administrative Boundaries

World maps are processed into administrative boundaries using shapefiles provided by Natural Earth.

Natural Earth topology files retrieved 22 Aug 2019.

About

Process climate-related spatial data files for use in Project Drawdown climate solution models.

License:Other


Languages

Language:Python 82.7%Language:HTML 14.0%Language:MATLAB 3.3%