Skip to content

Commit

Permalink
fix url for BAN API
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgombin committed Dec 4, 2019
1 parent 61b5653 commit 33233b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ knitr::opts_chunk$set(

[![Travis-CI Build Status](https://travis-ci.org/joelgombin/banR.svg?branch=master)](https://travis-ci.org/joelgombin/banR)

The `banR` package is a light R client for the [BAN API](https://adresse.data.gouv.fr/api/). The [Base Adresse Nationale (BAN)](https://adresse.data.gouv.fr/) is an open database of French adresses, produced by OpenStreetMap, La Poste, the IGN and Etalab.
The `banR` package is a light R client for the [BAN API](https://geo.api.gouv.fr/adresse). The [Base Adresse Nationale (BAN)](https://adresse.data.gouv.fr/) is an open database of French adresses, produced by OpenStreetMap, La Poste, the IGN and Etalab.

`banR` can be installed from CRAN (stable version):

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Status](https://travis-ci.org/joelgombin/banR.svg?branch=master)](https://travis-ci.org/joelgombin/banR)

The `banR` package is a light R client for the [BAN
API](https://adresse.data.gouv.fr/api/). The [Base Adresse Nationale
API](https://geo.api.gouv.fr/adresse). The [Base Adresse Nationale
(BAN)](https://adresse.data.gouv.fr/) is an open database of French
adresses, produced by OpenStreetMap, La Poste, the IGN and Etalab.

Expand Down Expand Up @@ -50,7 +50,7 @@ paris2012 %>%
code_insee = paste0("751", arrondissement)) %>%
geocode_tbl(adresse = adresse, code_insee = code_insee) %>%
glimpse
#> Writing tempfile to.../tmp/RtmpV2AX0y/file4e2e282dffd5.csv
#> Writing tempfile to.../tmp/RtmpgcvC2R/file367c582c0944.csv
#> If file is larger than 8 MB, it must be splitted
#> Size is : 3 Kb
#> SuccessOKSuccess: (200) OK
Expand Down

0 comments on commit 33233b5

Please sign in to comment.