Question with Filters - Integrating and Resampling Data and filterung x by datetime #307
-
Hey there, I am sorry to bother you again, because i am not able to resolve my problem by myself. I have 2 Problems:
As suggested i tried to use the integrate filter and resample but i get completly wrong values in the screenshot below are the raw numbers if i delete the filters from above (no recent values before the displayed below) ![]()
![]() so i tried using filters
BUT if i use this filter the whole line DISAPPEARS Question 2 is only a minor annoyance but on paper the fix seems easy, if it would work thanks very much in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hello there! For problem 1Let's go through it: if the report is every 5 minutes, I assume that you get the total mm rained in the last 5 minutes only. For problem 2
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Oh I think I know what's going on. Can you plot it as lines instead of bars? this hides unavailable datapoints.
Try
resample: 5m
BEFORE integrating to ensure there are datapoints everywhere.