Converters - numeric values and alignment
Following inclusion of data model imma1_d704, the need to manage numbers digitized either as:
-
right zeros as blanks to the right
-
left justified
etc...
has arised.
Currently blank management in numerics is:
- Full field is blank: as nan
else:
- Blanks (leading and trailing): as 0
There are left justified fields in imma1_d704 supplementals (barometer), so the need to add something like align = 'l'|'r' in numeric fields to do the blank managing, arises.