bloomington-in-gov/building-areas-4ez4-mguv
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Building Areas

<DIV STYLE="text-align:Left;font-size:12pt"><P><SPAN>This layer represents the building footprint geometry in the City of Bloomington. These footprints are derived from 2021 aerial imagery and should be considered an approximation of the buildings dimensions.</SPAN></P></DIV>

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 \"bloomington-in-gov/building-areas-4ez4-mguv\".\"building_areas\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • building_areas