Air Traffic Passenger Statistics
<strong>A. SUMMARY</strong>
San Francisco International Airport Report on Monthly Passenger Traffic Statistics by Airline.
<strong>B. HOW THE DATASET IS CREATED</strong>
Data is self-reported by airlines and is only available at a monthly level
<strong>C. UPDATE PROCESS</strong>
Data updated quarterly
<strong>D. HOW TO USE THIS DATASET</strong>
Airport data is seasonal in nature, therefore any comparative analyses should be done on a period-over-period basis (i.e. January 2010 vs. January 2009) as opposed to period-to-period (i.e. January 2010 vs. February 2010). It is also important to note that fact and attribute field relationships are not always 1-to-1. For example, Passenger Counts belonging to United Airlines will appear in multiple attribute fields and are additive, which provides flexibility for the user to derive categorical Passenger Counts as desired.
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 \"sfgov/air-traffic-passenger-statistics-rkru-6vcg\".\"air_traffic_passenger_statistics\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.