MazamaLocationUtils 0.2.2 Unreleased

  • Rename county to countyName. (This change more closely matches spatial metadata found in other systems and fits with the pattern of ~Code/~Name pairs in MazamaSpatialUtils as is the case with countryCode/CountryName and stateCode/stateName.)
  • Regenerated example datasets.
  • Updated tests to reflect regenerated example datasets.
  • Fixed bug in table_findAdjacentDistances() when only two locations are adjacent.
  • Re-exporting location validation functions from MazamaCoreUtils.
  • table_updateColumn() now ignores NA values in locationID.

MazamaLocationUtils 0.2.1 Unreleased

MazamaLocationUtils 0.2.0 2021-10-05

Version 0.2.x focuses on usability improvements after initial work with the package.

MazamaLocationUtils 0.1.13 2021-01-28

  • Updated to require geodist 0.0.7.

MazamaLocationUtils 0.1.12 Unreleased

  • Updated location_getSingleAddress_Photon() to remove revgeo dependency.
  • Updated to require 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 geodist() default).
  • mazama_initialize() now installs required datasets if they are missing.
  • Updated to require MazamaSpatialUtils 0.7.

MazamaLocationUtils 0.1.11 Unreleased

  • Added unit test for table_findOverlappingLocations().

MazamaLocationUtils 0.1.10 Unreleased

  • Added table_initializeExisting() for fast conversion of an existing table of spatial metadata into a standardized “known location” table.
  • Added table_findOverlappingLocations() to help choose an appropriate radius when initializing from an existing metadata table.
  • Added addressService argument to table_addLocation(), table_addSingleLocation() andlocation_initialize()` to skip the address step that requires web services.

MazamaLocationUtils 0.1.9 Unreleased

  • Documentation tweaks.

MazamaLocationUtils 0.1.8 Unreleased

MazamaLocationUtils 0.1.7 Unreleased

MazamaLocationUtils 0.1.6 2019-11-20

  • Updated checks and explicit instructions for installing required spatial data.

MazamaLocationUtils 0.1.5 Unreleased

  • Changed examples from \code{\dontrun} to \code{\donttest} per CRAN suggestion.

MazamaLocationUtils 0.1.4 Unreleased

  • Corrections to introductory vignette.

MazamaLocationUtils 0.1.3 Unreleased

  • Added introductory vignette.

MazamaLocationUtils 0.1.2 Unreleased

  • Massive refactoring of function names.
  • Example datasets and unit tests.

MazamaLocationUtils 0.1.1 Unreleased

  • Removed getLoations()
  • Added getLocationID() and getNearestLocation()
  • Various cleanup/refactor

MazamaLocationUtils 0.1.0 Unreleased

  • Initial Release