Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Added First ML Preprocessing Pipeline #13

Merged
merged 15 commits into from
Feb 25, 2024
Merged
57 changes: 57 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: rs_tools
channels:
- conda-forge
dependencies:
- python=3.11
# Standard Libraries
- numpy # Numerical Linear Algebra
- scipy # Scientific Computing
- scikit-image
- conda-forge::xarray
- conda-forge::rioxarray
- conda-forge::goes2go
- conda-forge::earthaccess
- conda-forge::pyinterp
- conda-forge::torchgeo
- pandas # Data structure
- scikit-learn # Machine Learning
- joblib # Parallelization
# PLOTTING LIBRARY
- matplotlib # standard plotting library
- seaborn # Stats viz library
# Storage
- conda-forge::netCDF4
- conda-forge::zarr
- conda-forge::h5netcdf
- conda-forge::gdal>=3.4.1,<=3.6.3
- h5py
# GUI
- conda-forge::ipywidgets
- ipykernel
- conda-forge::tqdm
- pip
- pip:
- toolz
- typer
- einops
# formatting
- black
- pylint
- isort
- flake8
- mypy
- pytest
- pre-commit
# Notebook stuff
- autoroot
- pyprojroot
- python-dotenv
# logging
- loguru
# plotting
- celluloid
- corner
- tabulate
# experiment
- hydra-core
- hydra-zen
418 changes: 418 additions & 0 deletions notebooks/dev/0.1-MODIS-Data-Inspection.ipynb

Large diffs are not rendered by default.

Loading
Loading