Skip to content

Commit

Permalink
added reader for SkyEcho proprietary netcdf data
Browse files Browse the repository at this point in the history
  • Loading branch information
jfigui committed Nov 15, 2023
1 parent c90e5cb commit da4e205
Show file tree
Hide file tree
Showing 14 changed files with 18,938 additions and 7,218 deletions.
612 changes: 506 additions & 106 deletions pyart/__check_build/_check_build.c

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions pyart/aux_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
read_cf1_cartesian_mf
read_hpl
read_swissbirdradar_spectra
read_skyecho
get_sweep_time_coverage
Writing radar data
==================
Expand Down Expand Up @@ -101,5 +103,6 @@
from .hpl_reader import read_hpl #noqa

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

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

0 comments on commit da4e205

Please sign in to comment.