astrolabsoftware / spark3D

Spark extension for processing large-scale 3D data sets: Astrophysics, High Energy Physics, Meteorology, …
https://astrolabsoftware.github.io/spark3D/
Apache License 2.0
30 stars 16 forks source link

pyspark3d: improve the user interface #95

Closed JulienPeloton closed 5 years ago

JulienPeloton commented 5 years ago

Currently, there are many JavaObjects coming from the JVM side living in the python side, which makes life difficult. There are some attempt in converters.py to reduce that, but it is by far not ideal. Conversion should be made internally such that the python user never sees a JavaObject.

JulienPeloton commented 5 years ago

done in #108 #109 #110 #111 #112 #113 #114 etc.