Skip to content

Commit

Permalink
Merge pull request openradar#6 from openradar/simplify-env
Browse files Browse the repository at this point in the history
ENH: Simplify the installation environment
  • Loading branch information
mgrover1 authored Jun 30, 2022
2 parents 3a32636 + 23f2e4b commit b6f0c38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
31 changes: 3 additions & 28 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,13 @@ name: erad-2022-dev
channels:
- conda-forge
dependencies:
- python=3.9
- jupyter-book
- numpy
- scipy
- matplotlib
- cartopy
- pandas
- xarray
- tqdm
- dask-gateway
# data science stuff
- boto
- boto3
- blas
- liblapacke
# geospatial
- proj4
- cartopy
- geopandas
- netcdf4
- h5py
- h5netcdf
# geoscience-related
- metpy
- satpy
# jupyter-related
- ipyleaflet
- pip
# radar
- wradlib
- coincbc
- pip:
- git+https://github.com/ARM-DOE/pyart.git
- git+https://github.com/openradar/PyDDA.git
- nexradaws
- cdsapi
- git+https://github.com/CSU-Radarmet/CSU_RadarTools.git
- arm_pyart
12 changes: 12 additions & 0 deletions binder/kernel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"argv": [
"/srv/conda/envs/notebook/bin/python",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "Python 3",
"language": "python",
"env": {"LD_LIBRARY_PATH":":/srv/conda/envs/notebook/lib:/srv/conda/envs/notebook/hlhdf/lib:/srv/conda/envs/notebook/rave/lib:/srv/conda/envs/notebook/beamb/lib:/srv/conda/envs/notebook/bropo/lib:/srv/conda/envs/notebook/baltrad-wrwp/lib"}
}
2 changes: 0 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ bash /home/jovyan/binder/install_baltrad_rave_gmap.sh
bash /home/jovyan/binder/install_baltrad_drqc.sh
bash /home/jovyan/binder/install_baltrad_short_course.sh
cp /home/jovyan/binder/kernel.json $CONDA_PREFIX/share/jupyter/kernels/python3/.

bash /home/jovyan/binder/provision.sh
# End

0 comments on commit b6f0c38

Please sign in to comment.