Atlanta Public Schools and Fulton County Schools Locations (Layerfile)
This is a layerfile of Atlanta and Fulton County Schools as of the 2022/2023 school year. Updated as needed, not on a schedule.
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 \"sharefulton-fultoncountyga-gov/atlanta-public-schools-and-fulton-county-schools-3sjp-pynj\".\"atlanta_public_schools_and_fulton_county_schools\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.