A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

worldpa

R interface to the World Database on Protected Areas.
https://github.com/frbcesab/worldpa

Category: Biosphere
Sub Category: Conservation and Restoration

Keywords

protected-areas protected-planet r shapefile spatial world

Last synced: about 8 hours ago
JSON representation

Repository metadata

:package: Interface to the World Database on Protected Areas (WDPA)

README.Rmd

          ---
title: "worldpa"
author: "Nicolas Casajus"
date: "`r Sys.Date()`"
output:
  md_document:
    variant: gfm
    toc: false
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse  = TRUE,
  comment   = "#>",
  fig.path  = "man/figures/README-",
  out.width = "100%"
)
```



worldpa 
=========================================================




[![R-CMD-check](https://github.com/FRBCesab/worldpa/workflows/R-CMD-check/badge.svg)](https://github.com/FRBCesab/worldpa/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/worldpa)](https://CRAN.R-project.org/package=worldpa)
[![Project Status: Active](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![License GPL-3](https://img.shields.io/badge/licence-GPLv3-8f10cb.svg)](http://www.gnu.org/licenses/gpl.html)
[![DOI](https://zenodo.org/badge/221718108.svg)](https://zenodo.org/badge/latestdoi/221718108)




Overview
--------

This R package is an interface to the World Database on Protected Areas (WDPA)
hosted on the Protected planet website 
([https://www.protectedplanet.net](https://www.protectedplanet.net)). This 
package is freely released by the 
[FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/) 
and allows user to download spatial shapefiles (`simple features`) of protected 
areas (PA) for world countries using the WDPA API 
([https://api.protectedplanet.net](https://api.protectedplanet.net)).



Terms and conditions
--------

You must ensure that the following citation is always clearly reproduced in any 
publication or analysis involving the Protected Planet Materials in any derived 
form or format:

> UNEP-WCMC and IUCN (`YEAR`) Protected Planet: The World Database on Protected 
Areas (WDPA). Cambridge, UK: UNEP-WCMC and IUCN. Available at: 
www.protectedplanet.net (dataset downloaded the `YEAR/MONTH`).

For further details on terms and conditions of the WDPA usage, please visit the 
page: 
[https://www.protectedplanet.net/c/terms-and-conditions](https://www.protectedplanet.net/c/terms-and-conditions).



Prerequisites
--------

This package uses the WDPA API to access data on world protected areas. You must
first have obtained a Personal API Token by filling in the form available at:
[https://api.protectedplanet.net/request](https://api.protectedplanet.net/request).
Then follow these instructions to store this token: 
[Managing WDPA API Token](https://frbcesab.github.io/worldpa/articles/worldpa.html#managing-wdpa-api-token).



Installation
--------

You can install the development version from [GitHub](https://github.com/) with:

```{r eval=FALSE}
# install.packages("remotes")
remotes::install_github("FRBCesab/worldpa")
```

:warning: **Note:** Build the vignette only if you already have stored the token.



Getting started
--------

Browse the [**vignette**](https://frbcesab.github.io/worldpa/articles/worldpa.html) 
to get started.

Functions documentation can be found at: 
[https://frbcesab.github.io/worldpa/reference](https://frbcesab.github.io/worldpa/reference/).



        

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 7 days ago

Total Commits: 101
Total Committers: 2
Avg Commits per committer: 50.5
Development Distribution Score (DDS): 0.01

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Nicolas Casajus n****s@g****m 100
Kevin Cazelles k****e@u****a 1

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 3
Total pull requests: 1
Average time to close issues: about 1 year
Average time to close pull requests: 21 minutes
Total issue authors: 2
Total pull request authors: 1
Average comments per issue: 1.67
Average comments per pull request: 1.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/frbcesab/worldpa

Top Issue Authors

  • ahasverus (2)
  • jkumagai96 (1)

Top Pull Request Authors

  • KevCaz (1)

Top Issue Labels

  • documentation (1)
  • testing (1)

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/frbcesab/worldpa

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/frbcesab/worldpa#section-documentation
  • Licenses: gpl-3.0
  • Latest release: v1.0.0 (published over 5 years ago)
  • Last Synced: 2025-04-26T13:01:43.984Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 1.622%
    • Average: 4.057%
    • Dependent packages count: 6.492%
proxy.golang.org: github.com/FRBCesab/worldpa

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/FRBCesab/worldpa#section-documentation
  • Licenses:
  • Latest release: v1.0.0 (published over 5 years ago)
  • Last Synced: 2025-04-26T13:01:44.159Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/pkgdown-pak.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
DESCRIPTION cran
  • R >= 3.3.0 depends
  • geojsonsf * imports
  • httr * imports
  • jsonlite * imports
  • sf * imports
  • knitr * suggests
  • maps * suggests
  • pkgdown * suggests
  • rmarkdown * suggests
  • testthat >= 2.1.0 suggests

Score: -Infinity