João Gaspar
João Gaspar
Hi guys, recently my Institute acquires a Micasense Altum. I'm thinking to create a Processing plugin for QGIS with: **Inputs:** - Files or Directory - Need more? **Plugin features:** 1....
Hi @NathanW2 , ROAM is not OSGeo4W QGIS installation aware. So I search in the code and I found in here this section inside of utils.py of configmanager. https://github.com/roam-qgis/Roam/blob/d5f7e62a221046d3b0cb2b2b81fb8c84debf41d4/src/configmanager/utils.py#L22 https://github.com/roam-qgis/Roam/blob/d5f7e62a221046d3b0cb2b2b81fb8c84debf41d4/src/configmanager/utils.py#L28...
HI, i have some doubts the way of work of the Inspection Mode. It's possible in the same layer to use for first collect form and then in the same...
Adding in the title of a section "Decisão" How can i handle with the latin1 encode characters in this case? ```python Something has gone wrong. Error: UnicodeEncodeError: 'ascii' codec can't...
Hi, it's possible choose the type of format in datetime widget. the default is yyyy-mm-ddTHH:mm:ss. As workaround i use the text widget and do this expression (e.g. only date): ```...
# Description This PR will give extra configuration in Google Maps. You can set the Level of Zoom and the type of base map that you want to see in...
This PR is to improve performance in selectRoutineParametersSql and selectRoutinesSql. See #1472 The original queries use functions in the same queries that make the queries slow in databases with a...
Hi hope this is useful to update Informix provider. @npetzall * Full command including arguments how you run SchemaSpy: ```cmd java -jar schemaspy.jar -configFile informix.properties -debug ``` I noticed that...