blaylockbk / SynopticPy

Retrieve mesonet weather data as Polars DataFrames from Synoptic's Weather API.
https://synopticpy.readthedocs.io/
MIT License
50 stars 6 forks source link

Rewrite using Polars #56

Closed blaylockbk closed 6 days ago

blaylockbk commented 6 months ago

I'm inclined to re-write this using Polars. I love Polars!

blaylockbk commented 2 months ago

Note to self:

Saving a JSON copy of the returned data that for 18 stations, all variables for 1 month is ~25 MB on disk. Organizing the data into a Polars DataFrame and saved to Parquet is 131KB.

blaylockbk commented 2 months ago

I'm making great progress on this. Need a todo list

Code

Docs

GitHub