bbox-calc

0.4.2 • Public • Published

bbox-calc

Bounding box calculation based on lat,lon and distance. Using Haversine formula

build status

Installation

npm install bbox-calc --save

Usage

var geo = new GeoLocation(41.8748562,-87.6352741);
var bbox = geo.boundingBox(radiusInKm);

Credits

Darrell Pratt

/bbox-calc/

    Package Sidebar

    Install

    npm i bbox-calc

    Weekly Downloads

    3

    Version

    0.4.2

    License

    ISC

    Last publish

    Collaborators

    • darrellpratt