Skip to content

Commit

Permalink
Added backup sd value of zero
Browse files Browse the repository at this point in the history
  • Loading branch information
caparker committed Nov 13, 2024
1 parent 62f017c commit d1ca447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/etl_process_measurements.sql
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ SELECT l.sensors_id
, l.value -- last value
, l.value_count
, l.value_avg
, l.value_sd
, COALESCE(l.value_sd, 0)
, l.value -- min
, l.value -- max
, public.pt3857(lon, lat)
Expand Down

0 comments on commit d1ca447

Please sign in to comment.