Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 6 hours ago
Taxi and For Hire Vehicle (FHV) Relief Stands
This data details the location of the Taxi and For Hire Vehicle(FHV) stands and the number of spaces provided. Taxi and FHV relief stands allow drivers to park their vehicles for up to one hour. This gives drivers the opportunity to leave their vehicles and take care of personal needs.
<b>TNOTE:</b> Taxi and FHV relief stands should not be confused with taxi stands. Taxi stands allow drivers to wait in their cars to pick up passengers.
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/taxi-and-for-hire-vehicle-fhv-relief-stands-vqu8-xef9\".\"taxi_and_for_hire_vehicle_fhv_relief_stands\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata