Skip to content

michaelstewart/planet_stack_finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planet Labs Stack Finder

Find locations where there are deep stacks of imagery by clustering the location of geojson polygons.

Input is a list of geojson dictionaries.

Each dictionary in the list must have keys ['geometry']['coordinates'] or ['coordinates']

Generic Setup

pip install planet_stack_finder

Setup from github repo

pip install -e .[test]

Tests

pytest

CLI

find-stacks /path/to/file.metadata
cat path/to/file.geojson | planet search | find-stacks

Python

from stackfinder import findstacks

About

Find locations of overlapping geometries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%