Skip to content

Instantly share code, notes, and snippets.

@omad
Created October 14, 2022 05:42
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 omad/c7add9f7e9939612d558619d9f7698c7 to your computer and use it in GitHub Desktop.
Save omad/c7add9f7e9939612d558619d9f7698c7 to your computer and use it in GitHub Desktop.
Libs for DEA Python Environment
name: dea-env
channels:
- conda-forge
dependencies:
## Python
- python=3.8
## Necessary CLI Tools
## DEA Critical Python Libraries and Tools
- datacube
# Useful Python Tools and Libs
- black
- isort
# Scientific and Geospatial Python Libraries
- geopandas
- matplotlib
- glue-geospatial
- glueviz
- cmocean
- tensorflow
- ffmpeg-python
- rsgislib # formerly broken because of libgeos dependency
## JupyterLab and Jupyter Notebooks (and useful extras and plugins)
- jupyter
- jupyterlab
- dask-labextension
- jupyterlab-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment