小编Viv*_*ien的帖子

API request with R

I try to do geocoding of French addresses. I'd like to use the following website : http://adresse.data.gouv.fr/

There is an example on this website on how is working the API but I think it's some Linux code and I'd like to translate in R code. The aim is to give a csv file with addresses and the result should be geo coordinates.

Linux code (example give on the website)

http --timeout 600 -f POST http://api-adresse.data.gouv.fr/search/csv/ data@path/to/file.csv 
Run Code Online (Sandbox Code Playgroud)

I tried to "translate" …

api geocoding r

0
推荐指数
1
解决办法
259
查看次数

标签 统计

api ×1

geocoding ×1

r ×1