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
select via station name now possible with xarray+dfmt.preprocess_hisnc(): ds.sel(station='stationname')
selecting nearest station not directly possible, also not with multiindex of name/x/y >> ValueError: multi-index does not support 'method' and 'tolerance'. Alternative method is via KDTree
selecting stations within bounding box: possible with bool as in example script, but not with multiindex and ds.sel(x=slice(),y=slice() >> TypeError: float() argument must be a string or a number, not 'slice'. select with polygon would also result in bool, so might not matter
Checks for next release (may 2024):
From hydromt_delft3dfm:
contacts
in Network instance created from netfile HYDROLIB-core#575UgridReader
andUgridWriter
with xugrid HYDROLIB-core#577face_z
andnode_z
array sizes with meshkernel HYDROLIB-core#579Other:
/
is not read but also raises no error: Multiline obs/crs files are not parsed correctly HYDROLIB-core#485 (comment) (same for missing keywords)Can be closed? (dfm_tools/xugrid alternatives):
ds.sel(station='stationname')
ValueError: multi-index does not support 'method' and 'tolerance'
. Alternative method is via KDTreeds.sel(x=slice(),y=slice()
>>TypeError: float() argument must be a string or a number, not 'slice'
. select with polygon would also result in bool, so might not matterhydrolib-core issues, to be included in 0.5.0:
timeseries
data type. HYDROLIB-core#511 >> updateTimModel_to_Dataset
when doneThe text was updated successfully, but these errors were encountered: