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

Remove external package dependencies #19

Closed kbgg closed 5 years ago

kbgg commented 5 years ago

QGIS doesn't have an easy way to allow plugins to have external dependencies. Right now the only external dependency is requests which would require users to install that package manually. The plugin should move to use urllib instead to remove this requirement.