Releases: bishun945/pyOWT
Releases · bishun945/pyOWT
pyOWT_v0.61
In this version, the folder has been reorganized for further development.
And we now include
- handlers to process satellite products
- project folder to support different applications
- different versions of OWT centorid (v01: original from Bi and Hieronymi 2024; v02: shrinkage of covariance matrix)
pyOWT_v0.4
pyOWT_v0.4 is the first public release as promised in our recently accepted paper.
- Deprecated run and run_classification functions in OpticalVariables and OWT, respectively
- Add manipulation of input Rrs for OpticalVariables which now supports any input shapes
- Add new classes
PlotOV
andPlotSpec
for plotting - Add new csv file (data/OWT_mean_spec.csv) for mean spectra of OWTs
- run_examples.py revised accordingly
pyOWT_v0.31
- create two new classes
OpticalVariables
andOWT
to replace the original scripts - reorganize the repo structure – README revised, LICENSE added
- Add a new
run_examples.py
file demonstrating quite detailed examples
pyOWT_v0.2
This release v0.2 updated from v0.1 for the vectorized functions which are supposed to satellite data application.
This version is ready for internal sharing.