This package has been deprecated

Author message:

use seattle-boundaries-data package

seattle-boundaries

5.0.0 • Public • Published

Seattle boundaries

GeoJSON for various boundaries within Seattle

Boundaries

Install

To install the Node.js module:

npm install --save seattle-boundaries

Usage

var boundaries = require('seattle-boundaries')

var matches = boundaries({
  long: -122.345002,
  lat: 47.667044,
  dataset: dataset
})

Returns a FeatureCollection where all the features are a match for the point. The slug of the dataset that the feature is from is stored in the properties of the feature with the key dataset.

Contributing

  • Fork the repo
  • Create a branch for your changes
  • Submit pull request
  • When possible, we attempt to pull data from City of Seattle using Node.js but we are open to other solutions as well.

See also

TODO

See the issues queue for todos.

License

CC0 1.0 Universal (CC0 1.0)

Readme

Keywords

none

Package Sidebar

Install

npm i seattle-boundaries

Weekly Downloads

9

Version

5.0.0

License

none

Last publish

Collaborators

  • sethvincent