An open API service indexing awesome lists of open source software.

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

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)