Skip to content

Downloads and converts Zillow neighborhood boundaries as GeoJSON

License

Notifications You must be signed in to change notification settings

staeco/neighborhood-boundaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neighborhood-boundaries NPM version Downloads

Downloads and converts Zillow neighborhood data for the United States.

You define the processing logic, so you can put it into any DB you like.

Install

npm install neighborhood-boundaries

Example

import import from 'neighborhood-boundaries'

import({
  // this function is called every time a record is parsed
  onBoundary: (doc, cb) => {
    cb() // make sure to call the cb
  },

  // this function is called when all records are parsed and processed
  onFinish: (err) => {

  }
})

About

Downloads and converts Zillow neighborhood boundaries as GeoJSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published