-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable statistics endpoint for mosaics #125
Conversation
7fe9aae
to
137a12d
Compare
Currently blocked - requests to the new endpoint are taking several minutes to resolve, which exceeds the AWS timeout limit. Related profiling/XRay writeup - #126 |
Also enable hot reload for local runtimes and fix broken pygeoif dependency.
142b5d0
to
01c52e5
Compare
Dropping a note here from a recent discussion: For example, we have observed in the past that the mosaic/tiles endpoints are slower for a search of all items in a collection without a datetime filter. When a search is registered with both a collection and datetime range filter the resulting tiles render much faster. |
👋 The |
The more filters you add the lest assets you'll pass to rio-tiler to construct the tiles so it should be faster. |
Realizing I didn't present my comment well--I was going for I think this is expected, not a bug, and we may see that we are good to go here when we profile a filtered request. |
Got around to trying a datetime filter, as well as further pared-down test data. Still ran into significant performance issues. After discussing with the team, I'm closing this PR and issue for now, as there isn't an immediate need for this functionality. |
What
/statistics
endpoint - resolves Enable mosaic based stats requests #70./runtime/src/
folderspygeoif
constrained - the new version released in late September breaks other dependencies and prevents the STAC api from running.Why
How tested
Manually tested locally on a handful of mosaics defined in the
workflows
folder.