Re: [Qgis-user] Fwd: Georeferencer Plugin Help - QGIS

2020-11-02 Thread nagyrobi_r
Hei! As far as i remember from the courses i took in remote sensing (And i don't find any reason to believe that QGIS would have a different theory): - The Residual error is calculated for every GCP( between the expected coordinate and the actual location). - Then the total error is

Re: [Qgis-user] flatpak qgis on CentOS 7 hangs on Project Save after displaying dbus error

2020-11-02 Thread Alexandre Neto
Hi Todd, Bear in mind that the conda installation from conda-forge, which is not officially supported by QGIS.org, is missing support for QtWebkit. This limits its usage in many aspects, including the 3D viewer and some very nice plugins. It's a long-known issue, but no one was able to fix it so

Re: [Qgis-user] Fwd: Georeferencer Plugin Help - QGIS

2020-11-02 Thread Alexandre Neto
Hi, As far as I know, the residual column represents the difference (distance in map units) between the GCP coordinates and the place where that image position ended up after the georeferencing process. So, yes, it represents the error for each GCP. To calculate the total RMSE, I think you have

Re: [Qgis-user] remove topological errors

2020-11-02 Thread nagyrobi_r
Hei! I think v.clean can fix up topological errors. Tweaking the parameters should get you there https://grass.osgeo.org/grass78/manuals/v.clean.html A little bit older tutorial but i think it still might work. Found On Monday, November 2, 2020, 09:12:00 PM GMT+1, Manuel Esteban Lucas

Re: [Qgis-user] Fwd: Georeferencer Plugin Help - QGIS

2020-11-02 Thread Alexis R.L.
Greetings, The relevant code is located here https://github.com/qgis/QGIS/blob/master/src/app/georeferencer/qgsleastsquares.cpp Hope this helps. Alex Le lun. 2 nov. 2020 à 16:18, Randal Hale a écrit : > Good afternoon QGIS People > > I received a question on RMSE errors in georeferencer and

Re: [Qgis-user] Refresh layer at interval

2020-11-02 Thread nagyrob...@yahoo.com
Hei! Thank you for the answer!  I presume everybody would like the same functionality as i wish to have.  Sent from Yahoo Mail on Android On Mon, Nov 2, 2020 at 12:27 PM, Raymond Nijssen wrote: Hi Robert, This has been asked before. I think currently this option only redraws the layer

[Qgis-user] Fwd: Georeferencer Plugin Help - QGIS

2020-11-02 Thread Randal Hale
Good afternoon QGIS People I received a question on RMSE errors in georeferencer and after talking to Ethan about it I realized I have no clue what I'm talking about. How would we go about calculating an RMSE for a rectified image in QGIS? I've cc'd ethan on this so he can chime in also.

[Qgis-user] remove topological errors

2020-11-02 Thread Manuel Esteban Lucas Borja
Dear all, The attached shape has multiple topological errors and I would like to know how to remove all of them. First, I dissolved the shape PalancaresERTS89 and checked topology and found multiple errors inside the poligon. I would like to know the way to remove all the errors. I am aiming to

Re: [Qgis-user] Visualising crossfall in trajectory

2020-11-02 Thread Charles Dixon-Paver
I stand corrected, there is a backgrounds/background_square.svg included in the default svgs, so you can probably just use that and adjust the width to height ratio to get the desired effect. On Mon, 2 Nov 2020 at 18:57, Charles Dixon-Paver wrote: > I would suggest using an embedded SVG marker,

Re: [Qgis-user] Visualising crossfall in trajectory

2020-11-02 Thread Charles Dixon-Paver
I would suggest using an embedded SVG marker, for which you can set data defined properties for width and height. I don't think there is a straight line/ block marker, but you can probably find one somewhere using the resource sharing plugin. Alternatively, you can make a custom SVG in inkscape

[Qgis-user] Visualising crossfall in trajectory

2020-11-02 Thread Roland Spielhofer
Hi, I have a trajectory of a vehicle (= a list of points including heading, crossfall, slope, curvature, radius, ...) and would like to visualise the crossfall. Per point there should be a line pointing left or right (transverse to driving direction) with the line having a length according to the

Re: [Qgis-user] GPX data in QGIS

2020-11-02 Thread Garth Fletcher
On Mon, 2 Nov 2020 "Fernando M. Roxo da Motta" wrote If I understand it correct, this procedure will store in attribute table (as a temporary or permanent attribute) the coordinates as they are at the time it is stored. If a point is moved through edition that value will not be updated

Re: [Qgis-user] Refresh layer at interval

2020-11-02 Thread nagyrob...@yahoo.com
Thank you Áron.  Sent from Yahoo Mail on Android On Mon, Nov 2, 2020 at 11:09 AM, Aron Gergely wrote: ___ Qgis-user mailing list Qgis-user@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe:

Re: [Qgis-user] GPX data in QGIS.

2020-11-02 Thread Fernando M. Roxo da Motta
On Sun, 1 Nov 2020 17:26:46 -0500, Garth Fletcher wrote: Just a side note. If I understand it correct, this procedure will store in attribute table (as a temporary or permanent attribute) the coordinates as they are at the time it is stored. If a point is moved through edition that value

Re: [Qgis-user] QGIS 3.14.15 on Ubuntu

2020-11-02 Thread Randal Hale
Actually I found myself in the same situation on a test box this morning. Has there been any movement on this - I think QGIS 3.16, QGIS 3.10.11, Ubuntu 20.10, etc all happened on one day or close to it. Ubuntu 20.04 updated smoothly to 3.16. Randy On 9/5/20 7:45 AM, Frank Sokolic wrote: Hi

Re: [Qgis-user] Refresh layer at interval

2020-11-02 Thread Raymond Nijssen
Hi Robert, This has been asked before. I think currently this option only redraws the layer and does not (always) refresh the data. At least not for a remote layer. It has been discussed before here: https://lists.osgeo.org/pipermail/qgis-user/2020-April/045348.html and here:

Re: [Qgis-user] [QGIS-Developer] Refresh layer at interval

2020-11-02 Thread Richard Duivenvoorde
Ah, and to reproduce, I created a temporary(!) service: https://duif.net/geotest/points.geojson which gives you one random point on the world every time you refresh Regards, Richard On 11/2/20 12:23 PM, Richard Duivenvoorde wrote: > I think you hit an old issue: > >

Re: [Qgis-user] Refresh layer at interval

2020-11-02 Thread Richard Duivenvoorde
I think you hit an old issue: https://github.com/qgis/QGIS/issues/28282 and https://github.com/qgis/QGIS/issues/28744 Not sure if I can tackle it, but I can give it a try. If a core-dev has a clue, please let me know... I think this should work, as this makes it supereasy to have a 'moving

Re: [Qgis-user] Refresh layer at interval

2020-11-02 Thread Aron Gergely
Hi Robert, I do not know the answer to your question, but I think you are asking in the wrong list. You may have better success on `qgis-developer` (I added it in, so this is getting cross-posted) On 01/11/2020 21:24, nagyrob...@yahoo.com wrote: Hi All! I am trying to understand

Re: [Qgis-user] QgisServer - WMS getMap with geographical filters

2020-11-02 Thread niki oro
Thanks, I'll check it out. Il giorno sab 31 ott 2020 alle ore 21:42 Nicolas Boisteault < nboistea...@3liz.com> ha scritto: > Hi, > You can use OGC filter with wms. It is undocumented but you can look at > this QEP : https://github.com/qgis/QGIS-Enhancement-Proposals/issues/104 > > Le sam. 31