Releases: geomarker-io/addr
Releases · geomarker-io/addr
addr 0.6.0
What's Changed
- update to q4 2024 CAGIS addresses by @cole-brokamp in #36
Full Changelog: v0.5.0...v0.6.0
addr 0.5.0
What's Changed
addr_match_geocode()
reports more specificmatch_method
for tiger matching ("street" or "range") by @cole-brokamp in #25- addr matched to tiger street but no range returns closest range by @cole-brokamp in #30
- print addr objects in color and with style to visually represent tags by @cole-brokamp in #34
- example code for working with s2 parent cells and mapping with rdeck by @cole-brokamp in #33
- use dummy address components for better addr parsing of tiger street range names by @erikarasnick in #35
New Contributors
- @erikarasnick made their first contribution in #35
Full Changelog: v0.4.0...v0.5.0
addr 0.4.0
What's Changed
- tiger_block_group() can handle s2 vectors with NA values by @cole-brokamp in #18
- tiger matching returns all street ranges when number is out of range by @cole-brokamp in #19
- geocoding with matching and tiger range matching by @cole-brokamp in #20
Full Changelog: v0.3.1...v0.4.0
addr 0.3.1
quick fix to export other addr_match functions
addr 0.3.0
What's Changed
- added example voter addresses data
- changed how addr_match works under the hood; is now faster
- added ability to simplify matched addr list into addr vector (in both address and street name/number matching)
- added example eviction lab addresses
- update example geocoding based on changes
- check in voter geocode addr
- use degauss for comparison geocoding
Full Changelog: v0.2.0...v0.3.0
addr 0.2.0
What's Changed
- add matching to tigris street range by @cole-brokamp in #15
- update cargo and roxygen
- keep cagis addr just in package folder and as function
cagis_addr()
- cache downloads of tigris street ranges in R_USER_CACHE_DIR
- addr_match_street for just matching on street names
- use street match function for matching on tiger street ranges
- add summarizing street range matches
- change names; closes #16
- update readme with new examples
Full Changelog: v0.1.0...v0.2.0
addr 0.1
initial release