-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
After the model is exported to pyvista, the coordinates are incorrect #898
Comments
Hi, |
Thank you for your help. I successfully restored the model using geo_model. transforme |
Here the code to export the meshes with their true XYZ coordinates
|
After I built the model using gempy3.0, I used the create_depth_maps_from_gempy method of gemgis to output the model to pyvista and found that the coordinates were wrong. It may be because gempy uses the method of normalizing coordinates. How should I restore the model to the actual size and actual position? Or, is there a way to directly output model files in gempy3.0?
The text was updated successfully, but these errors were encountered: