Re: [QGIS-Developer] 3D Map Canvas Window is black

2025-03-03 Thread Martin Dobias via QGIS-Developer
Hi Aman I would suggest that you try running the 3D sandbox first - it is a small test app that takes a QGIS project and shows it in a 3D canvas: https://github.com/qgis/QGIS/blob/master/tests/src/3d/sandbox/qgis_3d_sandbox.cpp It is small amount of code, so it should be easy to study, and hopef

Re: [QGIS-Developer] QGIS Attribute Table Refactoring – Who Wants to Join the Kickoff Meeting?

2025-02-11 Thread Martin Dobias via QGIS-Developer
Hi Marco! Thanks for starting this discussion, I would be happy to join. Cheers Martin On Mon, Feb 10, 2025 at 9:12 PM Marco Bernasocchi via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Dear QGIS Developers, > > We’d like to start a focused effort on refactoring and improving the

Re: [QGIS-Developer] 3D view bare minimum requirements

2025-01-23 Thread Martin Dobias via QGIS-Developer
Hi again On Thu, Jan 23, 2025 at 11:33 AM Alexandre Neto wrote: > Hi Martin, > > Thank you for your answer. > > He uses windows (not sure the version) and has an ATI FireGL V graphic > card, which he wasn't able to say the correct version. > > I have checked, and the most recent card of that mod

Re: [QGIS-Developer] 3D view bare minimum requirements

