What is Available?
- Terraformer Core
- Primitives
- Some Math (Envelopes, Convex Hull, Contains, Intersects)
- Parsers (WKT, ArcGIS)
- GeoStore
In the Browser
$ bower install terraformer
On the Server
$ npm install terraformer
Primitives
Based on GeoJSON
var point = new Terraformer.Primitive({
type: "Point",
coordinates: [1, 2]
});
- or -
var point = new Terraformer.Point([1, 2]);
Cool Math Things
- Convex Hull
- Intersects
- Contains
GeoStore
Bespoke Spatial Databases
Uses Indexes
And Data Stores
THE END
http://Terraformer.io
@JerrySievert