Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 3 hours ago
BEUDO Buildings 2019
This layer of BEUDO building footprints for 2019 is provided for the related BEUDO 2019 map. The official Cambridge GIS buildings layer is updated regularly and footprints and building IDs used in this historic layer may have changed. Please see this link for the most up to date citywide building footprint layer:
https://www.cambridgema.gov/GIS/gisdatadictionary/Basemap/BASEMAP_Buildings
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 \"cambridgema-gov/beudo-buildings-2019-vuix-ibnc\".\"beudo_buildings_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata