citydata-mesaaz-gov/city-boundary-qwhq-nske
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 1 month ago

City Boundary

City boundary polygons excluding County islands. Data represents the current extent of the City’s jurisdiction and is updated whenever an annexation occurs. Delineates the boundary of the City which is useful for many projects and maps.

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 \"citydata-mesaaz-gov/city-boundary-qwhq-nske\".\"city_boundary\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • city_boundary
     
     
     
     
     
Upstream Metadata