NCAR / ldcpy

Statistical and visual tools for gathering metrics and comparing Earth System Model data files. A common use case is comparing data that has been lossily compressed with the original data.
https://ldcpy.readthedocs.io/
Apache License 2.0
19 stars 2 forks source link

check for unneeded libs #238

Closed allibco closed 3 years ago

allibco commented 3 years ago

Code cleanup: remove any unneeded libraries (do we need xfrt or can we use xr.fft()?)

allibco commented 3 years ago

I don't think we need scikit-learn or scikit-image

allibco commented 3 years ago

we do need scikit-image! (just not scikit-learn)