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.
2 parents 862f7a9 + 71e211b commit 762de86Copy full SHA for 762de86
xcube/core/resampling/spatial.py
@@ -98,7 +98,10 @@ def resample_in_space(
98
the resampling is a direct rectification.
99
100
Args:
101
- source_ds: The source dataset.
+ source_ds: The source dataset. Data variables must have
102
+ dimensions in the following order: optional `time` followed
103
+ by the y-dimension (e.g., `y` or `lat`) followed by the
104
+ x-dimension (e.g., `x` or `lon`).
105
source_gm: The source grid mapping.
106
target_gm: The target grid mapping. Must be regular.
107
ref_ds: An optional dataset that provides the
0 commit comments