henry2004y / Batsrus.jl

BATSRUS/SWMF Data Processor
https://henry2004y.github.io/Batsrus.jl/dev/
MIT License
5 stars 2 forks source link

Native triangulation support in Julia #14

Closed henry2004y closed 4 months ago

henry2004y commented 3 years ago

Currently the 2D plot for unstructured data is done through triangulation and interpolation provided by Matplotlib: https://matplotlib.org/stable/api/tri_api.html#matplotlib.tri.TriInterpolator. I want to find a substitution of triangulation and interpolation in Julia.

There are several options in Julia, but I haven't found a good solution yet. I've looked at

These two are pretty similar, but neither of them support linear scatter interpolations, and they both suffer from the OOM issue.


henry2004y commented 4 months ago

Closed via ec470e7