Martin Landa

Results 12 issues of Martin Landa

**Describe the bug** Listing extensions/addons is broken on Windows. **To Reproduce** Open GRASS on Windows (tested with https://grass.osgeo.org/grass80/binary/mswindows/native/WinGRASS-8.0.0-1-Setup.exe) and type: ```sh g.extension -l ERROR: Download file from , failed. File...

bug
Windows

**Name of the addon** i.modis **Describe the bug** `i.modis.import` is currently creating temporary data in input data dir (see #199). It fails when this directory is read-only. **To Reproduce** Steps...

bug

Steps to reproduce: ```python wfs = WebFeatureService(url='http://geo102.fsv.cvut.cz/services/ghwfs', version='1.1.0') filter_ = PropertyIsEqualTo(propertyname='nuts0', literal='CZ') filterxml = etree.tostring(filter_.toXML()).decode("utf-8") response = wfs.getfeature(typename='lucas', filter=filterxml) ``` returns: ```xml msWFSGetFeature(): WFS server error. Invalid or Unsupported FILTER...

Currently we have a large number of open PR which are in different shape (approved, commented, change requested, no feedback). ![image](https://github.com/OSGeo/grass/assets/5683186/93e5d0bc-1b8e-46e1-a228-dc10aba3742f) Let's improve this situation by setting up rules, which...

enhancement

[Screencast from 2023-11-08 12-05-31.webm](https://github.com/OSGeo/grass/assets/5683186/505a603c-6640-411b-a520-531d44fa7c68) Implemeneted: - graphical modeler opens in main notebook when single layout enabled - dock/undock icon added into toolbar - title set correctly on model changed -...

GUI

## Steps to reproduce 1. Add variable(s) into model ![image](https://github.com/OSGeo/grass/assets/5683186/19850113-5e0c-4a78-b7ca-cafefe094147) 2. Export to Python Sample model: [06_grass_chm_v3.zip](https://github.com/OSGeo/grass/files/15284263/06_grass_chm_v3.zip) ## Current behaviour No variables exported (as UI options). On the other hand...

enhancement
GUI
Python

This PR enables OpenGL support for GRASS package. But unfortunately 3D view in GRASS GUI doesn't work: ``` ./src/unix/glegl.cpp(391) in InitVisual(): Failed to get an EGLConfig for the requested attributes....

## Goal Build user manual from Markdown using mkdocs ![image](https://github.com/OSGeo/grass/assets/5683186/f5e82875-20dc-48fe-a302-c7f503c148ec) ## How to test 1. Install requirements, see `man/mkdocs/requirements.txt` 2. Compile GRASS 3. Open `dist.x86_64-pc-linux-gnu/docs/markdown/site/index.html` in web browser ## Tasks...

windows
GUI
vector
raster
temporal
Python
C
CSS
database
libraries
module
docs
general
display
imagery
tests
raster3d
misc