ground track table update can lead to KeyError in l3.build_dataset
#26
Labels
bug
Something isn't working
l3.build_dataset
#26
Describe the bug
KeyError was thrown in
l3.build_dataset
when continuing gridding cached data chunks after the ground track table was updated.To Reproduce
Steps to reproduce the behavior:
data/tmp/<o2-code>
), runl3.build_dataset
with some future end datel3.build_dataset
)Expected behavior
Processing should continue with the old set of data. At least, it should continue in some way, e.g. including the recently added ground tracks, even if that leads to a slightly inconsistent result. At best, it would fill-up the missing time steps of the already-processed chunks and continue for the remaining chunks - resulting in an up-to-date, consistent dataset.
Traceback
not available :/
The text was updated successfully, but these errors were encountered: