-
Notifications
You must be signed in to change notification settings - Fork 34
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
Display raster median in tooltips #64
Comments
Implementation note: 2 ways to do this:
I think the second option is probably the better way to go for now though. |
Note: with the new API in #80, we probably want to implement this with an API call, rather than either 1) or 2) for performance reasons. |
Should we add an id filter on the API, so that we can calculate this info for a specific zone? |
A reminder that we also need to display raster stats in a table view as well, not just in the tooltip. The table view would show a value for each admin area |
@bencpeters @dubwalla we could trigger the zonal stats for rasters that have a WCS config in the background. This behavior could be "shut off" either through the config.json or also through a toggle in the frontend? Noting that the faster the API will be, the more seamless this would become |
Covered more practically with the options we have immediately available here: #1150 |
When clicking on an admin boundary when a WMS raster is selected, I would like the median value to be displayed in the tooltip.
The text was updated successfully, but these errors were encountered: