Read only selected items, by number (0-based), or by name
None
time
int | str | slice | None
Read only selected time steps, by default None (=all)
None
keepdims
bool
When reading a single time step only, should the time-dimension be kept in the returned Dataset? by default: False
False
area
tuple[float, float, float, float] | None
Read only data inside (horizontal) area given as a bounding box (tuple with left, lower, right, upper) or as list of coordinates for a polygon, by default None
None
x
float | None
Read only data for elements containing the (x,y) points(s), by default None
None
y
float | None
Read only data for elements containing the (x,y) points(s), by default None
None
elements
Sequence[int] | np.ndarray | None
Read only selected element ids, by default None
None
error_bad_data
bool
raise error if data is corrupt, by default True,
True
fill_bad_data_value
float
fill value for to impute corrupt data, used in conjunction with error_bad_data=False default np.nan