Open repository in Console
Readme
Updated 5 days ago
‧ Indexed 5 hours ago
OtherDesignatedHistoricDistricts
<DIV STYLE="text-align:Left;"><DIV><P><SPAN>This map layer contains Historic Districts within City of Bloomington, Indiana that are designated through the National Historic Register or State of Indiana List of Historic Places. Historic Districts can be objects, single properties, or multi-resource districts containing several properties. These other Historic Districts can also contain or overlap areas designated as local historic districts by the City of Bloomington</SPAN></P></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 \"bloomington-in-gov/otherdesignatedhistoricdistricts-6nix-hfgf\".\"otherdesignatedhistoricdistricts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.