JCSDA-internal / eva

Evaluation and Verification of the Analysis
Apache License 2.0
5 stars 12 forks source link

Add support for DA monitor binary station data files #160

Closed EdwardSafford-NOAA closed 11 months ago

EdwardSafford-NOAA commented 11 months ago

Description

Extend data/mon_data_space.py to support legacy DA monitor binary station data files. These are a binary files with a header on each observation record. The header includes the station data (station id, lat, lon, etc). The accompanying control file only indicates the variable information but does not include the number of observations. This can only be learned by reading the data file.

This completes issue #84 .

Dependencies

None

Impact

None