Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geomarker-io/OfflineGeocodeR

Geocode addresses from R without exposing PHI to the internet
https://github.com/geomarker-io/OfflineGeocodeR

Last synced: about 2 months ago
JSON representation

Geocode addresses from R without exposing PHI to the internet

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).