lonlat

2.0.0 • Public • Published

NPM version Build Status Dependency Status

lonlat

Converters for various coordinate representations.

Install

$ npm install --save lonlat

Usage

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 circle
  • multiPolygon - create a Polygon from the string of coordinates
  • polygon - create a Polygon from the string of coordinates
  • shapesArray - split boxes into Polygons and Multipolygons
  • splitBox - split box into grid of Polygons

mongo methods return coordinates pairs [lon,lat] that can be indexed by mongo

  • toLonLat
  • toPoly
  • toBox
  • toBoxes

License

MIT © Damian Krzeminski

/lonlat/

    Package Sidebar

    Install

    npm i lonlat

    Weekly Downloads

    8

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    6.17 kB

    Total Files

    6

    Last publish

    Collaborators

    • pirxpilot