Bikeshare Isochrones: Line Representation Of Stations Accessible
Department of Transportation
@usgov.dot_gov_bikeshare_isochrones_line_representation_of_st_fcdd9871
Department of Transportation
@usgov.dot_gov_bikeshare_isochrones_line_representation_of_st_fcdd9871
Docked bikeshare stations that can be reached traveling via the road network in a given amount of time (10 or 20 minutes) when starting at a specified docking station. Times were calculated using the street network and a travel speed of 10 miles per hour but straight lines are used to represent the docked bikeshare stations that can be reached. Topography is not taken into account but the type of road is taken in account.
Visualization available at: https://data.bts.gov/stories/s/8s3h-vvui
Organization: Department of Transportation
Last updated: 2022-02-26T08:32:02.087357
Tags: accessibility, bikeshare, docked-bikeshare, micromobility
CREATE TABLE table_1 (
"the_geom" VARCHAR,
"strt_sysid" BIGINT,
"end_sysid" BIGINT,
"strt_facid" VARCHAR,
"end_facid" VARCHAR,
"trip_time" BIGINT,
"accessible_stations" BIGINT,
"total_stations" BIGINT,
"nyc_borough" BIGINT,
"nyc_borough_name" VARCHAR,
"sf_area" BIGINT
);Anyone who has the link will be able to view this.