AB617 East Oakland - Rail Lines
Rail lines within the AB617 East Oakland emissions inventory domain. The geographic location of rail lines were identified using a shapefile from the Topographically Integrated Geographic Encoding and Referencing (TIGER) Line spatial database.
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-east-oakland-rail-lines-uvp4-sikz\".\"ab617_east_oakland_rail_lines\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.