I’m new to Julia and I’m trying to create a notebook that works with different geostatic methods, when I finish the code for calculating the final variogram this error appears:
Hi @jaquetdiamantino , this is an error that was fixed in more recent releases of the project. Can you please update to the latest release of GeoStats.jl v0.29.1 and use the new anisotropic model interface?
Hi, @juliohm. Thanks for the feedback. So, I updated the new version of the update on the notebook and made some changes, but I’m having trouble conveting the rotation. So far the code looks like this:
Sorry, I used the wrong expression. It’s just that I’m working on a project of yours with Franco, and in the part of using a rotation convention, and defining the theoretical 3D variogram model, I wasn’t able to make the rotation convention of the GSLIB for the new function after the package update. But I think that now I get it, I used the GslibAngles function.
Hi, @juliohm. After applying this code, post it here. I got the following answers:
NestedVariogram{2} (anisotropic)
structures
└─NuggetEffect(nugget=0.06113842883173626)
└─SineHoleVariogram(sill=0.22022981842719538, nugget=0.0, ranges=(161.74488721490707, 99.9464437260163, 57.37471854119326), metric=EulerAngles)
coefficients
└─1
└─1
So the metric = EulerAngles, which in my opinion I should have gotten the Mahalanobis metric. Is there any adjustment I should make more in this code?
Hi @jaquetdiamantino, EulerAngles is a rotation specification. Mahalanobis is a metric.
Can you please share the code you are using? Also, feel free to send me a direct message here or on Zulip in Portuguese if you find it easier. I can’t understand what you are trying to ask in English.