bart_segments {deckgl}R Documentation

bart segments

Description

bart segments

Usage

bart_segments

Format

tibble with 45 rows and 8 variables:

inbound

number of inbound trips

outbound

number of outbound trips

from_name

name of source station

from_lng

longitude of source station

from_lat

latitude of source station

to_name

name of target station

to_lng

longitude of target station

to_lat

latitude of target station

Source

https://raw.githubusercontent.com/uber-common/deck.gl-data/master/website/bart-segments.json


[Package deckgl version 0.3.0 Index]