You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are synthesizing a field called is_active within PostGIS based on the sensor_last_date field coming from the SOS service where we are ingesting sensor data of the IRCELINE sensor network from.
The implementation for IRCELINE has been done within 0c3ec97, with a minor fixup through fb1301a. The gist is
ABS(DATE_PART('day', sensor_last_date - now())) <= 7 AS is_active
We are synthesizing a field called
is_active
within PostGIS based on thesensor_last_date
field coming from the SOS service where we are ingesting sensor data of the IRCELINE sensor network from.The implementation for IRCELINE has been done within 0c3ec97, with a minor fixup through fb1301a. The gist is
@d-roet is having troubles with this
is_active
indicator, see also https://source.irceline.be/vaquums/grafana_luftdatenpumpe/issues/27. Let's investigate this here.cc @wetterfrosch
The text was updated successfully, but these errors were encountered: