Releases: ropensci/rerddap
CRAN Version 1.2.0
This is CRAN version 1.2.0
The main changes are:
-
tabledap now includes the units as attributes in the dataframe, which it had not previously.
-
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.
-
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.
-
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
CRAN Version 1.1.0
tabledap now returns the same data type as in the dds
CRAN Version 1.0.4
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
Added more checks and error messages for time boundaries
CRAN Release 1.0.2
Makes certain '[' and ']' are properly encoded
CRAN version 1.0.1
Changed default cacheing behavior to make certain user space is not written to.
CRAN Version 1.0.0
- 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
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
Minor Improvement
Fixed bug in handling of trailing slashes