worldpa
:package: Interface to the World Database on Protected Areas (WDPA)
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.5%) to scientific vocabulary
Keywords
protected-areas
protected-planet
r
shapefile
spatial
world
Last synced: 6 months ago
·
JSON representation
Repository
:package: Interface to the World Database on Protected Areas (WDPA)
Basic Info
- Host: GitHub
- Owner: FRBCesab
- License: gpl-3.0
- Language: R
- Default Branch: master
- Homepage: https://frbcesab.github.io/worldpa/
- Size: 285 KB
Statistics
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 2
- Releases: 0
Topics
protected-areas
protected-planet
r
shapefile
spatial
world
Created over 6 years ago
· Last pushed almost 5 years ago
Metadata Files
Readme
License
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
=========================================================
[](https://github.com/FRBCesab/worldpa/actions)
[](https://CRAN.R-project.org/package=worldpa)
[](https://www.repostatus.org/#active)
[](http://www.gnu.org/licenses/gpl.html)
[](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
- Name: FRB CESAB
- Login: FRBCesab
- Kind: organization
- Location: Montpellier, FRANCE
- Website: https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/
- Repositories: 17
- Profile: https://github.com/FRBCesab
GitHub Events
Total
Last Year
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nicolas Casajus | n****s@g****m | 100 |
| Kevin Cazelles | k****e@u****a | 1 |
Committer Domains (Top 20 + Academic)
uoguelph.ca: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- 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 requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ahasverus (2)
- jkumagai96 (1)
Pull Request Authors
- KevCaz (1)
Top Labels
Issue Labels
documentation (1)
testing (1)
Pull Request Labels
Packages
- Total packages: 2
- Total downloads: unknown
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 2
proxy.golang.org: github.com/frbcesab/worldpa
- Documentation: https://pkg.go.dev/github.com/frbcesab/worldpa#section-documentation
- License: gpl-3.0
-
Latest release: v1.0.0
published over 6 years ago
Rankings
Dependent repos count: 1.6%
Average: 4.1%
Dependent packages count: 6.5%
Last synced:
6 months ago
proxy.golang.org: github.com/FRBCesab/worldpa
- Documentation: https://pkg.go.dev/github.com/FRBCesab/worldpa#section-documentation
-
Latest release: v1.0.0
published over 6 years ago
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced:
6 months ago
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