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

Scala visualization tools #122

Closed JulienPeloton closed 4 years ago

JulienPeloton commented 4 years ago

I came across a nice and useful Scala wrapper for plotly: https://github.com/facultyai/scala-plotly-client. The releases available on Maven are not up-to-date (they do not contain scatter plot for 3D data sets which is however from the last code version), hence we need to compile it and include the jar while running jobs.

Action item: include FAT jar for the wrapper (about 8MB), and push examples. Here are some Scala examples using onion and octree partitioning on two different dataset:

test-3d-onion-1

test-3d-octree

JulienPeloton commented 4 years ago

Fixed in #125