Skip to content
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

MeshKernel constructor is parametrised by a projection enum rather than a boolean #569

Closed
ahmad-el-sayed opened this issue Oct 10, 2023 · 1 comment

Comments

@ahmad-el-sayed
Copy link

In versions > 2.1.0, 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.

@veenstrajelmer
Copy link
Collaborator

Will be picked up as part of #563

@veenstrajelmer veenstrajelmer closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants