-
Notifications
You must be signed in to change notification settings - Fork 16
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
how disregarded period of data should be set? #213
Comments
Hi @MatteoManaRWE, Thanks for posting. To clarify, are you talking about time series data that are not reliable during a maintenance period? I don't fully understand your proposed solutions but I am not sure if I understand the initial problem in the first place. If you could expand, that would be great? Stephen |
@MatteoManaRWE @stephenholleran I assume these are related to logger files ? For e.g. there is always a few logger files when the tech's were testing or troubleshooting an issue. In such cases, the metadata and data in these files are spurious. E.g. they may briefly set the wind speed height to 0m. If you process these files, you will get false impression that there was wind speed @ 0m ( prior to QC) ? Is this the use case you are referring to ? |
Hi @abohara @stephenholleran thinking about this periods I'm not sure if the date_to of a configurations needs to be coincident with the date_from of the next configuration, in case not the spurious period could be periods without configuration at all, else we could have a field that defined the configuration period to be disregarded because is a test period. |
@MatteoManaRWE , I see two possible ways:
|
Hi @abohara, I think that @MatteoManaRWE suggestion of
Simply don't have a configuration for this period. This could be done using either the A tutorial outlining this particular use case would be very helpful @MatteoManaRWE? ;) cc @kersting |
@stephenholleran @MatteoManaRWE I do see issues with using This table does not have to be implemented now, but I do see it as possibly beneficial to add to a future roadmap. |
Hi @abohara ! |
@kersting @stephenholleran My suggestion for tracking this explicitly: Event table
This is just the most basic structure and welcome feedback from you on tracking this further. |
18-May-2023, call with @abohara @kersting
|
when a period of data is disregarded because the data are not reliable.
for example data produced during tests done while performing a manintenance.
how that is reported?
what about adding a field in "logger_main_config"?
whould be acceptable a period of missing configuration?
date from and date of different configuration should correspond to the same date-time or period to disregard could just be holes in the timeline with no configuration available?
The text was updated successfully, but these errors were encountered: