rmapzen-package {rmapzen}R Documentation

rmapzen: A client application for the 'Mapzen' API.

Description

The rmapzen package provides interfaces to the Search <https://github.com/pelias/documentation/>, Isochrone <https://valhalla.readthedocs.io/en/latest/>, and Vector Tile <https://tilezen.readthedocs.io/en/latest/> services from 'Mapzen', via the following functions:

Search

All functionality described in <https://github.com/pelias/documentation/> are supported:

Additionally, mz_geocode is useful for a common application of search, that of just obtaining latitude and longitude for a given address or place.

Isochrone

Isochrones are the areas reachable from a given location within a specified period of time. Mapzen's Isochrone service can calculate isochrones for driving, walking, cycling, or multimodal forms of transport:

Vector Tiles

Data types and conversion

Objects returned by rmapzen can be converted to simple features (sf) via the generic function as_sf. Search and Isochrone objects can additionally be converted to ordinary data.frames via as.data.frame.

Author(s)

Maintainer: Tarak Shah tarak.shah@gmail.com

Other contributors:

See Also


[Package rmapzen version 0.5.1 Index]