-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes related to meshkernelpy issues #234
Comments
Closed
5 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Next release (5.0.1):
Later:
mesh2d_make_global
in line with interacter behaviour MeshKernelPy#181face_z
andnode_z
array sizes with meshkernel HYDROLIB-core#579 >> supporting bathy on grid is also important in GRIDEDITOR GUI GRIDEDIT-806Documentation:
mesh2d_delete_small_flow_edges_and_small_triangles
MeshKernelPy#161Other:
search_radius
in meters forcontacts_compute_boundary()
MeshKernelPy#96max_contacts
argument forcontacts_compute_boundary()
MeshKernelPy#91angle
is not accepted incurvilinear_make_uniform_on_extension
MeshKernelPy#74dfm_tools/dfm_tools/meshkernel_helpers.py
Line 19 in 14fc1ae
Related issues:
connect_cells
separately (without refining)?p:\dflowfm\maintenance\JIRA\06000-06999\06548\meshkernel_interp.py
, can be used to interpolate bathy to?Workflows:
DCSM steps:
mesh2d_delete_small_flow_edges_and_small_triangles
(merge circumcenters option? #812 (comment))mesh2d_delete_hanging_edges
mesh2d_merge_nodes
Test GTSM-specific new features (JV):
mesh2d_make_global
in line with interacter behaviour MeshKernelPy#181mesh2d_refine_based_on_gridded_samples()
API now supports multiple dtypes (Support for float64 and int32 in GriddedSamples MeshKernelPy#146). Check if gtsm refinement with meshkernelpy is possible with coarsefac 4 >> short/float distinction >> test gtsm memory consumtion for two dtypes (with release)Release 3.0.0:
max_courant_time
seems to have no effect on refinement MeshKernelPy#73curvilinear_make_uniform_on_extension
does not accept ageometry_list
MeshKernelPy#76contacts_compute_boundary()
optional MeshKernelPy#81xugrid.ugrid.ugrid1d.Ugrid1d.meshkernel
andxugrid.ugrid.ugrid2d.Ugrid2d.meshkernel
both callmk.MeshKernel(is_geographic=False)
so that now failsmk 4.1.0 (released 2024-02-15):
contacts_set()
MeshKernelPy#107is_geographic
oris_projected
boolean property to meshkernel instance MeshKernelPy#108 >> exceptions upon wrong inputcontacts_get
raisesMeshKernelError
in meshkernel 4.0.1 MeshKernelPy#142Meshkernelpy 4.2.0:
mesh2d_refine_based_on_samples()
MeshKernelPy#31The text was updated successfully, but these errors were encountered: