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

Refactor to more of a Julia style #6

Closed irslushy closed 5 months ago

irslushy commented 5 months ago

Moved functionality primarily into the src/ folder - RadarQC.jl is the primary module and depends on Io.jl and RQCFeatures.jl.