mmbell / samurai

Spline Analysis at Mesoscale Utilizing Radar and Aircraft Instrumentation
GNU General Public License v3.0
13 stars 16 forks source link

Add reader for ICT dropsonde format #20

Closed mmbell closed 3 months ago

mmbell commented 3 months ago

The ICT dropsonde format is a newer netCDF-based data format for NCAR/EOL dropsondes. These changes add support to read in this format for analysis.

mmbell commented 3 months ago

Thanks for the review. I have a test case I put together when developing the code addition, but am not sure best how to incorporate something like this into the repository. I suppose we need a better testing framework for these types of additions in general, as there are lots of different data types in the code now that are not available with every analysis test case. I'll merge this PR as is for now, and think about a "data type" test case that uses multiple data sources as part of the ongoing CI development.