Re: [Qgis-user] Auto-adjust profile elevation range in Atlas

2024-07-24 Per discussione Stefan Giese (WhereGroup) via QGIS-User
you can use the processingtool pdal:exportrastertin to generate a raster which can be used to drape your profile lines best regards Stefan Am 24.07.2024 um 08:29 schrieb Roland Spielhofer via QGIS-User: Thanks for clarifying! I opened an issue: https://github.com/qgis/QGIS/issues/58229

Re: [Qgis-user] layer classification

2024-07-02 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Michaela, if you select one of the categorized items in the layertree you can toggle the visibility with the context menu (right mouse) and choose "toogle items" or  "Hide all items" best regards Stefan Am 02.07.2024 um 08:58 schrieb Huesmann, Michaela via QGIS-User: Hello QGIS users,

Re: [Qgis-user] Labeling: Allow HTML Formatting, text-size and map units

2024-05-15 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Thomas, you can try to involve the map_scale variable into a dynamic size of the HTML Label, something like: with_variable('fs', 25000/@map_scale,   format(      '%2', @fs , title( "Name" ))) Best regards Stefan Am 15.05.2024 um 09:13 schrieb Thomas Schüttenberg via QGIS-User:

Re: [Qgis-user] WFS: Change symbolization (outline color/thickness and fill) using Python in QGIS.

