You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not specified, a mission-specific default CRS will be applied (see the respective
45
+
mission sections below).
41
46
-`bbox`: Bounding box `[west, south, east, north]` used for spatial subsetting;
42
47
coordinates must be in the same CRS as `crs`.
43
-
-`interp_methods`: for upsampling / interpolating
44
-
spatial data variables. Can be a single interpolation method for all
45
-
variables or a dictionary mapping variable names or dtypes to
46
-
interpolation method. Supported methods include:
47
-
48
-
-`0` (nearest neighbor)
49
-
-`1` (linear / bilinear)
50
-
-`"nearest"`
51
-
-`"triangular"`
52
-
-`"bilinear"`
53
-
54
-
The default is `0` for integer arrays (e.g. Sentinel-2 L2A SCL),
55
-
else `1`. For more information view [xcube-resampling Documentation](https://xcube-dev.github.io/xcube-resampling/guide/#spatial-resampling-algorithms).
56
-
-`agg_methods`: Optional aggregation methods to be used for downsampling
57
-
spatial data variables / bands. Can be a single method for all variables or
58
-
a dictionary mapping variable names or dtypes to methods. Supported methods include:
@@ -104,17 +140,43 @@ bands from multiple resolutions onto the same grid using [affine transformation
104
140
105
141
-`variables`: Select specific spectral bands using the names listed above in
106
142
*Supported Variables*. Common spectral band names from the [STAC EO extension](https://github.com/stac-extensions/eo?tab=readme-ov-file#common-band-names) are also supported for Sentinel-2 analysis mode.
107
-
-`crs`: Coordinate reference system of the output dataset.
143
+
-`crs`: Coordinate reference system of the output dataset. Can be provided as a
144
+
`str` or a `pyproj.CRS` object. If a string is given, it will be parsed using
If not specified, the UTM grid of the native data is used.
109
147
-`resolution`: Target resolution for all spatial variables/bands.
110
148
Choose 10, 20, or 60 meters to minimize resampling and retain some of the native
111
149
data resolution.
150
+
-`interp_methods`: for upsampling / interpolating
151
+
spatial data variables. Can be a single interpolation method for all
152
+
variables or a dictionary mapping variable names or dtypes to
153
+
interpolation method. Supported methods include:
154
+
155
+
-`0` (nearest neighbor)
156
+
-`1` (linear / bilinear)
157
+
-`"nearest"`
158
+
-`"triangular"`
159
+
-`"bilinear"`
160
+
161
+
The default is `0` for integer arrays (e.g. Sentinel-2 L2A SCL),
162
+
else `1`. For more information view [xcube-resampling Documentation](https://xcube-dev.github.io/xcube-resampling/guide/#spatial-resampling-algorithms).
163
+
-`agg_methods`: Optional aggregation methods to be used for downsampling
164
+
spatial data variables / bands. Can be a single method for all variables or
165
+
a dictionary mapping variable names or dtypes to methods. Supported methods include:
-[Notebook gallery - Introduction to xarray-eopf backend](https://eopf-sample-service.github.io/eopf-sample-notebooks/introduction-xarray-eopf-plugin/)
116
-
-[Webinar 3 - Access EOPF Zarr Products with the New xarray EOPF Backend](https://zarr.eopf.copernicus.eu/webinars/webinar-3-access-eopf-zarr-products-with-the-new-xarray-eopf-backend/)
If not specified, [EPSG:4326](https://epsg.io/4326) is used.
172
236
-`resolution`: Target resolution for all spatial variables/bands.
173
237
If not specified, the default is set per product:
@@ -177,10 +241,35 @@ for details.
177
241
- Sentinel-3 OLCI Level-2 LFR: 300 meter
178
242
- Sentinel-3 SLSTR Level-1 RBT: 500 meter (1000 meter if selected variables come from F- or I-stripe)
179
243
- Sentinel-3 SLSTR Level-2 LST: 1000 meter
244
+
-`interp_methods`: for upsampling / interpolating
245
+
spatial data variables. Can be a single interpolation method for all
246
+
variables or a dictionary mapping variable names or dtypes to
247
+
interpolation method. Supported methods include:
248
+
249
+
-`0` (nearest neighbor)
250
+
-`1` (linear / bilinear)
251
+
-`"nearest"`
252
+
-`"triangular"`
253
+
-`"bilinear"`
254
+
255
+
The default is `0` for integer arrays (e.g. Sentinel-2 L2A SCL),
256
+
else `1`. For more information view [xcube-resampling Documentation](https://xcube-dev.github.io/xcube-resampling/guide/#spatial-resampling-algorithms).
257
+
-`agg_methods`: Optional aggregation methods to be used for downsampling
258
+
spatial data variables / bands. Can be a single method for all variables or
259
+
a dictionary mapping variable names or dtypes to methods. Supported methods include:
0 commit comments