Closed EdwardSafford-NOAA closed 10 months ago
I found I'd missed some changes in handling station data when adding the DataType features. I've also tacked on a change to support datasets for conmon vertical plots. The changes are small but it's probably worth another quick look @CoryMartin-NOAA .
Extend
mon_data_space.py
to load legacy ConMon time/vert data files. Additionally clean upmon_data_space.py
by removing unused interface components and consolidate the "magic numbers" used in processing the legacy control files by moving them to the top ofclass MonDataSpace
and giving them descriptive names.Modify additional eva components to allow for batch processing of
DataType
in a manner likeChannel
andLevel
. This is necessary to make the ConMon time plots.Completes #167
Dependencies
None
Impact
None