2024-04-09 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi mikeE here is a small example based on your code: uri = 'https://www.geodatenportal.sachsen-anhalt.de/wss/service/ST_LVermGeo_ALKIS_WFS_OpenData/guest?=WFS=1332412,6708967,1333423,6709355=1=auto=ave:GebaeudeBauwerk=EPSG:25832=false=true' lyr14 = QgsVectorLayer(uri, "LSA: ALKIS Gebäude

Re: [Qgis-user] Intermediate save of the QGIS-project

2024-02-27 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Sylvia, there is an autosaver Plugin available: https://github.com/enricofer/autoSaver Best regards Stefan Am 27.02.2024 um 10:45 schrieb Preuß, Sylvia via QGIS-User: Hello, is there a setting to save *.qgz / *.qgs e.g. automatic every 20 minutes? I don’t mean the data but the

Re: [Qgis-user] Identifying / Digitising small surface features automatically

2024-02-05 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi, yes that is possible to automate this process. The main idea is to use an blur-filter on your DSM - a normalized 2D gauss kernel array for convolutions - where the size of the kernel determines the wide of the features that will be extracted. The second step is to build the difference

Re: [Qgis-user] Visualize time data at a certain point in time

2024-01-15 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Marco,  in that case I would choose "Separate Fields for Start and End Date/Time" in the Drop down box at the Top and then use your valid-from-attribute and a valid-to-attributefields... Best regards Stefan Am 15.01.2024 um 10:21 schrieb Marco Hugentobler via QGIS-User: Hi all, I have

Re: [Qgis-user] Oracle DB connection in QGIS

2023-12-14 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Michaela, did you check theese options? * "Use estimated table metadata" * "Only look for user tables" best regards Stefan Stefan Giese Projektleiter/Consultant ** Where2B Konferenz 2023 14. Dezember 2023 in Bonn und Online https://where2b-conference.com/

Re: [Qgis-user] Specific pages to export from Map Atlas

2023-10-30 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi, you can use the page properties of your layout -just right click into your layout and select "page properties". There is a checkbox "Exclude pages from export" which can be overided by an expression like: / / /@atlas_featureid not in (8,9,10,11,12)/ Best regards Stefan/ / Am

Re: [Qgis-user] No visualizo archivos laz en QGIS

2023-06-30 Per discussione Stefan Giese (WhereGroup) via QGIS-User
mira aqui: Am 30.06.2023 um 10:28 schrieb Rafa García via QGIS-User: Buenos días, Estoy utilizando QGIS en versión 3.28.8 Firenze en mi sistema Windows 10 de 64 bits He cargado archivos .laz y no veo los puntos en el panel, solo veo una cuadrícula de trazos roja. ¿Necesito instalar

Re: [Qgis-user] Qgis atlas print composer : aggregate (bigger overlap)

2023-06-12 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi, you can use overlay functions instead, there you can sort the size of intersection and take the biggest one: /overlay_intersects(layer:='//PARCEL_LAYER//', expression:="parcel_id", sort_by_intersection_size:='des')[0]/ hope this helps Stefan Am 12.06.2023 um 14:04 schrieb celati

Re: [Qgis-user] To show road reference numbers like Google with background svg syymol.

2023-04-13 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Paul, did you check this nice Blog article from Anita: https://anitagraser.com/2011/12/23/google-road-symbols-for-qgis/ best Stefan Am 13.04.2023 um 09:03 schrieb Paul N via QGIS-User: Hi, I want to show road reference numbers as looks in Open street map or Google map in QGIS. NH23,

Re: [Qgis-user] hover over mouse to read raster value not showing in 3.30.0

2023-03-20 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Paul, you have to disable the "Auto open form on single feature results" option before Best regards Stefan Am 20.03.2023 um 12:10 schrieb Paul N via QGIS-User: I am trying to read raster values by hover over mouse to read raster value, but option not visible in identifying tool

Re: [Qgis-user] QGIS on tablets

2023-02-20 Per discussione Stefan Giese (WhereGroup) via QGIS-User
in addition what Phil wrotes: Mergin Maps is also available for windows: https://github.com/MerginMaps/input/releases/tag/2.0.1 Best regards Stefan Am 20.02.2023 um 09:23 schrieb Phil Wyatt via QGIS-User: Hi folks, I would encourage you to also check out Mergin Maps that will work on IOS

Re: [Qgis-user] [Modeller] How to calculate area in the graphical modeler of QGIS

2023-01-30 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi, may be it will be easier to use thhis algorithm: "Add geometry attributes" -> https://docs.qgis.org/3.10/en/docs/user_manual/processing_algs/qgis/vectorgeometry.html?highlight=exportaddgeometrycolumns#add-geometry-attributes best regards Stefan Am 30.01.2023 um 14:13 schrieb Igor

Re: [Qgis-user] transferring data from ArcGis to QGIS

2023-01-19 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Janet, beside what Alexandre pointed out, there is an other free Open source tool to convert ArcMap mxd files into QGIS projects (MapQonverter, https://github.com/WhereGroup/mapqonverter). The difference to SLYR is, that MapQonverter must be used within ArcMap as an ArcMap Python toolbox.

Re: [Qgis-user] QGIS & GPS

2023-01-19 Per discussione Stefan Giese (WhereGroup) via QGIS-User
Hi Brent, we solved this for one of our customers with the following steps: * Installing U-Center on the windows computer: https://www.u-blox.com/en/product/u-center * in U-Center -> View -> Configuration view → NMEA (NMEA Protocol) * change "Main Talker ID" to "1 – GP(GPS)" * click on

Re: [Qgis-user] edit QGIS3.ini with startup.py

2022-12-05 Per discussione Stefan Giese (WhereGroup) via Qgis-user
Hi Thomas, you can clear the section before adding the new values with: /QgsSettings().remove('svg/searchPathsForSVG')/ and then add your values Best regards Stefan Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant - Aufwind durch

Re: [Qgis-user] Determine version of QGIS Server

2022-08-04 Per discussione Stefan Giese (WhereGroup) via Qgis-user
see https://github.com/3liz/lizmap-web-client/issues/1346#issuecomment-547895968 Am 04.08.2022 um 09:32 schrieb Inka Tauber via Qgis-user: Hello, how can the version of QGIS Server (qgis_mapserv.fcgi) be determined? Thanks, Inka Allgemeine Datenschutzinformation: Der telefonische,

Re: [Qgis-user] Counting of bridges on road.

2022-08-03 Per discussione Stefan Giese (WhereGroup) via Qgis-user
Hi Paul, try: count("bridge", filter:="bridge"='T' AND is_selected()) best regards Stefan Am 04.08.2022 um 07:01 schrieb Paul N via Qgis-user: Hi, I have road layer and segment the road where bridge exist by a field 'bridge' =T in road layer. I am able to count number of bridges using

Re: [Qgis-user] QGIS WINDOWS 11

2022-06-15 Per discussione Stefan Giese (WhereGroup) via Qgis-user
Hi Samuel, I have installed on my Win11 Notebook 3.10, 3.16, 3.18 and 3.22, all without any problems. And I would agree to what Hannes pointed out: update to a newer QGIS version, it's worth to do it, so many cool features are waiting for you and your students... Best regards Stefan Am

Re: [Qgis-user] Fwd: Creating a polygon around vertices

2022-04-12 Per discussione Stefan Giese (WhereGroup) via Qgis-user
search for concavehull or see this one https://youtu.be/24H_MyXohL4 Am 12.04.2022 um 14:36 schrieb Yamen Tekaji via Qgis-user: Dears, I have a layer containing 700K points. please check attachment. I want to create a polygon that passes through the outer points only. an outline polygon.

Re: [Qgis-user] Atlas Map book - Display only one feature on each page.

2022-03-07 Per discussione Stefan Giese (WhereGroup) via Qgis-user
This is a bit tricky but can be done with rule based renderer: In my example I have an attibute "name" and with the following rule: /name=attributes(@atlas_feature)['name']/ you can set the visible features to the atlas feature and then only the atlas feature will be displayed in your atlas

Re: [Qgis-user] Windows 11

2022-03-03 Per discussione Stefan Giese (WhereGroup) via Qgis-user
yes, QGIS 3.18, 3.22 and 3.24 without any problems so far best regards stefan Am 04.03.2022 um 06:03 schrieb Grant Boxer via Qgis-user: I have a client who is running QGIS under Windows 11 and is having all sorts of stability problems and has gone back to version 3.4. Has anyone used QGIS

Re: [Qgis-user] Is it possible to import Arcgis Pro map to QGIS?

2022-03-02 Per discussione Stefan Giese (WhereGroup)
ot; from github link and pasted. When I ran the tool, I get the following error message. image.png On Wed, Mar 2, 2022 at 12:19 AM Stefan Giese (WhereGroup) wrote: Hello, we have provided a free open source Tool "MapQonverter" which can write QGIS project files from Arc

Re: [Qgis-user] Is it possible to import Arcgis Pro map to QGIS?

2022-03-01 Per discussione Stefan Giese (WhereGroup)
Hello, we have provided a free open source Tool "MapQonverter" which can write QGIS project files from ArcMap project files. The only thing is, the tool is an ArcMap Toolbox, so ArcMap will be needed to use it  - that is the main difference to SLYR from NorthRoad which can read mxd files -

Re: [Qgis-user] Newby question on mapping information

2021-12-09 Per discussione Stefan Giese (WhereGroup)
Miro, may be you have a look to that and other tutorials from Ujaval, where some steps mentioned by Bernd are explained: http://www.qgistutorials.com/en/docs/3/performing_table_joins.html Best regards Stefan Am 09.12.2021 um 18:51 schrieb Bernd Vogelgesang: Hi, from what I read and

Re: [Qgis-user] is there a way to clip a shapefile without changing it from point to multipoints?

2021-12-07 Per discussione Stefan Giese (WhereGroup)
Hi Katrin, what algorithm do you use for that? For example native:clip produces no multipoints from a point origin vectorlayer. Best regards Stefan Am 07.12.2021 um 16:03 schrieb Katrin Schneider: Hi, (QGIS 3.20.3) is there a way to clip a shapefile without changing it from point to

Re: [Qgis-user] startup.py on network folder

2021-12-06 Per discussione Stefan Giese (WhereGroup)
Hi Wolfgang, you can start QGIS with a command line option *--code *followed by the path and scriptname, for example in a BAT file Best regards stefan ** Am 06.12.2021 um 17:31 schrieb Wolfgang Meinolf: Hi, I like to implement a centrally controlled QGIS environment for our workforce

Re: [Qgis-user] Does DWG work in 3.22? - RE: importing dwg/dxf

2021-11-29 Per discussione Stefan Giese (WhereGroup)
An other python based possibility would be to use ezdxf which gives you access to all or only special DWG/DXF entities and convert them directly into GIS vector data: https://ezdxf.readthedocs.io/en/stable/ Am 29.11.2021 um 18:36 schrieb Wolfgang Meinolf: Hi, I gave up to import DWG

Re: [Qgis-user] Windows 11 - QGIS and or ODM?

2021-11-09 Per discussione Stefan Giese (WhereGroup)
Hi Tony, yes I did upgrade to 11 on one of my Notebooks. So far, no problems identified with QGIS (3.18). Best regrads Stefan Am 01.11.2021 um 23:11 schrieb Tony Shepherd (FarmMaps NZ): HI All I am being pestered by Windows to upgrade to Win 11.  Has anybody done that already and if so

Re: [Qgis-user] Dynamic SVGs

2021-10-28 Per discussione Stefan Giese (WhereGroup)
perfect, thank you Am 28.10.2021 um 11:21 schrieb DelazJ: Hi, Maybe some starting point at https://docs.qgis.org/testing/en/docs/user_manual/style_library/symbol_selector.html#parametrizable-svg? Regards, Harrissou Le jeu. 28 oct. 2021 à 11:18, Stefan Giese (WhereGroup) a écrit : Hi

[Qgis-user] Dynamic SVGs

2021-10-28 Per discussione Stefan Giese (WhereGroup)
Hi all, does anybody can give me are starting point how to place the parameters inside the SVG xml  that they are usable with dynamic SVG Feature coming up with QGIS 3.18 (https://qgis.org/en/site/forusers/visualchangelog318/#feature-gui-for-dynamic-svgs)? An examlple svg would be greatfully

Re: [Qgis-user] extracting vertices from a multipolygon using Field Calculator Function Editor

2021-10-19 Per discussione Stefan Giese (WhereGroup)
as a starting point: /from qgis.core import *// //from qgis.gui import *// // //@qgsfunction(args='auto', group='Custom', referenced_columns=[])// //def zCutBox(feature, parent):// //    """// //    Calculates vertices and return the x coordinate of the first as string// //    """// //    geom

Re: [Qgis-user] QGIS 3.20 Crash

2021-10-18 Per discussione Stefan Giese (WhereGroup)
the profile manager is now available in QGIS flagged as experimental Plugin. My colleague Dominik will also present it on the next QGIS Open Day (2021-10-29) with the following features: * Create a new profile o Creates and initiates a new QGIS profile * Removing profile o Removes

Re: [Qgis-user] Python error upon loading and in every project

2021-10-10 Per discussione Stefan Giese (WhereGroup)
I suppose that your profile is corrupted by a plugin obviously by qgis_resource_sharing You can start with a new profile or you can try to delete the plugin directly from your profile path: Go to the folder: C:\Users\daves\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins and delete

Re: [Qgis-user] QGIS 3.20 Crash

2021-10-06 Per discussione Stefan Giese (WhereGroup)
do I get QGIS running always with the new profile when I start-up?  Do I need to delete the old profile? Regards Martin Am 10/6/2021 um 10:36 AM schrieb Stefan Giese (WhereGroup): Did you try it also with a new profile? Just make a new prrofile and test it again: Menu->Settings-&g

Re: [Qgis-user] QGIS 3.20 Crash

2021-10-06 Per discussione Stefan Giese (WhereGroup)
-ins from the previous profile into the new one? 2.) How do I get QGIS running always with the new profile when I start-up?  Do I need to delete the old profile? Regards Martin Am 10/6/2021 um 10:36 AM schrieb Stefan Giese (WhereGroup): Did you try it also with a new profile? Just make a new

Re: [Qgis-user] QGIS 3.20 Crash

2021-10-06 Per discussione Stefan Giese (WhereGroup)
Did you try it also with a new profile? Just make a new prrofile and test it again: Menu->Settings->User Profiles->New Profile If QGIS don't chrashes again, then your user profile is corrupt... Am 06.10.2021 um 15:28 schrieb Martin Bittens: Hello QGIS users. Since a couple of days QGIS

Re: [Qgis-user] Rule-based symbol for point within polygon in QGIS

2021-08-31 Per discussione Stefan Giese (WhereGroup)
yes sure...I can post it on your question. Am 31.08.2021 um 07:25 schrieb Jeanneret Cédric: Thank you very much Stefan, it works ! I couldn’t find the correct syntax, and didn’t know the difference between the expression parameter and the filter parameter. I posted that question on

Re: [Qgis-user] Rule-based symbol for point within polygon in QGIS

2021-08-30 Per discussione Stefan Giese (WhereGroup)
Depends on your QGIS version, from 3.16 onwards you can use the overlay-functions to proof if the point and polygonlayer are in a spatial relation like intersects or touches and so on. The expression for your first rule will be like this one: /"VAL_PROTECTION_EP3" = '1' AND  "TYPE"  = 1 AND

Re: [Qgis-user] Python for qgis

2021-08-22 Per discussione Stefan Giese (WhereGroup)
and very helpful for beginners is Anita Graser's Blog on PyQGIS. https://anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/ Am 21.08.2021 um 17:51 schrieb Alexandre Neto: Check QGIS documentation. Mainly the PyQGIS Cookbook:

Re: [Qgis-user] Expression to read field value from composer layout?

2021-08-04 Per discussione Stefan Giese (WhereGroup)
here is a function which does the job. It's a bit more generic, you have to pass the layoutname and the itemID to get the text: /from qgis.core import *// //from qgis.gui import *// // //@qgsfunction(args='auto', group='Custom')// //def get_layout_textitem(layoutTitle, itemId, feature,

Re: [Qgis-user] Expression to read field value from composer layout?

2021-08-04 Per discussione Stefan Giese (WhereGroup)
Hi Patrick, I think that you can not get the text from the label with the item_variables function. The keys are limited to the predefinded variables like:

Re: [Qgis-user] Scalebar segments always go to 2 displayed on units change

2021-08-03 Per discussione Stefan Giese (WhereGroup)
in QGIS 3.20.1 the behaviour is still the same. Didn't found anything on https://github.com/qgis/QGIS/issues?q=is%3Aissue+is%3Aopen+label%3ABug+label%3A%22Print+Layouts%22+scalebar so the best is to make a new issue on https://github.com/qgis/QGIS/issues Am 03.08.2021 um 01:56 schrieb Jeff

Re: [Qgis-user] QGIS 3.20.xx Win x86 release

2021-08-02 Per discussione Stefan Giese (WhereGroup)
I don't think so - QGIS 3.18 and newer versions will not be supported by a x86 32bit Windows plattform, see: https://blog.qgis.org/2020/10/15/phasing-out-32-bit-support-in-qgis/ Am 02.08.2021 um 12:50 schrieb Yvan CALCAGNI: Hi everyone, I tried to find out on my own but without success...

Re: [Qgis-user] Import Kmz without losing the symbology

2021-07-14 Per discussione Stefan Giese (WhereGroup)
t 11:48 PM Stefan Giese (WhereGroup) mailto:stefan.gi...@wheregroup.com>> wrote: Hi, depends on the QGIS Version. QGIS 3.20 can render embedded styles from kml/kmz (https://www.qgis.org/en/site/forusers/visualchangelog320/index.html#feature-new-embedded-styling-renderer-with-og

Re: [Qgis-user] Import Kmz without losing the symbology

2021-07-13 Per discussione Stefan Giese (WhereGroup)
Hi, depends on the QGIS Version. QGIS 3.20 can render embedded styles from kml/kmz (https://www.qgis.org/en/site/forusers/visualchangelog320/index.html#feature-new-embedded-styling-renderer-with-ogr-feature-styles-support). regards Stefan Am 14.07.2021 um 04:52 schrieb krishna Ayyala:

Re: [Qgis-user] Did you know this about GeoPackage layers?

2021-07-12 Per discussione Stefan Giese (WhereGroup)
Thanks for sharing this...didn't know this feature, but it works! Best regards Stefan Am 12.07.2021 um 19:53 schrieb Drew French: Did you know that you can copy polygons in a geopackage polygon layer and paste those polygons as lines in geopackage line layer? I did not know you could do

Re: [Qgis-user] question on advanced digitizing

2021-05-05 Per discussione Stefan Giese (WhereGroup)
For perfect squares better use the "Shape Digitizing Toolbar" Am 05.05.2021 um 20:38 schrieb Gabriel Cotlier: Hello, I'm digitizing a square using the advanced digitizing tool, however when I'm about to close the rectangle's last angle, the tool doesn't offer me to see how to close it with a

Re: [Qgis-user] convex and concave areas

2021-05-05 Per discussione Stefan Giese (WhereGroup)
one process could be: * smooth the DTM by a neigbourhood analysis. The width depends on the size of your convex and concave areas. you can use a mean filter or lowpass for example * substract the filtered from the original * select values > or < your cutoff * convert this into polygons

Re: [Qgis-user] Folder .qgis2 - not used any more by QGIS 3 ?

2021-04-13 Per discussione Stefan Giese (WhereGroup)
Hi Christine, yes that is moved to the profile folder you've found. It has similar functions but also much more possibilities. You can work with different profiles (English, German and so on) and if you want to start with a complete new QGIS - just make a new profile. There is stored nearly

Re: [Qgis-user] saving all temporary layers?

2021-01-21 Per discussione Stefan Giese (WhereGroup)
Hi David, you should have a look to this one: https://gis.stackexchange.com/a/323288/87346 the lower part of the script starting from /#write this layers into geoPackage/ will do the job. Am 21.01.2021 um 19:41 schrieb David Strip: Before I write my own, does anyone have a script to share

Re: [Qgis-user] Public vector tile servers

2020-12-26 Per discussione Stefan Giese (WhereGroup)
Hi David, we have setted up one OSM vector tile service (Germany) for testing or private use only: https://wms.wheregroup.com/tileserver/tile/tileserver.php?/germany.json?/germany/{z}/{x}/{y}.pbf Style: https://wms.wheregroup.com/tileserver/style/osm-bright.json Best regards Stefan Am

Re: [Qgis-user] Set variables by UI

2020-11-25 Per discussione Stefan Giese (WhereGroup)
you can use one of the signals emitted by a QgsVectorLayer, for example |attributeAdded| or |afterCommitChanges|

Re: [Qgis-user] How to get the thickness of a geol. layer from elevation isoline features

2020-11-03 Per discussione Stefan Giese (WhereGroup)
Hi Eva, welcome to the list. You asked a plenty of questions, so it would be easier to start with some links on the web: * Stackoverflow discussion on that: https://gis.stackexchange.com/questions/60228/generating-dem-from-contour-shapefile-using-qgis * a GRASS Tutorial:

Re: [Qgis-user] module 'qgis.processing' has no attribute 'run'

2020-07-06 Per discussione Stefan Giese (WhereGroup)
Miguel or you can use also "processing.runAndLoadResults(...)" to load the result directly into QGIS regards Stefan Am 07.07.2020 um 06:25 schrieb Christoph Jung: > Hi Miguel, > > You call the run-method on an variable called „general“. But using the > processing framework will be realised by

Re: [Qgis-user] open street map data in QGIS 3.12

2020-06-29 Per discussione Stefan Giese (WhereGroup)
Hi Andre, did you try the key:value: shop:supermarket instead Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant -- Aufwind durch Wissen! Jetzt neu: Webinare und Online-Schulungen bei der www.foss-academy.com

Re: [Qgis-user] Graphical Modeler and point entry

2020-06-05 Per discussione Stefan Giese (WhereGroup)
Hi, find a short explanation-animation how to proceed here: https://files.wheregroup.com/index.php/s/GbD5Y4YZfjGzM6t best Stefan Stefan Giese Projektleiter/Consultant -- Aufwind durch Wissen! Jetzt neu: Webinare und Online-Schulungen bei der

Re: [Qgis-user] WRF-Hydro

2020-04-20 Per discussione Stefan Giese (WhereGroup)
Hi Marcelo, if you have a look to the error message - python error messages should be read strating from the end, you will see the last message: /ModuleNotFoundError: No module named 'arcpy'/ This means, that the 'arcpy' module is not present in QGIS. Arcpy is the main module of ArcGis,

Re: [Qgis-user] Should be easy? Open csv in Graphical Modeller

2020-03-31 Per discussione Stefan Giese (WhereGroup)
Hi Morten, I have made a python algorithm which does more or less exactly what you want. You only have to adjust the field definitions in the function def processAlgorithm. The script was original written to import ground penetrating radar data. If you import it into the processing toolbox,

Re: [Qgis-user] Editing a Layer Category

2019-12-26 Per discussione Stefan Giese (WhereGroup)
Hi Dave, you can have a look to this animated gif, may be it answers your question...I'm not sure, if I understood it completly;-) https://files.wheregroup.com/index.php/s/QnGBnTbptFrdzZB --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] Advanced Digitizer tool

2019-12-10 Per discussione Stefan Giese (WhereGroup)
Hi Norm, to complete the answer from Andreas: when you start editing - even when your layer is in UTM - the advanced tools will be greyed out until you select the "Add Line Feature" tool to digitize a new line...see attached animated gif best stefan --- Mit freundlichen Grüßen Stefan Giese

Re: [Qgis-user] How do I manually input lat. long. data into cvs format and convert to a vecter point file?

2019-12-09 Per discussione Stefan Giese (WhereGroup)
Hi Don, can you provide more information on your problem like: - what are the errors, what did fail exactly? - can you provide some example data in your choosen format? - how did you import the data? best Stefan --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] Printing labelled vector maps in QGIS 3

2019-11-18 Per discussione Stefan Giese (WhereGroup)
Hi Larissa, sure you can, have a look to: https://docs.qgis.org/3.4/en/docs/training_manual/vector_classification/label_tool.html and https://docs.qgis.org/3.4/en/docs/training_manual/map_composer/map_composer.html --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] New QGIS windows packages

2019-11-11 Per discussione Stefan Giese (WhereGroup)
Hi Jürgen, thanks a lot...just on point for our qgis school next week!! --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant *** Where2B Konferenz 2019 12. Dezember 2019 in Bonn where2b-conference.com *** WhereGroup GmbH Schwimmbadstr.

Re: [Qgis-user] QGIS 3.10 GeoPDF creation greyed out

2019-10-28 Per discussione Stefan Giese (WhereGroup)
this subject was also today at gis.stackexchange: https://gis.stackexchange.com/questions/340030/create-geospatial-pdf-geopdf-is-greyed-out-in-pdf-export-options-in-qgis-3-10 best regards Stefan Am 2019-10-28 18:18, schrieb Jürgen E. Fischer: Hi Bo, On Mon, 28. Oct 2019 at 17:24:03 +0100, Bo

Re: [Qgis-user] Geology / formation database structure

2019-10-25 Per discussione Stefan Giese (WhereGroup)
Hi Matt, so your are talking about a lithostratigraphic database. On chronostratigraphic handling in GIS and databases there is an interesting article here: https://repositorio.segemar.gob.ar/bitstream/handle/308849217/2128/asato-IAMG-2001.pdf (Efficient Chrono-Stratigraphic Database

Re: [Qgis-user] open window internet in qgis

2019-10-23 Per discussione Stefan Giese (WhereGroup)
Hi, should be something like this one: #opens an URL with a QWebview from PyQt5 import QtCore from PyQt5.QtCore import * from PyQt5.QtWebKit import * from PyQt5.QtWebKitWidgets import * web = QWebView() web.load(QUrl('http://wikipedia.org/wiki/[%name%]')) web.show() --- Mit freundlichen Grüßen

Re: [Qgis-user] Movement patterns

2019-10-15 Per discussione Stefan Giese (WhereGroup)
Hi Taimur, you can use the processing Toolbox and then the "points to path" algorithm. You can choose your input point layer, a order field (the time in your case) and a format string (optional) for your time format. --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] time in Attribute

2019-10-03 Per discussione Stefan Giese (WhereGroup)
the problem is the missing leading zero in your time format, it should be: '07:13:45' instead of '7:13:45' you can use a small function to fill the time string with leading zeros: from qgis.core import * from qgis.gui import * @qgsfunction(args='auto', group='Custom') def

Re: [Qgis-user] Snapping Tool (Fangtool) not found in QGIS 3.8

2019-09-13 Per discussione Stefan Giese (WhereGroup)
Hi Alissa, just enable the snapping Toolbar (Einrast Toolbar). --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant ** Kompaktkurs Aufbau einer GDI mit Open-Source-Software FOSS Academy Sommerschule: 23. bis 27.09.2019

Re: [Qgis-user] how to enable "Attachment" widget

2019-08-05 Per discussione Stefan Giese (WhereGroup)
the field datatype should be string. if the datatype of your field something else, the the attachment widget will be disabled. hope this helps stefan --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant ** Kompaktkurs Aufbau einer

Re: [Qgis-user] Can't print large QGIS file

2019-07-18 Per discussione Stefan Giese (WhereGroup)
Hi, you can try to print it into a PDf document with a virtual PDf printer instead of exporting from QGIS to PDF, for example with some of the free pdf tools like https://tools.pdf24.org/en/creator --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] Export data as .txt file

2019-07-11 Per discussione Stefan Giese (WhereGroup)
Hi Finbar, Layer Panel, right Click->export->save layer as-> comma seperated values -> choose the geometry option you desire like WKT, xyz... --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant ** Kompaktkurs Aufbau einer GDI

Re: [Qgis-user] Geolocated tweets

2019-05-01 Per discussione Stefan Giese (WhereGroup)
There is a plugin called "Qweetgis" available for QGIS 3.x: https://github.com/ale-cristofori/Qweetgis. you will need to register yourself at https://developer.twitter.com and get valid Keys and tokens. The plugin is based on tweepy a python library to access the twitter API. best regards

Re: [Qgis-user] Processing: QGIS Crash with new processing script format, QGIS 3.6.1-SOLVED

2019-04-12 Per discussione Stefan Giese (WhereGroup)
Hi Harvard, that's on the point - it works perfect now. Just in time, that I can use it next monday in my PYQGIS workshop. I think, that is tons easier to understand then the whole bunch of functions which you had to define before. Thank's again for the link and the work done on the manual. I

Re: [Qgis-user] Processing: QGIS Crash with new processing script format, QGIS 3.6.1

2019-04-12 Per discussione Stefan Giese (WhereGroup)
Hi Havard, thanks a lot, yes I will test it and send you my feedback within the next days. stefan --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant --- Aufwind durch Wissen! Qualifizierte Open-Source-Schulungen bei der www.foss-academy.com

Re: [Qgis-user] Q-Gis for Android V7

2019-04-10 Per discussione Stefan Giese (WhereGroup)
Hi Moritz, you should check out qfield from opengis.ch (https://www.qfield.org/docs/de/ or https://play.google.com/store/apps/details?id=ch.opengis.qfield) or input from LutraConsult (https://play.google.com/store/apps/details?id=uk.co.lutraconsulting) both work with QGIS projects and on

Re: [Qgis-user] union tool

2019-04-04 Per discussione Stefan Giese (WhereGroup)
You can use virtual layers (one possibility) with a union statement, something like: SELECT geometry, field1, field2 FROM layer1 UNION SELECT geometry, field1, field2 FROM layer2 UNION SELECT geometry, field1, field2 FROM layer3 ... --- Mit freundlichen Grüßen Stefan Giese

Re: [Qgis-user] how to add a jpg figure near points

2019-03-25 Per discussione Stefan Giese (WhereGroup)
see this image: https://drive.google.com/file/d/1SnYigYmyG8458qbtGanWg5-rrNsv9o_T/view?usp=sharing --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant --- Aufwind durch Wissen! Qualifizierte Open-Source-Schulungen bei der www.foss-academy.com

Re: [Qgis-user] Aggregation of adjacent polygons of the same type

2019-03-25 Per discussione Stefan Giese (WhereGroup)
Hi Sven, can you specify your question: what is unclear and where exactly do you need support for? best regards stefan --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant --- Aufwind durch Wissen! Qualifizierte Open-Source-Schulungen bei der

Re: [Qgis-user] Python Scripts (Boolean) in QGIS 3

2019-03-12 Per discussione Stefan Giese (WhereGroup)
Hi Herbert, with processing scripts ist has defintitly changed a lot. The thing is, that in QGIS 2.18 it was python but mixed with some none python, like the parameter with the double pound sign...like ##my_parameter=boolean so a good starting point is the blog from Anita Graser, since the

Re: [Qgis-user] geodin installation

2019-01-24 Per discussione Stefan Giese (WhereGroup)
I suppose that you have installed the Plugin GeODinQGIS, which will search for a GeoDin database when you start QGIS 2.x. Uninstall the plugin: Menu->Plugins->Manage and install Plugins...search for Geodin and deselect it --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] Using expression dialog to access attributes from a relation.

2018-12-13 Per discussione Stefan Giese (WhereGroup)
Hi Andrew, you can use the relation_aggregate expression to concatenate the child items, something like: relation_aggregate('my_relation','concatenate', "child_attribute", concatenator:=',') just see the help for relation_aggregate in the expression builder. bests regards Stefan --- Mit

Re: [Qgis-user] looking for mapping program

2018-08-30 Per discussione Stefan Giese (WhereGroup)
Hi Diane, some thoughts to your question: QGIS would be a very good choice (or the best!) and will be a substainable GIS for your company. You are writing that there is only a txt export option? A quick view on the user guide (http://static.garmin.com/pumac/XMap7Manual.pdf) shows, that xmap

Re: [Qgis-user] Working with irregular magnetometry data points - converting them to an image

2018-04-21 Per discussione Stefan Giese (WhereGroup)
Hi Calvin, I am working with magnetometry data for archaeology purposes since over 20 years(http://en.ggh-online.de/geophysik): starting with geoscan FM36, then geometrics G858 with four caesium probes and FEREX from Foerster. usually we are processing the raw data with gis software: first

Re: [Qgis-user] automatic recognition intersection

2018-04-04 Per discussione Stefan Giese (WhereGroup)
Hi Marcel, may be this thread helps: https://stackoverflow.com/questions/12965090/get-list-of-all-intersections-in-a-city. The second answer with the overpass api will do the intersect for you. you can export it and load it into QGIS. But anyway, I thinks with a little bit of work, you can do

Re: [Qgis-user] Using processing algorithms from the console in QGIS 3.0

2018-03-22 Per discussione Stefan Giese (WhereGroup)
Hi Stephen, I asked a similar question at gis.stackexchange.com (https://gis.stackexchange.com/questions/274144/passing-input-output-parameters-to-processing-scripts-using-qgis-3) and I think we have to be patient. The documentation is work in progress. I am sure processing tools will work

Re: [Qgis-user] Drill hole section with QGIS 3

2018-03-15 Per discussione Stefan Giese (WhereGroup)
The gis representation of a drill hole is normaly a point with some stratigraphic or lithological information of the underground behind it (a 1:n relation, 1 drill = n strata). In qgis2 there was the midvatten plugin which does such drill hole sections (see attached image). hope this makes

Re: [Qgis-user] QGIS custom python function with zero or more args

2018-03-09 Per discussione Stefan Giese (WhereGroup)
Hi Benjamin, you can do it like this example which only makes a sum of 2 values. Two aruments or only one...: -- @qgsfunction(-1, 'Python') def add_values( values, feature, parent): if len(values) == 2: return values[0]+values[1] elif

Re: [Qgis-user] Qgis 3 where is 3D View?

2018-03-07 Per discussione Stefan Giese (WhereGroup)
Hi Alessio, the Ubuntu QGIS3 is not compiled with 3D support due to an outdated Qt version (Ubuntu 16.04 comes with Qt version 5.5). I think you have to build QGIS by yourself and update the Qt version before. From Lutra Consulting there is a brief description how to do that:

Re: [Qgis-user] QGIS3: browse to path by text

2018-01-20 Per discussione Stefan Giese (WhereGroup)
Hi Tobias, see attached image. --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant Das WhereGroup-Team wünscht Ihnen ein frohes Weihnachtsfest und ein glückliches Jahr 2018! Die Termine der FOSS Academy für 2018 sind online!

Re: [Qgis-user] Shape file to xyz where z is label

2018-01-18 Per discussione Stefan Giese (WhereGroup)
Hi Chas, you can use Vector-Menu->Geometry Tools->Polygon centroids which will produce a pointlayer with all attributes. There you will find your label as one column like in the geology layer. best stefan --- Mit freundlichen Grüßen Stefan Giese Projektleiter/Consultant

Re: [Qgis-user] Calculate age in years with expressionbuilder

2017-12-19 Per discussione Stefan Giese (WhereGroup)
[5] [6] RAADPLEEG ONZE DISCLAIMER [7] -Oorspronkelijk bericht----- Van: Stefan Giese (WhereGroup) [mailto:stefan.gi...@wheregroup.com] Verzonden: dinsdag 19 december 2017 8:58 Aan: Reginald Carlier CC: qgis-user@lists.osgeo.org Onderwerp: Re: [Qgis-user]

Re: [Qgis-user] Calculate age in years with expressionbuilder

2017-12-18 Per discussione Stefan Giese (WhereGroup)
.strptime(values[1],"%Y-%m-%d") difference = relativedelta(d2, d1) return difference Am 2017-12-19 07:48, schrieb Stefan Giese (WhereGroup): it seems, that this is a bug, see: https://issues.qgis.org/issues/17681 best regards Stefan Am 2017-12-18 15:26, schrie

Re: [Qgis-user] Calculate age in years with expressionbuilder

2017-12-18 Per discussione Stefan Giese (WhereGroup)
it seems, that this is a bug, see: https://issues.qgis.org/issues/17681 best regards Stefan Am 2017-12-18 15:26, schrieb Reginald: hello, I am calculating the age of persons with the expression builder. My formulae looks like this: year(age( to_date(now()) , "GDate" )) The result looks

Re: [Qgis-user] Clipping a Raster

2017-12-13 Per discussione Stefan Giese (WhereGroup)
You can use "Clip raster by extent" or "Clip raster by mask layer" from the proccessing toolbox regards stefan Am 2017-12-13 17:09, schrieb Mark Polczynski: Sorry for the simple question, but how do you clip a raster in 2.18? I believe I used to use something like Raster>Extraction>Clipper