Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have created a jupyter notebook that follows the "plot nexrad reflectivity" example, but uses lonboard as the plotting library rather than matplotlib, and documents the differences in plotting with lonboard. lonboard requires a notebook environment to plot (or at least, something that can display HTML, a panel server would work too), I've included an
ipynb
file. This bucks the trend as most other examples are .py files, so if this is unacceptable please let me know in the discussion and we can work out the best way to include this.Additionally, there are a few dependent libraries that are required for this to work. lonboard, as well as arro3 which handles the Arrow table data structures used by lonboard. I have no idea what this means for CI but I suspect everything will fail, at least for the initial commit.
Thanks to @kylebarron for ELI5'ing/fixing up an example to help me learn apache arrow tables, work on lonboard, and for the excellent talk at SciPy 2024 that @mgrover1 and I attended and were inspired by.