Skip to content

0.1.12: feat: updated to latest geodist, MazamaSpatialUtils

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathancallahan jonathancallahan released this 20 Jan 14:48

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 with measure = "geodesic" to avoid
    warning messages from geodist() about inaccuracies with measure = "cheap"
    (the default).
  • mazama_initialize() now installs required datasets if they are missing.

MazamaLocationUtils 0.1.11

  • Added unit test for table_findOverlappingLocations().