Skip to content

Releases: ropensci/rerddap

CRAN Version 1.2.0

11 Dec 19:26
Compare
Choose a tag to compare

This is CRAN version 1.2.0

The main changes are:

  1. tabledap now includes the units as attributes in the dataframe, which it had not previously.

  2. if the ERDDAP is version 2.25 or greater, tabledap has the option to download the file as a parquet rather than a csv file. As I have written previously, for large extracts that can make a huge difference, up to 90% smaller file.

  3. A bug was uncovered where if the coordinate values were too large, griddap failed. This occurs with some projected data where the units is meters. This is now fixed.

  4. A bug was reported for the browse() function where it didn’t work properly in non-interactive settings, such as Jupyter notebooks. The docs say it will return the URL in that case, in fact it returned an error. This has been fixed.

There are a few other internal fixes/improvements but those are invisible to the user.

CRAN Versin 1.1.0 files clean

12 Jan 19:50
Compare
Choose a tag to compare

extra files were removed

CRAN Version 1.1.0

12 Jan 19:36
Compare
Choose a tag to compare

tabledap now returns the same data type as in the dds

CRAN Version 1.0.4

24 Aug 15:49
Compare
Choose a tag to compare

Fixes a problem where the new time bound checks didn't work with "last".
Package-level documentation now works with the new system, vignettes display properly

CRAN Version 1.0.3

19 Jul 18:02
Compare
Choose a tag to compare

Added more checks and error messages for time boundaries

CRAN Release 1.0.2

09 Feb 19:27
Compare
Choose a tag to compare

Makes certain '[' and ']' are properly encoded

CRAN version 1.0.1

11 Dec 20:16
Compare
Choose a tag to compare

Changed default cacheing behavior to make certain user space is not written to.

CRAN Version 1.0.0

06 Oct 18:31
Compare
Choose a tag to compare
  • griddap dataframe now uses the same coordinate names returned in 'rerddap::info()'
  • all grids can now be "melted" into a dataframe, not just lat-lon grids
  • fixed some bugs accessing some datasets not on lat-lon grid
  • vignette now included in package.

CRAN Release v0.8.0

19 Nov 22:18
Compare
Choose a tag to compare

Added a convenience function to search over multiple ERDDAPs. Fixed a bug for the case of a decreasing coordinate variable that is not latitude or longitude, such as for a projected dataset.

CRAN Release v0.7.6

19 Aug 14:57
Compare
Choose a tag to compare

Minor Improvement

Fixed bug in handling of trailing slashes