-
Notifications
You must be signed in to change notification settings - Fork 32
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 timeline plot to region view in Explorer #305
Comments
The default page i.e. https://explorer.digitalearth.africa/product/ls5_sr/regions/205050 should display timeline based on year, drilling down to year, i.e. https://explorer.digitalearth.africa/product/ls5_sr/regions/205050/1986, the display timeline should be based on month, drilling down to the month, the timeline should be shown for days https://explorer.digitalearth.africa/product/ls5_sr/regions/205050/1986/1 |
To achieve this feature, explorer needs to extend this function
calculate_summary to calculate the region summary and sit with datacube-explorer/cubedash/summary/_stores.py Line 756 in 9d6222a
Explorer would also need to store in
|
Currently Explorer provides a very useful timeline feature at the top of Explorer to look at the amount of data that is available through time for an entire product:
It would be very useful if a similar plot could also be added to the region view that appears when a user clicks on a specific tile on the map (e.g. https://explorer.digitalearth.africa/product/ls5_sr/regions/205050). This would allow user to use Explorer to evaluate how much data is available through time for a specific location, rather than the entire product.
This could look something like this:
The text was updated successfully, but these errors were encountered: