Bulkley-Valley-Cross-Country-Ski-Club / mapping

GNU General Public License v3.0
1 stars 0 forks source link

Multiprocessing for QGIS layout exports #30

Open ghost opened 2 years ago

ghost commented 2 years ago

Determine whether multiprocessing during QGIS layout export can significantly decrease generation times

ghost commented 2 years ago

Complicated by inability to 'pickle' a QgsApplication object or any of the other objects required for PyQgis functionality. Requires multiprocessing to be managed via shell by launching multiple instances of the export script, which in-turn requires the ability to 1) list all available layouts and then 2) invoke export script for each available layout.