terraformer-geostore
This package is part of the Terraformer project.
Terraformer.GeoStore
is a class built for handing lightweight storage and querying large numbers of GeoJSON Features. It is very fast and can index the rough US counties data (~950k features) in about 120ms and do a point in polygon search contains a point in ~6.5ms.
Installing
Node.js
$ npm install terraformer-geostore$ npm install terraformer-rtree$ npm install terraformer-geostore-memory
Browser
In the browser, Terraformer is required.
You can use Bower to install the components if you like or download them and host them yourself.
Documentation
For a full guide to GeoStore check out the Terraformer website.
var store = store: index: ; // Add a GeoJSON featurestore; // You can also add a FeatureCollectionstore; // ask the store which features are within a given polygon.store;
Resources
Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Contributing
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Licensing
A copy of the license is available in the repository's LICENSE file.