Minimal package setup.
climax/core/constants.py
0 → 100644
requirements.txt
0 → 100644
# install packages | ||
# $ conda install --file requirements.txt | ||
# scientific stack | ||
numpy | ||
pandas | ||
scipy | ||
scikit-learn | ||
statsmodels | ||
# data I/O | ||
cdo | ||
python-cdo | ||
xarray | ||
dask | ||
gdal | ||
rasterio | ||
netcdf4 | ||
h5py | ||
h5netcdf | ||
# visualization | ||
matplotlib | ||
seaborn | ||
ipython |
setup.py
0 → 100644
Please register or sign in to comment