-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathenvironment.yml
45 lines (40 loc) · 855 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
name: notebook
channels:
- conda-forge
dependencies: # for geemap in a notebook, avoiding the model not found error
- cartopy
- datapane
- flask>=2.0.0
- flask-caching
- gdal
- geemap>=0.11.0
- geopandas
- imageio
- ipyvtklink
- keplergl
- laspy
- leafmap>=0.7.2
- localtileserver>=0.4.0
- osmnx
- pip
- pydeck
- pyntcloud
- python>=3.8
- pyvista
- requests
- rio-cogeo
- tifffile
- xarray_leaflet
# for running touchterrain in a notebook
- pillow>=6.0.0
- google-api-python-client==1.12.8
- earthengine-api>=0.1.232
- oauth2client>=4.1.3
- numpy>=1.17
- scipy>=1.2
- kml2geojson>=4.0.2
- geojson>=2.5
- defusedxml>=0.6
- six>=1.15.0
- k3d>=2.14
# touchterrain will be installed via postBuild!