从geojson中查找本地簇。
项目描述
# Planet Labs Stack Finder #
通过聚类geojson多边形的地理位置来查找有大量图像堆叠的位置。
输入是一个geojson字典列表。
列表中的每个字典必须具有键[‘geometry’][‘coordinates’]或[‘coordinates’]
## 通用设置 ## pip install planet_stack_finder
## 从github仓库设置 ## pip install -e .[test]
## 测试 ## pytest
## 命令行界面 ## ` find-stacks /path/to/file.metadata cat path/to/file.geojson | planet search | find-stacks `
## Python ## ` from stackfinder import findstacks `