kbgg / qgis-stac-browser

Plugin for QGIS to browse and download assets from STAC APIs
Apache License 2.0
26 stars 9 forks source link

Pep484 new #75

Open suricactus opened 4 years ago

suricactus commented 4 years ago

Sorry for the big delay, but I've moved almost everything to cameCase and put types for pep484 compatible code. It seems everything works for me, even though it needs a bit more polish.

During the process, there were several bugs that I've found and fixed. I have trouble to make pep484 work with PyQt5. I push the changes as I've tested them with ignored improts and they work fine.