-
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
update meshkernel api calls after new release #563
Comments
Renamed method The following methods have been renamed:
New methods
Similar to |
Specification of projection The constructor MeshKernel is no longer parametrised by an optional boolean (used to be false for Cartesian coordinates, which is the default, and true for spherical). Now it takes an optional enum, ProjectionType, which is can be CARTESIAN, SPHERICAL or SPHERICALACCURATE. Only the first 2 are supported. The 3rd should result in an exception. |
The deletion options in
|
Adapt mesh2d_connect_meshes signature: |
New method: |
is_geographic
toprojection
in dfm_tools, hydrolib-core, xugrid, hydromt_delft3dfm >> including enforced ProjectionTypetest_meshkernel_helpers.py
), modelbuilder notebook, modelbuilder example script, creategrid example script, maybe morePRs:
The text was updated successfully, but these errors were encountered: