ggebbie / IsopycnalSurfaces.jl

Find isopycnal surfaces for your ocean data
MIT License
4 stars 3 forks source link

Mapping more similar to Interpolations.jl #26

Open ggebbie opened 1 year ago

ggebbie commented 1 year ago

This package doesn't make a custom Struct for the mapping, but it could follow the model of Interpolations.jl and do so. One new functionality is then to produce a mapping function/structure and the actual map separately, saving computations.