This is NYC's official "Find your community board" page. To look up your community board you have to figure out how to use their web GIS portal. Why don't we simplify that a little bit? This project is a minimum-viable product inspired by Washington, D.C.'s ANC Finder.
These are some alternatives:
- Community district boundaries from NYC Planning (metadata). Edition 17b, published June 5, 2017.
- Community board information from NYC Mayor's Community Affairs Unit - Find Your Community Board
The source GeoJSON is converted to a TopoJSON to save on space and to resolve topology issues from third-party simplified GeoJSON files. To download the latest boundary file and convert it to a TopoJSON, run in shell:
./data.sh
To GitHub Pages (default). https://louh.github.io/nyc-community-boards/
npm run deploy
Build pipeline and tests will run before deployment.