-
Notifications
You must be signed in to change notification settings - Fork 5
/
environment.yml
45 lines (45 loc) · 922 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: hsfm
channels:
- conda-forge
dependencies:
- python=3.10
- numpy
- matplotlib
- geopandas
- descartes
- shapely
- contextily
- xmltodict
- bokeh
- pip
- gdal
- scipy
- haversine
- utm
- panel
- holoviews
- geoviews
- seaborn
- opencv
- rasterstats
- hvplot
- rasterio
- scikit-image
- xarray
- datashader
- pandas
- s3fs
- pdal
- py3dep
- pypdf2
- gdown
- pystac-client
- planetary-computer
- tree
- pip:
- elevation
- "--editable=git+https://github.com/dshean/pygeotools.git#egg=pygeotools"
- "--editable=git+https://github.com/friedrichknuth/demcoreg.git#egg=demcoreg" #scripts enabled by default on this fork
- "--editable=git+https://github.com/dshean/imview.git#egg=imview"
- "--editable=git+https://github.com/friedrichknuth/bare.git#egg=bare"
- "--editable=git+https://github.com/friedrichknuth/hipp.git#egg=hipp"