gemgis icon indicating copy to clipboard operation
gemgis copied to clipboard

Spatial data processing for geomodeling

Results 35 gemgis issues
Sort by recently updated
recently updated
newest added

Relates to https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-2014860216

enhancement

Relates to https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-2014860216

dependencies

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

documentation

**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

enhancement

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=

documentation
enhancement

**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]'] =...

bug
dependencies

**Describe the bug** Installing GeoPandas and GemGIS in a fresh environment will lead to a `ModuleNotFoundError` as fiona is no dependency of GeoPandas anymore.

dependencies

Fixing the TS Reader function. Shifting the index by 1

bug

**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