Re: [QGIS-Developer] Release Cycle update

2021-03-03 Thread Greg Troxel
Marco Bernasocchi writes: I'm writing with my packager hat on (pkgsrc), mostly, although I'm also a user. > We think that adding release candidates would benefit the project a lot > since we would not be shipping code that has not been tested at large and > we would have a simple way to tell

[QGIS-Developer] Release Cycle update

2021-03-03 Thread Marco Bernasocchi
Dear developers, following up on the 3.18.0 release issue discussion [1] and my proposal there [2], at yesterday's PSC meeting we prepared an updated release and communication plan. We think that adding release candidates would benefit the project a lot since we would not be shipping code that

Re: [QGIS-Developer] PYQGIS - OpenGL in QgsPluginLayer

2021-03-03 Thread Eric Younkin - NOAA Federal
All, This is very useful, thanks. The S57 driver does appear to give the layers by names that I recognize: INFO: Open of `C:\collab\dasktest\data_dir\13238_FFF.000' using driver `S57' successful. 1: DSID (None) 2: LNDARE 3: LNDELV 4: SBDARE 5: UWTROC (Point) I've found the QML format

Re: [QGIS-Developer] PYQGIS - OpenGL in QgsPluginLayer

2021-03-03 Thread Eric Younkin - NOAA Federal
Hi Martin, Thanks for the quick reply. This is for NOAA nautical chart symbology, following the s57/s52 spec. You can see the symbology in the online viewer here . It is basically a very complex spec that we generated for display in

[QGIS-Developer] PYQGIS - OpenGL in QgsPluginLayer

2021-03-03 Thread Eric Younkin - NOAA Federal
Hello, Looking for some advice. We have a need to use OpenGL to draw the symbology associated with some vector data. All of our code uses OpenGL 1.x. I was thinking we could use the QOpenGLWidget and the QgsPluginLayer to add our OpenGL rendered symbology to a QgsMapCanvas as a new layer. Is

Re: [QGIS-Developer] PYQGIS - Numpy array to QgsRasterLayer without writing to file first

2021-03-03 Thread Eric Younkin - NOAA Federal
Hi Benjamin, This does appear to work, I am now able to use vsimem file handlers with gdal rasters to go from numpy arrays to qgis raster layers effectively. Very exciting, thanks for this tip! I had another QGIS dev question, but I will start a new thread for that. For anyone else, this is all

Re: [QGIS-Developer] Filter by expression in Report(s)

2021-03-03 Thread Bernd Vogelgesang
Hi Matteo, there is already a "whishlist" from Nyall concerning Reports: ** Reports ** - Expression based filters for sections - Expression based custom sort order for field groups - Relation based sections (repeat section for all related features) - Support “aggregated” geometries for

Re: [QGIS-Developer] PYQGIS - OpenGL in QgsPluginLayer

2021-03-03 Thread Martin Dobias
Hi Eric On Wed, Mar 3, 2021 at 5:48 PM Eric Younkin - NOAA Federal < eric.g.youn...@noaa.gov> wrote: > Thanks for the quick reply. This is for NOAA nautical chart symbology, > following the s57/s52 spec. You can see the symbology in the online viewer > here

Re: [QGIS-Developer] PYQGIS - OpenGL in QgsPluginLayer

2021-03-03 Thread Sébastien Peillet
Hi Eric, As Martin said, Vincent Mora created a plugin layer in QGIS 2.x to render OpenGL layer. This plugin layer was designed to render a mesh layer as it was not available yet in QGIS. So only this kind of layer has been developped, but you should be able to use the OpenGlLayer class to create

[QGIS-Developer] Filter by expression in Report(s)

2021-03-03 Thread matteo
Hi devs, I think this is a feature request, but I'm unsure. In the Report Layout when adding a layer in a "Field Group Sections" within another "Field Group Sections", the layers must have a field in common that is used to filter the features. If not, one can use the "join attributes by

Re: [QGIS-Developer] PYQGIS - OpenGL in QgsPluginLayer

2021-03-03 Thread Martin Dobias
Hi Eric On Wed, Mar 3, 2021 at 3:48 PM Eric Younkin - NOAA Federal < eric.g.youn...@noaa.gov> wrote: > Looking for some advice. We have a need to use OpenGL to draw the > symbology associated with some vector data. All of our code uses OpenGL > 1.x. I was thinking we could use the

Re: [QGIS-Developer] WITH_PDAL and WITH_EPT doubt

2021-03-03 Thread Alexandre Neto
Hello again, Does this mean that, if entwine isn't present in the system, the compilation won't fail or complaint, but some functionality will be missing? Should I include entwine as a dependency for 3.18.0 on conda-forge? Thanks, Alexandre A quarta, 3/03/2021, 03:40, Alexandre Neto escreveu:

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-03 Thread Tim Sutton
Hi On Wed, Mar 3, 2021 at 7:58 AM Hernán De Angelis < variablestarli...@gmail.com> wrote: > > On 2021-03-03 00:12, Nyall Dawson wrote: > > On Wed, 3 Mar 2021 at 09:10, Tim Sutton wrote: > >> Hi > >> > >> Can you check if you have python-psycopg2 installed on your system? I > had a similar issue