tupdated coordinate system information - flytrexlog - read, manipulate, and plot flytrex logger data
(HTM) git clone git://src.adamsgaard.dk/flytrexlog
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit b6bae157144a52de88a7e01a20d13c71c7dd69dc
(DIR) parent b99dfc688e8697a45502ef63d511a31bad63b006
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 6 Jun 2014 08:52:47 +0200
updated coordinate system information
Diffstat:
M flytrexlog.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/flytrexlog.py b/flytrexlog.py
t@@ -52,11 +52,11 @@ class csvfile:
#f.subplots_adjust(hspace=0.0)
plt.show()
- def utm_coordinate(self, datetime, format='local'):
+ def position(self, datetime, timeformat='local'):
'''
- Determines the GPS coordinate at a specified time. If no
- recorded value is available at the specified time, linear
- interpolation will approximate the coordinate.
+ Determines the GPS coordinate (WGS84 format) at a specified
+ time. If no recorded value is available at the specified time,
+ linear interpolation will approximate the coordinate.
:param datetime: The timestamp for which the approximate
location is required