Skip to content

tschaub/geofunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Functions for working with GeoJSON

Resources

Stars

Watchers

Forks

Packages

No packages published