Correspondence should be addressed to [email protected]
This repository contains source code for automatically downloading, cleaning, and processing the World Database on Protected Areas. By using this repository, users can maintain an up to date version of the world's protected areas.
Briefly, the following operations are run in sequence using ESRI ArcGIS:
- raw data is downloaded
- geometry issues are resolved
- invalid areas are omitted from the dataset
- protected areas are reprojected to a projected coordinate system
- protected areas are simplified to reduce computation burden
- protected areas only represented as points are buffered and merged with polygons
- areas contained in multiple protected areas are assigned the best IUCN criteria that overlaps with them
- slivers are removed from the dataset
- protected areas are exported in shapefile and raster format
This program has several dependencies. To install them, please see INSTALL.md.
To run all computational analyses: Double click on run.bat
or type make all
into the command prompt. The final shapefile and raster files will appear in the directory when processing has completed. The numbers in the raster correspond to the following IUCN categories: IA (0), IB (1), II (2), III (3), IV (4), V (5), VI (6), Not Assigned (7), Not Applicable (8), Not Reported (9). Pixels that are not protected areas have Missing Data values.
Note that all parameters can be customized by altering files in the code/parameters folder.
- data
- raw: raw data downloaded form protected planet
- intermediate: data generated during processing
- final: final cleaned dataset
- code
- parameters: files used to customise analysis in TOML format
- python: scripts used to run the analysis
- Operating system
- Windows (7+)
- Programs
- ArcGIS (version 10.3+)
- GNU make
- pip
- Python packages
- arcpy (installed automatically with ArcMAP)
- toml
- wget
Hanson J. O. (2016). Global protected areas. version 1.0.1. doi: 10.5281/zenodo.35031.