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

Provide NoiseModelling native library for C and Python #618

Open
nicolas-f opened this issue Oct 9, 2023 · 1 comment
Open

Provide NoiseModelling native library for C and Python #618

nicolas-f opened this issue Oct 9, 2023 · 1 comment

Comments

@nicolas-f
Copy link
Member

Using GraalVM it is possible to build shared library that can be linked with C or Python library.

It will contain NoiseModelling and dependencies along with used Java Class.

It could be build for Linux and Windows under various platforms using Github actions

see:

https://www.graalvm.org/22.1/reference-manual/native-image/

@ebocher
Copy link
Collaborator

ebocher commented Oct 10, 2023

It would be a great opportunity. On our side, we plan to build a shared library with H2GIS to expose it in QGIS, GDAL.

H2 is already available

See :

https://www.graalvm.org/native-image/libraries-and-frameworks/

and there is maven project to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants