Skip to content

Commit

Permalink
hydrometeor classification using a semi-supervised approach and vario…
Browse files Browse the repository at this point in the history
…us rainfall rate estimation algorithms
  • Loading branch information
Jordi Figueras committed Sep 19, 2016
1 parent 7a156dc commit a9157f9
Show file tree
Hide file tree
Showing 3 changed files with 997 additions and 7 deletions.
11 changes: 10 additions & 1 deletion pyart/retrieve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,27 @@
fetch_radar_time_profile
map_profile_to_gates
steiner_conv_strat
hydroclass_semisupervised
texture_of_complex_phase
grid_displacement_pc
grid_shift
rr_zpoly
rr_z
rr_kdp
rr_a
rr_zkdp
rr_za
rr_hydro
"""

from .kdp_proc import kdp_maesaka
from .echo_class import steiner_conv_strat
from .echo_class import steiner_conv_strat, hydroclass_semisupervised
from .gate_id import map_profile_to_gates, fetch_radar_time_profile
from .simple_moment_calculations import calculate_snr_from_reflectivity
from .simple_moment_calculations import compute_snr, compute_l, compute_cdr
from .simple_moment_calculations import compute_noisedBZ
from .advection import grid_displacement_pc, grid_shift
from .qpe import rr_zpoly, rr_z, rr_kdp, rr_a, rr_zkdp, rr_za, rr_hydro

__all__ = [s for s in dir() if not s.startswith('_')]
Loading

0 comments on commit a9157f9

Please sign in to comment.