Samweli Mwakisambwe

Results 26 comments of Samweli Mwakisambwe

Hi @nelizzzz , i cant reproduce the error, which qgis version are you using?

@nelizzzz i have provided a fix for this issue, see [commit](https://github.com/Samweli/isochrones_plugin/commit/1daf75cac6bf281bce1d1d958f5b841ffef7c56a)

I see, do you have processing plugin installed in Qgis? I think this happens if it is not installed.

@drnextgis thanks for opening this, at the moment when a collection lacks a `title` the plugin defaults to use the collection's `id` which is a mandatory attribute. From the error...

> That is not right, the collection has `id`. It fails [here](https://github.com/stac-utils/qgis-stac-plugin/blob/2ef210d0ad31c616abf5690a74def057a55691f6/src/qgis_stac/gui/qgis_stac_widget.py#L688) because few lines above `get_selected_collections` method is called with `title=True` argument and as you can see [here](https://github.com/stac-utils/qgis-stac-plugin/blob/2ef210d0ad31c616abf5690a74def057a55691f6/src/qgis_stac/gui/qgis_stac_widget.py#L984) in...

Related to https://github.com/ConservationInternational/trends.earth/issues/664

Hi @matthewhanson, thanks for the response, I'm using the pystac-client in developing QGIS STAC browser(see https://stac-utils.github.io/qgis-stac-plugin/), and timeout is one of the settings we will like to expose to the...

> Any feedback @Samweli how to proceed ? @luipir I ll take a look at the new changes and get back to you guys later, Apologies for a slow reply,...

> Any feedback @Samweli how to proceed ? @luipir @ahuarte47 I have added new comments on the review suggestions, In general I like these new changes to be implemented in...

> @Samweli reasonable your proposed changes if you are planning to move the code to be more agnostic an not only PC oriented :) yes @luipir in the future we...