Here we collect strings which are not converted to column names.
| string in file | column name | units | example |
|---|---|---|---|
| 1-m AE (nT) (nT) | 1_m_AE | nT | Sadie's file ~/project/rbsp/u/sadie/2026/20260203 |
| SYM/H index (nT) (nT) | SYM_H_index | nT | Sadie's file ~/project/rbsp/u/sadie/2026/20260203 |
| RADON_SHORT_TERM_AVG pCi/L | RADON_SHORT_TERM_AVG | pCi/L | |
| HUMIDITY % | HUMIDITY | % | file:///home/jbf/data/airthings/misc/3250050508-c0004ae2-9598-4d86-a086-275fb610bc01-iaq.csv?column=field3 |
| TEMP °F | TEMP | °F | file:///home/jbf/data/airthings/misc/3250050508-c0004ae2-9598-4d86-a086-275fb610bc01-iaq.csv?column=field3 |
The first five strings are now supported. Now running Jenkins tests to see what breaks.
Last edit: Jeremy Faden 2026-02-25
Ecobee thermostat report files have column names with spaces, which should be handled:
Spaces are handled. The problem with ecobee files is they have 19 fields in the header and 20 fields in the data. See https://sourceforge.net/p/autoplot/bugs/2806/