Metadata-Version: 1.1
Name: stackfinder
Version: 0.0.11
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.11
Description: # 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
        ```
        
Keywords: stack_finder,planet,planet labs,overlaps
Platform: UNKNOWN
