Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 5 hours ago
Demolished Dangerous Buildings
This is a list of buildings that were once on the dangerous buildings list (https://data.kcmo.org/Property/Dangerous-Buildings-List/ax3m-jhxx) but have been demolished. Once a structure is demolished it is removed from the dangerous buildings list.
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 \"kcmo/demolished-dangerous-buildings-u8q5-qug6\".\"demolished_dangerous_buildings\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.