Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make xdem compatible for Binder #312

Merged
merged 12 commits into from
Oct 17, 2022
1 change: 1 addition & 0 deletions binder/apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libgl1-mesa-glx
1 change: 1 addition & 0 deletions binder/environment.yml
4 changes: 4 additions & 0 deletions binder/extra-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
channels:
- conda-forge
dependencies:
- jupytext
6 changes: 6 additions & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -e # To avoid silent errors

# ${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "environment.yml"
pip install -e .
${MAMBA_EXE} env update -p ${NB_PYTHON_PREFIX} --file "binder/extra-environment.yml"
1 change: 1 addition & 0 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- proj-data
- scikit-gstat>=0.6.8
- pytransform3d
- pip

# Development-specific
- autovizwidget
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- proj-data
- scikit-gstat>=0.6.8
- pytransform3d
- pip

- pip:
- geoutils==0.0.9