We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52dddba commit 414745eCopy full SHA for 414745e
CHANGES.md
@@ -3,7 +3,7 @@
3
### Enhancements
4
5
* Introduced helper function `add_spatial_ref()`
6
- of package `xcube.core.gridmapping` that allows subsequently
+ of package `xcube.core.gridmapping.cfconv` that allows subsequently
7
adding a missing spatial coordinate reference system to an existing
8
Zarr dataset. (#629)
9
xcube/core/gridmapping/__init__.py
@@ -23,4 +23,3 @@
23
from .base import CRS_WGS84
24
from .base import DEFAULT_TOLERANCE
25
from .base import GridMapping
26
-from .cfconv import add_spatial_ref
0 commit comments