Releases: degauss-org/geocoder
Releases · degauss-org/geocoder
geocoder 3.4.0
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
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
What's Changed
- update dht to flag Butler institutional addresses by @erikarasnick in #38
Full Changelog: 3.2.0...3.2.1
3.2.0
- {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
3.0.2
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
- update
mappp
to v0.1.1 to useparallely
for better core detection
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
- suppress startup messages from R
- import all columns as characters to prevent incidental changing of data through R
v2.2
Docker container and helper script now available