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

Investigate Apache Arrow usage for the PDAL <-> JVM interaction #21

Open
1 of 3 tasks
pomadchin opened this issue May 20, 2019 · 1 comment
Open
1 of 3 tasks
Labels
Milestone

Comments

@pomadchin
Copy link
Collaborator

Probably we can use Apache Arrow to simplify interaction between Java / C++ / Python / etc, however this requires some investigations.

@pomadchin pomadchin added the enhancement New feature or request label May 20, 2019
@pomadchin
Copy link
Collaborator Author

The next steps for this tasks would be:

  1. to pack all the points taken from the pipeline into an apache arrow table
  2. pass this into the JVM memory

NOTE: this experiment could be also a good test for the potential Python improvements as well, and mb it would be easier to exposer an Arrow table into Python rather than constructing a PyArray.

@pomadchin pomadchin added this to the future milestone Feb 29, 2020
@pomadchin pomadchin added feature and removed enhancement New feature or request labels Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant