Sunday, December 18, 2022

Unzip Processing Algorithm for QGIS

 While there is the handy QGIS processing algorithm Download file, often publicly availabe (geo-)data are compressed in a ZIP archive. That's why I've started to develop a "Unzip Archive" processing algorithm for use in the QGIS processing toolbox. Thanks to the already available class QgsZipUtils it was not that difficult.

In combination with the Download File algorithm it is quite easy to create a model that downloads and unzip data.

The algorithm is published on Github.

No comments:

Post a Comment