Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incomplete l2 cache and consecutive datasets #31

Open
j-haacker opened this issue Jul 19, 2024 · 0 comments
Open

incomplete l2 cache and consecutive datasets #31

j-haacker opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@j-haacker
Copy link
Owner

Describe the bug
If one builds a l3 dataset for a time period that ends before the available ground tracks are exhausted, extending the dataset at a later stage results in skipping data of the month after the first l3 dataset ended.

This is because of a "dirty" convention to define the period that should be considered. The convention is to stop on the first day of the "end" time step if this is a month or a year. This results in some data in the month after the requested period being present - which, in turn, leads to that month being skipped if the datasets is being extended.

To Reproduce
Steps to reproduce the behavior:

  1. l3.build_dataset("01-01", 2010, 2015)
  2. l3.build_dataset("01-01", 2010, 2025, reprocess=False) # not sure about reprocess, but turning it of reproduces the behavior in any case

Expected behavior
There should never be data gaps that could even go unnoticed.

@j-haacker j-haacker added the bug Something isn't working label Jul 19, 2024
@j-haacker j-haacker self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant