pablosaa / WyoSondes

Automatic fetch and storage interface for Radiosonde data provided by Wyoming University
GNU General Public License v3.0
2 stars 0 forks source link

Data column misplaced #1

Closed pablosaa closed 6 years ago

pablosaa commented 6 years ago

Columns are not adequately loaded when blank columns are present in the first layers. For instance, when the last column is blank then that column variable is filled with the first value of the next layer (i.e. the Pressure), and so on. That doesn't produce error and the script finishes uneventfully. However the profile variables are filled with data that doesn't correspond to the variable but to the neighbors columns.

pablosaa commented 6 years ago

The last issue has been fixed. The reading script manages better the presence of blank fields in any column.