aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

Hourly product to have a boolean `include_non_qc` option instead of qc_flags #100

Open mhidas opened 4 years ago

mhidas commented 4 years ago

This code can currently generate a product that includes any combination of qc flags. However, only a few of these combinations make sense. In practice, we're only going to use two of them:

So instead of a flexible list of qc_flags included, we could just have a boolean include_non_qc argument. To avoid breaking changes, qc_flags can be left in as an optional override.