I was taking a look at the visual changelog for QGIS 3.42 and just wanted
to thank you for all of your hard work. There are some really nice new
features.
Since I retired last year I am missing not having more involvement with
QGIS. I wish I had a challenging paid project to work on.
Anyway, cong
My Earth, Sun, Moon plugin uses QgsProcessingParameterDateTime, but the
default display is something like "2/6/2025 8:30" . I would like seconds
displayed as well. How do I do that?
Thanks,
Calvin
___
QGIS-Developer mailing list
QGIS-Developer@lists.osge
I just installed the latest QGIS versions of the OSGeo4W installer. I
received a warning saying, "We moved libgrass_parson.8.4.dll to your
Quarantine because it was infected with Win64:Evo-gen[Trj]"
Whether that dll is being used in a legitimate way, in today's age this is
an issue and should be l
Hi Thomas,
My personal feeling is that this is a very real security risk. I know that
it makes it easy to get the extra Python packages installed, but it is not
worth it. My plugins that require extra Python packages notifies the user
that they need to be installed and gives instructions on how t
Hi QGIS Developers,
As many of you know, I developed 12 QGIS plugins. I will be retired by the
end of the month. NGA is supposed to take over maintenance of most of those
plugins, but at this point in time they don't have anyone who is really
qualified so I am not sure what will actually happen. I
Hi Nyall,
First, thank you for all that you have done over the years. You have helped
me a number of times in answering questions. Open source software is an
interesting beast. There is so much donated time without compensation yet
people need to feed themselves. My first QGIS plugin was in 2016 a
I noticed that you changed the plugin version timestamp on the QGIS plugin
repository web pages and in part I like it, but do you really need to use
decimal seconds (i.e. 2023-11-02T16:44:07.716972+00:00). This just takes
up excessive space on the web page and I believe you can replace '+00:000'
w
I just noticed this thread. For what it's worth, many of my users are
running QGIS on virtual machines. I don't advertise the QGIS 3D
capabilities because it performs badly in the VM environment or not at all.
Even on my personal laptop which is a fast machine with a decent video
card, but does not
It used to be that the QDateEdit and QgsProcessingParameterDateTime would
show a 4 digit year. That has changed to a 2 digit year. My opinion is that
it should, by default, remain a 4 digit year. Since it has changed, is
there any way to set it back to be a 4 digit year?
Thanks,
Calvin
___
I watched the video yesterday and read through the changelog. Whether it is
complete or not I just want to say you are all amazing and thank you for
all your hard work.
Calvin
On Tue, Mar 7, 2023 at 8:34 AM Andreas Neumann via QGIS-Developer <
qgis-developer@lists.osgeo.org> wrote:
> Hi Richard,
We only update our LTR at most every 6 months and for some they are still
using quite old versions. The only reason we might want something updated
sooner would be if there were a bug that someone had encountered.
Regards,
Calvin
On Wed, Mar 1, 2023 at 9:47 AM Saber Razmjooei via QGIS-Developer <
>
> > Is there a way to automatically populate as default value of selected
> layers in QgsProcessingParameterMultipleLayers with the selected layers or
> selected groups of layers in the "Layer Panel"? This would be incredibly
> useful.
>
> You'd (unfortunately -- it's not a trivial change) need
I just received a request to update the Density Analysis plugin
density hash algorithms so they work with multiple layers and produce one
density map based off of multiple input layers. In the algorithm I have
replaced QgsProcessingParameterFeatureSource
with QgsProcessingParameterMultipleLayers.
e layers I would like to see the option to be able to link
> the symbology to a style in the style manager. That way if you change the
> style in the style manager there it changes it for all layers that have
> that style set.
> -Bas
>
> On Thu, Jan 19, 2023 at 9:17 AM C Hami
; One this I personally miss, is the copy pasting (mostly of colors or
> categories) from one kind of geometry type to another...
> > I know do that (if I have pretty complex styles), by hand by editing
> the qml files...
> >
> > Regards,
> >
> > Ri
of geometry type to another...
> I know do that (if I have pretty complex styles), by hand by editing the
> qml files...
>
> Regards,
>
> Richard Duivenvoorde
>
>
> On 1/19/23 14:20, C Hamilton via QGIS-Developer wrote:
> > I keep having users come to me and ask w
I keep having users come to me and ask why QGIS does not allow the ability
to apply a style to all selected layers and groups of layers. As far as I
know this does not exist. I added a routine to do this in the Density
Analysis plugin, but this capability really should be a part of the core
Layer S
I don't know if this is something I should report or not. I keep getting
users submitting issues for the Lat Lon Tools plugin on Ubuntu or Fedora
because they are using a recent pyproj library and it is causing a crash. I
have them check to see if "import pyproj" works from the python console
which
Just to let you know I use QgsSettings in most of my plugins. If you change
it, that would cause all kinds of problems with compatibility to the 10
plugins that I support. Be very careful in changing class names. It can be
done, but it could have major impacts.
Best wishes,
Calvin
On Fri, Dec 9,
I have several plugin functions that are
using QgsProcessingLayerPostProcessorInterface to style the layer after it
is created in a processing algorithm. I have largely ignored the fact that
after I style it, the legend displayed in the layers panel is its old style
and not the new one. I have a so
I am posting this email to the developers group because my current comments
are more developer related. I am contemplating writing a plugin to make up
for the lack of Natural Breaks (Jenks) not in QGIS raster styling. There is
a feature request already to have this added as a core capability, but i
e the H3 Toolkit plugin for generic H3 grid creation.
>
> BR,
> Aron
> On 30-08-2022 09:13, Raymond Nijssen wrote:
>
> Hi Calvin,
>
> FYI, there's also this H3 plugin:
> https://plugins.qgis.org/plugins/h3_toolkit/
>
> Raymond
>
>
> On 25-08-2022 14:08,
A few months ago I was introduced to the H3 (Hexagonal hierarchical
geospatial indexing system) library (https://h3geo.org/) and as a part of
testing it to see its capabilities I included it in my Density Analysis
plugin. The library is blazing fast in creating a hex grid and in doing a
geohash of
All,
I have had several reports of this error by some using Ubuntu and having
Lat Lon Tools installed.
Critical: Caught unhandled std::exception: std::bad_alloc
In one case a person updated Ubuntu and it worked correctly, but I have had
two more people report it. One using QGIS 3.24.1 and anothe
Generally speaking it is not recommended, but I have done it with several
of my plugins (KML Tools, Date/Time Tools). If your python package is OS
dependent (not pure python) then you don't want to include it with your
plugin. My Density Analysis plugin can use the optional H3 library (which I
thin
I recently released the Density Analysis plugin and today I had a new
update that provides a polygon raster density analysis algorithm along with
a processing algorithm to style the raster with a heatmap.
https://plugins.qgis.org/plugins/densityanalysis/
I have a very narrow window in which I can
We have developed a few algorithms to work with multiple layers and I am
thinking of putting them into one plugin so I want to check with the
community to make sure these are not already being planned for the core
QGIS. Some of these include the ability to apply a filter or style on all
selected la
27 matches
Mail list logo