nguy/AWOT

Merge T-28 reader and netCDF reader?

Closed this issue · 6 comments

Now that #15 is merged, we should evaluate whether the T-28 reader and the general netCDF reader should ultimately be merged into a single routine. There are pros and cons to each approach, so I think a final decision will come from further experience with using AWOT. I am definitely open to #16 being addressed sooner than this, since this is a lower priority.

nguy commented

Agreed, I'm working on a quick update of netCDF reader that allows the user to specify the time dimension and hopefully handles the time more robustly. I was also going to see about pulling the metadata more robustly at the same time. Hopefully I can knock this out today and post later.

nguy commented

Okay, I was able to read T-28 data with the updated netCDF reader. The gotcha is that the time_var keyword has to be provided due to some logic issues. Maybe those can be cleaned up later.

nguy commented

Oh and one more thing, the turbulence conversion was not included. I wasn't sure if this should be part of a general reader.

Cool, I'll try to check this out in the coming days. Yeah, if metadata are included then whatever units different stuff are in becomes less relevant.

nguy commented

Yeah, I didn't fully implement this into the plotting code. I'll need to comb through and see where mods can be made.

nguy commented

I also just pushed a t28 example file.