Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAC Client pagination support #198

Closed
pomadchin opened this issue Dec 24, 2020 · 0 comments · Fixed by #327
Closed

STAC Client pagination support #198

pomadchin opened this issue Dec 24, 2020 · 0 comments · Fixed by #327
Assignees

Comments

@pomadchin
Copy link
Collaborator

pomadchin commented Dec 24, 2020

Improvement

At this point StacClient doesn't really support Franklin pagination (only manually via passing an appropriately filled SearchFilters object).
It means that if there would be more that 10-15 items it would be problematic to query all the items.

This task is to improve the interface and to use fs2.Streams an under the hood that seamless handles pagination.

UPD: Pagination is not tested and probably its usage should be omitted for now: #140 (comment)

@pomadchin pomadchin mentioned this issue Dec 24, 2020
2 tasks
@pomadchin pomadchin changed the title STAC4S Client pagination support STAC Client pagination support Dec 25, 2020
@pomadchin pomadchin self-assigned this Jan 4, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant