On a fresh Ubuntu 22.04 I wasn't able to compile QGIS until installing
g++ as a dependency.
Should I add it to this page?
https://github.com/qgis/QGIS/blob/release-3_22/INSTALL.md
Raymond
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
I've recently been on a journey to build QGIS using Visual Studio 2022 and
have been successful so far, updating msvc_env.bat, configonly.bat and
package-nightly.cmd and getting a qgis.sln file to work with. When building
the ALL_BUILD project, I received only one failed project.
Here is the fa
Aron,
Thanks for that link. I added a comment to it. I have also implemented H3
in the Density Analysis plugin. A grid of polygons is used to do a
histogram count of data within the area. To do this in QGIS with its core
algorithms you create a grid (hexagon) over the extent of some point data,
fo
C Hamilton via QGIS-Developer writes:
> 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
Hi Calvin,
In case you missed, it has already been asked here:
https://github.com/qgis/QGIS/issues/43531
For now you can use 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.