Originally identified as one of the top ten "Most Wanted Datasets" in MetroFuture: Making a Greater Boston Region, the MAPC Zoning Atlas is a data product nine years in the making. It is the first regional zoning map since 1999, and the first to include information about multifamily housing, residential density, commercial density, and overlay districts.
Introduction to the Zoning Atlas is the first research brief to come from this massive undertaking. It outlines the processes and challenges of collecting and synthesizing 101 municipal zoning codes into one unified resource. Zoning codes can be remarkably complex, and discrepancies in their storage, maintenance, accessibility, and interpretation make creating a regional overview both difficult and necessary to achieve.
The Zoning Atlas will always be a work in progress, and it will rely on municipal collaboration and community input in order to best serve its purpose. As it continues to grow and develop, we hope it will be useful to municipal staff, researchers, and advocates in their work to build a better Greater Boston.
- Set up .ENV file with
DB_PASS
,DB_USER
, andHOST
values. These should connect you to the Zoning Atlas table of the GISData database (see line 26 ofgatsby-config.js
) yarn install
gatsby develop
This repo deploys automatically when the master
branch is pushed to GitHub. To click-test what the deployment will look like, gatsby build
and gatsby serve
will create a static version of the site to explore locally.
yarn test