sda-hcapir
R package interface to IFPRI/HarvestChoice data API (sda-hcapi3)
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Repository
R package interface to IFPRI/HarvestChoice data API (sda-hcapi3)
Basic Info
- Host: GitHub
- Owner: mbacou
- License: gpl-3.0
- Language: R
- Default Branch: master
- Size: 20.5 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
title: "R Interface to HarvestChoice Data Services v3.0"
author: "Bacou, Melanie"
date: r Sys.Date()
output: html_document
CELL5M: A Multidisciplinary Geospatial Database for Africa South of the Sahara
A set of convenience methods to interact with HarvestChoice Data Services v3. This data API porvides interactive access to HarvestChoice CELL5M, a geospatial database of biophysical, agricultural, and socio-economic indicators (at ) Access HarvestChoice 5-ac-minute (~10 sq. km.) gridded indicators for Africa South of the Sahara.
More about HarvestChoice spatial datasets at http://harvestchoice.org/data/. To explore HarvestChoice spatial layers in your browser visit HarvestChoice MAPPR.
All HarvestChoice data retrieval methods are made available through a RESTful API (credits to OpenCPU. HTTP POST requests may be sent using any REST-compatible client (e.g. cURL). Sample requests using cURL at the command line, in JavaScript, as well as in R +and STATA+ are available in the package documentation at http://harvestchoice.github.io/hc-api3. Documentation for each method may also be viewed at http://hcapi.harvestchoice.org/ocpu/library/hcapi3/man/{method-name}/html, e.g. http://hcapi.harvestchoice.org/ocpu/library/hcapi3/man/getLayer/html.
Installation
```R
Install HarvestChoice R package
devtools::install_github("harvestchoice/hc-api") ```
Updates
Updates are posted to HarvestChoice Data Services at http://github.com/harvestchoice/hc-api3/CHANGES. This package only provides convenience methods to interact with HC Data Services in R.
Owner
- Name: Mel B.
- Login: mbacou
- Kind: user
- Location: Porto, Portugal
- Company: @WorldCover @wateraccounting @agrisemantics @agapps @CAL-Insurance
- Website: https://linkedin.com/in/mbacou/
- Repositories: 3
- Profile: https://github.com/mbacou
Agricultural economist, agri-meteo and geospatial analyst
Citation (CITATION)
year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)
bibentry(
bibtype = "Tool",
title = "{hcapi}: HarvestChoice CELL5M A Multidisciplinary Geospatial Database for Africa South of the Sahara",
author = c(
person("Melanie", "Bacou", role=c("aut", "cre"), email="mel@mbacou.com"),
person("Maria", "Comanescu", role="ctb", email="m.comanescu@cgiar.org"),
person("Ulrike", "Wood Sichra", role="ctb", email="u.wood-sichra@cgiar.org"),
person("Jawoo", "Koo", role="ctb", email="j.koo@cgiar.org"),
person("Carlo", "Azzarri", role="ctb", email="c.azzarri@cgiar.org"),
person("Joseph", "Green", role="ctb", email="josephgreen@gmail.com"),
person("Zhe", "Guo", role="ctb", email="z.guo@cgiar.org")),
year = year,
note = note,
address = "Washington, DC",
copyright = "IFPRI, 2016",
institution = "International Food Policy Research Institute",
publisher = "Harvard Dataverse",
doi = "10.7910/DVN/G4TBLF"",
url = "http://dx.doi.org/10.7910/DVN/G4TBLF"}
)