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:
set_crs
andto_crs
xugrid#189projected
andis_geographic
xugrid#187mk.MeshKernel
instead ofmk.mesh2d
toxu.Ugrid2d.from_meshkernel
xugrid#188UgridDataset
type if no grid present xugrid#180UgridDataArray.weighted
does not preserve grid xugrid#181start_index=1
and_FillValue!=-1
xugrid#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 squarescfrole=mesh_topology_contact
as topology xugrid#135Later:
xugrid 0.11.2 and older:
is_geographic
with xugrid #661xu.core.wrap.UgridDataset
corrupts face_node_connectivity in originalxr.Dataset
xugrid#208dim_size = ds.dims[dim]
xugrid#211merge_partitions
fails for datasets with multiple topologies xugrid#134xugrid 0.7.0 or older:
Ugrid2d
with different fill_value xugrid#116edge_node_connectivity
when derivingface_edge_connectivity
xugrid#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.concat
in xarray 2023.2.0 to 2023.5.0:merge_partitions performance decreased with newer xarray version xugrid#106The text was updated successfully, but these errors were encountered: