-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use dummy address components for better addr parsing of tiger street …
…range names (#35) * structure tiger street names for addr parsing * print addr objects in color and with style to visually represent tags (#34) * example code for working with s2 parent cells and mapping with rdeck (#33) * parse tiger ranges into addr with dummy addr tags * cleanup, update authors --------- Co-authored-by: Cole Brokamp <[email protected]>
- Loading branch information
1 parent
0445d08
commit e337692
Showing
5 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ Package: addr | |
Title: Clean, Parse, Harmonize, Match, and Geocode Messy Real-World Addresses | ||
Version: 0.4.0.9020 | ||
Authors@R: | ||
person("Cole", "Brokamp", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-0289-3151")) | ||
c(person("Cole", "Brokamp", email = "[email protected]", role = c("aut", "cre")), | ||
person("Erika", "Manning", role = c("aut"))) | ||
Description: Addresses that were not validated at the time of collection are often heterogenously formatted, making them difficult to compare or link to other sets of addresses. The addr package is designed to clean character strings of addresses, use the `usaddress` library to tag address components, and paste together select components to create a normalized address. Normalized addresses can be hashed to create hashdresses that can be used to merge with other sets of addresses. | ||
URL: https://github.com/cole-brokamp/addr, https://cole-brokamp.github.io/addr/ | ||
BugReports: https://github.com/cole-brokamp/addr/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters