Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ironholds/poster
Address parsing and normalisation through libpostal
https://github.com/Ironholds/poster
Last synced: 19 days ago
JSON representation
Address parsing and normalisation through libpostal
- Host: GitHub
- URL: https://github.com/Ironholds/poster
- Owner: Ironholds
- License: mit
- Created: 2016-03-21T19:28:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T02:33:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T11:59:27.953Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 63.5 KB
- Stars: 59
- Watchers: 8
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Postal address parsing in R
__Author:__ Oliver Keyes, Al Barrentine
__License:__ [MIT](http://opensource.org/licenses/MIT)
__Status:__ Stable### Description
[libpostal](https://github.com/openvenues/libpostal) is a postal address parser written in C - and `poster` is a wrapper around it, allowing you to parse and normalise addresses from R.
It contains, amongst other things:
* An address normaliser;
* An address parser;
* Extractors for individual elements of addresses, from house numbers to countries.Please note that this project is released with a [Contributor Code of Conduct](https://github.com/Ironholds/poster/blob/master/CONDUCT.md).
By participating in this project you agree to abide by its terms.### Installation
Poster isn't on CRAN (they don't like dependencies they don't have) but it is stable. To get it:
devtools::install_github("ironholds/poster")
Note, of course, the dependencies, and make sure you have [libpostal](https://github.com/openvenues/libpostal)
installed first.###Dependencies
* R. Doy.
* [Rcpp](https://cran.r-project.org/package=Rcpp)
* [libpostal](https://github.com/openvenues/libpostal)