TRANSPORTATION_bicycle_facilities
The Bike Facilities data will serve as the authoritative data for any bicycle infrastructure-related reference and analysis. The Bike Facilities data includes all existing facilities, their level of comfort, as well as recommended facilities and whether they belong to the All Ages and Abilities Network. The data is created from an export of the Comprehensive Transportation Network, and it can join back to it through the Bike Facility ID field.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/transportationbicyclefacilities-23hw-a95n\".\"transportationbicyclefacilities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.