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
"| data | types.UnstructuredType | the input data or file path | *required* |\n",
23
-
"| name | Optional\\[str\\] | The name of the model result, by default None (will be set to file name or item name) | `None` |\n",
23
+
"| name | str\\| None | The name of the model result, by default None (will be set to file name or item name) | `None` |\n",
24
24
"| item | str \\| int \\| None | If multiple items/arrays are present in the input an item must be given (as either an index or a string), by default None | `None` |\n",
25
25
"| quantity | Quantity | Model quantity, for MIKE files this is inferred from the EUM information | `None` |\n",
"| data | types.GridType | the input data or file path | *required* |\n",
22
22
"| name | str | The name of the model result, by default None (will be set to file name or item name) | `None` |\n",
23
23
"| item | str or int | If multiple items/arrays are present in the input an item must be given (as either an index or a string), by default None | `None` |\n",
24
24
"| quantity | Quantity | Model quantity, for MIKE files this is inferred from the EUM information | `None` |\n",
"| observation | <PointObservation> or <TrackObservation> | positions (and times) at which modelresult should be extracted | *required* |\n",
49
-
"| spatial_method | Optional\\[str\\] | method in xarray.Dataset.interp, typically either “nearest” or “linear”, by default None = ‘linear’ | `None` |\n",
49
+
"| spatial_method | str\\| None | method in xarray.Dataset.interp, typically either “nearest” or “linear”, by default None = ‘linear’ | `None` |\n",
0 commit comments