build(setup): 新增项目所需的依赖包
向environment.yml添加Planetary Computer API运行所需的核心依赖dask-gateway、adlfs、stackstac、xarray-spatial,并同步更新详细配置文件至openearth.yml
This commit is contained in:
parent
79778dc577
commit
7a63d373a3
@ -4,6 +4,7 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- python=3.12
|
- python=3.12
|
||||||
- dask
|
- dask
|
||||||
|
- dask-gateway
|
||||||
- earthaccess
|
- earthaccess
|
||||||
- fiona
|
- fiona
|
||||||
- gdal
|
- gdal
|
||||||
@ -21,8 +22,11 @@ dependencies:
|
|||||||
- pyresample
|
- pyresample
|
||||||
- pystac-client
|
- pystac-client
|
||||||
- planetary-computer
|
- planetary-computer
|
||||||
|
- adlfs
|
||||||
|
- stackstac
|
||||||
- rasterio
|
- rasterio
|
||||||
- ray-default
|
- ray-default
|
||||||
|
- xarray-spatial
|
||||||
- rioxarray
|
- rioxarray
|
||||||
- scikit-image
|
- scikit-image
|
||||||
- seaborn
|
- seaborn
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user