Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geomarker-io/OfflineGeocodeR
Geocode addresses from R without exposing PHI to the internet
https://github.com/geomarker-io/OfflineGeocodeR
Last synced: 3 months ago
JSON representation
Geocode addresses from R without exposing PHI to the internet
- Host: GitHub
- URL: https://github.com/geomarker-io/OfflineGeocodeR
- Owner: geomarker-io
- License: gpl-3.0
- Created: 2017-10-15T16:41:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T15:06:41.000Z (over 3 years ago)
- Last Synced: 2024-05-21T02:53:38.201Z (6 months ago)
- Language: R
- Homepage: https://geomarker.io/OfflineGeocodeR
- Size: 19.5 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OfflineGeocodeR
`OfflineGeocodeR` is an experimental R package that provides a wrapper around calling the Docker container
[`degauss/geocoder:3.0`](https://github.com/degauss-org/geocoder) in order to geocode addresses from R without using
the internet.## Installing
Install with:
``` r
remotes::install_github('cole-brokamp/OfflineGeocodeR')
```You must also have Docker installed and available on your system. The first time `geocode()` is called, it will download the container from [DockerHub](https://hub.docker.com/repository/docker/degauss/geocoder).