Skip to content

Commit

Permalink
Add new_grib_coder to init
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Jun 25, 2024
1 parent 04b45f6 commit a55f9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/climetlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from .plotting import options as plotting_options
from .plotting import plot_map
from .readers import Reader
from .readers.grib.output import new_grib_coder
from .readers.grib.output import new_grib_output
from .sources import Source
from .sources import get_source as source # so the user can do: cml.source(...)
Expand All @@ -44,6 +45,7 @@
"load_source",
"loaded_modules",
"new_grib_output",
"new_grib_coder",
"new_plot",
"new_table",
"plot_map",
Expand Down

0 comments on commit a55f9c8

Please sign in to comment.