Skip to content

Releases: degauss-org/geocoder

geocoder 3.4.0

26 Aug 19:47
9fab80e
Compare
Choose a tag to compare

What's Changed

  • update R version to 4.4.1, renv to 1.07, and renv dependencies by @cole-brokamp in #59

Full Changelog: 3.3.0...v3.4.0

A big thank you for contributions by @Sanst3

3.3.0

09 Jan 18:03
f68a7c6
Compare
Choose a tag to compare

What's Changed

  • 'all' option to return all geocodes (does not return NA based on score, precision, or flagged addresses) by @erikarasnick in #45
  • updated {dht} to flag Stetson apartments as institutional and fix Ronald McDonald address

Full Changelog: 3.2.1...3.3.0

3.2.1

12 Jul 12:59
fed89af
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

10 Mar 16:21
Compare
Choose a tag to compare
  • {dht} updates (fixes bug on geocoding 222 E Central Parkway addresses)
  • general UI and organizational updates based on DeGAUSS-verse 1.0
  • added examples/tests using different thresholds for geocoding score

3.1.0

04 Feb 02:51
Compare
Choose a tag to compare
  • 2021 tiger line updates (thanks to @kprybol!!)
  • uses mappp v1.0.0 on CRAN

3.0.2

20 Oct 18:00
9837c85
Compare
Choose a tag to compare

better handling of non/partial geocodes:

  • partial geocodes - match to output format, filling in NA where necessary
  • non-geocodes - match to output format, filling all fields with NA
  • if all addresses are flagged prior to geocoding (leaving an empty tibble), do not attempt to geocode, but still return with output format and all NAs

also implement GHA for container deployment.

3.0.1

02 Jun 17:14
94a5d87
Compare
Choose a tag to compare
  • update mappp to v0.1.1 to use parallely for better core detection

3.0

12 May 19:23
d3e820e
Compare
Choose a tag to compare
3.0
  • the geocoder now uses 2019 TIGER/Line address range files
  • performs some cleaning of address text (i.e., removes excess whitespace and non-alphanumerics)
  • returns matched address components
  • returns geocoding diagnostics and a summary printed to the console
  • imprecise geocodes are filtered out of the output file
  • output files names now include the version number

v2.3

22 Jan 21:22
Compare
Choose a tag to compare
  • suppress startup messages from R
  • import all columns as characters to prevent incidental changing of data through R

v2.2

28 Feb 16:27
Compare
Choose a tag to compare

Docker container and helper script now available