https://github.com/jmapb/nycaabs
NYC Address and BIN Search
https://github.com/jmapb/nycaabs
nyc nyc-opendata openstreetmap
Last synced: 8 months ago
JSON representation
NYC Address and BIN Search
- Host: GitHub
- URL: https://github.com/jmapb/nycaabs
- Owner: jmapb
- License: mit
- Created: 2022-05-05T12:08:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T22:41:27.000Z (about 1 year ago)
- Last Synced: 2025-05-28T23:29:41.473Z (about 1 year ago)
- Topics: nyc, nyc-opendata, openstreetmap
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nycaabs
(NYC Address and BIN Search)
**Nycaabs** searches New York City's open data sources for building information, by address or BIN (building identification number).
This project aims to help maintain NYC's OpenStreetMap data, in particular building footprints, heights, BINs, and addresses.
The Github main branch is hosted at https://jmapb.github.io/nycaabs/. Nycaabs can also self-hosted or downloaded and used locally.
Dependencies:
* **NYC Geosearch** API (https://geosearch.planninglabs.nyc)
* **NYC Building Footprints** dataset (https://data.cityofnewyork.us/City-Government/Building-Footprints/5zhs-2jue)
* **NYC DOB Job Application Filings** dataset (https://data.cityofnewyork.us/Housing-Development/DOB-Job-Application-Filings/ic3t-wcy2)
* **NYC DOB NOW: Build – Approved Permits** dataset (https://data.cityofnewyork.us/Housing-Development/DOB-NOW-Build-Approved-Permits/rbx6-tga4)
* **Buildings Subject to HPD Jurisdiction** dataset (https://data.cityofnewyork.us/Housing-Development/Buildings-Subject-to-HPD-Jurisdiction/kj4p-ruqc)
* **OpenStreetMap Carto** raster map tiles (https://wiki.openstreetmap.org/wiki/OpenStreetMap_Carto)
* **Leaflet** interactive map library (https://leafletjs.com, using version 1.8.0 via unpkg.com)
* **Leaflet.contextmenu** library (https://github.com/aratcliffe/Leaflet.contextmenu, using version 1.4.0 via unpkg.com)
* **Parse-nyc-address** street address parser (https://github.com/jmapb/parse-nyc-address, using version 1.0.2 via unpkg.com)