MrChebur

Results 12 issues of MrChebur

Can't find MOD021KM product at https://e4ftl01.cr.usgs.gov/ But I have found it at [ftp://ladsftp.nascom.nasa.gov/allData/61/MOD021KM/2018/109/](ftp://ladsftp.nascom.nasa.gov/allData/61/MOD021KM/2018/109/) Can I download MOD021KM products using PyModis?

### Feature description In `Layout`, when you click the `Add layer(s) to legend` button in the `Legend` item properties, its boolean parameter `Show visible layers only` is always reset to...

Feature Request

http://www.karasiak.net doesn't work: > This Account has been suspended. > [Contact your hosting provider](mailto:[email protected]) for more information.

It would be useful to expand the ability to search for duplicates by: - geometry; - several fields at the same time (e.g. by geometry and creation date). **Thank you...

Feature request

At the moment when you add data - the groups are in expanded state. It would be convenient to add an option to automatically minimize all added groups and layers....

Feature request

This is incorrect option: `exportSettings.textRenderFormat = 1` Should be like that: ```Python if layout.customProperty('pdfTextFormat') == 1: exportSettings.textRenderFormat = QgsRenderContext.TextFormatAlwaysText if layout.customProperty('pdfTextFormat') == 0: exportSettings.textRenderFormat = QgsRenderContext.TextFormatAlwaysOutlines # default ``` https://gis.stackexchange.com/questions/352511/setting-options-in-pdf-export-options-to-export-an-atlas-to-pdf-using-pyqgis

Currently, when multiple users annotate images at the same time, different users get the same images. I believe this is undesirable behavior. Re-annotation should only occur after all images have...

Very often the selection result does not meet expectations. The user has to remove the invalid selection and change the "Color Threshold" parameter. It would be very convenient to save...

### Feature description **Currently:** nothing happens when you double-click on the `Group` name. **After implementing this feature:** double-click on the `Group` name should expand or collapse it. Currently user have...

GUI/UX
Feature Request

Executing: ``` from pdf2jpg import pdf2jpg pdf = r'C:\pdf\г. Советский Картопья вода.pdf' outputpath = r'C:\pdf\images' results = pdf2jpg.convert_pdf2jpg(pdf, outputpath, pages="ALL") print('results=', results) ``` Gives error: ``` 'utf-8' codec can't decode...