Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
In terms of your input data, you can also use pyarrow to construct the data structures if you prefer, but lonboard will use arro3 internally. |
|
I think that should fix it... |
|
@mgrover1 This one should be good now for a final review |
mgrover1
left a comment
There was a problem hiding this comment.
I think this would be better as a .py script here... happy to help convert the code here!
|
Ha, I completely forgot about this. It's been a semester since I've thought about lonboard but I need to re-familiarize myself with it for some personal projects so I'll take a look (maybe this weekend) if y'all don't beat me to it. |
|
@wx4stg Can you make changes requested in the following comment?
|
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
ipynbfile. 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.