Giter Site home page Giter Site logo

saverygomm / global-protected-areas Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ultimatemegs/global-protected-areas

0.0 2.0 1.0 49 KB

Automatically download and clean global protected area data

License: GNU General Public License v3.0

Makefile 40.69% Python 56.52% Batchfile 2.79%

global-protected-areas's Introduction

Global protected areas

DOI

Jeffrey O. Hanson

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:

  1. raw data is downloaded
  2. geometry issues are resolved
  3. invalid areas are omitted from the dataset
  4. protected areas are reprojected to a projected coordinate system
  5. protected areas are simplified to reduce computation burden
  6. protected areas only represented as points are buffered and merged with polygons
  7. areas contained in multiple protected areas are assigned the best IUCN criteria that overlaps with them
  8. slivers are removed from the dataset
  9. 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.


Repository overview

  • 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

Software

  • Operating system
    • Windows (7+)
  • Programs
    • ArcGIS (version 10.3+)
    • GNU make
    • pip
  • Python packages
    • arcpy (installed automatically with ArcMAP)
    • toml
    • wget

If you used this program in your paper, please cite it.

Hanson J. O. (2016). Global protected areas. version 1.0.1. doi: 10.5281/zenodo.35031.

global-protected-areas's People

Contributors

jeffreyhanson avatar

Watchers

 avatar  avatar

Forkers

kkougiou

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.