[QGIS-Developer] g++ dependency?

2022-09-01 Thread Raymond Nijssen via QGIS-Developer
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

[QGIS-Developer] Error building QGIS under Windows 10

2022-09-01 Thread James Shaeffer via QGIS-Developer
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

Re: [QGIS-Developer] Could the H3 library be included as a core QGIS library

2022-09-01 Thread C Hamilton via QGIS-Developer
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

Re: [QGIS-Developer] Could the H3 library be included as a core QGIS library

2022-09-01 Thread Greg Troxel via QGIS-Developer
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

Re: [QGIS-Developer] Could the H3 library be included as a core QGIS library

2022-09-01 Thread Aron Gergely via QGIS-Developer
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.