Skip to content

Instantly share code, notes, and snippets.

@rsignell-usgs
Last active November 19, 2021 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsignell-usgs/9f8f8d854c244a4f2a8b11c883e3f008 to your computer and use it in GitHub Desktop.
Save rsignell-usgs/9f8f8d854c244a4f2a8b11c883e3f008 to your computer and use it in GitHub Desktop.
conda environment for running the holoviz tutorial using conda-forge packages
name: pangeo
channels:
- conda-forge
dependencies:
- python=3
#holoviz
- hvplot
- geoviews
- datashader
- fastparquet
- python-snappy
#jupyter
- jupyterlab
- jupyter-server-proxy
- widgetsnbextension
- dask-labextension
- nodejs
#xarray-related
- xarray
- intake-xarray
- dask
- dask-jobqueue
- zarr
- h5netcdf
- rechunker
- xesmf
- rioxarray
#other
- fsspec
- kerchunk
- s3fs
- erddapy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment