I imported ~1 year of data from csv, using this `import.conf` configuration:
    source = CSV
    [CSV]
        file = my-data.csv
        interval = 1
        qc = True
        calc_missing = True
        ignore_invalid_data = True
        tranche = 250
        UV_sensor = False
        solar_sensor = False
        raw_datetime_format = %Y-%m-%dT%H:%M
        rain = discrete
        wind_direction = 0,360
        [[FieldMap]]
            dateTime    = dateTime, unix_epoch
            usUnits     =
            interval    =
            barometer   = barometer, hPa
            pressure    =
            altimeter   =
            inTemp      = insideTemp, degree_C
            outTemp     = outsideTemp, degree_C
            inHumidity  = insideHum, percent
            outHumidity = outsideHum, percent
            windSpeed   = windSpeed, km_per_hour
            windDir     = windDirection, degree_compass
            windGust    = hiWindSpeed, km_per_hour
            windGustDir = hiWindDirection, degree_compass
            rainRate    = hiRainRate, mm_per_hour
            rain        = rain, mm
            dewpoint    =
            windchill   =
            heatindex   =
            ET          =
            radiation   =
            UV          =

What I expected was that the following fields would have been calculated, 
starting from the other available fields:
    altimeter
    dewpoint
    heatindex
    pressure
    windchill
But in the `archive` table, those columns are empty.

Did I do something wrong, or is the behavior correct? So I cannot have such 
fields calculated...?

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b8b1dc59-30a5-483f-a431-3b834a49da40n%40googlegroups.com.

Reply via email to