Can someone please try to reproduce locally?
https://github.com/JuliaGeometry/Meshes.jl/pull/1356
You can just install the latest GeoStats.jl and copy/paste the code. I am on Julia v1.12.5.
The funny part is that all these functions live in the Meshes.jl + CoordRefSystems.jl submodules, and if you replace
using GeoStats
by
using Meshes
using CoordRefSystems
the long compilation time is reduced.
Hmm
Mark Kittisopikul said:
Hmm
That means you reproduced the issue locally?
probably https://github.com/JuliaLang/julia/issues/54524 ?
Last updated: Apr 21 2026 at 06:18 UTC