TSPLOST Project Locations
This dataset contains the geographic locations of all TSPLOST projects in Fulton County. TSPLOST projects are transportation projects funded through the Transportation Special Local Option Sales Tax (TSPLOST). Each location record links to a project in the TSPLOST Projects dataset based on the Project ID. This dataset is used in the Fulton County TSPLOST Projects Explorer webpage at https://tsplost.fultoncountyga.gov/projects. Project locations are linked to TSPLOST Projects using the Project ID field.
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 \"fultoncountyga-gov/tsplost-project-locations-q3wc-bwke\".\"tsplost_project_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.