You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data will be matched to receivers using receiver_id and date_time. Errors or missing information in the metadata can cause errors though. Here are a number of test cases and the predicted output. We'll have to review if this is adequate enough.
Receiver only deployed once
Test date: 2012-06-30
a-single: 2012-07-01 / 2014-07-09 → No match
b-single: 2012-07-01 / null → No match
c-single: null / 2014-07-09 → Match before
d-single: 2014-07-09 / 2012-07-01 (error in metadata) → No match
e-single: null / null → Match
Test date: 2013-01-01
a-single: 2012-07-01 / 2014-07-09 → Match between
b-single: 2012-07-01 / null → Match after
c-single: null / 2014-07-09 → Match before
d-single: 2014-07-09 / 2012-07-01 (error in metadata) → No match
e-single: null / null → Match
Test date: 2014-07-10
a-single: 2012-07-01 / 2014-07-09 → No match
b-single: 2012-07-01 / null → Match after
c-single: null / 2014-07-09 → No match
d-single: 2014-07-09 / 2012-07-01 (error in metadata) → No match
e-single: null / null → Match
Receiver deployed two times
Test date: 2012-06-30
a-double: 2012-01-01 / 2012-06-29, 2012-07-01 / 2014-07-09 → No match (between pairs)
b-double: null / 2012-06-29, 2012-07-01 / null → No match
c-double: null / 2012-07-01, 2012-06-29 / null (error in metadata) → Match for both
d-double: 2012-01-01 / null, null / 2014-07-09 (missing info in metadata) → Match between both
e-double: null / 2012-06-29, null / 2014-07-09 (missing info in metadata) → Match before second
f-double: 2012-01-01 / null, 2012-07-01 / null (missing info in metadata) → Match after first
g-double: null / null, null / null (missing info in metadata) → Match for both
Test date: 2013-01-01
a-double: 2012-01-01 / 2012-06-29, 2012-07-01 / 2014-07-09 → Match between second pair
b-double: null / 2012-06-29, 2012-07-01 / null → Match after second
c-double: null / 2012-07-01, 2012-06-29 / null (error in metadata) → Match after second
d-double: 2012-01-01 / null, null / 2014-07-09 (missing info in metadata) → Match between both
e-double: null / 2012-06-29, null / 2014-07-09 (missing info in metadata) → Match before second
f-double: 2012-01-01 / null, 2012-07-01 / null (missing info in metadata) → Match after both
g-double: null / null, null / null (missing info in metadata) → Match for both
Test date: 2014-07-10
a-double: 2012-01-01 / 2012-06-29, 2012-07-01 / 2014-07-09 → No match
b-double: null / 2012-06-29, 2012-07-01 / null → Match after second
c-double: null / 2012-07-01, 2012-06-29 / null (error in metadata) → Match after second
d-double: 2012-01-01 / null, null / 2014-07-09 (missing info in metadata) → Match after first
e-double: null / 2012-06-29, null / 2014-07-09 (missing info in metadata) → No match
f-double: 2012-01-01 / null, 2012-07-01 / null (missing info in metadata) → Match after both
g-double: null / null, null / null (missing info in metadata) → Match for both
The text was updated successfully, but these errors were encountered:
Data will be matched to receivers using
receiver_id
anddate_time
. Errors or missing information in the metadata can cause errors though. Here are a number of test cases and the predicted output. We'll have to review if this is adequate enough.Receiver only deployed once
Test date: 2012-06-30
a-single
: 2012-07-01 / 2014-07-09 → No matchb-single
: 2012-07-01 / null → No matchc-single
: null / 2014-07-09 → Match befored-single
: 2014-07-09 / 2012-07-01 (error in metadata) → No matche-single
: null / null → MatchTest date: 2013-01-01
a-single
: 2012-07-01 / 2014-07-09 → Match betweenb-single
: 2012-07-01 / null → Match afterc-single
: null / 2014-07-09 → Match befored-single
: 2014-07-09 / 2012-07-01 (error in metadata) → No matche-single
: null / null → MatchTest date: 2014-07-10
a-single
: 2012-07-01 / 2014-07-09 → No matchb-single
: 2012-07-01 / null → Match afterc-single
: null / 2014-07-09 → No matchd-single
: 2014-07-09 / 2012-07-01 (error in metadata) → No matche-single
: null / null → MatchReceiver deployed two times
Test date: 2012-06-30
a-double
: 2012-01-01 / 2012-06-29, 2012-07-01 / 2014-07-09 → No match (between pairs)b-double
: null / 2012-06-29, 2012-07-01 / null → No matchc-double
: null / 2012-07-01, 2012-06-29 / null (error in metadata) → Match for bothd-double
: 2012-01-01 / null, null / 2014-07-09 (missing info in metadata) → Match between bothe-double
: null / 2012-06-29, null / 2014-07-09 (missing info in metadata) → Match before secondf-double
: 2012-01-01 / null, 2012-07-01 / null (missing info in metadata) → Match after firstg-double
: null / null, null / null (missing info in metadata) → Match for bothTest date: 2013-01-01
a-double
: 2012-01-01 / 2012-06-29, 2012-07-01 / 2014-07-09 → Match between second pairb-double
: null / 2012-06-29, 2012-07-01 / null → Match after secondc-double
: null / 2012-07-01, 2012-06-29 / null (error in metadata) → Match after secondd-double
: 2012-01-01 / null, null / 2014-07-09 (missing info in metadata) → Match between bothe-double
: null / 2012-06-29, null / 2014-07-09 (missing info in metadata) → Match before secondf-double
: 2012-01-01 / null, 2012-07-01 / null (missing info in metadata) → Match after bothg-double
: null / null, null / null (missing info in metadata) → Match for bothTest date: 2014-07-10
a-double
: 2012-01-01 / 2012-06-29, 2012-07-01 / 2014-07-09 → No matchb-double
: null / 2012-06-29, 2012-07-01 / null → Match after secondc-double
: null / 2012-07-01, 2012-06-29 / null (error in metadata) → Match after secondd-double
: 2012-01-01 / null, null / 2014-07-09 (missing info in metadata) → Match after firste-double
: null / 2012-06-29, null / 2014-07-09 (missing info in metadata) → No matchf-double
: 2012-01-01 / null, 2012-07-01 / null (missing info in metadata) → Match after bothg-double
: null / null, null / null (missing info in metadata) → Match for bothThe text was updated successfully, but these errors were encountered: