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

Do not return the list of quadkey by default #126

Closed
vincentsarago opened this issue Oct 16, 2020 · 2 comments · Fixed by #129
Closed

Do not return the list of quadkey by default #126

vincentsarago opened this issue Oct 16, 2020 · 2 comments · Fixed by #129

Comments

@vincentsarago
Copy link
Member

"quadkeys": list(self.mosaic_def.tiles),

This works well on small mosaic, but if you have 10000 quakdey (first mosaicjson file will be quite big) it won't be really efficient.

@kylebarron
Copy link
Member

For all backends?

@vincentsarago
Copy link
Member Author

@kylebarron yes, basically we should add an options like we do in dynamoDB https://github.com/developmentseed/cogeo-mosaic/blob/master/cogeo_mosaic/backends/dynamodb.py#L56

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.

2 participants