ny-gov/public-parking-counts-at-port-authority-of-ny-nj-h87k-kqb6
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 1 month ago

Public Parking Counts at Port Authority of NY NJ Airports: Beginning 2002

The Port Authority of New York and New Jersey quarterly produces a data file and provides information on count of the number of vehicles in the airport public parking lots. This dataset represents the number of cars parked in public parking lots at John F. Kennedy International Airport, LaGuardia Airport, Newark Liberty International Airport, and Stewart International Airport beginning in 2002.

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/public-parking-counts-at-port-authority-of-ny-nj-h87k-kqb6\".\"public_parking_counts_at_port_authority_of_ny_nj\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • public_parking_counts_at_port_authority_of_ny_nj
     
     
     
     
     
Upstream Metadata