You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved the ASCAT readers to the ascat package. The functionality is the same, just replace import pytesmo.io.sat.ascat by import 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.