Scientist friendly Python toolbox for processing 2D satellite Earth observation data.
GNU General Public License v3.0
182
stars
66
forks
source link
Function _time_count_to_np_datetime64 fails when the provided time_count is a decimal number #421
Closed
mortenwh closed 5 years ago
[x] Adjust code to accept, e.g.,
time_count='43648.22734953704'
instead of onlytime_count='43648'
[x] change name of function
_time_units
to_time_reference
[x] test...