qgis-stac-plugin icon indicating copy to clipboard operation
qgis-stac-plugin copied to clipboard

Fix pagination performance

Open Samweli opened this issue 1 year ago • 0 comments

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 pages and use the function inside the plugin for the pagination functionality.

See https://github.com/radiantearth/stac-api-spec/tree/master/item-search#pagination

Samweli avatar Apr 18 '23 22:04 Samweli