Article 22 Green Building Review Projects
Profiles of development projects that are subject to Section 22.20 – Green Building Requirements of the Zoning Ordinance. Green Building Requirements ensures that major new projects and substantially rehabilitated buildings are planned, designed and constructed using environmentally sustainable and energy-efficient practices. The green building ordinance uses sustainable building rating systems such as LEED, PHIUS, PHI and Enterprise Green Communities as technical frameworks to ensure that buildings throughout the City achieve a higher level in building energy use and efficiency, sustainability, and resiliency. Certification by the rating agency is NOT required, but the project developer must provide certification from a Green Building Professional that the standards are being met.
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/article-22-green-building-review-projects-ay64-ymwq\".\"article_22_green_building_review_projects\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.