Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Releases: ropensci-archive/ecoengine

CRAN release 1.11.0

17 Aug 16:03
Compare
Choose a tag to compare
  • Added explicit vignette
  • Fixed issues with lubridate and replaced rbind_fill with bind_rows

CRAN 1.10.0

25 May 01:00
Compare
Choose a tag to compare
  • 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

18 Mar 00:08
Compare
Choose a tag to compare
  • Updated package to new ecoengine API.
  • Updated documentation.

CRAN version 1.6

26 Aug 21:00
Compare
Choose a tag to compare
  • 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

13 Aug 23:00
Compare
Choose a tag to compare
  • 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

16 Apr 18:30
Compare
Choose a tag to compare

This version removes all API throttling making for significantly faster downloads, especially on larger data requests.

CRAN version 1.2.2

14 Mar 20:52
Compare
Choose a tag to compare
  • Two important bugs fixed. Now bounding box and county are correctly passed to ee_observations() (#45)

Version 1.2

04 Mar 20:00
Compare
Choose a tag to compare
  • Minor improvements to print method. Now less ambiguous (see #42)
  • Added ee_cbind to bind calls that have been split up. (#41)

Ecoengine 1.1

21 Jan 18:10
Compare
Choose a tag to compare

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

18 Jan 22:35
Compare
Choose a tag to compare

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.