Hi all,
I made a little tool to translate a Landlab grid into PyVista for interactive visualization. For those interested, here’s the GitHub link:
It includes four short notebook tutorials to illustrate how it works.
Happy to hear any feedback!
Greg
Hi all,
I made a little tool to translate a Landlab grid into PyVista for interactive visualization. For those interested, here’s the GitHub link:
It includes four short notebook tutorials to illustrate how it works.
Happy to hear any feedback!
Greg
Thanks for sharing this. Maybe it would be nice to set the backend to ‘static’ for the github hosted notebooks (or maybe ‘html’ works as well), so others can see what it should look like without needing to install and run everything.
Also, installation instructions would be nice for others to reproduce your results I see that Eric already adds those in this pr.
Great idea Bart, thank you! I just made that change.