issues
search
henry2004y
/
Batsrus.jl
BATSRUS/SWMF Data Processor
https://henry2004y.github.io/Batsrus.jl/dev/
MIT License
5
stars
2
forks
source link
Refactoring the package
#29
Open
henry2004y
opened
11 months ago
henry2004y
commented
11 months ago
[x] Rename the basic data structures: avoid ambiguous struct names like
Data
!
[ ] Use
mmap
to do lazy data loading.
[ ] Support colorful metadata output.
[x] Refactor the plotting part: remove redundant plotdata pieces.
[ ] Avoid
meshgrid
if possible.
[ ] Remake the plot tests.
[ ] Remove Requires.jl.
[ ] Add PrecompileTools.jl.
[x] Add performance benchmark.
[x] Improve the doc; remove unnecessary parts; add more useful materials
Data
!mmap
to do lazy data loading.meshgrid
if possible.