dpaulat / supercell-wx

Supercell Wx is a free, open source advanced weather radar viewer.
https://supercell-wx.rtfd.io
MIT License
85 stars 14 forks source link

Is there a way to export the level 2 files that I load in SupercellWX? #176

Open Jackmooo opened 3 months ago

Jackmooo commented 3 months ago

I was wondering if this was possible so that I could load them into other programs. The SupercellWX historical feature makes it so easy to look at the data, so being able to export it would be awesome too.

dpaulat commented 3 months ago

Not currently, but something that could be done. The level 2 and level 3 data is currently only held in memory, and never saved to disk.

Zachdehooge commented 2 months ago

I am currently in the development stage of a CLI application that you just pass through parameters (Day, Month, Year, Date parameters) and it will fetch and download the Lvl II data to your machine so you can import to other applications (Supercell wx)!

https://github.com/Zachdehooge/Radar-Database/

It is still in early development and there is one minor issue I am working out with the time parameters and the application. I am planning to have that resolved over the next few days. Hoping this will help to alleviate this issue!