[QGIS-Developer] Fwd: hover over mouse to read raster value not showing in 3.30.0

2023-03-20 Thread Paul N via QGIS-Developer
Paul N -- Forwarded message - From: Paul N Date: Mon, 20 Mar, 2023, 4:40 pm Subject: hover over mouse to read raster value not showing in 3.30.0 To: I am trying to read raster values by hover over mouse to read raster value, but option not visible in identifying tool setting. I

Re: [QGIS-Developer] [Qgis-community-team] [Qgis-psc] QGIS webserver size vs publishing old docs

2023-03-20 Thread Andreas Neumann via QGIS-Developer
Hi, Thank you for checking, Richard - yes an additional 35 € per month for just 80gb more is not nothing ... compared to a root server. Ok - let's delete the 2.8 and 2.14 releases. I think it would be good to keep the latest 2.x (2.18) around. This should give us some initial room to serve the cu

Re: [QGIS-Developer] [Qgis-community-team] [Qgis-psc] QGIS webserver size vs publishing old docs

2023-03-20 Thread Richard Duivenvoorde via QGIS-Developer
On 3/20/23 17:31, Andreas Neumann wrote: Hi Matthias, Sure - buying more space is an option. I would like to get an idea - however - what the monthly expected costs are. Is this a "virtual" server at Hetzner? How much disk space does it have currently, how much do we want? What is the price di

Re: [QGIS-Developer] [Qgis-psc] QGIS webserver size vs publishing old docs

2023-03-20 Thread Andreas Neumann via QGIS-Developer
Hi Matthias, Sure - buying more space is an option. I would like to get an idea - however - what the monthly expected costs are. Is this a "virtual" server at Hetzner? How much disk space does it have currently, how much do we want? What is the price difference? But is also good to get rid o

Re: [QGIS-Developer] [Qgis-psc] QGIS webserver size vs publishing old docs

2023-03-20 Thread Matthias Kuhn via QGIS-Developer
Hi all, before we all spend too much energy and time on this, would simply buying more space for that also be a (probably not even that expensive) option? Matthias On Mon, Mar 20, 2023 at 5:16 PM Andreas Neumann via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hi all, > > I agree w

Re: [QGIS-Developer] [Qgis-psc] QGIS webserver size vs publishing old docs

2023-03-20 Thread Andreas Neumann via QGIS-Developer
Hi all, I agree with Johannes - that old docs - at least of LTR versions should ideally be kept around for more years. I wonder what is the content of "QGIS-tests" (the largest share storage wise)? Is this the "latest" documentation version in the works - or is it the test results of the performa

Re: [QGIS-Developer] QGIS webserver size vs publishing old docs

2023-03-20 Thread WhereGroup
Howdy! What makes them so big? It really surprises me that 3.22 is smaller than 3.10. Nerdy idea: If it is lots of HTML files, would pre-compressing them on the file system and letting the server serve them from that be an option? Or maybe using a compressed filesystem? I had lots of fun se

Re: [QGIS-Developer] [Qgis-community-team] QGIS webserver size vs publishing old docs

2023-03-20 Thread Alexandre Neto via QGIS-Developer
I would say keeping 3 LTRs documentations would be more than enough, if needed we can leave just keep the PDFs for historic. Alexandre Neto On Mon Mar 20, 2023, 11:21 AM GMT, DelazJ wrote: > Hi all (and sorry for the cross-post) > > Richard has raised the issue a couple

Re: [QGIS-Developer] QGIS-Developer Digest, Vol 209, Issue 25

2023-03-20 Thread Jean-Baptiste Peter via QGIS-Developer
pyqgis/issues/104#issuecomment-1354338491 -- next part -- An HTML attachment was scrubbed... URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20230320/68fc300d/attachment-0001.htm> -- Message: 2 Date: Mon, 20 Mar 2023 13:5

Re: [QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Andreas Neumann via QGIS-Developer
and there seems to be https://github.com/heremaps/tin-terrain However, I am looking for a solution integrated in QGIS ... On 2023-03-20 14:28, Andreas Neumann via QGIS-Developer wrote: Hi, Yes - exporting the raster to xyz points or to contour lines are both workarounds. It would be nice,

Re: [QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Andreas Neumann via QGIS-Developer
Hi, Yes - exporting the raster to xyz points or to contour lines are both workarounds. It would be nice, if QGIS would gain a direct algorithm of creating a mesh from a DEM - as many DTMs are provided as raster. It seems like SAGA has a raster DTM to TIN algorithm ( https://saga-gis.sourcef

Re: [QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Stefan Giese (WhereGroup) via QGIS-Developer
Hi all, I think it is not nessasary to go through Blender, just use theese two algorithm: * pixeltopoints * tinmeshcreation Best regards Stefan Am 20.03.2023 um 14:11 schrieb Sebastian Gutwein via QGIS-Developer: The ridiculous work around I use is to go through Blender using the Blender

Re: [QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Sebastian Gutwein via QGIS-Developer
The ridiculous work around I use is to go through Blender using the BlenderGIS plugin. Import the raster into Blender as a new mesh > Decimate the mesh > Export as a shapefile > Run TIN Mesh Creation in QGIS. On Mon, Mar 20, 2023 at 9:03 AM Saber Razmjooei via QGIS-Developer < qgis-developer@list

Re: [QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Saber Razmjooei via QGIS-Developer
Hi Andreas, There should be a tool to convert vector to mesh (under Processing > Mesh > TIN Mesh Creation). There will also be some new Processing tools for handling point clouds. But I am not aware of any Raster > Mesh tools. Kind regards Saber On Mon, 20 Mar 2023 at 13:56, Andreas Neumann via

[QGIS-Developer] Tool to create Mesh from raster layer?

2023-03-20 Thread Andreas Neumann via QGIS-Developer
Hi QGIS devs, Is there a tool available to create a Mesh (or TIN as a special mesh variation) from a source raster layer containing terrain values? I did not find one - but maybe I didn't look everywhere. If not in QGIS - do you know an external Open Source tool that could do that, while kee

[QGIS-Developer] QGIS webserver size vs publishing old docs

2023-03-20 Thread DelazJ via QGIS-Developer
Hi all (and sorry for the cross-post) Richard has raised the issue a couple of times with no specific feedback/decision but I think now we NEED to go forward : there is not enough space on our servers to store everything we want to share. Yesterday, I updated the docs infrastructure to serve trans

Re: [QGIS-Developer] Problem with creating EXE aplikation PyQGIS

2023-03-20 Thread Stanislav Klanduch via QGIS-Developer
I using Python Interpreter C:\OSGeo4W\apps\Python39\python.exe and QGis 3.22 and IDE Pycharm 2022.2.2 Kind regards / Spozdravom Ing. Stanislav Klanduch firm owner KAnet soft-net services Kuzmányho 902 01701 Považská Bystrica Slovakia (SK) tel:

Re: [QGIS-Developer] Create layer, start edit session, commit and end edit session does not get me completely out of edit session and get my pan cursor back

2023-03-20 Thread WhereGroup
Hard to tell where the issue is without a minimal reproducible code example... Best always use the "with edit():" context instead of manually fiddling around with startEditing/commitChanges. And if you use functions that return success codes, make sure you check them. Cheers, Hannes Am 1