Skip to content

morganherlocker/s2cover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s2cover

A tiny cli for extracting node-s2 cell covers with cell info and index order visualization. The output looks like this:

img

###install

npm install s2cover -g

###usage

# read a geojson file
s2cover ./poly.geojson | geojsonio
# pipe in geojson
cat poly.geojson | s2cover | geojsonio

###options

-h --help : show options and usage
-l --line : draw a hilburt curve throught the cells by index order
-c --color color the cells from white->purple by index order

About

creates a colorfol geojson hilburt curve using node-s2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published