Releases: TUW-GEO/pytesmo
Releases · TUW-GEO/pytesmo
v0.6.9
v0.6.8
- Adapt validation framework examples to new ASCAT package version.
- Adapt ERS reader to new ASCAT package version.
- Make validation framework work with datasets that contain NaN
columns. - Make validation framework work with pygeobase.object_base.TS objects
and subclasses. - Add scaler classes to the validation framework making it possible to
use e.g. stored CDF parameters during validation. - ensure_iterable does no longer take a single string as an iterable.
We want to keep the string as one object.
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
Bye Bye ASCAT readers and small bugfixes.
- Moved the ASCAT readers to the ascat package. The functionality is the same, just replace
import pytesmo.io.sat.ascat
byimport ascat
and everything should work the same as before. - The H07 reader now returns also ssm mean as a value between 0 and 100. Before
it was between 0 and 1 and inconsistent with the other ssm values. - Fix small bug in julian date calculation and add tests for it.
- Add hamming window to resample module