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
Currently the sample and live data table only has an absolute pressure column. The Davis logger currently logs relative pressure there and the UI generally refers to it as relative pressure. I'm unsure what wh1080d logs.
Davis stations can supply absolute pressure (via LOOP2 packets) and #131 will add support for it. This means that this naming thing really needs to be fixed.
Add mean_sea_level_pressure columns to the sample and live data tables
Adjust davis logger to log relative pressure to the mean_sea_level_pressure column
Adjust weather-push
Adjust web UI
Adjust server
weather-plot
Adjust desktop client
Adjust WOW updater
Adjust anything else currently dealing with pressure data
Adjust davis logger to no longer log anything to the absolute pressure column in the DB for samples.
Deploy new versions of everything everywhere (fremont, hamilton, sandy-bay)
Move data for all davis stations from the existing absolute pressure column to the new relative pressure column (because thats what it is)
This probably needs to wait for the current bugs in weather-push (like #4) to be fixed so it can be deployed to the Hamilton-SandyBay link as all components of the current zxweather deployment will need upgrading together.
The text was updated successfully, but these errors were encountered:
…ressure columns (#140)
And makes that data available via new columns in the database as well as RabbitMQ.
This commit also adds database columns for mean sea level pressure. The appropriate values are now logged to the appropriate places for live data.
Davis logger for now logs the same value to both absolute and mean sea level pressure columns for samples rather than leaving the absolute pressure column as null. This will be changed near the end of ticket #140 before the data migration step.
It will now use the samples_v2.dat data source where available and store absolute and mean sea level pressure separately in the cache database.
SC_Pressure column is now a coalesce of MSL and ABS pressure. There are separate SC_AbsolutePressure and SC_MeanSeaLevelPressure options at the data layer but these are not currently surfaced in the UI as no currently supported hardware type supplies both.
Currently the sample and live data table only has an absolute pressure column. The Davis logger currently logs relative pressure there and the UI generally refers to it as relative pressure. I'm unsure what wh1080d logs.
Davis stations can supply absolute pressure (via LOOP2 packets) and #131 will add support for it. This means that this naming thing really needs to be fixed.
This probably needs to wait for the current bugs in weather-push (like #4) to be fixed so it can be deployed to the Hamilton-SandyBay link as all components of the current zxweather deployment will need upgrading together.
The text was updated successfully, but these errors were encountered: