You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and welcome! Thanks for posting your first issue in the GemGIS project! Someone from our developers will get back to you. If your question is support related, we may transfer it to the Discussions.
Dear @phasyn8, thanks for mentioning that. In efforts to make GemGIS compatible with the latest versions of GemPy, GeoPandas and NumPy, I will put this on the list of To-Dos
AlexanderJuestel
changed the title
"create_depth_map_from_gempy" creates seemingly correct but very very small surfaces (wrong scale)
[BUG] "create_depth_map_from_gempy" creates seemingly correct but very very small surfaces (wrong scale)
Jul 20, 2024
Describe the bug
Visualization tool outputs wrong depth for: "create_depth_maps_from_gempy()"
The following line of code I believe is to blame:
1690: # Append depth to PolyData
1691: surf['Depth [m]'] = geo_model.solutions.raw_arrays.vertices[index][:, 2]\
The surfaces appear to still be correct but they occur in the wrong scale (much, much smaller)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Surfaces should be scaled to the dimensional units used in the model extents
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: