-
Notifications
You must be signed in to change notification settings - Fork 42
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
[BUG] No texture coordinates when loading the sample traces.shp file from tutorial 12 #316
Comments
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. |
@CTomsu, |
@CTomsu I can reproduce your error, I will now investigate and try to fix it. I will get back to you ASAP |
@CTomsu I have answered to a discussion here where the same issue has occurred already and hope to get a response for a fix: |
@CTomsu, the issue was fixed by @banesullivan and the changes will be available for the next patch release (Version 1.1.7). |
Hey Alex,
do you have an idea, when the next patch 1.1.7 will be released ?
Bests
Christian
AlexanderJuestel ***@***.***> hat am 24.11.2023 13:21 CET geschrieben:
@CTomsu https://github.com/CTomsu, the issue was fixed by @banesullivan https://github.com/banesullivan and the changes will be available for the next patch release (Version 1.1.7).
—
Reply to this email directly, view it on GitHub #316 (comment), or unsubscribe https://github.com/notifications/unsubscribe-auth/ALF3A76AOPEBFDZ32E6JFATYGCGMNAVCNFSM6AAAAAA7OKYPJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRVGU4TSNJTGM.
You are receiving this because you were mentioned.Message ID: ***@***.***>
Mit freundlichen Grüßen
Christian Tomsu
Breslauer Weg 74
82538 Geretsried
e-Mail: ***@***.***
|
Hello @CTomsu, I just triggered a new release, GemGIS 1.17 should now be available. Sorry for the delay |
When following the tutorial chapter 12 Visualizing Geological Cross Sections with PyVista no texture information is created from the command line
mesh = gg.visualization.create_mesh_from_cross_section(linestring=traces.loc[0].geometry,
zmin=traces.loc[0]['zmin'],
zmax=traces.loc[0]['zmax'])
To Reproduce
Steps to reproduce the behavior:
Following exactly the steps of tutorial 12
This is the outcome of creating the mesh from cross sections.
missing the texture informations printed in the tutorials output.
Subsequently, I cannot apply the tutorials profile image as texture to the mesh.
This is the output of the line
I have just installed the actuals gemgis versions with all actual dependencies.
Any idea ??
The text was updated successfully, but these errors were encountered: