Skip to content

CRAN Version 1.2.0

Compare
Choose a tag to compare
@rmendels rmendels released this 11 Dec 19:26
· 1 commit to master since this release

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.