Skip to content

matildarehm/big-city

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

big-city

NYC Geocode API

An npm package for geocoded searching and reverse searching addresses or endpoints within New York City

In development

schemas

borough schema

"manhattan": [
    {
      "neighborhood": "Little Italy"
      "zipCodes": [ 10012, 10013 ]
    },
    {
      "neighborhood": "Financial District"
      "zipCodes": [ 10004, 10005, 10006, 10038 ]
    }
]

neighborhood schema

{
  "neighborhood": "Financial District"
  "subway_lines": [ '1', '2', '3', '4', '5', '6', 'N', 'R', 'E', 'J' ]
  "nearby_neighborhoods": [ 'Battery Park City', 'Tribeca', 'Chinatown', 'Lower East Side' ]
  "borough": "Manhattan"
  "state": "New York"
  "zipCodes": [ 10004, 10005, 10006, 10038 ]
}

sources

All Neighborhoods by Borough - Baruch CUNY Compass Neighborhood Guide Statistic Atlas

webscrapers (python)
Webscraper for Zip Codes
Webscraper for Subway Lines + Nearby Neighborhoods
Combination Webscraper

About

NYC Geocode API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published