geofunc
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

geofunc

The geofunc package provides functions for processing GeoJSON.

For example:

import {eachPoint} from 'geofunc';

let count = 0;
const countPoints = eachPoint((point) => {
  ++count;
});

// this will count all the Point geometries
countPoints(collection);

Readme

Keywords

none

Package Sidebar

Install

npm i geofunc

Weekly Downloads

0

Version

0.4.0

License

none

Unpacked Size

20 kB

Total Files

5

Last publish

Collaborators

  • tschaub