mapboxapi icon indicating copy to clipboard operation
mapboxapi copied to clipboard

R interface to Mapbox web services

Results 15 mapboxapi issues
Sort by recently updated
recently updated
newest added

I figured stuff like this would come up - the geocoder gets put inside a container that doesn't overflow so the geocoder gets cut off and the autocomplete list must...

I noticed that you are using `jsonlite::fromJSON` to parse fairly large results. From personal experience and benchmarks, jsonlite is one of the slowest packages available for this task. If performance...

First off, this is an awesome R package! Thanks! Yesterday, I was able to successfully follow the example on the walker-data website -- an impressive example of dynamically mapping US...

As it stands, this will just set the environment variable `type`, not `MAPBOX_PUBLIC_TOKEN` (e.g.).

Given the encouragement by package maintainers for everyone to migrate from raster to terra, I thought it may be helpful to make this change for mapboxapi. I already was able...

It would be very useful to filter the request for the matrix API by a departure time, like it is showed in the documentation. https://docs.mapbox.com/api/navigation/matrix/

I see [here](https://github.com/walkerke/mapboxapi/blob/master/R/maps.R#L47), for example, you look for `Sys.getenv("MAPBOX_SECRET_TOKEN")`. Would you consider something a bit more generic that looks for any string with `"mapbox"` in the environment? Similar to what...

I just spent a while debugging why my call to mb_isochrone() wasn't working, and finally realized that I was passing in profile="Driving" instead of profile="driving" to the profile input. The...

Allows the end user to supply maximum height, width, and weight in meters/metric tons to restrict road choices in routing results from `mb_directions` based on vehicle profile. This is useful...

tc_rent and tc_rent_points sometimes don't match. Tested this in Houston. Using tc_rent_points can ensure same number of rows of travel time.