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.