0.1.12: feat: updated to latest geodist, MazamaSpatialUtils
Pre-release
Pre-release
MazamaLocationUtils 0.1.12
- Updated
location_getSingleAddress_Photon()
to remove revgeo dependency. - Updated requirements to geodist 0.0.6.007 to handle errors finding longitude
and latitude columns in the passed in tibble. geodist::geodist()
is now always called withmeasure = "geodesic"
to avoid
warning messages fromgeodist()
about inaccuracies withmeasure = "cheap"
(the default).mazama_initialize()
now installs required datasets if they are missing.
MazamaLocationUtils 0.1.11
- Added unit test for
table_findOverlappingLocations()
.