Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What type and type of data are used in GemPy? #962

Open
ikalmalik opened this issue Dec 6, 2024 · 1 comment
Open

What type and type of data are used in GemPy? #962

ikalmalik opened this issue Dec 6, 2024 · 1 comment

Comments

@ikalmalik
Copy link

How to determine and calculate orientation data if, for example, I only have data points. It is an obstacle because it cannot be formed into a 3D model. Is there a solution? and what is the meaning of the data_path in the Gempy package example on Github? because an error occurred when creating a gp.model_create

image
Here's an example of a data overview from the point

Please help, because this is very important to me.

Thank you very much

@javoha
Copy link
Member

javoha commented Dec 7, 2024

Hello,
the universal Co-Kriging algorithm that gempy is based on always requires orientation data. If you have none, there are some optios depending on your model. You can either set few orientations manually or try to calculate them automatically based on your surface points.
The data_path in our example is generally the path (or part of a path) to the location of the data. For the online tutorials the data is generally stored in a separate repo called "gempy_data". If you work on your local device with your own data you can use relative paths or the path to where the data is located on your device.
Does that answer your questions?
Cheers
Jan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants