Created
October 14, 2022 05:42
-
-
Save omad/c7add9f7e9939612d558619d9f7698c7 to your computer and use it in GitHub Desktop.
Libs for DEA Python Environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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