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
supress/solve "xugrid\ugrid\ugridbase.py:326: RuntimeWarning: invalid value encountered in cast cast = data.astype(dtype, copy=True)" >> invalid value encountered in cast xugrid#101
Todo:
to_nonperiodic()results in corrupt grid xugrid#447Todo later:
uds.ugrid.assign_node_coords()frommeshkernel_to_UgridDataset()again that was added in 1312 prepare for 1d2d in meshkernel to ugriddataset #1313UgridDataArray.weighteddoes not preserve grid xugrid#181 >> wait for explicit indexesuds.objxugrid#321 >> when it is fixed, remove.objfrom modelbuilder notebook >> wait for explicit indexescfrole=mesh_topology_contactas topology xugrid#135xugrid 0.15.2:
grid_mappingis not present for data vars of all grids xugrid#432xugrid 0.15.0:
mk.MeshKernelinstead ofmk.mesh2dtoxu.Ugrid2d.from_meshkernelxugrid#188 >> fixed by Store CRS as grid_mapping; parse and write xugrid#410 >> Remove temporary crs code #1310intersect_edges()xugrid#413 >> Sort the result of intersect edges numba_celltree#73 >> Remove temporaryintersect_edgessorting code #1316uds.ugrid.sel_points()also broadcasts face_dimension on variables without it xugrid#274 >> remove temporary dropping of variables after xugrid fix #1320projectedandis_geographicxugrid#187 >> fixed by Store CRS as grid_mapping; parse and write xugrid#410 >> Avoid usingprojectedin xugrid constructors hydromt_delft3dfm#218xugrid 0.13.0:
xugrid 0.12.4:
UgridDatasettype if no grid present xugrid#180xugrid 0.12.3:
dfmt.open_dataset_delft3d4()anddfmt.open_dataset_curvilinear()cannot be deprecated or partly replaced byxugrid.UgridDataset.from_structured()before fixing from_structured does not support non-monotonic indexes xugrid#316xugrid 0.12.2 and older:
start_index=1and_FillValue!=-1xugrid#119 >> also add test for gridwriting to xugrid or dfm_tools (check on min/max fnc, start_index and _FillValue), make sure the grid has both triangles as squaresxugrid 0.11.2 and older:
is_geographicwith xugrid #661xu.core.wrap.UgridDatasetcorrupts face_node_connectivity in originalxr.Datasetxugrid#208dim_size = ds.dims[dim]xugrid#211merge_partitionsfails for datasets with multiple topologies xugrid#134xugrid 0.7.0 or older:
Ugrid2dwith different fill_value xugrid#116edge_node_connectivitywhen derivingface_edge_connectivityxugrid#129"xugrid\ugrid\ugridbase.py:326: RuntimeWarning: invalid value encountered in cast cast = data.astype(dtype, copy=True)">> invalid value encountered in cast xugrid#101SKIP_test_xugrid_opendataset_ugridplot_contourf()and other testcase since it is tested in xugrid testbank now. Also uncomment contour/contourf in ipynb and ugrid example script.xr.concatin xarray 2023.2.0 to 2023.5.0:merge_partitions performance decreased with newer xarray version xugrid#106