We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b60ac commit 8d98879Copy full SHA for 8d98879
binder/Dockerfile
binder/environment.yml
@@ -0,0 +1,37 @@
1
+name: oggm_env
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - jupyter
6
+ - jupyterlab
7
+ - numpy
8
+ - scipy
9
+ - pandas
10
+ - shapely
11
+ - matplotlib
12
+ - Pillow
13
+ - netcdf4
14
+ - scikit-image
15
+ - scikit-learn
16
+ - configobj
17
+ - xarray
18
+ - pytest
19
+ - dask
20
+ - bottleneck
21
+ - pyproj
22
+ - cartopy
23
+ - geopandas
24
+ - rioxarray
25
+ - seaborn
26
+ - pytables
27
+ - salem
28
+ - motionless
29
30
+ - holoviews
31
+ - geoviews
32
+ - pip
33
+ - pip:
34
+ - joblib
35
+ - progressbar2
36
+ - git+https://github.com/OGGM/oggm-edu
37
+ - oggm
0 commit comments