Skip to content
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

Redevelop VMS plots as rasters #2

Open
Neilmagi opened this issue Jul 2, 2024 · 2 comments
Open

Redevelop VMS plots as rasters #2

Neilmagi opened this issue Jul 2, 2024 · 2 comments
Assignees

Comments

@Neilmagi
Copy link
Collaborator

Neilmagi commented Jul 2, 2024

Need to improve the speed of these plots.
Converting the figures to rasters and aggregating to a higher resolution will make it faster to plot
Consider using the tmap package as it has a similar syntax to ggplot but is flexible with what it plots

@Neilmagi Neilmagi self-assigned this Jul 2, 2024
@lucalamoni
Copy link
Contributor

An alternative approach could also be to use the shape file generated by the FOs and plot it using leaflet package, maybe it will speed up the process.

Periklis had a very cool tool to visualize VMS type of data, if that tool could be put in production in the future, then an iframe in the app could exploit it

@Neilmagi
Copy link
Collaborator Author

Neilmagi commented Jul 2, 2024

@lucalamoni I have added a new issue to explore alternatives (such as Periklis tool) and a label "Long term" for things we should look at later.

I have already attempted an approach where the outputs of the plot at saved and these are then called by the render function. It hasn't made an obvious improvement, but has slowed down the app load time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants