Re: [QGIS-Developer] 3.36.0

2024-03-08 Thread Hugh Kelley via QGIS-Developer
get that label when shipped as a .0 minor version. > > Greetings, > Andreas > > > On Fri, 8 Mar 2024 at 16:53, Hugh Kelley via QGIS-Developer < > qgis-developer@lists.osgeo.org> wrote: > >> Hi, >> >> just wanted to mention that I installed 3.36.0 this

[QGIS-Developer] 3.36.0

2024-03-08 Thread Hugh Kelley via QGIS-Developer
Hi, just wanted to mention that I installed 3.36.0 this morning and happened to noticed on that loading window thing that appears before qgis has fully started it is calling itself a "release candidate". It's not the LTR but I think it's now officially the point release and not a candidate?

Re: [QGIS-Developer] Running unit tests without "make install"

2023-12-31 Thread Hugh Kelley via QGIS-Developer
Hi Thomas, generally the easiest way to solve this sort of problem is to use a virtual machine to isolate the install from the rest of your computer. You'll find instructions for doing this with docker in the qgis repository here: https://github.com/qgis/QGIS/tree/master/.docker Happy new year!

Re: [QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Hugh Kelley via QGIS-Developer
anet/tag/conda/) > Le 19/06/2023 à 20:30, Hugh Kelley via QGIS-Developer a écrit : > > Hi all, > > while working on compiling qgis on ubuntu using these instructions [0] , > i've run into an error while running cmake that "QRecursiveMutex" is not > found. > >

Re: [QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Hugh Kelley via QGIS-Developer
Of course as soon as I hit send I finally noticed that qt >= 5.14 is listed in the dependencies so that resolves my key question about a workaround. Disregard unless anyone knows the best way to handle Qt version for 20.04. I'm planning to ask on the qt forum. On Mon, Jun 19, 2023 at 2:30 PM

[QGIS-Developer] qgis ubuntu 20.04 dependencies

2023-06-19 Thread Hugh Kelley via QGIS-Developer
Hi all, while working on compiling qgis on ubuntu using these instructions [0] , i've run into an error while running cmake that "QRecursiveMutex" is not found. It looks like that became available in QT 5.14. Ubuntu 20.04 installs QT 5.12. During my searches i've seen comments that imply 5.15

[QGIS-Developer] access virtual field from virtual layer

2023-03-24 Thread Hugh Kelley via QGIS-Developer
Hi, is it expected that a virtual layer cannot reference a virtual field from an imported layer? Using 3.28 if I create a virtual field on a shp sourced layer and then import that layer into the virtual layer creator dialogue and set the query to "select * from vfield_layer". the virtual field

Re: [QGIS-Developer] install plugin from github

2023-03-21 Thread Hugh Kelley via QGIS-Developer
t; reload your python files without quiting/lauching QGIS each time (or > deactivating/reactivating the plugin). > > > > > Regards, > > Jacky Volpes > Oslandia > > > > Le 21/03/2023 à 14:57, Hugh Kelley via QGIS-Developer a écrit : > > Hi, > > could

[QGIS-Developer] install plugin from github

2023-03-21 Thread Hugh Kelley via QGIS-Developer
Hi, could anyone share instructions for installing a plugin from the source code on github instead of the plugin manager and subsequently making changes and running the plugin to see the difference? I've tried cloning the repo to:

[QGIS-Developer] QGIS reading zipped fgdb

2023-03-03 Thread Hugh Kelley via QGIS-Developer
Hi, Just wanted to ask whether we would expect qgis 3.22 to read a zipped file geodatabase normally. >From a brief look, the data is read fine, but QGIS fails to successfully read the layer names and imports the datasets with names taken from the files in the fgdb. from the layer properties

Re: [QGIS-Developer] pyqgis labelling settings

2022-11-09 Thread Hugh Kelley via QGIS-Developer
> textFormat = settings.format() > textFormat.setSize(20); > settings.setFormat(textFormat) > layer.labeling().setSettings(settings) > > hope it helps > > El vie, 21 oct 2022 a las 18:18, Hugh Kelley via QGIS-Developer > () escribió: > > > > Hi, > > > > I'm

[QGIS-Developer] pyqgis labelling settings

2022-10-21 Thread Hugh Kelley via QGIS-Developer
Hi, I'm hoping to make some scripts for labelling layers. I've found the basic labelling settings in layer = iface.activeLayer()layer.labeling().settings().format().size() for example, and it seems that I could be able to update that with an object like newsize = QgsTextFormat()

Re: [QGIS-Developer] sklearn error

2022-05-27 Thread Hugh Kelley via QGIS-Developer
Hi Tyler, since I haven't seen anyone else respond I have a few questions/comments/suggestions. What OS are you using? It looks like windows based on the file paths. since sklearn has dependencies that require C bindings, you might have a much easier time doing your work in either a linux