lonlat
v2.0.2
Published
Converters for various coordinate representations.
Maintainers
Readme
lonlat
Converters for various coordinate representations.
Install
$ npm install --save lonlatUsage
var lonlat = require('lonlat');
lonlat.geojson.centerSphere();
lonlat.mongo.toPoly();geojson methods always return geojson shape or collection of shapes
centerSphere- create a Sphere corresponding to inscribed circlemultiPolygon- create a Polygon from the string of coordinatespolygon- create a Polygon from the string of coordinatesshapesArray- split boxes into Polygons and MultipolygonssplitBox- split box into grid of Polygons
mongo methods return coordinates pairs [lon,lat] that can be indexed by mongo
toLonLattoPolytoBoxtoBoxes
License
MIT © Damian Krzeminski
