Results 23 comments of Guilhem Vellut

Just in case someone still has the issue (arrived here myself looking for the answer): ```python from pdfrw import PdfDict, PdfReader, PdfWriter def blankPage(template): x = PdfDict() x.Type = PdfName.Page...

There is a discussion about this issue here: https://github.com/Clipy/Clipy/issues/517 (there is a workaround described but I have not tested it yet)

Do you have a backup of the QGS / QGZ project file before you noticed this (or maybe you didn't save it after you opened it) ? It would be...

About that reporojection thing, the plugin does something if the projection is changed when using QGIS. But it shouldn't do anything when QGIS opens. Did you install QGIS 3.22 just...

Yes. There is a limit in Qt (which is used to read all the raster into memory at once): [Here ](https://stackoverflow.com/questions/7080052/qimage-qpixmap-size-limitations)it is written to be a size of 32767x32767 (although...

Thank you for your feedback. The bug 1 has normally already been corrected in the source code (see commit 33006a11b8c2af9aa663e9d4431fe1d3f7c44fdc). I will see what I can do for bug 2...

Thank you for your feedback. Indeed, Qt allows a general affine transformation easily enough and adding it to the plugin should be pretty straightforward I think, using the existing tools...

Hello, Sorry for the late reply. I have no objection to what you propose. If you are still motivated, feel free to give it a go: There is no current...

The plugin targets only QGIS 3 so Python 3 only is fine (there is a branch in the repository with the old Python 2 version for QGIS 2 but it...

Thank you for your feedback. > To only download Completed _(very rarely a complete volume is downloaded, but isn't tagged as Complete) There is an option `--whole-only `for that in...