Skip to content

Commit

Permalink
bug corrections in skyecho.py. Added function extract_sweeps_skyecho …
Browse files Browse the repository at this point in the history
…in skyecho.py
  • Loading branch information
jfigui committed Nov 20, 2023
1 parent 72e695e commit e7695a5
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 18 deletions.
2 changes: 2 additions & 0 deletions pyart/aux_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
read_hpl
read_swissbirdradar_spectra
read_skyecho
extract_sweeps_skyecho
get_sweep_time_coverage
Writing radar data
Expand Down Expand Up @@ -104,5 +105,6 @@

from .swissbirdradar import read_swissbirdradar_spectra #noqa
from .skyecho import read_skyecho, get_sweep_time_coverage
from .skyecho import extract_sweeps_skyecho

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

0 comments on commit e7695a5

Please sign in to comment.