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 10c3a4d commit 71e211bCopy full SHA for 71e211b
xcube/core/resampling/spatial.py
@@ -98,8 +98,10 @@ def resample_in_space(
98
the resampling is a direct rectification.
99
100
Args:
101
- source_ds: The source dataset. Must follow the dimension order of the variables:
102
- ("time", "latitude", "longitude").
+ source_ds: The source dataset. Data variables must have
+ 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