From 1289b67138ca19d431cbfde5e4db73ff3d7920ad Mon Sep 17 00:00:00 2001 From: Bart Hoekstra Date: Mon, 22 Jul 2019 09:51:02 +0200 Subject: [PATCH] Small clarifications --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd2d397..b096cd4 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ The following records will be flagged by the preprocessor: - Records containing >1 bird that is injured and/or killed (rare occurrence). - Records lacking critical information in `datetime`, `telpost`, `speciesname`, `count` or `location` columns (very unlikely, but the possible result of a bug). - Records of birds in >E3 (rare occurrence). -- Records with registered morphs for all species other than Booted Eagles. +- Records with registered morphs for all species other than Booted Eagles (and Eleonora's Falcons). - Records of `HB_NONJUV`, `HB_JUV`, `BK_NONJUV` and `BK_JUV` if the number of aged birds is higher than the number of counted birds (`HB` and `BK`) within a 10-minute window around the age record. - Records of Honey Buzzards that should probably be single-counted (at Station 2 during the HB focus period). -- Records of aged Honey Buzzards and Black Kites outside of expected/permitted distance codes (i.e. outside of W1-O-E1). +- Records of aged Honey Buzzards and Black Kites outside of expected distance codes (i.e. outside of W1-O-E1). - Records containing unexpected combinations of sex and/or age information. - Records with no timestamps, which are set to 00:00:00 during processing. - Records containing non-protocol species. - Records with age details in `W3`, `E3` and `>E3`, excluding non-juvenile harriers with a sex, juvenile `MonPalHen` and juvenile/non-juvenile eagles. -- Records of female Pallid Harriers with `I` or `A` age. +- Records of female Pallid Harriers with `I` or `A` age (legal per protocol, though very difficult to age in the field). ## Todo - [x] Implement automatic download of the data, flagging of suspicious records and storing of the data in Dropbox using AWS Lambda.