pywws.reprocess
Regenerate hourly and daily summary data.
This module can also be run with the pywws-reprocess
command.
usage: python -m pywws.reprocess [options] data_dir
options are:
-h | --help display this help
-u | --update update status on old data to include bits from wind_dir byte
-v | --verbose increase number of informative messages
data_dir is the root directory of the weather data
This module recreates the calibrated, hourly, daily and monthly
summary data that is created by the pywws.process
module. It
should be run whenever you upgrade to a newer version of pywws (if the
summary data format has changed), change your calibration module or
alter your pressure offset.
The -u
(or --update
) option is a special case. It should be
used when upgrading from any pywws version earlier than 14.02.dev1143.
Unlike normal reprocessing, the -u
option changes your raw data.
You are advised to backup your data before using the -u
option.
Functions
|
|
|
Comments or questions? Please subscribe to the pywws mailing list http://groups.google.com/group/pywws and let us know.