Skip to content

Releases: bishun945/pyOWT

pyOWT_v0.61

23 Oct 04:14
b63ce11
Compare
Choose a tag to compare

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

30 May 17:49
Compare
Choose a tag to compare

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 and PlotSpec for plotting
  • Add new csv file (data/OWT_mean_spec.csv) for mean spectra of OWTs
  • run_examples.py revised accordingly

pyOWT_v0.31

26 Jan 10:50
Compare
Choose a tag to compare
  • create two new classes OpticalVariables and OWT 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

18 Jan 10:55
Compare
Choose a tag to compare

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.