irslushy / Ronin.jl

RONIN (Random forest Optimized Nonmeteorological IdentificatioN) (currently RadarQC.jl) is a Julia implementation of Dr. Alex DesRosiers' P3 MLQC code for removing non-meteorological gates from airborne radar scans using random forests.
https://irslushy.github.io/Ronin.jl/
4 stars 5 forks source link

Increase Model Flexibility + Bug Fixes #8

Closed irslushy closed 3 months ago

irslushy commented 3 months ago

-Fixed bug that was not closing netCDF files upon writing out QC'ed fields -Added multiple-dispatch version of process_file function allowing user to specify a set of tasks and associated weight matrixes for spatial parameters, instead of reading tasks from file and using default weight matrixes.