mapboxapi
mapboxapi copied to clipboard
R interface to Mapbox web services
Correct me if I'm wrong, but I noticed yesterday while working with `mb_directions()` that the function is inaccurately returning values for distance + duration. Here's an example that demonstrates this...
Thanks for the great package. I was wondering if it would be easy enough to add the options for exclude parameters (tolls, motorways etc.) in the mb_isochrone function. The API...
Hello, thanks for the great package and documentation! When doing batch geocoding, I noticed that some results didn't make sense (for instance returning locations in Ireland when my list of...
Passing an empty string to `mb_geocode()` returns `NULL`. Maybe it should return `NA` instead, I don't know, but the issue is that it errors if `output = "sf"` is mentioned....
Hello, specifying `permanent = TRUE` fails because of this line: https://github.com/walkerke/mapboxapi/blob/adf13b3f6ab6df1df6608c8a2da069db9d1d5a4f/R/search.R#L53-L58 Reprex: ``` r library(mapboxapi) #> Usage of the Mapbox APIs is governed by the Mapbox Terms of Service. #>...