Skip to content

Commit

Permalink
remove staged files
Browse files Browse the repository at this point in the history
  • Loading branch information
bosup committed Nov 26, 2024
1 parent 67a5b3f commit 3e139b1
Show file tree
Hide file tree
Showing 14 changed files with 1,997 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pcmdi_metrics/io/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# init for pcmdi_metrics.io
from .xcdat_openxml import xcdat_open # noqa # isort:skip
from . import base # noqa
from .base import MV2Json # noqa
from .default_regions_define import load_regions_specs # noqa
from .default_regions_define import region_subset # noqa
from .xcdat_dataset_io import ( # noqa
get_axis_list,
get_data_list,
get_latitude_bounds_key,
get_latitude_key,
get_latitude,
get_latitude_bounds,
get_longitude_bounds_key,
get_longitude_key,
get_longitude,
get_longitude_bounds,
get_time,
get_time_bounds,
get_time_bounds_key,
get_time_key,
select_subset,
da_to_ds,
)
Loading

0 comments on commit 3e139b1

Please sign in to comment.