This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
Releases: ropensci-archive/ecoengine
Releases · ropensci-archive/ecoengine
CRAN release 1.11.0
CRAN 1.10.0
- Fixed issues in
ee_observations
to allow more granular filtering on collections - Changed default progress to FALSE
- Fixed issues with zero length lists in LinearizeNestedList
- Temporarily removed mapping functionality in this package. Please explore leaflet in the meantime.
CRAN version 1.9
- Updated package to new ecoengine API.
- Updated documentation.
CRAN version 1.6
- Various bug fixes (#64)
- Switched json parser from RJSONIO → jsonlite
- Updated all sensor functions due to API name changes. record (station record changed from "record" to "properties.record")
- Now all return records include a last_modified date
CRAN release 1.5
- Fixed bug with
ee_sources()
(issue #66) - Fixed bug in
ee_sensor_agg()
. Measurements are typecast correctly. - Added support to exclude fields using the exclude argument in
ee_observations()
. Seperate fields by commas. - Similarly you can request additional fields using the extra argument
CRAN version 1.3
This version removes all API throttling making for significantly faster downloads, especially on larger data requests.
CRAN version 1.2.2
- Two important bugs fixed. Now bounding box and county are correctly passed to
ee_observations()
(#45)
Version 1.2
Ecoengine 1.1
Current version squashes many bugs:
- Lat/long are correctly labeled and returned as the right type
- Exact match works correctly (required an extra _)
- Geoferenced flag works
ecoengine 0.8 - First release to CRAN
This is the first CRAN release of the R interface to the Berkeley Ecoengine. The package provides access to ~ 3 million specimens, most of which have been georeferenced. The package also provides access to museum photos, and a variety of measurements from sensors the keck hydrowatch project.
Future releases will incorporate vegetation data from the Weislander project, and also interactive data visualization and query routines.