AB617 "Path to Clean Air" - Railyards
Railyards (area sources) within the AB617 "Path to Clean Air" emissions inventory domain. The three railyards within the emissions inventory domain are included: (1) the BNSF Proper Yard at 303 S. Garrard Blvd.; (2) the BNSF Auto Yard at 861 Wharf Street; and (3) the United Parcel Service (UPS) North Bay Yard at 1601 Atlas Road.
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 \"bayareametro-gov/ab617-path-to-clean-air-railyards-p2w9-2n9r\".\"ab617_path_to_clean_air_railyards\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.