Skip to content

Commit

Permalink
Merge pull request #1019 from PCMDI/feature/1012_lee1043_stats-MoV-xCDAT
Browse files Browse the repository at this point in the history
update
  • Loading branch information
lee1043 committed Jan 4, 2024
2 parents fc41001 + 20be92e commit 83cf9c4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pcmdi_metrics/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@
from .base import MV2Json # noqa
from .default_regions_define import load_regions_specs # noqa
from .default_regions_define import region_subset # noqa
from .select_subset import select_subset # noqa
from .xcdat_xarray_dataset_io import ( # noqa
get_axis_list,
get_lat_bounds_key,
get_lat_key,
get_latitude,
get_latitude_bounds,
get_lon_bounds_key,
get_lon_key,
get_longitude,
get_longitude_bounds,
get_time,
get_time_bound,
get_time_bounds_key,
get_time_key,
select_subset,
)

0 comments on commit 83cf9c4

Please sign in to comment.