I'm not sure I have the full picture on exactly what data and NOAA reports you have/do not have over what period but the NOAA monthly reports require there to be at least one non-None barometer value for each day (ie any day with no barometer data will be skipped). For the NOAA yearly reports the requirement is at least one non-None barometer value per month. The barometer data check is performed on the daily summaries, which of course are derived from the archive, so ultimately you must have barometer data in your archive and your daily summaries must b true and correct (wee_import should have taken care of the daily summaries). The daily summaries can easily be dropped/rebuilt using wee_database <http://weewx.com/docs/utilities.htm#wee_database_utility>.
In a nutshell for any period where you have not barometer data for a complete day/month you will see no data for the day/month concerned in the NOAA reports. This has come up before and issue #300 <https://github.com/weewx/weewx/issues/300> was raised to track it. Seems I dropped the ball; a fix was identified but the solution has never been implemented as far as I know. Michael, I will drop you an email later today with some revised NOAA templates to try. Gary On Monday, 4 March 2019 00:18:28 UTC+10, Michael wrote: > > Hi Thomas, > > here it is: select * from archive_day_outTemp; > > Regards, > Michael > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
