-
Hello, I'm confused about how you would best calculate the experimental variogram of a point set data. The examples I found for your library always seems to generate an exhaustive field first (gs.SRF) which uses an input variogram. If I have (x, y, property), can I just calculate on those? I assume I would do it with a masked array, so I still need to define a grid. Is that correct? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Nevermind, maybe? I just have to use |
Beta Was this translation helpful? Give feedback.
-
Hello again! |
Beta Was this translation helpful? Give feedback.
Hello again!
Exactly, in this example we generate a point cloud of values, without a grid. The
mesh_type="unstructured"
is the default value, that's why you don't see that argument in the example.