Just finished my pywws2weewx converter (available at
https://github.com/LapplandsCohan/pywws2weewx) which takes pywws raw files and creates a csv and a config file for wee_import. It would probably not be too much work to make that into a proper wee_import module if one would like.
Anyway. According to the wee_import guide the interval setting has to be one of derive, conf or an integer. For derive there muse be no missing datapoints as I understand the documentation, while the other options uses a fixed interval and is ok with missing datapoints, but on the other hand requires that all datapoints have the same time interval.
However, according from how I interpret how wee_import actually handles things you can use derive and have missing datapoints if you in the datafile also include a column for interval (which conveniently happens to be available in the pywws data) as wee_import in this case actually does not derive but uses the csv data instead.
From my tests this works fine on a pywws dataset with missing points and varying datapoint intervals, but can someone confirm that this is a working but undocumented usage of the wee_import?
regards
Konrad Skeri Ekblad