Samweli Mwakisambwe

Results 20 issues of Samweli Mwakisambwe

Implement API for getting queryables properties as defined in https://github.com/radiantearth/stac-api-spec/blob/master/fragments/filter/README.md#queryables, for the STAC catalogs that support additional data driven queriables.

enhancement

Is there a way to pass request timeout value to the Client? Looking at the client couldn't find an API for it.

enhancement

The QGIS application provides an authentication [framework](https://docs.qgis.org/2.14/en/docs/user_manual/auth_system/auth_overview.html) for different data providers. We need to integrate the plugin so that it works with all types of authentication that are supported by...

priority: high

Change the `Search` button position so user don't have to scroll down in order to reach it.

ui

Include STAC datetime property in the plugin sort attributes. The currenst sort list only contain STAC item name and collection.

feature

Fixes https://github.com/inasafe/inasafe/issues/5126 Implemented a QGIS task to be used when loading impact function using layer output metadata, running this functionality in the main thread can cause UI lag and make...

The current pagination functionality scales with a large order when fetching next pages. This PR updates the `pystac_client` library with a function that helps getting specific STAC search and collections...

When opening the collection information dialog for a collection that doesn't contain providers information the below error occurs. ![image](https://user-images.githubusercontent.com/2663775/230332500-9db68b97-d3a6-4806-9a5a-e9413273cf73.png) Logs TypeError: 'NoneType' object is not iterable Python version: 3.10.6 (main,...