File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2525__all__ .extend (metar .__all__ ) # pylint: disable=undefined-variable
2626__all__ .extend (nexrad .__all__ ) # pylint: disable=undefined-variable
2727__all__ .extend (station_data .__all__ ) # pylint: disable=undefined-variable
28+ __all__ .extend (text .__all__ ) # pylint: disable=undefined-variable
2829
2930set_module (globals ())
Original file line number Diff line number Diff line change 1212import pandas as pd
1313
1414from ._tools import open_as_needed
15+ from ..package_tools import Exporter
16+
17+ exporter = Exporter (globals ())
1518
1619
1720def _decode_coords (coordinates ):
@@ -64,6 +67,7 @@ def _regroup_lines(iterable):
6467 yield parts
6568
6669
70+ @exporter .export
6771def parse_wpc_surface_bulletin (bulletin , year = None ):
6872 """Parse a coded surface bulletin from NWS WPC into a Pandas DataFrame.
6973
You can’t perform that action at this time.
0 commit comments