Skip to content

Commit

Permalink
worked on notebook visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
annajungbluth committed May 20, 2024
1 parent 577d4ee commit 91153c0
Show file tree
Hide file tree
Showing 4 changed files with 10,331 additions and 28 deletions.
53 changes: 25 additions & 28 deletions environments/environment_iti.yaml
Original file line number Diff line number Diff line change
@@ -1,66 +1,63 @@
name: rs_tools_iti
channels:
- conda-forge
- pytorch
- nvidia
# - pytorch
# - nvidia
dependencies:
- python=3.11
# Standard Libraries
- numpy # Numerical Linear Algebra
# - scipy # Scientific Computing
# - scikit-image
- xarray
- rioxarray
- goes2go
- earthaccess
- eumdac
- pyinterp
# - conda-forge::torchgeo
- pandas # Data structure
- scikit-image
- scikit-learn # Machine Learning
# PLOTTING LIBRARY
- matplotlib # standard plotting library
- seaborn # Stats viz library
# Storage
- netCDF4
- zarr
- h5netcdf
- pyhdf
# - zarr
# - h5netcdf
# - pyhdf
# - nvidia/label/cuda-12.2.0::cuda
- pytorch-cuda
# - pytorch-cuda
# - h5py
# GUI
- ipywidgets
- ipykernel
- tqdm
- pip
- sunpy>=2.0
- astropy
- aiapy
- drms
- pip:
- toolz
- typer
- einops
# - toolz
# - typer
# - einops
# PYTORCH
- torch
- torch>=1.8
- torchvision
- lightning
# - git+https://github.com/spaceml-org/InstrumentToInstrument.git@development
# formatting
- black
- pylint
- isort
- flake8
- mypy
- pytest
- pre-commit
# - black
# - pylint
# - isort
# - flake8
# - mypy
# - pytest
# - pre-commit
# Notebook stuff
- autoroot
- pyprojroot
- python-dotenv
# logging
- loguru
# plotting
- celluloid
- corner
- tabulate
# - celluloid
# - corner
# - tabulate
# experiment
- hydra-core
- hydra-zen
Expand Down
File renamed without changes.
Loading

0 comments on commit 91153c0

Please sign in to comment.