celebratingcities-data-socrata/charter-schools-project-qbbk-v3hm
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 5 years ago
Indexed 3 hours ago

Charter Schools Project

Charter Schools. This layer contains points representing locations for charter schools, created as part of the DC Geographic Information System (DC GIS) for the D.C. Office of the Chief Technology Officer (OCTO) and participating D.C. government agencies. School locations were identified from public records and heads-up digitized from the 2010 orthophotographs. All DC GIS data is stored and exported in Maryland State Plane coordinates NAD 83 meters.

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 \"celebratingcities-data-socrata/charter-schools-project-qbbk-v3hm\".\"charter_schools_project\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • charter_schools_project