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
<ahref="https://xcube-dev.github.io/xcube-resampling/api/#xcube_resampling.resample_in_time"><code>xcube_resampling.resample_in_time</code> Python API documentation</a>.</p>
1701
1696
<p><em>NOTE</em>: The argument <code>frequency</code> is required; the remaining keyword arguments are
1702
1697
optional.</p>
1698
+
<h3id="custom_processing">custom_processing</h3>
1699
+
<p>This section enables users to define a Python function that is executed after opening
1700
+
the data. It allows for custom dataset manipulation, making it particularly useful
1701
+
for handling unstructured datasets. The function must accept an <code>xarray.Dataset</code> as
1702
+
input and return a modified <code>xarray.Dataset</code> as output.</p>
1703
1703
<p><strong>Properties</strong>: </p>
1704
1704
<ul>
1705
1705
<li><strong>module_path</strong>: Path to the Python module relative to the config file. </li>
0 commit comments