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

Add support for pagination when using Mapbox's Datasets API #15

Open
roikle opened this issue Apr 22, 2021 · 0 comments
Open

Add support for pagination when using Mapbox's Datasets API #15

roikle opened this issue Apr 22, 2021 · 0 comments
Assignees

Comments

@roikle
Copy link
Collaborator

roikle commented Apr 22, 2021

The current use of Mapbox's Datasets API doesn't support pagination, which can result in truncation of large datasets when making a request (e.g. A dataset contains 3000 records, but the request to get the dataset only returns the first 1200). Using pagination, we can break up the request into a number of smaller requests.

Pagination documentation.

@roikle roikle transferred this issue from CSBP-CPSE/lode-viewer Apr 23, 2021
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

No branches or pull requests

1 participant