Skip to content

Commit 5609564

Browse files
dcherianclaude
andauthored
Support multiple grid mappings; Add new GridMapping dataclass (#586)
Co-authored-by: Claude <[email protected]>
1 parent d91551f commit 5609564

File tree

11 files changed

+676
-43
lines changed

11 files changed

+676
-43
lines changed

cf_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from . import geometry as geometry
55
from . import sgrid # noqa
6-
from .accessor import CFAccessor # noqa
6+
from .accessor import CFAccessor, GridMapping # noqa
77
from .coding import ( # noqa
88
decode_compress_to_multi_index,
99
encode_multi_index_as_compress,

0 commit comments

Comments
 (0)