Does the GMT.jl package conflict with the MAT.jl and NCDatasets.jl packages?

Can you try loading in the inverse order?

using GMT
using NCDatasets

I don’t have an explanation but I used to have a similar problem with JLD, it may be related because all three use the HDF5 library.

2 Likes