minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
507 stars 92 forks source link

[Question] programmatically saving 3D maps #150

Open derhoads opened 6 years ago

derhoads commented 6 years ago

Hi there,

I need to render a pretty large map with a lot of features. It's simply too big, but breaking it into chunks (tiles, let's say) works. To avoid opening the plugin GUI for each individual tile, I would prefer to access the plugin through pyqgis and do it programmatically with a loop.

I wanted to ask if anyone has done this, or possibly knows how to do this, before I start digging around in the source code to find the right way to make it work myself.

Thanks a lot, Daniel

DigDigDig commented 6 years ago

derhoads, there has been a few requests for this sort of feature in the past. I for one am very interested in getting something like this up and running.

Can you keep us abreast of any experiments that you do?

derhoads commented 6 years ago

Will do! Thanks

kannes commented 3 years ago

This is possible in modern versions, both via Processing and Python:

jlpoolen commented 5 months ago

This is possible in modern versions, both via Processing and Python:

* https://qgis2threejs.readthedocs.io/en/docs/ExportUsingProcessingAlgorithm.html

* https://qgis2threejs.readthedocs.io/en/docs/ExportProgrammaticallyUsingPython.html

Both URLs result in: 404 Not Found as of 4/24/2024.

kannes commented 5 months ago

Literally right on the homepage of the documentation: http://minorua.github.io/Qgis2threejs/docs/

jlpoolen commented 5 months ago

Literally right on the homepage of the documentation: http://minorua.github.io/Qgis2threejs/docs/

* http://minorua.github.io/Qgis2threejs/docs/ExportUsingProcessingAlgorithm.html

* http://minorua.github.io/Qgis2threejs/docs/ExportUsingPython.html

Great. Thank you. Now it is documented.