[ENH] Converting PyVista Mesh to Raster #1079
AlexanderJuestel
started this conversation in
General
Replies: 4 comments
0 replies
0 replies
|
Hi @AlexanderJuestel, |
0 replies
|
Yep it is going to be implemented in GemGIS, just as a reference for future GemPy users |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
GemPy/PyVista Meshes should be converted to rasters to be read into GIS software
Describe the solution you'd like
We need a function that reads in the mesh and that returns a raster
Describe alternatives you've considered
Converting the triangles of the mesh to polygons and saving them as shape file
Additional context
I am currently working on a solution using barycentric coordinates.
All reactions