Skip to content
Discussion options

You must be logged in to vote

Hi @shakasaki
a few very valid points.

  • The shifting issue:
    By default, Gempy is scaling the input data, which can be beneficial in large scale models with structural complexity. In your case, it is actually backfiring. Therefore, the solution to your "non geological models" after shifting is disabling the transform befor computation:
gp_model.update_transform(gp.data.GlobalAnisotropy.NONE)
  • The orientations issue:
    I do not have an example that allows me to investigate the nugget effect that much in detail right now at hand. To tweak the impact of orientations, you can also look at the length of your gradient. Maybe this will give you a desired result.

  • Effective way to modify points:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shakasaki
Comment options

Answer selected by shakasaki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants