Hi Steve,
For this type of thing, I usually use the GEOFUNC add-in for Excell, which can be downloaded from here:
http://www.afsc.noaa.gov/nmml/software/excelgeo.php. This provides you with functions in Excel that can be used to calculate the actual position of your animals from the position, distance and bearing/azimuth. The functions are
=NewPosLat(Lat1, Lon1, Bearing, Distance) for latitude and =NewPosLon(Lat1, Lon1, Bearing, Distance) for longitude, where Lat1,Lon1 is the position of the observer when the animal was seen.
However, remember that the bearing/azimuth which is being used in this calculation is TRUE NORTH and not MAGNETIC NORTH. This means that if you have recorded your bearings/azimuths with a magentic compass in the field, you will need to apply a correction to convert it from MAGNETIC NORTH to TRUE NORTH before you can estimate the positions.
Of course, this is all assuming that your positions are recorded in latitude and longitude. If your coordinates are in a projected coordinate system (i.e. aer in eastings and northings rather than lat and long), then it is a realtively simple bit of triganometry based on Pythagoras Theorem, and you can use the following formulae in Excel:
- Column A: Compass Bearing in decimal degrees
- Column B: Distance from base point in metres
Column C: =COS(RADIANS( [Column A]))*[Column B]
Column D: =SIN(RADIANS([Column A]))*[Column B]
Where Column C would be the Easting and Column D would be the Northing. However, you would need to make sure that your bearings/azimuths is in GRID NORTH rather than MAGNETIC NORTH. You can find out information about these different types of North here:
http://googlecompass.com/TypesofNorth.htm.
I hope this helps, and if you need any further information on this, or need anything clarified (or find anything mentioned doesn't work for you), just post back on this thread.
All the best,
Colin