Metadata-Version: 1.1
Name: planet-stack-finder
Version: 0.0.7
Summary: Find local clusters from geojson.
Home-page: https://github.com/planetlabs/planet_stack_finder
Author: Josh Tennefoss
Author-email: jt@planet.com
License: MIT
Download-URL: https://github.com/planetlabs/planet_stack_finder/tarball/0.7
Description: # Planet Labs Stack Finder #
        
        Find locations where there are deep stacks of imagery by clustering the location of polygons. 
        
        ## Setup ##
        `pip install -e .[test]`
        
        ## Tests ##
        `pytest`
        
        ## CLI ##
        `findstacks /path/to/file.geojson` 
        
        ## Python ##
        ```
        from stackfinder import stack_finder
        ```
        
Keywords: stack_finder,planet,planet labs,overlaps
Platform: UNKNOWN
