Shared Ride Passengers at Port Authority of NY NJ Airports: Beginning 2005
The Port Authority of New York and New Jersey quarterly produces a data file and provides information on Shared Ride reservations. Shared Ride activity is defined as multiple stop “door to door” services by authorized providers. Although both reservation and passenger number for Shared Ride are simultaneously registered at the Port Authority’s Welcome Center when an individual makes a reservation, the Port Authority’s Ground Transportation Information System (GTIS) counts reservation numbers and passenger numbers separately as one reservation can have multiple passengers. This Shared Ride Reservation dataset reflects only the Shared Ride 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 \"ny-gov/shared-ride-passengers-at-port-authority-of-ny-nj-bhdi-gm53\".\"shared_ride_passengers_at_port_authority_of_ny_nj\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.