Ticket #295 (assigned Task: null)
Start a Movement Toolbox
| Reported by: | bbest | Owned by: | jjr8 |
|---|---|---|---|
| Priority: | Medium | Milestone: | Unscheduled |
| Component: | Unknown | Version: | |
| Keywords: | Cc: |
Description (last modified by bbest) (diff)
This is a placeholder for development of a movement toolbox, which deserves more thought. Ideally, we could:
Functionality
- Import from data:
- csv
- csv with Argos' 2 sets of locations
- Argos DIAG format
- into a special feature class?
- Filter from points of data, based on:
- location class
- speed, distance and angle (Frietas, 2008)
- land
- ...?
- Generate Track, ie line feature class, possibly with:
- straight lines
- berzier's spline (Tremblay, 2006)
- ...?
- Interpolate points along track, using:
- probable location, using Bayesian state-space model (Jonsen,
- ...?
- Analyse
- kernel density
- LoCoH - Local Convex Hull Homerange Generator with web, R and ArcGIS interfaces availble ( Getz et al, 2007).
- Other refs:
- Aarts, G, M MacKenzie, B McConnell, M Fedak, et al. 2008. Estimating space-use and habitat preference from wildlife telemetry data. Ecography.
- habitat...
- ...?
- kernel density
R Libraries and Scripts
I (Ben Best) wrote some R scripts written for projects Nemo (Catherine McClellan?) and Tortugas (Dana Wingfield).
- R packages
- argosfilter - speed, distance, angle filters after Freitas2008.pdf
- trip - reading Argos data (even in original emailed DIAG format) into [sp]atial objects, calculating distances, etc
- adehabitat - habitat analysis of movement data
- ...?
- R scripts
- filter_argos_all.R - program to filter locations using speed, distance, angle filters from argosfilter package (Nemo)
- filter_land.R - filters out points on land (Nemo)
- sim_crw_v2.r - simulates a correlated random walk, sampling a given track's set of turn angles and distances, redoing if on land. can be used as the null model for pseudo-absence data in development of a predictive model
- ...?
Issues
- generation of pseudo-absence points for comparison
- incorporation of surface current movement
- ...?
Related Work
- ArcGIS tools
- ArcView Animal Movement
- Hawth's Tools
- [ARGOS-Tools http://gis-lab.info/programs/argos]
- ...?
- Web services
- Matlab?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

