keatonwilson / paleotidal_app

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

Data integration buildout #16

Closed keatonwilson closed 1 year ago

keatonwilson commented 1 year ago

Generally, this PR focuses on a few main things:

  1. Small tweaks to the theme to get it closer to Cerulean base (as the current bslib version of cerulean does not really align with the website shared with client). Let's leave this as is for now, and we can address questions/ideas about themeing at check-in meeting this week with client.
  2. Building out cross module interactivity between BP input slider and rendering different rasters. Currently, this works via a leaflet proxy to help make transitions as quick and as smooth as possible - there is still some lag time - I've adjusted the animation speed to compensate, but it's not perfect.
  3. Starting to buildout map click events - toy working example of click events returning lat/lon - we'll use this to filter/search data frame for closest pixel, then generate time-series plot in the bottom left panel.
  4. Linked the Data Summary value boxes (year and datatype) to input widgets.

Note: Currently, all of this was only built with tidal amplitude data, as it's relatively simple. Will probably need modification as we start getting into the other datasets.