Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 2 hours ago
Bronx Building Point Locations
point locations of all buildings in the Bronx. Data was processed through ArcGIS from a polygon feature layer to a point feature layer in order to use with the Socrata engine.
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 \"bronx-lehman-cuny-edu/bronx-building-point-locations-park-z7m7\".\"bronx_building_point_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.