-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I wonder if adding a base map option would be valuable for time series exploration. We developed a serverless (Java Script) Zarr exploration app for time series exploration of a large (>50TB) Zarr archive. The Zarr data is optimally chunked for time series exploration, providing the users with a highly responsive exploration tool. The user is able to select and move points on a map where they want to extract the time series. I believe that this access pattern is common in Earth science and likely other domains as well. For example, if one wants to plot a time series of a given variable for New York it is currently not very easy to do.. or if someone wanted to plot a time series for where they live it would also be challenging. If one could select a location on a base map then such visualizations would become trivial... this functionality would also better support Zarr data that is chunked for time-series analysis that does not load easily load as a map. It would also be use full if the user could manually enter/modify point coordinates for where time series should be extracted.