EmilyMarkowitz-NOAA / survey-live-temperature-shiny

These scripts create daily survey station daily temperature and anomaly plots as the ships work their way through the survey.
https://www.fisheries.noaa.gov/alaska/science-data/near-real-time-temperatures-bering-sea-bottom-trawl-survey
MIT License
1 stars 0 forks source link

Downloading map(s) #18

Open MichaelSchram-NOAA-Affiliate opened 4 months ago

MichaelSchram-NOAA-Affiliate commented 4 months ago

Users should be able to select an option to download the map. However, it's currently unclear what the best implementation of that will be.

I have not yet been able to figure out the best way to include important information in the leaflet pane (e.g., graticule, lat/long labels, country labels) that would facilitate informative static images. I need to investigate options

One way to produce downloadable maps may be to rely on the existing static map code, but build filters based on user-defined inputs. This could be an entirely separate tab that creates static images similar to the webpage.

Would those maps need to be cached before hand? Could they be rendered on the fly?