Diego H.
Diego H.
Hey! Glad to give Mapbox API a try, what I have seen so far is that there are two different endpoints: https://docs.mapbox.com/api/search/geocoding/#endpoints - `mapbox.places`: With free tier https://www.mapbox.com/pricing/#search - `mapbox.places-permanent`,...
Quick list with potential geocoding services (this list would be updated in the future) # Geonames Docs: http://www.geonames.org/export/geonames-search.html See also {geonames} package: https://github.com/ropensci/geonames
Hi @sdruskat! I see your point (hope that https://github.com/codemeta/codemeta/pull/263 would be merged soon). As CodeMeta is not available for Bibtex, I decided to spend some time proposing my own Crosswalk,...
In case you missed it, {handlr} now supports both CFF 1.1.0 and 1.2.0, see https://github.com/ropensci/handlr/pull/25
Hope this is good enough for illustrating the issue: ```r # Create a new package on tempdir() # usethis::create_package(path = tempdir()) usethis::use_description( fields = list( Description = "A test on...
I would say https://cran.r-project.org/web/packages/tidygeocoder/index.html although I haven’t use it extensively **EDIT** ~~I am not sure if returns the bounding box, that is required in the `coords` object and probably in...
This looks like a good candidate https://docs.ropensci.org/opencage/ EDIT: No Google Maps support, dedicated to a single provider
OK, so I have doing some research and I have found some interesting things that may impact some of the issues related with `lookup_coords`: ## 1. Google API does not...
I like the idea of the project board 😄 It can start with the Documentation part, and regarding the packages I have testes: ``` Imports: broom, classInt, countrycode, curl, dplyr,...
Hi @antagomir Regarding versioninf, on a quick search I see on : > The mandatory ‘Version’ field gives the version of the package. This is a sequence of at least...