gemgis
                                
                                
                                
                                    gemgis copied to clipboard
                            
                            
                            
                        Spatial data processing for geomodeling
Relates to https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-2014860216
Relates to https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-2014860216
As per https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-1995318832, the Welcome Page of the Documentation should be aligned with the Github Readme
**Describe the issue** As per https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-1995318832, the function `intersection_polygon_polygon` and all following functions should be renamed to start with the verb `intersect` This issue relates to #292
Add GemGIS to the pyOpenSci community: https://www.pyopensci.org/python-packages.html Pre-Submission Inquiry: https://github.com/pyOpenSci/software-submission/issues/new?assignees=&labels=0%2Fpresubmission&template=presubmission-inquiry.md&title=
**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]'] =...
**Describe the bug** Installing GeoPandas and GemGIS in a fresh environment will lead to a `ModuleNotFoundError` as fiona is no dependency of GeoPandas anymore.
**Describe the bug** Under "Adding texture to mesh", the texture is rotated in the wrong direction. **Additional context** This code should deliver a solution: from matplotlib.pyplot import get_cmap # create...
https://github.com/cgre-aachen/gemgis/blob/c4b24f3e4deb84756e390642604e748ed7d4d39f/gemgis/visualization.py#L48