Skip to content
/ photon Public
forked from rCarto/photon

🎯 R Interface to the Photon API / Interface entre R et l'API de photon

Notifications You must be signed in to change notification settings

dpprdan/photon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Interface to the Photon API

Photon is an open source geocoder built for OpenStreetMap data and based on elasticsearch. This package allows to query a photon API and get the results in a data frame.

Photon web site: http://photon.komoot.de/
Photon source code: https://github.com/komoot/photon

Install Instructions

require(devtools)  
devtools::install_github(repo = 'rCarto/photon')  

Usage

loc <- c("19 rue Michel Bakounine, 29600 Morlaix, France",
         "5 rue Proudhon, 34000 Montpellier, France",
         "2 Emma Goldmanweg, Tilburg, Netherlands",
         "36 Strada Panait Israti, Bucarest, Romania")
geocode(loc, limit = 1, key = "place")

About

🎯 R Interface to the Photon API / Interface entre R et l'API de photon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%