2025-01-23 Thread Martin Dobias via QGIS-Developer
Hi Alexandre As far as I can tell, besides a graphics card one just needs a system where OpenGL drivers are available. QGIS requests OpenGL 4.3 (or 4.1 on macOS, because that's the last version supported by apple). It would be interesting to know: - what is the system (win / linux / mac) - what i

Re: [QGIS-Developer] QGIS 3.46 builds to use Qt6?

2024-12-17 Thread Martin Dobias via QGIS-Developer
On Tue, Dec 17, 2024 at 9:17 AM Nyall Dawson via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > > I'm SO strongly against breaking QGIS API unless we ABSOLUTELY have > to. The pain of the 3.0 transition is still relatively fresh in my > memory, and I think we would be doing our users an

[QGIS-Developer] QGIS 3.46 builds to use Qt6?

2024-12-13 Thread Martin Dobias via QGIS-Developer
Hi all As the time progresses and Qt6 support in QGIS is getting better and better (huge thanks to all devs that have been pushing qt6 support forward!), what do you think about setting a timeline to finally switch the official QGIS builds to Qt6? My understanding is that there are only few block

[QGIS-Developer] QEP: Point cloud editing

2024-12-03 Thread Martin Dobias via QGIS-Developer
Hi all! I have just added a new QEP about addition of point cloud editing: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/309 Any feedback on github would be appreciated! Cheers Martin ___ QGIS-Developer mailing list QGIS-Developer@lists.osg

Re: [QGIS-Developer] Use of WebGL en Javascript (in Qt6 ?)

2024-10-01 Thread Martin Dobias via QGIS-Developer
Hi Richard If I understand correctly, you could probably write a simple QGIS python plugin to do this as well, without any javascript/webgl magic needed - using gdalwarp to georeference the original maps and gdal's VRT to stitch them together. Maybe just with the downside that it would not work "o

[QGIS-Developer] QGIS contributor meeting in Bratislava

2024-08-22 Thread Martin Dobias via QGIS-Developer
Hi everyone! If you are planning to attend the QGIS contributor meeting in Bratislava (11-13 September), please make sure you have added your name in the wiki: https://github.com/qgis/QGIS/wiki/27th%E2%80%90Contributor%E2%80%90Meeting%E2%80%90in%E2%80%90Bratislava This will help us a lot to plan

[QGIS-Developer] QEP 301: Large scenes and globe in QGIS 3D

2024-08-04 Thread Martin Dobias via QGIS-Developer
Hi all! I have added a new QEP that promises support of large scenes in QGIS 3D, and addition of globe view: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/301 Looking forward to your comments! Regards Martin ___ QGIS-Developer mailing list

[QGIS-Developer] QGIS User Conference 2024: Detailed schedule

2024-06-17 Thread Martin Dobias via QGIS-Developer
Hi all Good news everyone - the detailed schedule is now available on the conference website: https://uc2024.qgis.sk/schedule/details/ We are expecting 50 talks and 15 workshops over the two days. For those looking for a small escape from the conference buzz, there will be a large "focus" / "quie

[QGIS-Developer] QGIS User Conference 2024 - registration open

2024-04-29 Thread Martin Dobias via QGIS-Developer
Hi all Just a quick note that tickets for this year's User Conference are now available! You can get your ticket on the web site of the conference: https://uc2024.qgis.sk/ There are two newly added pages on the site: - tentative schedule - https://uc2024.qgis.sk/schedule/ - practical info when a

[QGIS-Developer] QGIS User Conference - call for papers ends soon

2024-03-27 Thread Martin Dobias via QGIS-Developer
Hi everyone! Just a friendly reminder that call for papers (talks/workshops) for this year's QGIS User Conference will be closing 31st of March, so if you plan to submit a proposal, there are only few days left! Conference website: https://uc2024.qgis.sk/ Submission of proposals: https://talks.o

[QGIS-Developer] QGIS User Conference: Call for papers + Call for sponsors

2024-02-19 Thread Martin Dobias via QGIS-Developer
Hi everyone! This is a quick note that call for papers for QGIS User Conference 2024 is now open - deadline for submissions is 31 March 2024. See more details on the web site: https://uc2024.qgis.sk/call-for-papers/ We have also started call for sponsors, with sponsorship opportunities at various

[QGIS-Developer] QGIS User Conference 2024 & Contributor Meeting

2024-02-01 Thread Martin Dobias via QGIS-Developer
Join us for the biggest QGIS event of the year! QGIS User Conference 2024 site is up: https://uc2024.qgis.sk/ We are happy to announce that the QGIS User Conference will take place 9-10 September 2024 in Bratislava, Slovakia! The conference will take place at the Faculty of Civil Engineering at S

Re: [QGIS-Developer] QGIS 3D and Graphics Card Requirements

2023-10-15 Thread Martin Dobias via QGIS-Developer
Hi Hannes the two ridiculously expensive and high-end graphics cards mentioned by > Luke sound like complete overkill. Surely reading and preparing the geodata > for 3D display (from data providers, via storage, on the CPU?) would be the > bigger performance/usability issue of the 3D views, right

Re: [QGIS-Developer] QGIS 3D and Graphics Card Requirements

2023-09-21 Thread Martin Dobias via QGIS-Developer
Hey Luke Low end graphics cards should work fine as well. If your coworker could not run 3D on his laptop, it could have been some other problem - it would be good to have more details (hardware spec, operating system, in what way things did not work) so that we can fix such issues. For example, m

Re: [QGIS-Developer] How to speed up rendering

2023-05-29 Thread Martin Dobias via QGIS-Developer
Hi On Fri, May 26, 2023 at 11:30 PM afernandez via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hello, > One of my project would greatly benefit from a much faster rendering. > After some testing, the bulk (>99%) of the time is spent at rendering the > layer with QgsRasterLayer(...,.

Re: [QGIS-Developer] 2023 grant applications are now closed

2023-05-16 Thread Martin Dobias via QGIS-Developer
Hi Anita Are the requested EUR amounts of individual grant proposals also available anywhere? It would be useful to know the amounts as this is an important factor to consider. For me, it is a combination of proposal quality, overall impact and cost - what determines my personal ordering of propos

Re: [QGIS-Developer] QT6 move forward meeting next week

2023-04-16 Thread Martin Dobias via QGIS-Developer
Hi Alessandro A meeting for qt6 migration would be useful... My personal preference would be for 20th as I will be leaving on 21st already and I would probably miss it... Cheers Martin On Fri, Apr 14, 2023 at 9:48 AM Alessandro Pasotti via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote:

Re: [QGIS-Developer] Opening, closing and removing 3D Map Views from Python?

2022-11-15 Thread Martin Dobias via QGIS-Developer
On Tue, Nov 15, 2022 at 1:31 PM Johannes Kröger (WhereGroup) < johannes.kroe...@wheregroup.com> wrote: > Hi Martin, > > thanks for your quick answer :) Dang, that's a shame but totally > understandable at the current stage. Can't wait for being able to have > scripting fun with it all! Is this on

Re: [QGIS-Developer] Opening, closing and removing 3D Map Views from Python?

2022-11-14 Thread Martin Dobias via QGIS-Developer
Hi Johannes Currently those methods are not exposed. It is not straightforward to expose them, because classes like Qgs3DMapCanvasWidget are only part of the QGIS application, not one of the QGIS libraries. Regards Martin On Mon, Nov 14, 2022 at 2:53 PM Johannes Kröger (WhereGroup) via QGIS-Dev

Re: [QGIS-Developer] import 3d or _3d in python?

2022-10-03 Thread Martin Dobias via QGIS-Developer
Hi Raymond The general idea is that for every PyQGIS module (e.g. "core") there is a compiled python module (e.g. _core.so) and a directory acting as a module ("core") which imports the compiled module and adds some extra functionality (docstrings and more). So normally one wants to use import qgi

Re: [QGIS-Developer] QGIS and WebAssembly

2022-09-13 Thread Martin Dobias via QGIS-Developer
Hi Nick! On Sun, Sep 11, 2022 at 4:14 PM Nick Bearman via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > > Thanks for sharing this initial version - it's great to see some of the > possibility. > > Is this something you would like to / be able to develop? I'd be > interested in explori

Re: [QGIS-Developer] [Qgis-psc] Current state of QGIS and Qt 6 (good news!)

2022-08-18 Thread Martin Dobias via QGIS-Developer
Hi Nyall On Thu, Aug 18, 2022 at 6:47 AM Nyall Dawson wrote: > Hi list, > > There's been a couple of questions regarding this lately, so I'd like > to send through an update on the current status. While I was rather > pessimistic when replying to these questions, I'm happy to report that > the p

[QGIS-Developer] Github required checks blocking pull requests

2022-05-12 Thread Martin Dobias via QGIS-Developer
Hi all It seems like a PR https://github.com/qgis/QGIS/pull/47887 that has been merged recently is now causing trouble in CI, making checks of new pull requests to hang indefinitely. >From what I understand, the PR updated fedora version from 34 to 36, yet in Github configuration of required che

Re: [QGIS-Developer] Point cloud renderer: tile borders visible?

2022-05-11 Thread Martin Dobias via QGIS-Developer
Hi Andreas I have seen this and looked into that some time ago. If I remember correctly, sometimes the indexing algorithm when constructing the octree decides to merge the more detailed "bucket" of points into the parent "bucket" (that has bigger spacing), resulting in this kind of artifacts where

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-22 Thread Martin Dobias via QGIS-Developer
Hi Andreas! On Tue, Mar 22, 2022 at 9:49 AM Andreas Neumann wrote: > > Would any part of the current QGIS Desktop part be re-usable in a "web > assembly" QGIS? Or would the GUI part have to be re-developed? > In theory, we could try to run QGIS Desktop as it is in WebAssembly environment in the

Re: [QGIS-Developer] QGIS and WebAssembly

2022-03-22 Thread Martin Dobias via QGIS-Developer
Hi Richard! On Tue, Mar 22, 2022 at 9:33 AM Richard Duivenvoorde wrote: > > I think this pushes us to the technical limits of browsers. with that > also performance wise to the limits of QGIS? > I am sure some other apps are going to push technical limits of browsers further than QGIS :-) I don

Re: [QGIS-Developer] not building against pdal 2.4.0rc1

2022-03-21 Thread Martin Dobias via QGIS-Developer
Hi Thanks for reporting the compilation issue with PDAL 2.4.0. RC1. I have reported the issue to the PDAL developers and they have already prepared a fix: https://github.com/PDAL/PDAL/pull/3713 - I am hoping it will land in the final 2.4.0 release. Regards Martin On Sat, Mar 19, 2022 at 5:17 PM

[QGIS-Developer] QGIS and WebAssembly

2022-03-17 Thread Martin Dobias via QGIS-Developer
Hi all Recently I was wondering if it would be possible to have QGIS running natively in browser thanks to WebAssembly. Many hours later, I have a small, very rough, proof of concept: https://wonder-sk.github.io/wasm/qgis.html If you have a reasonably up-to-date browser, you should be able to bro