ropensci-archive / rwalkable

:no_entry: ARCHIVED :no_entry: Walkability Scores
https://docs.ropensci.org/rwalkable
Other
13 stars 2 forks source link

API #2

Closed sa-lee closed 5 years ago

sa-lee commented 5 years ago

Putting @tslumley's whiteboard jotting up on github:

Exported

whereis(place) # do you mean Melbourne, Florida or Melbourne, Australia
nearby(location, radius = 1.5, amenities = NULL)

nearby() returns an object with a print, summary, and plot method

Internal

get_population()
get_amenities()
get_roads()
dist_amenities()

walkscore
  isochrome
  get_transit()