ggebbie / ECCOtour.jl

Take a self-guided tour of the ECCO version 4 release 4 ocean reanalysis product.
MIT License
1 stars 0 forks source link

Make statistics in `allstats` and `faststats` more Julian #47

Open ggebbie opened 2 years ago

ggebbie commented 2 years ago

maximum and minimum have been removed in ECCOtour because they can be handled by the mask function in MeshArrays.

Other statistics like mean and std require filtering out land values. They currently work, but the functions have a syntax that is not Julian. They also re-do much of the work in ECCOtour.mask. Consider updating this code.