gemgis
                                
                                
                                
                                    gemgis copied to clipboard
                            
                            
                            
                        Spatial data processing for geomodeling
**Describe the bug** A clear and concise description of what the bug is. I am trying to reproduce https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/42_draping_linestrings_over_dem_in_pyvista.html When I try to do what is most likely the most...
gg.utils.show_number_of_data_points(geo_model=geo_model) adds columns with make problems with GemPy
**Describe the bug** Executing the command `gg.utils.show_number_of_data_points(geo_model=geo_model)` adds columns to GemPy dataframe, which then leads to problems in GemPy plotting. **To Reproduce** Steps to reproduce the behavior: 1. Execute `gg.utils.show_number_of_data_points(geo_model=geo_model)`...
I'm getting started with GemGis and I would like to reproduce something similar with [this example](https://gemgis.readthedocs.io/en/latest/getting_started/tutorial/35_plotting_borehole_data_with_pyvista.html), however, I don't know how to create the mesh in vtk file that is...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
Implement functions to create contour lines from a raster
**vector.py** - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/84d01f7f3cc3ff08b4828a237f5f88a7130e4410 - `extract_xy_points` - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/34ddc0f2148653d66f257550213754a5984f2825 - `extract_xy_linestring` - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/ff634489548a9db4f4a055b384d5289a4bf43970 - '`extract_xy_linestrings` - [x] https://github.com/cgre-aachen/gemgis/pull/336/commits/07ce0f4e487358d257ab2542584eb5ba3b65a792 - `extract_xy` - [x] https://github.com/cgre-aachen/gemgis/commit/2e8b18058f3322cd7810b1332ec22ca8e4bdc109 - `extract_xyz_points` - [x] https://github.com/cgre-aachen/gemgis/commit/3f3b96f210d65bf7911d10a81eea25c8d262a2ca -...
# Description Issue Tracker for GemGIS 1.2 Relates to - [ ] #356 - [ ] #355 - [ ] #354 - [ ] #352 - [ ] #351 -...
**Is your feature request related to a problem? Please describe.** Related to #334. Pyogrio is installed with GeoPandas and allows to read GPX files using the `read_dataframe` method. This should...
Relates to https://github.com/pyOpenSci/software-submission/issues/128#issuecomment-2014860216
Hi, there is a bug when using WMS 1.3 in `load_as_array` with the following code : ``` python import gemgis as gg url = 'https://data.geopf.fr/wms-r?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap' layer='ORTHOIMAGERY.ORTHOPHOTOS' wms_aerial_array = gg.web.load_as_array(url=url, layer=layer,...