# T-SAR DMP ###### tags: `TSAR` ## Scientific questions - Detecting illegal fishing in exclusion zone at the Norwegian economic zone border - Illegal transfer of oil at the Norwegian-Russian border. ## Metadata for pre-processed datasets From https://cfconventions.org/Data/cf-conventions/cf-conventions-1.10/cf-conventions.html#ch9-missing-data - offset (scale_factor) - bounds or valid_max, valid_min and valid_range - title - comment - long_name - standard_name - name - units - _FillValue (or missing_value) - flag_values - flag_meanings - formula_terms - history - institution - references - source ex: ``` byte current_speed_qc(time, depth, lat, lon) ; current_speed_qc:long_name = "Current Speed Quality" ; current_speed_qc:standard_name = "status_flag" ; current_speed_qc:_FillValue = -128b ; current_speed_qc:valid_range = 0b, 2b ; current_speed_qc:flag_values = 0b, 1b, 2b ; current_speed_qc:flag_meanings = "quality_good sensor_nonfunctional outside_valid_range" ; float lev(lev) ; lev:long_name = "sigma at layer midpoints" ; lev:positive = "down" ; lev:standard_name = "atmosphere_sigma_coordinate" ; lev:formula_terms = "sigma: lev ps: PS ptop: PTOP" ; lev:computed_standard_name = "air_pressure" ; ``` ## Metadata for weights & models ## Metadata for predictions