Package: mapboxapi 0.6.2

mapboxapi: R Interface to 'Mapbox' Web Services

Includes support for 'Mapbox' Navigation APIs, including directions, isochrones, and route optimization; the Search API for forward and reverse geocoding; the Maps API for interacting with 'Mapbox' vector tilesets and visualizing 'Mapbox' maps in R; and 'Mapbox Tiling Service' and 'tippecanoe' for generating map tiles. See <https://docs.mapbox.com/api/> for more information about the 'Mapbox' APIs.

Authors:Kyle Walker [aut, cre], Eli Pousson [ctb], Anthony North [ctb, cph], Miles McBain [ctb]

mapboxapi_0.6.2.tar.gz
mapboxapi_0.6.2.zip(r-4.5)mapboxapi_0.6.2.zip(r-4.4)mapboxapi_0.6.2.zip(r-4.3)
mapboxapi_0.6.2.tgz(r-4.4-any)mapboxapi_0.6.2.tgz(r-4.3-any)
mapboxapi_0.6.2.tar.gz(r-4.5-noble)mapboxapi_0.6.2.tar.gz(r-4.4-noble)
mapboxapi_0.6.2.tgz(r-4.4-emscripten)mapboxapi_0.6.2.tgz(r-4.3-emscripten)
mapboxapi.pdf |mapboxapi.html
mapboxapi/json (API)
NEWS

# Install 'mapboxapi' in R:
install.packages('mapboxapi', repos = c('https://walkerke.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/walkerke/mapboxapi/issues

On CRAN:

38 exports 109 stars 4.45 score 88 dependencies 298 scripts 1.3k downloads

Last updated 12 days agofrom:9e00a3bdf9. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 06 2024
R-4.5-winOKSep 06 2024
R-4.5-linuxOKSep 06 2024
R-4.4-winOKSep 06 2024
R-4.4-macOKSep 06 2024
R-4.3-winOKSep 06 2024
R-4.3-macOKSep 06 2024

Exports:addMapboxTilescheck_upload_statusfeature_optionsgeocoder_as_sfgeocoder_as_xyget_mb_access_tokenget_static_tilesget_styleget_vector_tileslayer_static_mapboxlist_styleslist_tokensmapboxGeocoderInputmb_access_tokenmb_batch_geocodemb_directionsmb_geocodemb_isochronemb_matrixmb_optimized_routemb_reverse_geocodemts_create_sourcemts_create_tilesetmts_get_recipemts_list_sourcesmts_list_tilesetsmts_make_recipemts_publish_tilesetmts_update_recipemts_validate_recipeprep_overlay_markersquery_tilesrecipe_layerstatic_mapboxtile_optionstippecanoetm_static_mapboxupload_tiles

Dependencies:askpassaws.s3aws.signaturebase64encbslibcachemclassclassIntclicolorspacecpp11crosstalkcurlDBIdigestdplyre1071evaluatefansifarverfastmapfontawesomefsgenericsgeojsonsfgeometriesgluehighrhtmltoolshtmlwidgetshttrjpegjquerylibjsonifyjsonliteKernSmoothknitrlabelinglatticelazyevalleafletleaflet.providerslifecyclemagickmagrittrMASSmemoisemimemunsellopensslpillarpkgconfigpngprotoliteproxypurrrR6rapidjsonrrappdirsrasterRColorBrewerRcpprlangrmarkdowns2sassscalessfsfheadersslippymathspstringistringrsysterratibbletidyrtidyselecttinytexunitsutf8vctrsviridisLitewithrwkxfunxml2yaml

Readme and manuals

Help Manual

Help pageTopics
Use a Mapbox style in a Leaflet mapaddMapboxTiles
Check the status of a Mapbox uploadcheck_upload_status
Specify feature options for an MTS recipe layerfeature_options
Convert the result of a 'mapboxGeocoderInput()' geocoded location to an sf objectgeocoder_as_sf
Convert the results of a 'mapboxGeocoderInput()' geocoded location to XY coordinatesgeocoder_as_xy
Get static tiles from a Mapbox style for use as a basemapget_static_tiles
Get information about a style or list styles from a Mapbox accountget_style list_styles
Retrieve vector tiles from a given Mapbox tilesetget_vector_tiles
Make a static Mapbox ggplot2 layer or tmap basemaplayer_static_mapbox tm_static_mapbox
An R interface to Mapbox web servicesmapboxapi-package mapboxapi
Use Mapbox's Geocoder widget in a Shiny applicationmapboxGeocoderInput
Install or retrieve a Mapbox access token in your .Renviron for repeated useget_mb_access_token list_tokens mb_access_token
Geocode addresses or locations in bulk using the Mapbox Batch Geocoding APImb_batch_geocode
Make a request to the Mapbox Directions APImb_directions
Geocode an address or place description using the Mapbox Geocoding APImb_geocode mb_reverse_geocode
Generate isochrones using the Mapbox Navigation Service Isochrone APImb_isochrone
Retrieve a matrix of travel times from the Mapbox Directions APImb_matrix
Return an optimized route for a series of input coordinatesmb_optimized_route
Create a Mapbox tileset source from a sf object using the Mapbox Tiling Service APImts_create_source
Create a tileset with the Mapbox Tiling Service APImts_create_tileset
Retrieve the recipe for an MTS tileset in your Mapbox accountmts_get_recipe
List tileset sources in your Mapbox accountmts_list_sources
List tilesets in a Mapbox accountmts_list_tilesets
Prepare a recipe for use with the Mapbox Tiling Servicemts_make_recipe
Publish a tileset with Mapbox Tiling Servicemts_publish_tileset
Update a tileset's MTS recipemts_update_recipe
Validate a Mapbox Tiling Service recipemts_validate_recipe
Prepare overlay markers for use in a Mapbox static mapprep_overlay_markers
Get information about features in a tileset using the Tilequery APIquery_tiles
Prepare a formatted recipe layer for use in a Mapbox Tiling Service reciperecipe_layer
Return a static Mapbox map from a specified stylestatic_mapbox
Specify tile options for an MTS recipe layertile_options
Generate an .mbtiles file with tippecanoetippecanoe
Upload dataset to your Mapbox accountupload_tiles