Published October 30, 2019
| Version v1.4.0
Software
Open
ropensci/rgbif: rgbif v1.4.0
Authors/Creators
- 1. rOpenSci
- 2. INBO
- 3. @inbo
- 4. Florida Museum of Natural History
- 5. University of California, Berkeley @ucberkeley
- 6. College of Charleston
- 7. UC Berkeley
- 8. UCLA
- 9. Australian Antarctic Division, Antarctic Climate and Ecosystems (ACE) CRC
- 10. University of Melbourne
- 11. University of Washington
Description
NEW FEATURES
- gains new function
mvt_fetch()for fetching Map Vector Tiles (MVT). mvt used to be an option inmap_fetch(), but we only returned raw bytes for that option. Withmvt_fetch()we now leverage theprotolitepackage, which parses MVT files, to give back an sf object (#373) thanks to @jeroen for the protolite work to make this work - associated with above,
map_fetch()loses theformat = ".mvt"option; and thus now only returns aRasterLayer occ_issues()andname_issues()reworked. Both now use the same underlying internal logic, with occ_issues pulling metadata specfic to occurrence issues and name_issues pulling metadata specific to name issues. name_issues used to only be a data.frame of name issues, but can now be used similarly to occ_issues; you can pass the output ofname_usage()to name_issues to filter/parse name results by their associated name issues. Associated with this, new functiongbif_issues_lookupcan be used to lookup either occurrence or name issues by their full name or code (#363) (#364)
- fix examples and tests that had WKT in the wrong winding order (#361)
- parsing GBIF issues in the output of
name_usage()wasn't working (#328) (#363) (#364) name_lookup()gains an additional parametersissuefor filtering name results by name issues (#335) (#363) (#364)- fixed definitions of
x,y,zparameters inmap_fetch()manual file (#375) - added examples to
gbif_citation()manual file for accessing many citations (#379) - fixed a test for
occ_download_queue()(#365) name_*function outpus have changed, so be aware if you're using those functions
- fixed issue with
map_fetch(): when srs wasEPSG:3857, the extent we set was incorrectly set asraster::extent(-180, 180, -85.1, 85.1). Now the extent israster::extent(-20037508, 20037508, -20037508, 20037508(#366) (#367) thanks @dmcglinn for reporting and @mdsumner for fixing! - fix for Windows platforms for
gbif_citation()forocc_download_getobjects. we weren't correctly creating the path to a file on windows (#359) - fix to
print.gbif_data(#370) (#371) occ_download()was erroring with a useless error when users try to use the fxn with the same parameter input types asocc_search/occ_data; when this happens now there is a useful error message (#381)- fix to
occ_download(): whentype = "in"was used, we weren't creating the JSON correctly, fixed now (#362)
Files
ropensci/rgbif-v1.4.0.zip
Files
(5.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:d56d82ea4ac8789d6151e20620a4b307
|
5.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ropensci/rgbif/tree/v1.4.0 (URL)