Version 2.2.2
A patch release to address issue #269 and #270 - namely:
- missingnessSets in the ERD is missingnessSet in the CSV – these should be aligned one way or another. For this issue, the ERD was incorrect. The parts list header is indeed missingnessSet. However, that should be the header, and missingnessSets should be the part type. This follows the same structure for other headers within the parts list that can also be part types, like aggregationSet (header) vs aggregationSets (part type), etc.
- There are additional duplicate keys in one of the csv versions of the parts table (ODM_parts.csv, not the ODM_parts_2.2.1.csv):
f456l
v1104l
jn17V
jn1V
d339h
l455s
flirtSLipGrp
And there are new duplicate keys in the wideNames table:
si_siteID
si_sampleShed
si_popServ
sm_sampleID
sm_collType
sm_pooled
mr_aDateStart
mr_aDateEnd
mr_fraction
sm_saMaterial
pt_refLink
mr_measure
wat_sa_hFr_hMe_hUn_hAg_NR_value
mr_unit
mr_aggregation
wat_si_NA_cod_mgL_me_NR_value
wat_si_NA_bod5t_mgL_me_NR_value
wat_si_NA_cond_uSCm_me_NR_value
wat_si_NA_ph_unitless_me_NR_value
wat_si_NA_tn_mgL_me_NR_value
wat_sa_NA_lodSewa_gc_sin_NR_value
wat_sa_NA_loq_gc_sin_NR_value
mr_reportDate
co_email
mr_notes
These came about from the new HPAIV H5N1 template, which has many overlapping fields with the airports template. Technically we should keep single keys from airplanes, so I've done that here.