keatonwilson / paleotidal_app

Shiny app for paleotidal modeling for Exeter + Bangor
1 stars 0 forks source link

Preliminary time-series panel buildout #21

Closed keatonwilson closed 1 year ago

keatonwilson commented 1 year ago

Initial buildout of linked time-series panel in the bottom-right corner of the main data display tab. Features include:

  1. A two-axis time series plot built in plotly with reverse-direction BP values on the x-axis to match the input slider
  2. This figure is activated by clicking anywhere on the map
  3. A marker is dynamically placed on the map to remind users where they clicked
  4. Currently, the process involves taking the raw input clicked and doing a search through the data to find the closest point, then plotting data for that point - this 'closest-point' is also what is shown on the marker

Improvements for another PR (@keatonwilson will add as Issues/Tasks this week):

  1. Download data button/module
  2. Debug land/ice-sheet clicking (why is this showing data)?
  3. Improve load time and/or implement good waiter package loading animations
  4. Some UI elements to direct users to click on the map to display time-series

This closes #17