Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 21 days ago
Building Footprint
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The shape and orientation of the ground floor of all structures in a local government. This information is typically compiled from orthoimagery or other aerial photography sources. This representation of the building footprints support the local government basemaps. It also serves as a source for public works, public safety, planning and other agencies that are responsible for the active management of site addresses, facilities, and land use information.</SPAN></P></DIV></DIV></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 \"nola-gov/building-footprint-prh5-qsuf\".\"building_footprint\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata