bioRad 0.7.3
bioRad 0.7.3 includes minor bugfixes and improvements. Basemaps used by function map()
are now based on OpenStreetMap tiles provided through dependency packages ggspatial
and rosm
. All issues included in this release can be found here.
New features
- Replaced the
ggmap
package withggspatial
for map visualizations. This change was made asggmap
no longer provides reliable open-source basemaps without the necessity to register for an API key (#638).
Bugfixes
-
Corrected incorrect mapping of to
dbz_all
data column in VPTS CSV format to correspondingDBZH
data column in bioRad vpts object (#634). -
Improved the polar volume file fetching mechanism from s3 by
download_pvolfiles()
: now skips a day if there are issues with fetching instead of aborting the entire download (#636)
Deprecations
download_basemap()
has been deprecated, functionmap()
now automatically downloads a basemap (#638).