geocrunch

0.1.1 • Public • Published

Geocrunch

Quick and simple geographic calcs

Usage

path(arrayOfCoordPairs, options).distance(options); // returns distance
path(arrayOfCoordPairs, options).area(options); // returns area
path(arrayOfCoordPairs, options).center(); // returns center

Path Options

imBackwards - Path in format [lat, lng] vs expected [lng, lat]

Distance Options

units - meters, feet, miles. Default meters.

Area Options

units - sqmeters, sqmiles, acres. Default sqmeters.

Readme

Keywords

none

Package Sidebar

Install

npm i geocrunch

Weekly Downloads

29

Version

0.1.1

License

none

Last publish

Collaborators

  • brandoncopeland