SuperDARN/pyDARNio

Add argument to data writes that allow for implicit type conversion

Closed this issue · 1 comments

It would be nice if the data write options for either BorealisWrite or SDarnWrite could allow a keyword for implicit casting or type conversion of the dictionary elements. It's quite tedious and time consuming to write basic files in testing or prototyping since the inputs need to match an exact type.

More than welcome to do this :)