Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
New York City Truck Routes
The New York City Truck Route Network is a set of roads that commercial vehicles must use in New York City.
NYC Truck Routes are also available in LION data.
https://data.cityofnewyork.us/City-Government/LION/2v4z-66xt
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 \"cityofnewyork-us/new-york-city-truck-routes-jjja-shxy\".\"new_york_city_truck_routes\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata