-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add speed, distance and angle for observations #210
Comments
@yliefting can you clarify for the 3 fields - if applied to a sequence of images - whether it is an average value or the value in e.g. the first image? |
I think this needs more discussions e.g. |
We definitely need the fields for use cases already in use. I’ll try and craft better definitions. |
Please implement with the name radius instead of distance for the new field |
@MarcusRowcliffe can you clarify or suggest a definition? Would the unit still be meters? |
radius should indeed be in meters; angle should be in radians, and it's definition should be refined as "angular distance from the centre line of the camera field of view" (or something to that effect); speed should be in meters per second. |
@MarcusRowcliffe I guess distance was named |
This description reminds me of azimuth and relative bearing |
@peterdesmet I would prefer to stick with radius. The field names stem from the original publication where the utility of these data were first proposed (https://doi.org/10.1111/j.2041-210X.2011.00094.x), which uses radius and angle to describe exactly these data, and I think a conceptual connection with this source literature is helpful. Radius is commonly used to name this value in polar co-ordinate systems (which this is), so I don't think it should be completely strange. I see it as a benefit that the observation-specific field is clearly distinguished from the deployment-specific detectionDistance field, which has a very different definition. More pragmatically, the density estimation functions already use radius as the required field name (although it would not be hard to change this if necessary). |
Bearing in mind I am a naive user I too find With that said, I agree with @MarcusRowcliffe that tying it to what is commonly used / in literature is worthwhile. |
Discussed this with @MarcusRowcliffe in a call. Conclusions are: Angle + Radius
individualID
individualAngle
individualRadius
# or
individualID
individualPositionAngle
individualPositionRadius
Speed
@timrobertson100 @yliefting @jimcasaer @kbubnicki @damianooldoni can you indicate if you prefer the name |
My two cents: 👍 for the longest but most precise definition, i.e. |
Fixed in Camtrap DP 0.6 #297. |
In Agouti, we have implemented the tools for animal tracking by Rowcliffe et. al. (https://github.com/MarcusRowcliffe/CTtracking) into the application. With these tools, users can record the position of an animal in the frames of a sequence. These positions are then used to automatically calculate the speed, distance and angle of the animal. I won't describe all the details here, but we propose to include this information in camtrap-dp.
The addition would be the addition of three fields to observations.sql:
This output can already be used in analysis tools to estimate abundance with, for example, the Random Encounter Model of Rowcliffe et. al.
The text was updated successfully, but these errors were encountered: