Skip to content

Releases: MazamaScience/MazamaLocationUtils

0.4.4

15 Aug 02:50
Compare
Choose a tag to compare

MazamaLocationUtils 0.4.4

  • Fixed bug in clusterByDistance() which could fail when incoming tibbles had very few rows.

0.4.3

24 Jan 22:53
Compare
Choose a tag to compare

MazamaLocationUtils 0.4.3

  • Updated location_getSingleElevation_USGS() to use new USGS API.

0.4.2

14 Nov 17:42
Compare
Choose a tag to compare

MazamaLocationUtils 0.4.2

  • Add uniqueness of locationID to validateLocationTable().
  • table_save() now supports a vector of outputType formats and will save
    the location table in multiple formats.

0.4.1

30 Oct 19:40
Compare
Choose a tag to compare

MazamaLocationUtils 0.4.1

  • Documentation fixes for CRAN submission.

MazamaLocationUtils 0.4.0

  • Added clusterByDistance() and table_addClustering() functions.
  • Renamed zip to postalCode in the core metadata.
  • location_createID() now defaults to the "geohash" algorithm.
  • Renamed mazama_initialize() to initializeMazamaSpatialUtils().
  • Updated example data to October, 2023.
  • Added "Developer Style Guide" vignette.
  • Improved documentation.

0.3.11

06 Sep 17:48
Compare
Choose a tag to compare

MazamaLocationUtils 0.3.11

  • Added algorithm argument to location_createID() to select between "digest"
    and "geohash".
  • Addressed CRAN package documentation issue.

0.3.10

22 Sep 18:31
Compare
Choose a tag to compare

MazamaLocationUtils 0.3.10

  • Added na.rm = TRUE to all calls to any(...) in various table_~() functions.

0.3.9

21 Sep 21:54
Compare
Choose a tag to compare

MazamaLocationUtils 0.3.9

0.3.8

21 Sep 21:53
Compare
Choose a tag to compare

MazamaLocationUtils 0.3.8

  • Updated documentation in location_getSingleElevation_USGS().

0.3.7

14 Jul 18:57
Compare
Choose a tag to compare

MazamaLocationUtils 0.3.7

  • Updated table_updateColumn() to ignore incoming locationIDs that are not
    found in the locationTbl.

0.3.6

06 May 18:52
Compare
Choose a tag to compare

MazamaLocationUtils 0.3.6

  • Added table_getDistanceFromTarget() and edited the description of other
    distance functions to make clear what each does.

MazamaLocationUtils 0.3.5

  • Removed validateMazamaSpatialUtils() test from table_addCoreMetadata() as
    this function just adds empty columns and does not need any spatial data.

MazamaLocationUtils 0.3.4

  • Updated table_addOpenCageInfo() to handle address components that are
    missing from the openCage results.