Historic Districts
View full metadata
https://www.cambridgema.gov/GIS/gisdatadictionary/Historical/HISTORICAL_HistoricDistricts
Description
This layer contains two polygons representing the city's Historic Districts, Fort Washington Historic District and Old Cambridge Historic District. Historic Districts are groups of buildings, structures, and their surroundings that are architecturally and historically distinctive. Exterior changes to buildings within Historic Districts are subject to review by the Historical Commission made up of residents appointed by the City Manager. The GIS data layer was created from paper documents. Cambridge designated its first Historic Districts in 1963, under the state enabling law, Ch. 40C of the Mass. General Laws.
About Edit Dates
This data is automatically updated on a set schedule. The Socrata edit date may not reflect the actual edit dates in the data. For more details please see the update date on the full metadata page or view the edit date within the data rows.
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/historic-districts-s26k-kx4t\".\"historic_districts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.