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

Add argument to automatically apply mask to QC'd data #3

Closed blaylockbk closed 4 weeks ago

blaylockbk commented 3 years ago

Currently, if you apply additional Quality Controls on the data (``) that data is stored in the DataFrame attributes. The README file describes how you can mask the flagged data, but it would be nice if this were done automatically, as a Boolean argument when the DataFrame is created.

(See https://github.com/blaylockbk/SynopticPy#-how-to-set-synoptics-quality-control-checks)