[Qgis-user] Problems with SAGA

2022-01-03 Thread Grant Boxer
I am trying to run some SAGA algorithms in QGIS v 3.22.2 and I get an warning message saying SAGA 7.8.2 is not supported. Is there a work around for this? Cheers Grant ___ Qgis-user mailing list [email protected] List info: https://lists.osg

Re: [Qgis-user] Problems with SAGA

2022-01-03 Thread Sebastian Gutwein
I have not had any problems running SAGA algorithms with the warning. Users have been wanting some of the features that new versions of SAGA provide so the developers upgraded to SAGA version (maybe only in the OSGeo version?) but have not made sure they all work. Qgis is slowly moving towards havi

Re: [Qgis-user] Wrong area count QGIS 3.20+?

2022-01-03 Thread Sebastian Gutwein
Yes that was my read as well except previously it was the Grass method and now it is Geographic Lib method because that is theoretically more accurate and is the same method that is used in Postgis and other places. The switched happened because someone noticed the difference between QGIS’s calcula

Re: [Qgis-user] Disassemble GPX files

2022-01-03 Thread David Strip
You can probably do this with GPSBabel. GPX files are just XML files, so some sort of general XML utility could probably do it as well. On 1/3/2022 12:30 AM, APM wrote: Dear Qgis-user, I have a lot of gpx-files, which contain several tracks

Re: [Qgis-user] Wrong area count QGIS 3.20+?

2022-01-03 Thread Sebastian Gutwein
Ok to add to the fun I tried the calculations in ArcPro and interestingly if I run it using calculate field with this expression *!shape.geodesicArea@hectares!* I get the QGIS 3.22 value of 31271112 but if I run Geoprossessing Add Geometry Attributes I get the QGIS 3.16 value of 31271108. [image: i

Re: [Qgis-user] Wrong area count QGIS 3.20+?

2022-01-03 Thread Zoltan
Hi Bas, Please say which version of ArcPro - I might be heading for these type of issues in the next few months. Thanks and regards, Zoltan On 2022-01-03 16:46, Sebastian Gutwein wrote: Ok to add to the fun I tried the calculations in ArcPro and interestingly if I run it using calculate field

Re: [Qgis-user] Wrong area count QGIS 3.20+?

2022-01-03 Thread Sebastian Gutwein
Looks like ArcGIS Pro 2.62. On Mon, Jan 3, 2022 at 10:21 AM Zoltan wrote: > Hi Bas, > Please say which version of ArcPro - I might be heading for these type of > issues in the next few months. > > Thanks and regards, > Zoltan > > On 2022-01-03 16:46, Sebastian Gutwein wrote: > > Ok to add to the

Re: [Qgis-user] Problems with SAGA

2022-01-03 Thread Grant Boxer
I tested the LTR version as well and had the same problem with the SAGA spline gridding algorithm not working. I was trying to grid a point file layer in a geopackage and that was unsuccessful. I have now exported the geopackage file to a shape file and it works fine. So it seems to be a geopac