-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NPI-3446 various bugfixes in sp3 parse and write:
- fixed incorrect width of unused columns between data flag values (2 instead of 1). This allows the second prediction flag to be read in. - Consolidated definitions of columns for maintainability. - Updated column/index definitions to clearly define a FLAGS index, and specify names of individual flag columns. - Fixed SP3 output generator to access and output FLAGS data. - Addressed misalignment bug caused by the combination of CLK nodata value width, and Pandas adding a space between columns. Also applied this fix to POS nodata value, as it appears the same issue would apply there. - Added handling for missing flag values (conformance to empty strings to avoid outputting nans) - Added placeholder TODOs for throwing exceptions if record types are encountered that we currently do not implement support for (EP, EV).
- Loading branch information
Showing
1 changed file
with
86 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters