This function joins Movebank GPS data with Movebank reference (meta)data, on the shared columns:

  • gps.tag-local-identifier = ref_data.tag-id

  • gps.individual-local-identifier = ref_data.animal-id

  • gps.individual-taxon-canonical-name = ref_data.animal-taxon

append_metadata(gps, ref_data, ref_cols = NULL)

Arguments

gps

data.frame, data.table or matrix. Movebank GPS data with at least the columns used for the join: individual-taxon-canonical-name, tag-local-identifier and individual-local-identifier.

ref_data

data.frame, data.table or matrix. Movebank reference data with at least the columns defined in ref_cols.

ref_cols

character vector. Column names of ref_data to be added to gps. Defaults to NULL, adding all columns. When specified, it must at least contain the columns used for the join: tag-id, animal-id and animal-taxon. Columns that have same name as the columns of gps are dropped with a warning.

Value

A data.table with the GPS data (all columns except those used in the join) appended with the reference data (all columns defined in ref_cols).

Details

GPS and reference data can be downloaded from Movebank.

Examples

# Default use append_metadata(lbbg_gps, lbbg_ref_data)
#> event-id visible timestamp location-long location-lat #> 1: 15476536641 TRUE 2013-05-30 15:48:44 3.180090 51.34288 #> 2: 15476536652 TRUE 2013-05-30 16:19:21 3.180108 51.34285 #> 3: 15476536670 TRUE 2013-05-30 16:49:29 3.180325 51.34290 #> 4: 15476536716 TRUE 2013-05-30 17:21:27 3.180296 51.34291 #> 5: 15476536769 TRUE 2013-05-30 17:53:13 3.180507 51.34274 #> 6: 15476536821 TRUE 2013-05-30 18:25:07 3.180389 51.34288 #> 7: 15476536869 TRUE 2013-05-30 18:55:23 3.180431 51.34289 #> 8: 15476536915 TRUE 2013-05-30 19:25:38 3.180435 51.34289 #> 9: 15476536949 TRUE 2013-05-30 19:55:36 3.180451 51.34292 #> 10: 15476536966 TRUE 2013-05-30 20:25:28 3.185235 51.34317 #> 11: 15476536981 TRUE 2013-05-30 20:55:33 3.185279 51.34318 #> 12: 15476536993 TRUE 2013-05-30 21:55:52 3.185156 51.34321 #> 13: 15476537005 TRUE 2013-05-30 22:56:08 3.185233 51.34323 #> 14: 15476537017 TRUE 2013-05-30 23:57:08 3.185226 51.34317 #> 15: 15476537029 TRUE 2013-05-31 00:57:47 3.185219 51.34318 #> 16: 15476537040 TRUE 2013-05-31 01:58:17 3.182410 51.34379 #> 17: 15476537051 TRUE 2013-05-31 02:59:06 3.182474 51.34377 #> 18: 15476537068 TRUE 2013-05-31 03:31:19 3.185212 51.34319 #> 19: 15476537081 TRUE 2013-05-31 04:01:11 3.185230 51.34319 #> 20: 15476537101 TRUE 2013-05-31 04:31:19 3.185218 51.34317 #> 21: 15476537121 TRUE 2013-05-31 05:01:29 3.185252 51.34316 #> 22: 15476537169 TRUE 2013-05-31 05:32:18 3.185244 51.34317 #> 23: 15476537224 TRUE 2013-05-31 06:03:08 3.185283 51.34318 #> 24: 15476537325 TRUE 2013-05-31 06:33:15 3.206527 51.31715 #> 25: 15476537445 TRUE 2013-05-31 07:03:04 3.189048 51.33693 #> 26: 15476537560 TRUE 2013-05-31 07:33:03 3.185282 51.34321 #> 27: 15476537565 TRUE 2013-05-31 07:34:54 3.185251 51.34321 #> 28: 15476537594 TRUE 2013-05-31 07:44:37 3.185296 51.34321 #> 29: 15476537612 TRUE 2013-05-31 07:51:24 3.185268 51.34315 #> 30: 15476537632 TRUE 2013-05-31 07:58:47 3.185245 51.34318 #> 31: 15476537644 TRUE 2013-05-31 08:03:37 3.184562 51.34380 #> 32: 15476537663 TRUE 2013-05-31 08:10:47 3.184695 51.34383 #> 33: 15476537684 TRUE 2013-05-31 08:18:01 3.184239 51.34389 #> 34: 15476537702 TRUE 2013-05-31 08:25:14 3.184122 51.34364 #> 35: 15476537720 TRUE 2013-05-31 08:31:51 3.184643 51.34353 #> 36: 15476537739 TRUE 2013-05-31 08:39:07 3.184349 51.34346 #> 37: 15476537742 TRUE 2013-05-31 08:39:53 3.184351 51.34354 #> 38: 15476537785 TRUE 2013-05-31 08:55:21 3.185280 51.34318 #> 39: 15476537800 TRUE 2013-05-31 09:00:26 3.185364 51.34316 #> 40: 15476537814 TRUE 2013-05-31 09:05:32 3.185344 51.34316 #> 41: 15476537831 TRUE 2013-05-31 09:11:09 3.185271 51.34317 #> 42: 15476537846 TRUE 2013-05-31 09:16:08 3.185277 51.34316 #> 43: 15476537868 TRUE 2013-05-31 09:23:39 3.185269 51.34316 #> 44: 15476537882 TRUE 2013-05-31 09:28:26 3.185266 51.34318 #> 45: 15476537897 TRUE 2013-05-31 09:33:12 3.185306 51.34317 #> 46: 15476537910 TRUE 2013-05-31 09:37:59 3.185240 51.34315 #> 47: 15476537941 TRUE 2013-05-31 09:48:23 3.185214 51.34318 #> 48: 15476537961 TRUE 2013-05-31 09:56:02 3.185279 51.34318 #> 49: 15476537977 TRUE 2013-05-31 10:02:09 3.185350 51.34323 #> 50: 15476537997 TRUE 2013-05-31 10:09:17 3.185245 51.34318 #> 51: 15476538015 TRUE 2013-05-31 10:16:40 3.185264 51.34318 #> 52: 15476538037 TRUE 2013-05-31 10:24:41 3.186621 51.34206 #> 53: 15476538040 TRUE 2013-05-31 10:25:29 3.186835 51.34220 #> 54: 15476538054 TRUE 2013-05-31 10:30:15 3.186643 51.34211 #> 55: 15476538076 TRUE 2013-05-31 10:37:44 3.186638 51.34221 #> 56: 15476538097 TRUE 2013-05-31 10:44:57 3.183391 51.34419 #> 57: 15476538104 TRUE 2013-05-31 10:46:31 3.185127 51.34305 #> 58: 15476538118 TRUE 2013-05-31 10:51:32 3.186528 51.34492 #> 59: 15476538124 TRUE 2013-05-31 10:54:00 3.185263 51.34321 #> 60: 15476538145 TRUE 2013-05-31 11:01:14 3.185292 51.34323 #> 61: 15476538164 TRUE 2013-05-31 11:07:20 3.185258 51.34321 #> 62: 15476538180 TRUE 2013-05-31 11:12:37 3.185233 51.34317 #> 63: 15476538196 TRUE 2013-05-31 11:17:59 3.185110 51.34313 #> 64: 15476538217 TRUE 2013-05-31 11:25:28 3.185192 51.34327 #> 65: 15476538230 TRUE 2013-05-31 11:30:56 3.185064 51.34315 #> 66: 15476538253 TRUE 2013-05-31 11:37:59 3.185086 51.34306 #> 67: 15476538270 TRUE 2013-05-31 11:42:47 3.184868 51.34302 #> 68: 15476538291 TRUE 2013-05-31 11:49:59 3.184934 51.34304 #> 69: 15476538315 TRUE 2013-05-31 11:57:26 3.185131 51.34311 #> 70: 15476538339 TRUE 2013-05-31 12:03:08 3.181286 51.34245 #> 71: 15476538357 TRUE 2013-05-31 12:08:04 3.185221 51.34316 #> 72: 15476538401 TRUE 2013-05-31 12:20:40 3.185605 51.34606 #> 73: 15476538404 TRUE 2013-05-31 12:21:27 3.184956 51.34344 #> 74: 15476538427 TRUE 2013-05-31 12:28:47 3.185218 51.34318 #> 75: 15476538447 TRUE 2013-05-31 12:34:10 3.185252 51.34316 #> 76: 15476538479 TRUE 2013-05-31 12:41:46 3.185238 51.34314 #> 77: 15476538492 TRUE 2013-05-31 12:46:32 3.185226 51.34314 #> 78: 15476538523 TRUE 2013-05-31 13:00:59 3.185235 51.34316 #> 79: 15476538539 TRUE 2013-05-31 13:08:21 3.185244 51.34316 #> 80: 15476538559 TRUE 2013-05-31 13:15:51 3.185112 51.34322 #> 81: 15476538580 TRUE 2013-05-31 13:23:53 3.185138 51.34327 #> 82: 15476538595 TRUE 2013-05-31 13:28:46 3.188295 51.34194 #> 83: 15476538603 TRUE 2013-05-31 13:31:20 3.187311 51.34245 #> 84: 15476538623 TRUE 2013-05-31 13:38:35 3.187459 51.34356 #> 85: 15476538649 TRUE 2013-05-31 13:48:24 3.181500 51.34410 #> 86: 15476538658 TRUE 2013-05-31 13:51:15 3.185181 51.34324 #> 87: 15476538675 TRUE 2013-05-31 13:58:18 3.185369 51.34350 #> 88: 15476538695 TRUE 2013-05-31 14:05:27 3.184176 51.34408 #> 89: 15476538698 TRUE 2013-05-31 14:06:29 3.185223 51.34313 #> 90: 15476538713 TRUE 2013-05-31 14:11:34 3.185252 51.34320 #> 91: 15476538724 TRUE 2013-05-31 14:16:23 3.185103 51.34319 #> 92: 15476538736 TRUE 2013-05-31 14:21:11 3.185139 51.34307 #> 93: 15476538758 TRUE 2013-05-31 14:29:43 3.185153 51.34326 #> 94: 15476538771 TRUE 2013-05-31 14:37:03 3.185013 51.34341 #> 95: 15476538786 TRUE 2013-05-31 14:44:23 3.184905 51.34345 #> 96: 15476538803 TRUE 2013-05-31 14:51:36 3.185080 51.34364 #> 97: 15476538819 TRUE 2013-05-31 14:59:20 3.185063 51.34347 #> 98: 15476538836 TRUE 2013-05-31 15:04:56 3.185307 51.34440 #> 99: 15476538842 TRUE 2013-05-31 15:07:19 3.185261 51.34322 #> 100: 15476538857 TRUE 2013-05-31 15:12:25 3.185325 51.34281 #> event-id visible timestamp location-long location-lat #> bar:barometric-pressure external-temperature gps:dop gps:satellite-count #> 1: NA 26.2 3.9 5 #> 2: NA 25.2 2.9 5 #> 3: NA 23.5 3.4 5 #> 4: NA 23.6 3.3 5 #> 5: NA 24.1 2.7 5 #> 6: NA 24.6 5.2 4 #> 7: NA 24.2 2.8 4 #> 8: NA 23.5 1.6 8 #> 9: NA 23.4 2.7 6 #> 10: NA 24.2 3.0 6 #> 11: NA 25.8 7.6 4 #> 12: NA 26.3 4.0 5 #> 13: NA 25.6 3.9 5 #> 14: NA 29.6 2.4 8 #> 15: NA 29.0 2.4 7 #> 16: NA 21.9 3.9 5 #> 17: NA 23.8 2.0 8 #> 18: NA 25.0 1.9 8 #> 19: NA 23.9 2.2 7 #> 20: NA 25.2 2.3 7 #> 21: NA 25.9 3.8 6 #> 22: NA 26.6 8.5 4 #> 23: NA 26.5 2.5 7 #> 24: NA 15.8 2.4 7 #> 25: NA 22.7 2.0 7 #> 26: NA 30.5 2.8 5 #> 27: NA 31.1 2.4 6 #> 28: NA 32.8 3.0 6 #> 29: NA 32.8 4.6 4 #> 30: NA 30.9 2.3 6 #> 31: NA 29.1 2.2 6 #> 32: NA 28.1 2.2 6 #> 33: NA 28.6 2.2 6 #> 34: NA 30.6 2.1 6 #> 35: NA 29.2 2.1 6 #> 36: NA 30.9 2.1 6 #> 37: NA 31.0 2.1 6 #> 38: NA 33.5 7.6 4 #> 39: NA 34.2 8.5 4 #> 40: NA 34.2 9.6 4 #> 41: NA 34.7 1.9 7 #> 42: NA 34.8 1.9 7 #> 43: NA 34.1 1.9 7 #> 44: NA 34.6 2.6 6 #> 45: NA 33.9 2.3 6 #> 46: NA 32.4 1.8 7 #> 47: NA 31.0 2.3 6 #> 48: NA 33.1 2.2 6 #> 49: NA 33.9 2.2 6 #> 50: NA 37.1 3.0 5 #> 51: NA 39.8 2.1 6 #> 52: NA 40.1 2.8 5 #> 53: NA 41.0 2.8 5 #> 54: NA 41.9 2.8 5 #> 55: NA 44.5 2.8 5 #> 56: NA 45.9 2.8 5 #> 57: NA 45.8 3.4 5 #> 58: NA 44.4 3.2 5 #> 59: NA 42.6 2.1 6 #> 60: NA 38.4 2.0 6 #> 61: NA 35.5 2.0 6 #> 62: NA 34.3 1.5 9 #> 63: NA 33.7 1.6 7 #> 64: NA 28.7 1.7 7 #> 65: NA 32.0 2.2 6 #> 66: NA 36.0 2.3 6 #> 67: NA 37.8 2.4 6 #> 68: NA 38.5 2.5 6 #> 69: NA 36.4 2.6 6 #> 70: NA 37.3 2.0 7 #> 71: NA 36.2 1.9 8 #> 72: NA 38.4 2.8 5 #> 73: NA 38.4 1.8 8 #> 74: NA 40.5 2.7 6 #> 75: NA 40.4 1.7 8 #> 76: NA 42.2 1.8 7 #> 77: NA 42.3 1.9 6 #> 78: NA 43.3 2.5 5 #> 79: NA 41.6 2.7 4 #> 80: NA 39.6 2.0 6 #> 81: NA 39.3 2.4 5 #> 82: NA 40.7 2.0 6 #> 83: NA 40.8 1.8 7 #> 84: NA 41.6 3.4 5 #> 85: NA 40.2 1.7 6 #> 86: NA 40.0 3.8 4 #> 87: NA 39.6 3.7 5 #> 88: NA 40.6 4.4 4 #> 89: NA 40.9 4.3 4 #> 90: NA 40.1 3.6 4 #> 91: NA 38.7 1.5 7 #> 92: NA 38.7 1.5 7 #> 93: NA 40.2 2.7 6 #> 94: NA 40.1 3.8 5 #> 95: NA 40.6 3.8 5 #> 96: NA 38.9 3.9 5 #> 97: NA 37.8 4.0 5 #> 98: NA 36.7 4.1 5 #> 99: NA 36.4 4.1 5 #> 100: NA 37.0 4.2 5 #> bar:barometric-pressure external-temperature gps:dop gps:satellite-count #> gps-time-to-fix ground-speed heading height-above-msl #> 1: 89.5 0.23990525 97.2881136 2 #> 2: 9.0 0.68492543 201.0745766 -1 #> 3: 8.9 0.27465942 148.7308238 1 #> 4: 39.0 0.16557312 282.8655324 6 #> 5: 9.0 7.48392294 137.9184498 -31 #> 6: 18.9 0.06223111 86.6817700 6 #> 7: 10.9 0.37885842 75.4210737 3 #> 8: 34.1 0.03912849 277.0961510 5 #> 9: 8.1 0.27813325 3.4307856 2 #> 10: 8.1 0.21626916 216.3378302 8 #> 11: 21.1 0.42254144 213.1880607 -4 #> 12: 8.2 0.11743204 3.5346435 -2 #> 13: 24.2 0.14009017 55.4527317 8 #> 14: 40.3 0.24014618 153.8226960 10 #> 15: 11.2 1.52351722 146.0765369 2 #> 16: 9.3 1.38663051 3.0996011 -8 #> 17: 42.3 0.10831387 57.1364089 4 #> 18: 7.4 0.05888493 6.4519104 7 #> 19: 7.4 0.05136576 42.8827627 4 #> 20: 7.3 0.10068071 108.6082890 5 #> 21: 9.3 0.92465076 0.5249213 6 #> 22: 18.4 0.29339074 344.9964163 7 #> 23: 28.4 0.12203525 186.2655188 2 #> 24: 27.3 0.46824603 309.9392163 2 #> 25: 8.4 11.28791545 5.7045198 25 #> 26: 15.4 0.84643382 83.2646952 -1 #> 27: 14.5 0.22818084 244.7378888 3 #> 28: 53.4 0.86419519 65.0867051 4 #> 29: 12.5 0.51429448 159.3498228 7 #> 30: 7.5 0.14281827 103.8391207 11 #> 31: 9.6 0.36297562 328.2926558 87 #> 32: 7.6 0.35787969 219.9205193 66 #> 33: 9.6 0.16766413 13.9858533 14 #> 34: 10.6 0.41616598 247.8757085 -16 #> 35: 7.6 7.47854779 139.5451614 41 #> 36: 11.6 0.23651147 291.4025191 86 #> 37: 9.6 0.20384551 344.2115826 59 #> 38: 25.5 NA NA 11 #> 39: 26.4 0.54704634 280.4330484 20 #> 40: 28.5 0.74650538 304.2156136 19 #> 41: 45.4 0.46181160 308.3496399 7 #> 42: 8.5 0.20609428 266.8658862 2 #> 43: 11.4 0.13892739 164.9535728 2 #> 44: 10.5 0.39747301 355.7584010 9 #> 45: 8.4 0.13197686 323.9664515 4 #> 46: 7.5 0.18340665 11.5178420 5 #> 47: 7.4 0.16453955 206.8584468 8 #> 48: 18.6 0.09585560 34.5542281 4 #> 49: 17.6 0.05829610 10.4166379 -14 #> 50: 13.5 0.38033134 0.9310743 5 #> 51: 8.5 0.17065513 181.6907034 4 #> 52: 9.3 2.86354240 244.7271718 -51 #> 53: 9.3 3.49591138 54.1065836 -65 #> 54: 7.2 0.16622914 202.3698005 -57 #> 55: 8.3 2.28810841 193.6149043 -74 #> 56: 9.8 5.42683717 272.3489767 93 #> 57: 53.4 5.67148674 30.2983711 25 #> 58: 20.5 6.05694294 203.7652604 -300 #> 59: 8.5 0.25598398 348.3771781 4 #> 60: 10.5 0.11931494 228.4716576 -2 #> 61: 8.3 0.33439870 321.6601212 1 #> 62: 37.4 0.36467648 17.1649262 5 #> 63: 7.5 5.18526491 138.6292925 -11 #> 64: 8.6 6.36503323 36.9183811 -32 #> 65: 16.6 2.00495778 69.8365362 -59 #> 66: 7.5 0.45210620 24.1203866 -18 #> 67: 7.6 2.00723340 215.4409870 -7 #> 68: 7.6 0.20072609 204.4654729 -14 #> 69: 7.6 0.69175852 25.7142353 -17 #> 70: 45.0 7.25211219 38.5342449 40 #> 71: 20.5 0.16937155 212.4875567 6 #> 72: 8.6 2.86898926 185.4245816 -333 #> 73: 7.6 0.24739941 197.6209170 65 #> 74: 15.1 1.33311659 148.2597956 19 #> 75: 18.6 0.02068081 74.9249787 4 #> 76: 10.5 0.06553511 35.7493819 4 #> 77: 8.5 0.11772666 111.8433543 6 #> 78: 11.5 0.17241865 208.6515706 8 #> 79: 20.3 0.18944986 310.6871329 6 #> 80: 7.5 0.14018983 29.3894591 34 #> 81: 39.7 5.23350263 323.9015970 11 #> 82: 14.3 1.79506731 321.1310385 -185 #> 83: 8.3 3.27769898 119.5885597 -150 #> 84: 11.5 4.07987985 218.8440455 -244 #> 85: 8.9 0.32147997 145.8940604 270 #> 86: 33.1 NA NA 13 #> 87: 10.5 1.37894859 201.1339418 -29 #> 88: 7.5 0.19840139 195.2376916 174 #> 89: 21.5 0.13574215 10.8386581 6 #> 90: 21.1 0.52508276 359.3955436 10 #> 91: 7.5 4.17105033 330.2974525 -8 #> 92: 7.5 2.27047078 199.4418473 8 #> 93: 7.4 0.17822759 0.7198856 -4 #> 94: 15.6 7.75369224 1.7046700 -79 #> 95: 7.6 3.26507958 301.6901629 -32 #> 96: 8.6 1.57423282 73.4156522 -66 #> 97: 8.6 0.81027899 191.6963403 -27 #> 98: 8.6 0.73037187 220.0381846 -45 #> 99: 7.5 0.15584643 290.6029286 5 #> 100: 9.5 5.38071068 154.4731714 23 #> gps-time-to-fix ground-speed heading height-above-msl #> import-marked-outlier location-error-numerical manually-marked-outlier #> 1: FALSE 6.0 FALSE #> 2: FALSE 9.1 FALSE #> 3: FALSE 19.5 FALSE #> 4: FALSE 7.8 FALSE #> 5: FALSE 8.9 FALSE #> 6: FALSE 8.8 FALSE #> 7: FALSE 28.9 FALSE #> 8: FALSE 6.8 FALSE #> 9: FALSE 13.5 FALSE #> 10: FALSE 8.3 FALSE #> 11: FALSE 18.8 FALSE #> 12: FALSE 6.8 FALSE #> 13: FALSE 5.7 FALSE #> 14: FALSE 10.6 FALSE #> 15: FALSE 32.1 FALSE #> 16: FALSE 10.4 FALSE #> 17: FALSE 4.8 FALSE #> 18: FALSE 4.8 FALSE #> 19: FALSE 5.0 FALSE #> 20: FALSE 6.2 FALSE #> 21: FALSE 9.7 FALSE #> 22: FALSE 12.9 FALSE #> 23: FALSE 4.0 FALSE #> 24: FALSE 26.1 FALSE #> 25: FALSE 7.4 FALSE #> 26: FALSE 32.1 FALSE #> 27: FALSE 26.3 FALSE #> 28: FALSE 35.0 FALSE #> 29: FALSE 40.7 FALSE #> 30: FALSE 8.2 FALSE #> 31: FALSE 9.9 FALSE #> 32: FALSE 11.7 FALSE #> 33: FALSE 17.5 FALSE #> 34: FALSE 13.9 FALSE #> 35: FALSE 16.2 FALSE #> 36: FALSE 21.2 FALSE #> 37: FALSE 20.1 FALSE #> 38: FALSE NA FALSE #> 39: FALSE 42.3 FALSE #> 40: FALSE 53.8 FALSE #> 41: FALSE 12.7 FALSE #> 42: FALSE 9.4 FALSE #> 43: FALSE 15.8 FALSE #> 44: FALSE 17.2 FALSE #> 45: FALSE 9.3 FALSE #> 46: FALSE 7.4 FALSE #> 47: FALSE 8.1 FALSE #> 48: FALSE 9.7 FALSE #> 49: FALSE 8.8 FALSE #> 50: FALSE 21.7 FALSE #> 51: FALSE 10.0 FALSE #> 52: FALSE 11.8 FALSE #> 53: FALSE 10.8 FALSE #> 54: FALSE 9.2 FALSE #> 55: FALSE 12.1 FALSE #> 56: FALSE 15.4 FALSE #> 57: FALSE 34.0 FALSE #> 58: FALSE 61.6 FALSE #> 59: FALSE 12.4 FALSE #> 60: FALSE 19.5 FALSE #> 61: FALSE 10.0 FALSE #> 62: FALSE 10.2 FALSE #> 63: FALSE 11.8 FALSE #> 64: FALSE 10.5 FALSE #> 65: FALSE 94.4 FALSE #> 66: FALSE 14.1 FALSE #> 67: FALSE 14.9 FALSE #> 68: FALSE 10.5 FALSE #> 69: FALSE 11.7 FALSE #> 70: FALSE 95.6 FALSE #> 71: FALSE 7.7 FALSE #> 72: FALSE 100.4 FALSE #> 73: FALSE 17.0 FALSE #> 74: FALSE 56.0 FALSE #> 75: FALSE 10.9 FALSE #> 76: FALSE 13.5 FALSE #> 77: FALSE 15.0 FALSE #> 78: FALSE 18.0 FALSE #> 79: FALSE 14.0 FALSE #> 80: FALSE 14.5 FALSE #> 81: FALSE 49.5 FALSE #> 82: FALSE 71.8 FALSE #> 83: FALSE 26.2 FALSE #> 84: FALSE 63.4 FALSE #> 85: FALSE 41.6 FALSE #> 86: FALSE NA FALSE #> 87: FALSE 17.7 FALSE #> 88: FALSE 23.3 FALSE #> 89: FALSE 19.4 FALSE #> 90: FALSE 16.0 FALSE #> 91: FALSE 14.8 FALSE #> 92: FALSE 13.9 FALSE #> 93: FALSE 10.4 FALSE #> 94: FALSE 34.6 FALSE #> 95: FALSE 41.0 FALSE #> 96: FALSE 40.0 FALSE #> 97: FALSE 45.9 FALSE #> 98: FALSE 35.7 FALSE #> 99: FALSE 17.0 FALSE #> 100: FALSE 26.7 FALSE #> import-marked-outlier location-error-numerical manually-marked-outlier #> vertical-error-numerical sensor-type #> 1: 11.1 gps #> 2: 17.6 gps #> 3: 18.1 gps #> 4: 6.1 gps #> 5: 12.2 gps #> 6: 14.4 gps #> 7: 17.3 gps #> 8: 5.8 gps #> 9: 8.5 gps #> 10: 7.2 gps #> 11: 32.6 gps #> 12: 10.8 gps #> 13: 7.5 gps #> 14: 17.7 gps #> 15: 23.4 gps #> 16: 18.2 gps #> 17: 8.4 gps #> 18: 8.2 gps #> 19: 6.0 gps #> 20: 7.8 gps #> 21: 8.9 gps #> 22: 14.4 gps #> 23: 6.2 gps #> 24: 34.5 gps #> 25: 10.0 gps #> 26: 45.0 gps #> 27: 40.6 gps #> 28: 42.9 gps #> 29: 35.1 gps #> 30: 13.2 gps #> 31: 14.0 gps #> 32: 14.2 gps #> 33: 21.5 gps #> 34: 26.1 gps #> 35: 17.4 gps #> 36: 30.6 gps #> 37: 26.1 gps #> 38: NA gps #> 39: 76.9 gps #> 40: 87.9 gps #> 41: 19.0 gps #> 42: 11.6 gps #> 43: 26.0 gps #> 44: 32.1 gps #> 45: 23.2 gps #> 46: 9.1 gps #> 47: 18.1 gps #> 48: 16.6 gps #> 49: 15.4 gps #> 50: 37.7 gps #> 51: 19.4 gps #> 52: 16.0 gps #> 53: 14.7 gps #> 54: 13.6 gps #> 55: 18.9 gps #> 56: 20.9 gps #> 57: 42.0 gps #> 58: 68.9 gps #> 59: 14.0 gps #> 60: 18.6 gps #> 61: 11.6 gps #> 62: 9.2 gps #> 63: 13.4 gps #> 64: 10.6 gps #> 65: 65.8 gps #> 66: 12.1 gps #> 67: 12.5 gps #> 68: 10.9 gps #> 69: 15.8 gps #> 70: 114.0 gps #> 71: 8.5 gps #> 72: 48.3 gps #> 73: 17.5 gps #> 74: 76.2 gps #> 75: 14.8 gps #> 76: 19.2 gps #> 77: 23.0 gps #> 78: 20.7 gps #> 79: 11.7 gps #> 80: 15.6 gps #> 81: 26.4 gps #> 82: 50.3 gps #> 83: 23.6 gps #> 84: 57.1 gps #> 85: 39.3 gps #> 86: NA gps #> 87: 13.8 gps #> 88: 17.7 gps #> 89: 14.9 gps #> 90: 15.4 gps #> 91: 15.5 gps #> 92: 13.3 gps #> 93: 10.4 gps #> 94: 30.5 gps #> 95: 38.0 gps #> 96: 37.4 gps #> 97: 41.8 gps #> 98: 34.7 gps #> 99: 16.9 gps #> 100: 27.8 gps #> vertical-error-numerical sensor-type #> study-name #> 1: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 2: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 3: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 4: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 5: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 6: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 7: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 8: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 9: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 10: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 11: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 12: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 13: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 14: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 15: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 16: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 17: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 18: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 19: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 20: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 21: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 22: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 23: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 24: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 25: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 26: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 27: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 28: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 29: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 30: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 31: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 32: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 33: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 34: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 35: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 36: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 37: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 38: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 39: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 40: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 41: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 42: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 43: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 44: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 45: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 46: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 47: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 48: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 49: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 50: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 51: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 52: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 53: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 54: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 55: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 56: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 57: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 58: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 59: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 60: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 61: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 62: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 63: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 64: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 65: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 66: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 67: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 68: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 69: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 70: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 71: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 72: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 73: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 74: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 75: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 76: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 77: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 78: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 79: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 80: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 81: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 82: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 83: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 84: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 85: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 86: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 87: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 88: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 89: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 90: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 91: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 92: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 93: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 94: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 95: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 96: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 97: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 98: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 99: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 100: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> study-name #> tag-id animal-id animal-taxon deploy-on-date deploy-off-date #> 1: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 2: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 3: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 4: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 5: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 6: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 7: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 8: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 9: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 10: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 11: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 12: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 13: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 14: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 15: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 16: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 17: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 18: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 19: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 20: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 21: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 22: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 23: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 24: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 25: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 26: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 27: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 28: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 29: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 30: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 31: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 32: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 33: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 34: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 35: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 36: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 37: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 38: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 39: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 40: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 41: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 42: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 43: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 44: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 45: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 46: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 47: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 48: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 49: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 50: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 51: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 52: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 53: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 54: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 55: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 56: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 57: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 58: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 59: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 60: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 61: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 62: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 63: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 64: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 65: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 66: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 67: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 68: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 69: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 70: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 71: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 72: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 73: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 74: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 75: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 76: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 77: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 78: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 79: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 80: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 81: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 82: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 83: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 84: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 85: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 86: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 87: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 88: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 89: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 90: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 91: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 92: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 93: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 94: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 95: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 96: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 97: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 98: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 99: 703 L904812 Larus fuscus 2013-05-30 <NA> #> 100: 703 L904812 Larus fuscus 2013-05-30 <NA> #> tag-id animal-id animal-taxon deploy-on-date deploy-off-date #> animal-comments animal-life-stage animal-mass animal-nickname #> 1: Kees adult 869 Kees #> 2: Kees adult 869 Kees #> 3: Kees adult 869 Kees #> 4: Kees adult 869 Kees #> 5: Kees adult 869 Kees #> 6: Kees adult 869 Kees #> 7: Kees adult 869 Kees #> 8: Kees adult 869 Kees #> 9: Kees adult 869 Kees #> 10: Kees adult 869 Kees #> 11: Kees adult 869 Kees #> 12: Kees adult 869 Kees #> 13: Kees adult 869 Kees #> 14: Kees adult 869 Kees #> 15: Kees adult 869 Kees #> 16: Kees adult 869 Kees #> 17: Kees adult 869 Kees #> 18: Kees adult 869 Kees #> 19: Kees adult 869 Kees #> 20: Kees adult 869 Kees #> 21: Kees adult 869 Kees #> 22: Kees adult 869 Kees #> 23: Kees adult 869 Kees #> 24: Kees adult 869 Kees #> 25: Kees adult 869 Kees #> 26: Kees adult 869 Kees #> 27: Kees adult 869 Kees #> 28: Kees adult 869 Kees #> 29: Kees adult 869 Kees #> 30: Kees adult 869 Kees #> 31: Kees adult 869 Kees #> 32: Kees adult 869 Kees #> 33: Kees adult 869 Kees #> 34: Kees adult 869 Kees #> 35: Kees adult 869 Kees #> 36: Kees adult 869 Kees #> 37: Kees adult 869 Kees #> 38: Kees adult 869 Kees #> 39: Kees adult 869 Kees #> 40: Kees adult 869 Kees #> 41: Kees adult 869 Kees #> 42: Kees adult 869 Kees #> 43: Kees adult 869 Kees #> 44: Kees adult 869 Kees #> 45: Kees adult 869 Kees #> 46: Kees adult 869 Kees #> 47: Kees adult 869 Kees #> 48: Kees adult 869 Kees #> 49: Kees adult 869 Kees #> 50: Kees adult 869 Kees #> 51: Kees adult 869 Kees #> 52: Kees adult 869 Kees #> 53: Kees adult 869 Kees #> 54: Kees adult 869 Kees #> 55: Kees adult 869 Kees #> 56: Kees adult 869 Kees #> 57: Kees adult 869 Kees #> 58: Kees adult 869 Kees #> 59: Kees adult 869 Kees #> 60: Kees adult 869 Kees #> 61: Kees adult 869 Kees #> 62: Kees adult 869 Kees #> 63: Kees adult 869 Kees #> 64: Kees adult 869 Kees #> 65: Kees adult 869 Kees #> 66: Kees adult 869 Kees #> 67: Kees adult 869 Kees #> 68: Kees adult 869 Kees #> 69: Kees adult 869 Kees #> 70: Kees adult 869 Kees #> 71: Kees adult 869 Kees #> 72: Kees adult 869 Kees #> 73: Kees adult 869 Kees #> 74: Kees adult 869 Kees #> 75: Kees adult 869 Kees #> 76: Kees adult 869 Kees #> 77: Kees adult 869 Kees #> 78: Kees adult 869 Kees #> 79: Kees adult 869 Kees #> 80: Kees adult 869 Kees #> 81: Kees adult 869 Kees #> 82: Kees adult 869 Kees #> 83: Kees adult 869 Kees #> 84: Kees adult 869 Kees #> 85: Kees adult 869 Kees #> 86: Kees adult 869 Kees #> 87: Kees adult 869 Kees #> 88: Kees adult 869 Kees #> 89: Kees adult 869 Kees #> 90: Kees adult 869 Kees #> 91: Kees adult 869 Kees #> 92: Kees adult 869 Kees #> 93: Kees adult 869 Kees #> 94: Kees adult 869 Kees #> 95: Kees adult 869 Kees #> 96: Kees adult 869 Kees #> 97: Kees adult 869 Kees #> 98: Kees adult 869 Kees #> 99: Kees adult 869 Kees #> 100: Kees adult 869 Kees #> animal-comments animal-life-stage animal-mass animal-nickname #> animal-ring-id animal-sex attachment-type deploy-on-latitude #> 1: URAL m harness 51.33931 #> 2: URAL m harness 51.33931 #> 3: URAL m harness 51.33931 #> 4: URAL m harness 51.33931 #> 5: URAL m harness 51.33931 #> 6: URAL m harness 51.33931 #> 7: URAL m harness 51.33931 #> 8: URAL m harness 51.33931 #> 9: URAL m harness 51.33931 #> 10: URAL m harness 51.33931 #> 11: URAL m harness 51.33931 #> 12: URAL m harness 51.33931 #> 13: URAL m harness 51.33931 #> 14: URAL m harness 51.33931 #> 15: URAL m harness 51.33931 #> 16: URAL m harness 51.33931 #> 17: URAL m harness 51.33931 #> 18: URAL m harness 51.33931 #> 19: URAL m harness 51.33931 #> 20: URAL m harness 51.33931 #> 21: URAL m harness 51.33931 #> 22: URAL m harness 51.33931 #> 23: URAL m harness 51.33931 #> 24: URAL m harness 51.33931 #> 25: URAL m harness 51.33931 #> 26: URAL m harness 51.33931 #> 27: URAL m harness 51.33931 #> 28: URAL m harness 51.33931 #> 29: URAL m harness 51.33931 #> 30: URAL m harness 51.33931 #> 31: URAL m harness 51.33931 #> 32: URAL m harness 51.33931 #> 33: URAL m harness 51.33931 #> 34: URAL m harness 51.33931 #> 35: URAL m harness 51.33931 #> 36: URAL m harness 51.33931 #> 37: URAL m harness 51.33931 #> 38: URAL m harness 51.33931 #> 39: URAL m harness 51.33931 #> 40: URAL m harness 51.33931 #> 41: URAL m harness 51.33931 #> 42: URAL m harness 51.33931 #> 43: URAL m harness 51.33931 #> 44: URAL m harness 51.33931 #> 45: URAL m harness 51.33931 #> 46: URAL m harness 51.33931 #> 47: URAL m harness 51.33931 #> 48: URAL m harness 51.33931 #> 49: URAL m harness 51.33931 #> 50: URAL m harness 51.33931 #> 51: URAL m harness 51.33931 #> 52: URAL m harness 51.33931 #> 53: URAL m harness 51.33931 #> 54: URAL m harness 51.33931 #> 55: URAL m harness 51.33931 #> 56: URAL m harness 51.33931 #> 57: URAL m harness 51.33931 #> 58: URAL m harness 51.33931 #> 59: URAL m harness 51.33931 #> 60: URAL m harness 51.33931 #> 61: URAL m harness 51.33931 #> 62: URAL m harness 51.33931 #> 63: URAL m harness 51.33931 #> 64: URAL m harness 51.33931 #> 65: URAL m harness 51.33931 #> 66: URAL m harness 51.33931 #> 67: URAL m harness 51.33931 #> 68: URAL m harness 51.33931 #> 69: URAL m harness 51.33931 #> 70: URAL m harness 51.33931 #> 71: URAL m harness 51.33931 #> 72: URAL m harness 51.33931 #> 73: URAL m harness 51.33931 #> 74: URAL m harness 51.33931 #> 75: URAL m harness 51.33931 #> 76: URAL m harness 51.33931 #> 77: URAL m harness 51.33931 #> 78: URAL m harness 51.33931 #> 79: URAL m harness 51.33931 #> 80: URAL m harness 51.33931 #> 81: URAL m harness 51.33931 #> 82: URAL m harness 51.33931 #> 83: URAL m harness 51.33931 #> 84: URAL m harness 51.33931 #> 85: URAL m harness 51.33931 #> 86: URAL m harness 51.33931 #> 87: URAL m harness 51.33931 #> 88: URAL m harness 51.33931 #> 89: URAL m harness 51.33931 #> 90: URAL m harness 51.33931 #> 91: URAL m harness 51.33931 #> 92: URAL m harness 51.33931 #> 93: URAL m harness 51.33931 #> 94: URAL m harness 51.33931 #> 95: URAL m harness 51.33931 #> 96: URAL m harness 51.33931 #> 97: URAL m harness 51.33931 #> 98: URAL m harness 51.33931 #> 99: URAL m harness 51.33931 #> 100: URAL m harness 51.33931 #> animal-ring-id animal-sex attachment-type deploy-on-latitude #> deploy-on-longitude #> 1: 3.17913 #> 2: 3.17913 #> 3: 3.17913 #> 4: 3.17913 #> 5: 3.17913 #> 6: 3.17913 #> 7: 3.17913 #> 8: 3.17913 #> 9: 3.17913 #> 10: 3.17913 #> 11: 3.17913 #> 12: 3.17913 #> 13: 3.17913 #> 14: 3.17913 #> 15: 3.17913 #> 16: 3.17913 #> 17: 3.17913 #> 18: 3.17913 #> 19: 3.17913 #> 20: 3.17913 #> 21: 3.17913 #> 22: 3.17913 #> 23: 3.17913 #> 24: 3.17913 #> 25: 3.17913 #> 26: 3.17913 #> 27: 3.17913 #> 28: 3.17913 #> 29: 3.17913 #> 30: 3.17913 #> 31: 3.17913 #> 32: 3.17913 #> 33: 3.17913 #> 34: 3.17913 #> 35: 3.17913 #> 36: 3.17913 #> 37: 3.17913 #> 38: 3.17913 #> 39: 3.17913 #> 40: 3.17913 #> 41: 3.17913 #> 42: 3.17913 #> 43: 3.17913 #> 44: 3.17913 #> 45: 3.17913 #> 46: 3.17913 #> 47: 3.17913 #> 48: 3.17913 #> 49: 3.17913 #> 50: 3.17913 #> 51: 3.17913 #> 52: 3.17913 #> 53: 3.17913 #> 54: 3.17913 #> 55: 3.17913 #> 56: 3.17913 #> 57: 3.17913 #> 58: 3.17913 #> 59: 3.17913 #> 60: 3.17913 #> 61: 3.17913 #> 62: 3.17913 #> 63: 3.17913 #> 64: 3.17913 #> 65: 3.17913 #> 66: 3.17913 #> 67: 3.17913 #> 68: 3.17913 #> 69: 3.17913 #> 70: 3.17913 #> 71: 3.17913 #> 72: 3.17913 #> 73: 3.17913 #> 74: 3.17913 #> 75: 3.17913 #> 76: 3.17913 #> 77: 3.17913 #> 78: 3.17913 #> 79: 3.17913 #> 80: 3.17913 #> 81: 3.17913 #> 82: 3.17913 #> 83: 3.17913 #> 84: 3.17913 #> 85: 3.17913 #> 86: 3.17913 #> 87: 3.17913 #> 88: 3.17913 #> 89: 3.17913 #> 90: 3.17913 #> 91: 3.17913 #> 92: 3.17913 #> 93: 3.17913 #> 94: 3.17913 #> 95: 3.17913 #> 96: 3.17913 #> 97: 3.17913 #> 98: 3.17913 #> 99: 3.17913 #> 100: 3.17913 #> deploy-on-longitude #> deployment-comments #> 1: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 2: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 3: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 4: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 5: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 6: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 7: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 8: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 9: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 10: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 11: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 12: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 13: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 14: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 15: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 16: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 17: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 18: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 19: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 20: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 21: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 22: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 23: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 24: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 25: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 26: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 27: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 28: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 29: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 30: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 31: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 32: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 33: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 34: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 35: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 36: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 37: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 38: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 39: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 40: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 41: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 42: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 43: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 44: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 45: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 46: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 47: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 48: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 49: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 50: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 51: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 52: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 53: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 54: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 55: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 56: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 57: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 58: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 59: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 60: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 61: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 62: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 63: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 64: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 65: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 66: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 67: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 68: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 69: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 70: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 71: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 72: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 73: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 74: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 75: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 76: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 77: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 78: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 79: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 80: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 81: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 82: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 83: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 84: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 85: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 86: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 87: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 88: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 89: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 90: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 91: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 92: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 93: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 94: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 95: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 96: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 97: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 98: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 99: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 100: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> deployment-comments #> deployment-end-type deployment-id location-accuracy-comments #> 1: <NA> 524 provided by the GPS unit #> 2: <NA> 524 provided by the GPS unit #> 3: <NA> 524 provided by the GPS unit #> 4: <NA> 524 provided by the GPS unit #> 5: <NA> 524 provided by the GPS unit #> 6: <NA> 524 provided by the GPS unit #> 7: <NA> 524 provided by the GPS unit #> 8: <NA> 524 provided by the GPS unit #> 9: <NA> 524 provided by the GPS unit #> 10: <NA> 524 provided by the GPS unit #> 11: <NA> 524 provided by the GPS unit #> 12: <NA> 524 provided by the GPS unit #> 13: <NA> 524 provided by the GPS unit #> 14: <NA> 524 provided by the GPS unit #> 15: <NA> 524 provided by the GPS unit #> 16: <NA> 524 provided by the GPS unit #> 17: <NA> 524 provided by the GPS unit #> 18: <NA> 524 provided by the GPS unit #> 19: <NA> 524 provided by the GPS unit #> 20: <NA> 524 provided by the GPS unit #> 21: <NA> 524 provided by the GPS unit #> 22: <NA> 524 provided by the GPS unit #> 23: <NA> 524 provided by the GPS unit #> 24: <NA> 524 provided by the GPS unit #> 25: <NA> 524 provided by the GPS unit #> 26: <NA> 524 provided by the GPS unit #> 27: <NA> 524 provided by the GPS unit #> 28: <NA> 524 provided by the GPS unit #> 29: <NA> 524 provided by the GPS unit #> 30: <NA> 524 provided by the GPS unit #> 31: <NA> 524 provided by the GPS unit #> 32: <NA> 524 provided by the GPS unit #> 33: <NA> 524 provided by the GPS unit #> 34: <NA> 524 provided by the GPS unit #> 35: <NA> 524 provided by the GPS unit #> 36: <NA> 524 provided by the GPS unit #> 37: <NA> 524 provided by the GPS unit #> 38: <NA> 524 provided by the GPS unit #> 39: <NA> 524 provided by the GPS unit #> 40: <NA> 524 provided by the GPS unit #> 41: <NA> 524 provided by the GPS unit #> 42: <NA> 524 provided by the GPS unit #> 43: <NA> 524 provided by the GPS unit #> 44: <NA> 524 provided by the GPS unit #> 45: <NA> 524 provided by the GPS unit #> 46: <NA> 524 provided by the GPS unit #> 47: <NA> 524 provided by the GPS unit #> 48: <NA> 524 provided by the GPS unit #> 49: <NA> 524 provided by the GPS unit #> 50: <NA> 524 provided by the GPS unit #> 51: <NA> 524 provided by the GPS unit #> 52: <NA> 524 provided by the GPS unit #> 53: <NA> 524 provided by the GPS unit #> 54: <NA> 524 provided by the GPS unit #> 55: <NA> 524 provided by the GPS unit #> 56: <NA> 524 provided by the GPS unit #> 57: <NA> 524 provided by the GPS unit #> 58: <NA> 524 provided by the GPS unit #> 59: <NA> 524 provided by the GPS unit #> 60: <NA> 524 provided by the GPS unit #> 61: <NA> 524 provided by the GPS unit #> 62: <NA> 524 provided by the GPS unit #> 63: <NA> 524 provided by the GPS unit #> 64: <NA> 524 provided by the GPS unit #> 65: <NA> 524 provided by the GPS unit #> 66: <NA> 524 provided by the GPS unit #> 67: <NA> 524 provided by the GPS unit #> 68: <NA> 524 provided by the GPS unit #> 69: <NA> 524 provided by the GPS unit #> 70: <NA> 524 provided by the GPS unit #> 71: <NA> 524 provided by the GPS unit #> 72: <NA> 524 provided by the GPS unit #> 73: <NA> 524 provided by the GPS unit #> 74: <NA> 524 provided by the GPS unit #> 75: <NA> 524 provided by the GPS unit #> 76: <NA> 524 provided by the GPS unit #> 77: <NA> 524 provided by the GPS unit #> 78: <NA> 524 provided by the GPS unit #> 79: <NA> 524 provided by the GPS unit #> 80: <NA> 524 provided by the GPS unit #> 81: <NA> 524 provided by the GPS unit #> 82: <NA> 524 provided by the GPS unit #> 83: <NA> 524 provided by the GPS unit #> 84: <NA> 524 provided by the GPS unit #> 85: <NA> 524 provided by the GPS unit #> 86: <NA> 524 provided by the GPS unit #> 87: <NA> 524 provided by the GPS unit #> 88: <NA> 524 provided by the GPS unit #> 89: <NA> 524 provided by the GPS unit #> 90: <NA> 524 provided by the GPS unit #> 91: <NA> 524 provided by the GPS unit #> 92: <NA> 524 provided by the GPS unit #> 93: <NA> 524 provided by the GPS unit #> 94: <NA> 524 provided by the GPS unit #> 95: <NA> 524 provided by the GPS unit #> 96: <NA> 524 provided by the GPS unit #> 97: <NA> 524 provided by the GPS unit #> 98: <NA> 524 provided by the GPS unit #> 99: <NA> 524 provided by the GPS unit #> 100: <NA> 524 provided by the GPS unit #> deployment-end-type deployment-id location-accuracy-comments #> manipulation-type study-site tag-manufacturer-name tag-mass #> 1: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 2: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 3: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 4: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 5: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 6: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 7: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 8: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 9: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 10: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 11: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 12: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 13: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 14: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 15: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 16: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 17: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 18: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 19: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 20: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 21: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 22: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 23: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 24: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 25: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 26: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 27: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 28: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 29: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 30: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 31: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 32: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 33: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 34: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 35: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 36: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 37: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 38: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 39: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 40: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 41: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 42: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 43: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 44: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 45: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 46: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 47: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 48: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 49: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 50: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 51: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 52: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 53: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 54: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 55: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 56: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 57: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 58: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 59: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 60: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 61: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 62: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 63: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 64: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 65: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 66: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 67: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 68: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 69: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 70: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 71: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 72: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 73: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 74: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 75: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 76: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 77: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 78: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 79: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 80: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 81: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 82: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 83: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 84: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 85: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 86: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 87: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 88: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 89: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 90: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 91: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 92: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 93: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 94: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 95: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 96: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 97: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 98: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 99: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> 100: none LBBG_ZEEBRUGGE UvA-BiTS 18.2 #> manipulation-type study-site tag-manufacturer-name tag-mass #> tag-readout-method tag-serial-no #> 1: other-wireless 703 #> 2: other-wireless 703 #> 3: other-wireless 703 #> 4: other-wireless 703 #> 5: other-wireless 703 #> 6: other-wireless 703 #> 7: other-wireless 703 #> 8: other-wireless 703 #> 9: other-wireless 703 #> 10: other-wireless 703 #> 11: other-wireless 703 #> 12: other-wireless 703 #> 13: other-wireless 703 #> 14: other-wireless 703 #> 15: other-wireless 703 #> 16: other-wireless 703 #> 17: other-wireless 703 #> 18: other-wireless 703 #> 19: other-wireless 703 #> 20: other-wireless 703 #> 21: other-wireless 703 #> 22: other-wireless 703 #> 23: other-wireless 703 #> 24: other-wireless 703 #> 25: other-wireless 703 #> 26: other-wireless 703 #> 27: other-wireless 703 #> 28: other-wireless 703 #> 29: other-wireless 703 #> 30: other-wireless 703 #> 31: other-wireless 703 #> 32: other-wireless 703 #> 33: other-wireless 703 #> 34: other-wireless 703 #> 35: other-wireless 703 #> 36: other-wireless 703 #> 37: other-wireless 703 #> 38: other-wireless 703 #> 39: other-wireless 703 #> 40: other-wireless 703 #> 41: other-wireless 703 #> 42: other-wireless 703 #> 43: other-wireless 703 #> 44: other-wireless 703 #> 45: other-wireless 703 #> 46: other-wireless 703 #> 47: other-wireless 703 #> 48: other-wireless 703 #> 49: other-wireless 703 #> 50: other-wireless 703 #> 51: other-wireless 703 #> 52: other-wireless 703 #> 53: other-wireless 703 #> 54: other-wireless 703 #> 55: other-wireless 703 #> 56: other-wireless 703 #> 57: other-wireless 703 #> 58: other-wireless 703 #> 59: other-wireless 703 #> 60: other-wireless 703 #> 61: other-wireless 703 #> 62: other-wireless 703 #> 63: other-wireless 703 #> 64: other-wireless 703 #> 65: other-wireless 703 #> 66: other-wireless 703 #> 67: other-wireless 703 #> 68: other-wireless 703 #> 69: other-wireless 703 #> 70: other-wireless 703 #> 71: other-wireless 703 #> 72: other-wireless 703 #> 73: other-wireless 703 #> 74: other-wireless 703 #> 75: other-wireless 703 #> 76: other-wireless 703 #> 77: other-wireless 703 #> 78: other-wireless 703 #> 79: other-wireless 703 #> 80: other-wireless 703 #> 81: other-wireless 703 #> 82: other-wireless 703 #> 83: other-wireless 703 #> 84: other-wireless 703 #> 85: other-wireless 703 #> 86: other-wireless 703 #> 87: other-wireless 703 #> 88: other-wireless 703 #> 89: other-wireless 703 #> 90: other-wireless 703 #> 91: other-wireless 703 #> 92: other-wireless 703 #> 93: other-wireless 703 #> 94: other-wireless 703 #> 95: other-wireless 703 #> 96: other-wireless 703 #> 97: other-wireless 703 #> 98: other-wireless 703 #> 99: other-wireless 703 #> 100: other-wireless 703 #> tag-readout-method tag-serial-no
# Only include specific reference data columns append_metadata(lbbg_gps, lbbg_ref_data, ref_cols = c("animal-taxon", "tag-id", "animal-id", "animal-comments", "animal-life-stage", "animal-mass", "animal-sex", "deployment-comments") )
#> event-id visible timestamp location-long location-lat #> 1: 15476536641 TRUE 2013-05-30 15:48:44 3.180090 51.34288 #> 2: 15476536652 TRUE 2013-05-30 16:19:21 3.180108 51.34285 #> 3: 15476536670 TRUE 2013-05-30 16:49:29 3.180325 51.34290 #> 4: 15476536716 TRUE 2013-05-30 17:21:27 3.180296 51.34291 #> 5: 15476536769 TRUE 2013-05-30 17:53:13 3.180507 51.34274 #> 6: 15476536821 TRUE 2013-05-30 18:25:07 3.180389 51.34288 #> 7: 15476536869 TRUE 2013-05-30 18:55:23 3.180431 51.34289 #> 8: 15476536915 TRUE 2013-05-30 19:25:38 3.180435 51.34289 #> 9: 15476536949 TRUE 2013-05-30 19:55:36 3.180451 51.34292 #> 10: 15476536966 TRUE 2013-05-30 20:25:28 3.185235 51.34317 #> 11: 15476536981 TRUE 2013-05-30 20:55:33 3.185279 51.34318 #> 12: 15476536993 TRUE 2013-05-30 21:55:52 3.185156 51.34321 #> 13: 15476537005 TRUE 2013-05-30 22:56:08 3.185233 51.34323 #> 14: 15476537017 TRUE 2013-05-30 23:57:08 3.185226 51.34317 #> 15: 15476537029 TRUE 2013-05-31 00:57:47 3.185219 51.34318 #> 16: 15476537040 TRUE 2013-05-31 01:58:17 3.182410 51.34379 #> 17: 15476537051 TRUE 2013-05-31 02:59:06 3.182474 51.34377 #> 18: 15476537068 TRUE 2013-05-31 03:31:19 3.185212 51.34319 #> 19: 15476537081 TRUE 2013-05-31 04:01:11 3.185230 51.34319 #> 20: 15476537101 TRUE 2013-05-31 04:31:19 3.185218 51.34317 #> 21: 15476537121 TRUE 2013-05-31 05:01:29 3.185252 51.34316 #> 22: 15476537169 TRUE 2013-05-31 05:32:18 3.185244 51.34317 #> 23: 15476537224 TRUE 2013-05-31 06:03:08 3.185283 51.34318 #> 24: 15476537325 TRUE 2013-05-31 06:33:15 3.206527 51.31715 #> 25: 15476537445 TRUE 2013-05-31 07:03:04 3.189048 51.33693 #> 26: 15476537560 TRUE 2013-05-31 07:33:03 3.185282 51.34321 #> 27: 15476537565 TRUE 2013-05-31 07:34:54 3.185251 51.34321 #> 28: 15476537594 TRUE 2013-05-31 07:44:37 3.185296 51.34321 #> 29: 15476537612 TRUE 2013-05-31 07:51:24 3.185268 51.34315 #> 30: 15476537632 TRUE 2013-05-31 07:58:47 3.185245 51.34318 #> 31: 15476537644 TRUE 2013-05-31 08:03:37 3.184562 51.34380 #> 32: 15476537663 TRUE 2013-05-31 08:10:47 3.184695 51.34383 #> 33: 15476537684 TRUE 2013-05-31 08:18:01 3.184239 51.34389 #> 34: 15476537702 TRUE 2013-05-31 08:25:14 3.184122 51.34364 #> 35: 15476537720 TRUE 2013-05-31 08:31:51 3.184643 51.34353 #> 36: 15476537739 TRUE 2013-05-31 08:39:07 3.184349 51.34346 #> 37: 15476537742 TRUE 2013-05-31 08:39:53 3.184351 51.34354 #> 38: 15476537785 TRUE 2013-05-31 08:55:21 3.185280 51.34318 #> 39: 15476537800 TRUE 2013-05-31 09:00:26 3.185364 51.34316 #> 40: 15476537814 TRUE 2013-05-31 09:05:32 3.185344 51.34316 #> 41: 15476537831 TRUE 2013-05-31 09:11:09 3.185271 51.34317 #> 42: 15476537846 TRUE 2013-05-31 09:16:08 3.185277 51.34316 #> 43: 15476537868 TRUE 2013-05-31 09:23:39 3.185269 51.34316 #> 44: 15476537882 TRUE 2013-05-31 09:28:26 3.185266 51.34318 #> 45: 15476537897 TRUE 2013-05-31 09:33:12 3.185306 51.34317 #> 46: 15476537910 TRUE 2013-05-31 09:37:59 3.185240 51.34315 #> 47: 15476537941 TRUE 2013-05-31 09:48:23 3.185214 51.34318 #> 48: 15476537961 TRUE 2013-05-31 09:56:02 3.185279 51.34318 #> 49: 15476537977 TRUE 2013-05-31 10:02:09 3.185350 51.34323 #> 50: 15476537997 TRUE 2013-05-31 10:09:17 3.185245 51.34318 #> 51: 15476538015 TRUE 2013-05-31 10:16:40 3.185264 51.34318 #> 52: 15476538037 TRUE 2013-05-31 10:24:41 3.186621 51.34206 #> 53: 15476538040 TRUE 2013-05-31 10:25:29 3.186835 51.34220 #> 54: 15476538054 TRUE 2013-05-31 10:30:15 3.186643 51.34211 #> 55: 15476538076 TRUE 2013-05-31 10:37:44 3.186638 51.34221 #> 56: 15476538097 TRUE 2013-05-31 10:44:57 3.183391 51.34419 #> 57: 15476538104 TRUE 2013-05-31 10:46:31 3.185127 51.34305 #> 58: 15476538118 TRUE 2013-05-31 10:51:32 3.186528 51.34492 #> 59: 15476538124 TRUE 2013-05-31 10:54:00 3.185263 51.34321 #> 60: 15476538145 TRUE 2013-05-31 11:01:14 3.185292 51.34323 #> 61: 15476538164 TRUE 2013-05-31 11:07:20 3.185258 51.34321 #> 62: 15476538180 TRUE 2013-05-31 11:12:37 3.185233 51.34317 #> 63: 15476538196 TRUE 2013-05-31 11:17:59 3.185110 51.34313 #> 64: 15476538217 TRUE 2013-05-31 11:25:28 3.185192 51.34327 #> 65: 15476538230 TRUE 2013-05-31 11:30:56 3.185064 51.34315 #> 66: 15476538253 TRUE 2013-05-31 11:37:59 3.185086 51.34306 #> 67: 15476538270 TRUE 2013-05-31 11:42:47 3.184868 51.34302 #> 68: 15476538291 TRUE 2013-05-31 11:49:59 3.184934 51.34304 #> 69: 15476538315 TRUE 2013-05-31 11:57:26 3.185131 51.34311 #> 70: 15476538339 TRUE 2013-05-31 12:03:08 3.181286 51.34245 #> 71: 15476538357 TRUE 2013-05-31 12:08:04 3.185221 51.34316 #> 72: 15476538401 TRUE 2013-05-31 12:20:40 3.185605 51.34606 #> 73: 15476538404 TRUE 2013-05-31 12:21:27 3.184956 51.34344 #> 74: 15476538427 TRUE 2013-05-31 12:28:47 3.185218 51.34318 #> 75: 15476538447 TRUE 2013-05-31 12:34:10 3.185252 51.34316 #> 76: 15476538479 TRUE 2013-05-31 12:41:46 3.185238 51.34314 #> 77: 15476538492 TRUE 2013-05-31 12:46:32 3.185226 51.34314 #> 78: 15476538523 TRUE 2013-05-31 13:00:59 3.185235 51.34316 #> 79: 15476538539 TRUE 2013-05-31 13:08:21 3.185244 51.34316 #> 80: 15476538559 TRUE 2013-05-31 13:15:51 3.185112 51.34322 #> 81: 15476538580 TRUE 2013-05-31 13:23:53 3.185138 51.34327 #> 82: 15476538595 TRUE 2013-05-31 13:28:46 3.188295 51.34194 #> 83: 15476538603 TRUE 2013-05-31 13:31:20 3.187311 51.34245 #> 84: 15476538623 TRUE 2013-05-31 13:38:35 3.187459 51.34356 #> 85: 15476538649 TRUE 2013-05-31 13:48:24 3.181500 51.34410 #> 86: 15476538658 TRUE 2013-05-31 13:51:15 3.185181 51.34324 #> 87: 15476538675 TRUE 2013-05-31 13:58:18 3.185369 51.34350 #> 88: 15476538695 TRUE 2013-05-31 14:05:27 3.184176 51.34408 #> 89: 15476538698 TRUE 2013-05-31 14:06:29 3.185223 51.34313 #> 90: 15476538713 TRUE 2013-05-31 14:11:34 3.185252 51.34320 #> 91: 15476538724 TRUE 2013-05-31 14:16:23 3.185103 51.34319 #> 92: 15476538736 TRUE 2013-05-31 14:21:11 3.185139 51.34307 #> 93: 15476538758 TRUE 2013-05-31 14:29:43 3.185153 51.34326 #> 94: 15476538771 TRUE 2013-05-31 14:37:03 3.185013 51.34341 #> 95: 15476538786 TRUE 2013-05-31 14:44:23 3.184905 51.34345 #> 96: 15476538803 TRUE 2013-05-31 14:51:36 3.185080 51.34364 #> 97: 15476538819 TRUE 2013-05-31 14:59:20 3.185063 51.34347 #> 98: 15476538836 TRUE 2013-05-31 15:04:56 3.185307 51.34440 #> 99: 15476538842 TRUE 2013-05-31 15:07:19 3.185261 51.34322 #> 100: 15476538857 TRUE 2013-05-31 15:12:25 3.185325 51.34281 #> event-id visible timestamp location-long location-lat #> bar:barometric-pressure external-temperature gps:dop gps:satellite-count #> 1: NA 26.2 3.9 5 #> 2: NA 25.2 2.9 5 #> 3: NA 23.5 3.4 5 #> 4: NA 23.6 3.3 5 #> 5: NA 24.1 2.7 5 #> 6: NA 24.6 5.2 4 #> 7: NA 24.2 2.8 4 #> 8: NA 23.5 1.6 8 #> 9: NA 23.4 2.7 6 #> 10: NA 24.2 3.0 6 #> 11: NA 25.8 7.6 4 #> 12: NA 26.3 4.0 5 #> 13: NA 25.6 3.9 5 #> 14: NA 29.6 2.4 8 #> 15: NA 29.0 2.4 7 #> 16: NA 21.9 3.9 5 #> 17: NA 23.8 2.0 8 #> 18: NA 25.0 1.9 8 #> 19: NA 23.9 2.2 7 #> 20: NA 25.2 2.3 7 #> 21: NA 25.9 3.8 6 #> 22: NA 26.6 8.5 4 #> 23: NA 26.5 2.5 7 #> 24: NA 15.8 2.4 7 #> 25: NA 22.7 2.0 7 #> 26: NA 30.5 2.8 5 #> 27: NA 31.1 2.4 6 #> 28: NA 32.8 3.0 6 #> 29: NA 32.8 4.6 4 #> 30: NA 30.9 2.3 6 #> 31: NA 29.1 2.2 6 #> 32: NA 28.1 2.2 6 #> 33: NA 28.6 2.2 6 #> 34: NA 30.6 2.1 6 #> 35: NA 29.2 2.1 6 #> 36: NA 30.9 2.1 6 #> 37: NA 31.0 2.1 6 #> 38: NA 33.5 7.6 4 #> 39: NA 34.2 8.5 4 #> 40: NA 34.2 9.6 4 #> 41: NA 34.7 1.9 7 #> 42: NA 34.8 1.9 7 #> 43: NA 34.1 1.9 7 #> 44: NA 34.6 2.6 6 #> 45: NA 33.9 2.3 6 #> 46: NA 32.4 1.8 7 #> 47: NA 31.0 2.3 6 #> 48: NA 33.1 2.2 6 #> 49: NA 33.9 2.2 6 #> 50: NA 37.1 3.0 5 #> 51: NA 39.8 2.1 6 #> 52: NA 40.1 2.8 5 #> 53: NA 41.0 2.8 5 #> 54: NA 41.9 2.8 5 #> 55: NA 44.5 2.8 5 #> 56: NA 45.9 2.8 5 #> 57: NA 45.8 3.4 5 #> 58: NA 44.4 3.2 5 #> 59: NA 42.6 2.1 6 #> 60: NA 38.4 2.0 6 #> 61: NA 35.5 2.0 6 #> 62: NA 34.3 1.5 9 #> 63: NA 33.7 1.6 7 #> 64: NA 28.7 1.7 7 #> 65: NA 32.0 2.2 6 #> 66: NA 36.0 2.3 6 #> 67: NA 37.8 2.4 6 #> 68: NA 38.5 2.5 6 #> 69: NA 36.4 2.6 6 #> 70: NA 37.3 2.0 7 #> 71: NA 36.2 1.9 8 #> 72: NA 38.4 2.8 5 #> 73: NA 38.4 1.8 8 #> 74: NA 40.5 2.7 6 #> 75: NA 40.4 1.7 8 #> 76: NA 42.2 1.8 7 #> 77: NA 42.3 1.9 6 #> 78: NA 43.3 2.5 5 #> 79: NA 41.6 2.7 4 #> 80: NA 39.6 2.0 6 #> 81: NA 39.3 2.4 5 #> 82: NA 40.7 2.0 6 #> 83: NA 40.8 1.8 7 #> 84: NA 41.6 3.4 5 #> 85: NA 40.2 1.7 6 #> 86: NA 40.0 3.8 4 #> 87: NA 39.6 3.7 5 #> 88: NA 40.6 4.4 4 #> 89: NA 40.9 4.3 4 #> 90: NA 40.1 3.6 4 #> 91: NA 38.7 1.5 7 #> 92: NA 38.7 1.5 7 #> 93: NA 40.2 2.7 6 #> 94: NA 40.1 3.8 5 #> 95: NA 40.6 3.8 5 #> 96: NA 38.9 3.9 5 #> 97: NA 37.8 4.0 5 #> 98: NA 36.7 4.1 5 #> 99: NA 36.4 4.1 5 #> 100: NA 37.0 4.2 5 #> bar:barometric-pressure external-temperature gps:dop gps:satellite-count #> gps-time-to-fix ground-speed heading height-above-msl #> 1: 89.5 0.23990525 97.2881136 2 #> 2: 9.0 0.68492543 201.0745766 -1 #> 3: 8.9 0.27465942 148.7308238 1 #> 4: 39.0 0.16557312 282.8655324 6 #> 5: 9.0 7.48392294 137.9184498 -31 #> 6: 18.9 0.06223111 86.6817700 6 #> 7: 10.9 0.37885842 75.4210737 3 #> 8: 34.1 0.03912849 277.0961510 5 #> 9: 8.1 0.27813325 3.4307856 2 #> 10: 8.1 0.21626916 216.3378302 8 #> 11: 21.1 0.42254144 213.1880607 -4 #> 12: 8.2 0.11743204 3.5346435 -2 #> 13: 24.2 0.14009017 55.4527317 8 #> 14: 40.3 0.24014618 153.8226960 10 #> 15: 11.2 1.52351722 146.0765369 2 #> 16: 9.3 1.38663051 3.0996011 -8 #> 17: 42.3 0.10831387 57.1364089 4 #> 18: 7.4 0.05888493 6.4519104 7 #> 19: 7.4 0.05136576 42.8827627 4 #> 20: 7.3 0.10068071 108.6082890 5 #> 21: 9.3 0.92465076 0.5249213 6 #> 22: 18.4 0.29339074 344.9964163 7 #> 23: 28.4 0.12203525 186.2655188 2 #> 24: 27.3 0.46824603 309.9392163 2 #> 25: 8.4 11.28791545 5.7045198 25 #> 26: 15.4 0.84643382 83.2646952 -1 #> 27: 14.5 0.22818084 244.7378888 3 #> 28: 53.4 0.86419519 65.0867051 4 #> 29: 12.5 0.51429448 159.3498228 7 #> 30: 7.5 0.14281827 103.8391207 11 #> 31: 9.6 0.36297562 328.2926558 87 #> 32: 7.6 0.35787969 219.9205193 66 #> 33: 9.6 0.16766413 13.9858533 14 #> 34: 10.6 0.41616598 247.8757085 -16 #> 35: 7.6 7.47854779 139.5451614 41 #> 36: 11.6 0.23651147 291.4025191 86 #> 37: 9.6 0.20384551 344.2115826 59 #> 38: 25.5 NA NA 11 #> 39: 26.4 0.54704634 280.4330484 20 #> 40: 28.5 0.74650538 304.2156136 19 #> 41: 45.4 0.46181160 308.3496399 7 #> 42: 8.5 0.20609428 266.8658862 2 #> 43: 11.4 0.13892739 164.9535728 2 #> 44: 10.5 0.39747301 355.7584010 9 #> 45: 8.4 0.13197686 323.9664515 4 #> 46: 7.5 0.18340665 11.5178420 5 #> 47: 7.4 0.16453955 206.8584468 8 #> 48: 18.6 0.09585560 34.5542281 4 #> 49: 17.6 0.05829610 10.4166379 -14 #> 50: 13.5 0.38033134 0.9310743 5 #> 51: 8.5 0.17065513 181.6907034 4 #> 52: 9.3 2.86354240 244.7271718 -51 #> 53: 9.3 3.49591138 54.1065836 -65 #> 54: 7.2 0.16622914 202.3698005 -57 #> 55: 8.3 2.28810841 193.6149043 -74 #> 56: 9.8 5.42683717 272.3489767 93 #> 57: 53.4 5.67148674 30.2983711 25 #> 58: 20.5 6.05694294 203.7652604 -300 #> 59: 8.5 0.25598398 348.3771781 4 #> 60: 10.5 0.11931494 228.4716576 -2 #> 61: 8.3 0.33439870 321.6601212 1 #> 62: 37.4 0.36467648 17.1649262 5 #> 63: 7.5 5.18526491 138.6292925 -11 #> 64: 8.6 6.36503323 36.9183811 -32 #> 65: 16.6 2.00495778 69.8365362 -59 #> 66: 7.5 0.45210620 24.1203866 -18 #> 67: 7.6 2.00723340 215.4409870 -7 #> 68: 7.6 0.20072609 204.4654729 -14 #> 69: 7.6 0.69175852 25.7142353 -17 #> 70: 45.0 7.25211219 38.5342449 40 #> 71: 20.5 0.16937155 212.4875567 6 #> 72: 8.6 2.86898926 185.4245816 -333 #> 73: 7.6 0.24739941 197.6209170 65 #> 74: 15.1 1.33311659 148.2597956 19 #> 75: 18.6 0.02068081 74.9249787 4 #> 76: 10.5 0.06553511 35.7493819 4 #> 77: 8.5 0.11772666 111.8433543 6 #> 78: 11.5 0.17241865 208.6515706 8 #> 79: 20.3 0.18944986 310.6871329 6 #> 80: 7.5 0.14018983 29.3894591 34 #> 81: 39.7 5.23350263 323.9015970 11 #> 82: 14.3 1.79506731 321.1310385 -185 #> 83: 8.3 3.27769898 119.5885597 -150 #> 84: 11.5 4.07987985 218.8440455 -244 #> 85: 8.9 0.32147997 145.8940604 270 #> 86: 33.1 NA NA 13 #> 87: 10.5 1.37894859 201.1339418 -29 #> 88: 7.5 0.19840139 195.2376916 174 #> 89: 21.5 0.13574215 10.8386581 6 #> 90: 21.1 0.52508276 359.3955436 10 #> 91: 7.5 4.17105033 330.2974525 -8 #> 92: 7.5 2.27047078 199.4418473 8 #> 93: 7.4 0.17822759 0.7198856 -4 #> 94: 15.6 7.75369224 1.7046700 -79 #> 95: 7.6 3.26507958 301.6901629 -32 #> 96: 8.6 1.57423282 73.4156522 -66 #> 97: 8.6 0.81027899 191.6963403 -27 #> 98: 8.6 0.73037187 220.0381846 -45 #> 99: 7.5 0.15584643 290.6029286 5 #> 100: 9.5 5.38071068 154.4731714 23 #> gps-time-to-fix ground-speed heading height-above-msl #> import-marked-outlier location-error-numerical manually-marked-outlier #> 1: FALSE 6.0 FALSE #> 2: FALSE 9.1 FALSE #> 3: FALSE 19.5 FALSE #> 4: FALSE 7.8 FALSE #> 5: FALSE 8.9 FALSE #> 6: FALSE 8.8 FALSE #> 7: FALSE 28.9 FALSE #> 8: FALSE 6.8 FALSE #> 9: FALSE 13.5 FALSE #> 10: FALSE 8.3 FALSE #> 11: FALSE 18.8 FALSE #> 12: FALSE 6.8 FALSE #> 13: FALSE 5.7 FALSE #> 14: FALSE 10.6 FALSE #> 15: FALSE 32.1 FALSE #> 16: FALSE 10.4 FALSE #> 17: FALSE 4.8 FALSE #> 18: FALSE 4.8 FALSE #> 19: FALSE 5.0 FALSE #> 20: FALSE 6.2 FALSE #> 21: FALSE 9.7 FALSE #> 22: FALSE 12.9 FALSE #> 23: FALSE 4.0 FALSE #> 24: FALSE 26.1 FALSE #> 25: FALSE 7.4 FALSE #> 26: FALSE 32.1 FALSE #> 27: FALSE 26.3 FALSE #> 28: FALSE 35.0 FALSE #> 29: FALSE 40.7 FALSE #> 30: FALSE 8.2 FALSE #> 31: FALSE 9.9 FALSE #> 32: FALSE 11.7 FALSE #> 33: FALSE 17.5 FALSE #> 34: FALSE 13.9 FALSE #> 35: FALSE 16.2 FALSE #> 36: FALSE 21.2 FALSE #> 37: FALSE 20.1 FALSE #> 38: FALSE NA FALSE #> 39: FALSE 42.3 FALSE #> 40: FALSE 53.8 FALSE #> 41: FALSE 12.7 FALSE #> 42: FALSE 9.4 FALSE #> 43: FALSE 15.8 FALSE #> 44: FALSE 17.2 FALSE #> 45: FALSE 9.3 FALSE #> 46: FALSE 7.4 FALSE #> 47: FALSE 8.1 FALSE #> 48: FALSE 9.7 FALSE #> 49: FALSE 8.8 FALSE #> 50: FALSE 21.7 FALSE #> 51: FALSE 10.0 FALSE #> 52: FALSE 11.8 FALSE #> 53: FALSE 10.8 FALSE #> 54: FALSE 9.2 FALSE #> 55: FALSE 12.1 FALSE #> 56: FALSE 15.4 FALSE #> 57: FALSE 34.0 FALSE #> 58: FALSE 61.6 FALSE #> 59: FALSE 12.4 FALSE #> 60: FALSE 19.5 FALSE #> 61: FALSE 10.0 FALSE #> 62: FALSE 10.2 FALSE #> 63: FALSE 11.8 FALSE #> 64: FALSE 10.5 FALSE #> 65: FALSE 94.4 FALSE #> 66: FALSE 14.1 FALSE #> 67: FALSE 14.9 FALSE #> 68: FALSE 10.5 FALSE #> 69: FALSE 11.7 FALSE #> 70: FALSE 95.6 FALSE #> 71: FALSE 7.7 FALSE #> 72: FALSE 100.4 FALSE #> 73: FALSE 17.0 FALSE #> 74: FALSE 56.0 FALSE #> 75: FALSE 10.9 FALSE #> 76: FALSE 13.5 FALSE #> 77: FALSE 15.0 FALSE #> 78: FALSE 18.0 FALSE #> 79: FALSE 14.0 FALSE #> 80: FALSE 14.5 FALSE #> 81: FALSE 49.5 FALSE #> 82: FALSE 71.8 FALSE #> 83: FALSE 26.2 FALSE #> 84: FALSE 63.4 FALSE #> 85: FALSE 41.6 FALSE #> 86: FALSE NA FALSE #> 87: FALSE 17.7 FALSE #> 88: FALSE 23.3 FALSE #> 89: FALSE 19.4 FALSE #> 90: FALSE 16.0 FALSE #> 91: FALSE 14.8 FALSE #> 92: FALSE 13.9 FALSE #> 93: FALSE 10.4 FALSE #> 94: FALSE 34.6 FALSE #> 95: FALSE 41.0 FALSE #> 96: FALSE 40.0 FALSE #> 97: FALSE 45.9 FALSE #> 98: FALSE 35.7 FALSE #> 99: FALSE 17.0 FALSE #> 100: FALSE 26.7 FALSE #> import-marked-outlier location-error-numerical manually-marked-outlier #> vertical-error-numerical sensor-type #> 1: 11.1 gps #> 2: 17.6 gps #> 3: 18.1 gps #> 4: 6.1 gps #> 5: 12.2 gps #> 6: 14.4 gps #> 7: 17.3 gps #> 8: 5.8 gps #> 9: 8.5 gps #> 10: 7.2 gps #> 11: 32.6 gps #> 12: 10.8 gps #> 13: 7.5 gps #> 14: 17.7 gps #> 15: 23.4 gps #> 16: 18.2 gps #> 17: 8.4 gps #> 18: 8.2 gps #> 19: 6.0 gps #> 20: 7.8 gps #> 21: 8.9 gps #> 22: 14.4 gps #> 23: 6.2 gps #> 24: 34.5 gps #> 25: 10.0 gps #> 26: 45.0 gps #> 27: 40.6 gps #> 28: 42.9 gps #> 29: 35.1 gps #> 30: 13.2 gps #> 31: 14.0 gps #> 32: 14.2 gps #> 33: 21.5 gps #> 34: 26.1 gps #> 35: 17.4 gps #> 36: 30.6 gps #> 37: 26.1 gps #> 38: NA gps #> 39: 76.9 gps #> 40: 87.9 gps #> 41: 19.0 gps #> 42: 11.6 gps #> 43: 26.0 gps #> 44: 32.1 gps #> 45: 23.2 gps #> 46: 9.1 gps #> 47: 18.1 gps #> 48: 16.6 gps #> 49: 15.4 gps #> 50: 37.7 gps #> 51: 19.4 gps #> 52: 16.0 gps #> 53: 14.7 gps #> 54: 13.6 gps #> 55: 18.9 gps #> 56: 20.9 gps #> 57: 42.0 gps #> 58: 68.9 gps #> 59: 14.0 gps #> 60: 18.6 gps #> 61: 11.6 gps #> 62: 9.2 gps #> 63: 13.4 gps #> 64: 10.6 gps #> 65: 65.8 gps #> 66: 12.1 gps #> 67: 12.5 gps #> 68: 10.9 gps #> 69: 15.8 gps #> 70: 114.0 gps #> 71: 8.5 gps #> 72: 48.3 gps #> 73: 17.5 gps #> 74: 76.2 gps #> 75: 14.8 gps #> 76: 19.2 gps #> 77: 23.0 gps #> 78: 20.7 gps #> 79: 11.7 gps #> 80: 15.6 gps #> 81: 26.4 gps #> 82: 50.3 gps #> 83: 23.6 gps #> 84: 57.1 gps #> 85: 39.3 gps #> 86: NA gps #> 87: 13.8 gps #> 88: 17.7 gps #> 89: 14.9 gps #> 90: 15.4 gps #> 91: 15.5 gps #> 92: 13.3 gps #> 93: 10.4 gps #> 94: 30.5 gps #> 95: 38.0 gps #> 96: 37.4 gps #> 97: 41.8 gps #> 98: 34.7 gps #> 99: 16.9 gps #> 100: 27.8 gps #> vertical-error-numerical sensor-type #> study-name #> 1: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 2: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 3: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 4: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 5: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 6: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 7: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 8: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 9: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 10: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 11: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 12: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 13: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 14: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 15: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 16: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 17: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 18: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 19: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 20: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 21: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 22: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 23: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 24: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 25: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 26: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 27: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 28: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 29: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 30: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 31: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 32: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 33: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 34: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 35: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 36: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 37: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 38: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 39: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 40: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 41: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 42: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 43: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 44: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 45: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 46: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 47: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 48: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 49: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 50: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 51: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 52: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 53: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 54: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 55: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 56: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 57: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 58: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 59: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 60: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 61: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 62: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 63: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 64: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 65: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 66: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 67: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 68: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 69: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 70: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 71: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 72: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 73: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 74: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 75: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 76: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 77: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 78: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 79: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 80: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 81: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 82: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 83: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 84: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 85: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 86: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 87: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 88: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 89: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 90: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 91: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 92: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 93: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 94: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 95: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 96: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 97: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 98: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 99: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> 100: LBBG_ZEEBRUGGE - Lesser black-backed gulls (Larus fuscus, Laridae) breeding at the southern North Sea coast (Belgium and the Netherlands) #> study-name #> animal-taxon tag-id animal-id animal-comments animal-life-stage #> 1: Larus fuscus 703 L904812 Kees adult #> 2: Larus fuscus 703 L904812 Kees adult #> 3: Larus fuscus 703 L904812 Kees adult #> 4: Larus fuscus 703 L904812 Kees adult #> 5: Larus fuscus 703 L904812 Kees adult #> 6: Larus fuscus 703 L904812 Kees adult #> 7: Larus fuscus 703 L904812 Kees adult #> 8: Larus fuscus 703 L904812 Kees adult #> 9: Larus fuscus 703 L904812 Kees adult #> 10: Larus fuscus 703 L904812 Kees adult #> 11: Larus fuscus 703 L904812 Kees adult #> 12: Larus fuscus 703 L904812 Kees adult #> 13: Larus fuscus 703 L904812 Kees adult #> 14: Larus fuscus 703 L904812 Kees adult #> 15: Larus fuscus 703 L904812 Kees adult #> 16: Larus fuscus 703 L904812 Kees adult #> 17: Larus fuscus 703 L904812 Kees adult #> 18: Larus fuscus 703 L904812 Kees adult #> 19: Larus fuscus 703 L904812 Kees adult #> 20: Larus fuscus 703 L904812 Kees adult #> 21: Larus fuscus 703 L904812 Kees adult #> 22: Larus fuscus 703 L904812 Kees adult #> 23: Larus fuscus 703 L904812 Kees adult #> 24: Larus fuscus 703 L904812 Kees adult #> 25: Larus fuscus 703 L904812 Kees adult #> 26: Larus fuscus 703 L904812 Kees adult #> 27: Larus fuscus 703 L904812 Kees adult #> 28: Larus fuscus 703 L904812 Kees adult #> 29: Larus fuscus 703 L904812 Kees adult #> 30: Larus fuscus 703 L904812 Kees adult #> 31: Larus fuscus 703 L904812 Kees adult #> 32: Larus fuscus 703 L904812 Kees adult #> 33: Larus fuscus 703 L904812 Kees adult #> 34: Larus fuscus 703 L904812 Kees adult #> 35: Larus fuscus 703 L904812 Kees adult #> 36: Larus fuscus 703 L904812 Kees adult #> 37: Larus fuscus 703 L904812 Kees adult #> 38: Larus fuscus 703 L904812 Kees adult #> 39: Larus fuscus 703 L904812 Kees adult #> 40: Larus fuscus 703 L904812 Kees adult #> 41: Larus fuscus 703 L904812 Kees adult #> 42: Larus fuscus 703 L904812 Kees adult #> 43: Larus fuscus 703 L904812 Kees adult #> 44: Larus fuscus 703 L904812 Kees adult #> 45: Larus fuscus 703 L904812 Kees adult #> 46: Larus fuscus 703 L904812 Kees adult #> 47: Larus fuscus 703 L904812 Kees adult #> 48: Larus fuscus 703 L904812 Kees adult #> 49: Larus fuscus 703 L904812 Kees adult #> 50: Larus fuscus 703 L904812 Kees adult #> 51: Larus fuscus 703 L904812 Kees adult #> 52: Larus fuscus 703 L904812 Kees adult #> 53: Larus fuscus 703 L904812 Kees adult #> 54: Larus fuscus 703 L904812 Kees adult #> 55: Larus fuscus 703 L904812 Kees adult #> 56: Larus fuscus 703 L904812 Kees adult #> 57: Larus fuscus 703 L904812 Kees adult #> 58: Larus fuscus 703 L904812 Kees adult #> 59: Larus fuscus 703 L904812 Kees adult #> 60: Larus fuscus 703 L904812 Kees adult #> 61: Larus fuscus 703 L904812 Kees adult #> 62: Larus fuscus 703 L904812 Kees adult #> 63: Larus fuscus 703 L904812 Kees adult #> 64: Larus fuscus 703 L904812 Kees adult #> 65: Larus fuscus 703 L904812 Kees adult #> 66: Larus fuscus 703 L904812 Kees adult #> 67: Larus fuscus 703 L904812 Kees adult #> 68: Larus fuscus 703 L904812 Kees adult #> 69: Larus fuscus 703 L904812 Kees adult #> 70: Larus fuscus 703 L904812 Kees adult #> 71: Larus fuscus 703 L904812 Kees adult #> 72: Larus fuscus 703 L904812 Kees adult #> 73: Larus fuscus 703 L904812 Kees adult #> 74: Larus fuscus 703 L904812 Kees adult #> 75: Larus fuscus 703 L904812 Kees adult #> 76: Larus fuscus 703 L904812 Kees adult #> 77: Larus fuscus 703 L904812 Kees adult #> 78: Larus fuscus 703 L904812 Kees adult #> 79: Larus fuscus 703 L904812 Kees adult #> 80: Larus fuscus 703 L904812 Kees adult #> 81: Larus fuscus 703 L904812 Kees adult #> 82: Larus fuscus 703 L904812 Kees adult #> 83: Larus fuscus 703 L904812 Kees adult #> 84: Larus fuscus 703 L904812 Kees adult #> 85: Larus fuscus 703 L904812 Kees adult #> 86: Larus fuscus 703 L904812 Kees adult #> 87: Larus fuscus 703 L904812 Kees adult #> 88: Larus fuscus 703 L904812 Kees adult #> 89: Larus fuscus 703 L904812 Kees adult #> 90: Larus fuscus 703 L904812 Kees adult #> 91: Larus fuscus 703 L904812 Kees adult #> 92: Larus fuscus 703 L904812 Kees adult #> 93: Larus fuscus 703 L904812 Kees adult #> 94: Larus fuscus 703 L904812 Kees adult #> 95: Larus fuscus 703 L904812 Kees adult #> 96: Larus fuscus 703 L904812 Kees adult #> 97: Larus fuscus 703 L904812 Kees adult #> 98: Larus fuscus 703 L904812 Kees adult #> 99: Larus fuscus 703 L904812 Kees adult #> 100: Larus fuscus 703 L904812 Kees adult #> animal-taxon tag-id animal-id animal-comments animal-life-stage #> animal-mass animal-sex #> 1: 869 m #> 2: 869 m #> 3: 869 m #> 4: 869 m #> 5: 869 m #> 6: 869 m #> 7: 869 m #> 8: 869 m #> 9: 869 m #> 10: 869 m #> 11: 869 m #> 12: 869 m #> 13: 869 m #> 14: 869 m #> 15: 869 m #> 16: 869 m #> 17: 869 m #> 18: 869 m #> 19: 869 m #> 20: 869 m #> 21: 869 m #> 22: 869 m #> 23: 869 m #> 24: 869 m #> 25: 869 m #> 26: 869 m #> 27: 869 m #> 28: 869 m #> 29: 869 m #> 30: 869 m #> 31: 869 m #> 32: 869 m #> 33: 869 m #> 34: 869 m #> 35: 869 m #> 36: 869 m #> 37: 869 m #> 38: 869 m #> 39: 869 m #> 40: 869 m #> 41: 869 m #> 42: 869 m #> 43: 869 m #> 44: 869 m #> 45: 869 m #> 46: 869 m #> 47: 869 m #> 48: 869 m #> 49: 869 m #> 50: 869 m #> 51: 869 m #> 52: 869 m #> 53: 869 m #> 54: 869 m #> 55: 869 m #> 56: 869 m #> 57: 869 m #> 58: 869 m #> 59: 869 m #> 60: 869 m #> 61: 869 m #> 62: 869 m #> 63: 869 m #> 64: 869 m #> 65: 869 m #> 66: 869 m #> 67: 869 m #> 68: 869 m #> 69: 869 m #> 70: 869 m #> 71: 869 m #> 72: 869 m #> 73: 869 m #> 74: 869 m #> 75: 869 m #> 76: 869 m #> 77: 869 m #> 78: 869 m #> 79: 869 m #> 80: 869 m #> 81: 869 m #> 82: 869 m #> 83: 869 m #> 84: 869 m #> 85: 869 m #> 86: 869 m #> 87: 869 m #> 88: 869 m #> 89: 869 m #> 90: 869 m #> 91: 869 m #> 92: 869 m #> 93: 869 m #> 94: 869 m #> 95: 869 m #> 96: 869 m #> 97: 869 m #> 98: 869 m #> 99: 869 m #> 100: 869 m #> animal-mass animal-sex #> deployment-comments #> 1: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 2: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 3: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 4: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 5: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 6: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 7: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 8: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 9: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 10: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 11: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 12: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 13: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 14: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 15: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 16: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 17: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 18: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 19: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 20: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 21: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 22: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 23: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 24: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 25: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 26: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 27: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 28: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 29: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 30: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 31: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 32: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 33: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 34: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 35: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 36: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 37: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 38: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 39: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 40: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 41: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 42: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 43: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 44: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 45: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 46: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 47: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 48: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 49: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 50: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 51: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 52: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 53: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 54: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 55: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 56: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 57: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 58: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 59: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 60: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 61: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 62: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 63: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 64: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 65: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 66: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 67: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 68: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 69: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 70: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 71: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 72: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 73: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 74: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 75: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 76: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 77: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 78: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 79: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 80: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 81: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 82: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 83: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 84: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 85: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 86: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 87: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 88: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 89: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 90: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 91: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 92: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 93: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 94: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 95: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 96: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 97: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 98: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 99: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> 100: ZEEB_APM | Poor tracker functioning after bird removed antenna. #> deployment-comments