bbox-helper-functions
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

bbox-helper-functions

Installation

Using npm npm i bbox-helper-functions

Using yarn yarn add bbox-helper-functions

Usage

In CommonJS env

const { getWKBBox } = require('bbox-helper-functions');

const bbox = getWKBBox(
  'POLYGON((-3.706512451171875 40.420074462890625,-3.70513916015625 40.420074462890625,-3.70513916015625 40.42144775390625,-3.706512451171875 40.42144775390625,-3.706512451171875 40.420074462890625))'
);

// bbox will be [minLon, minLat, maxLon, maxLat]

Using imports

import { getGeohashBBox } from 'bbox-helper-functions';

const geohashBBox = getGeohashBBox('ezjmun');

// geohashBBox will be [minLon, minLat, maxLon, maxLat]

Documentation

See DOCS

/bbox-helper-functions/

    Package Sidebar

    Install

    npm i bbox-helper-functions

    Weekly Downloads

    128

    Version

    3.3.0

    License

    MIT

    Unpacked Size

    43.1 kB

    Total Files

    17

    Last publish

    Collaborators

    • alrico88