geobeyond / Arpav-PPCV-backend

Backend di Piattaforma Proiezioni Climatiche per il Nord-Est.
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Do not drop nan values for coverage times series #123

Closed ricardogsilva closed 1 month ago

ricardogsilva commented 1 month ago

This PR ensures that valid times eries measurements are not dropped when there are other rows which may contain NAN values. This issue was previously causing a visualization like this, where the blue dashed line does not show all its values:

smoothing-demo

With the proposed implementation the blue dashed line now shows values below 1980:

image