aodn / data-services

Scripts which are used to process incoming data in the data ingestion pipeline
GNU General Public License v3.0
1 stars 4 forks source link

anmn_temp_gridded_product - get_min_max_var_deployment #801

Open ggalibert opened 6 years ago

ggalibert commented 6 years ago

Method get_min_max_var_deployment(nc_file_list, varname) should take into account the var_qc values before returning min/max values.

ggalibert commented 6 years ago

Maybe create a get_good_var(var, var_qc) method that could be reused in get_data_in_deployment.

ggalibert commented 6 years ago

I'm on it.

ggalibert commented 6 years ago

Will be fixed by https://github.com/aodn/data-services/pull/809/commits/854bcd65e4297d884565075ffaee8ba50cf700b9 in this PR https://github.com/aodn/data-services/pull/809