sparta

1.0.0 • Public • Published

Sparta (Spatial Calculations)

Sparta is a minimalistic spatial calculation library for node.js. Currently, it supports the calculation of bounding boxes based on the Python code from Federico Ramponi (http://stackoverflow.com/a/238558).

Usage

import boundingBox from 'sparta'
// return a bounding box of Placa Catalunya, Barcelona with a radius of 1km.
const box = boundingBox(41.386549, 2.170004, 1)

Test

  npm test

Package Sidebar

Install

npm i sparta

Weekly Downloads

29

Version

1.0.0

License

Apache-2.0

Unpacked Size

3.98 kB

Total Files

5

Last publish

Collaborators

  • patrickheneise