View Single Post
Framstag's Avatar
Posts: 72 | Thanked: 51 times | Joined on Jul 2008 @ Germany
#11
Originally Posted by gsever View Post
Hey,

I updated GPSJinni again and now it works, doesn't complain about other packages. Glad to see that if fixed latitude writing annoyance.
Fine, that it works now.

Originally Posted by gsever View Post
What is the highest precision that you could write to a file or read from the GPS receiver? (I see 47.9246 for example could this be improved like 47.9246XX ? ) Exported KML shows some funny locations --probably due to the positioning uncertainties ehh?
Lat, long are doubles that will be multiplied by 10000000.0 and rounded (and shifted to get a unsigned integer number). I haven't calculated it myself but this is a common trick fromt he OSM world and is saif to have still enough precision for real world position. Note that the position error of the dvice is normally higher.

Originally Posted by gsever View Post
Could we set writing frequency interval to KML output? Say I want to my locations to be written or sampled only for 1/5/10 sec intervals.

I currently use the default, but liblocation allows time precision of 1,2, 5, 10, 20, 30, 60, 120 seconds. I can add this to the TODO list.

Originally Posted by gsever View Post
Can you add time stamp to the space coordinates? Say at what time I was at 47.9246 longitude etc...


Originally Posted by gsever View Post
Creation of time-stamped logging file. Let say when I start recording I want the file automatically be appearing as YEARMONTHDAY_HHMMSS and save as KML in the same fashion.
Yes time is already stored in the internal file format and thus can be added to the KML output. Do you have a link to a concrete example for how time is stored in KML?

Originally Posted by gsever View Post
OK, I admit I want a lot Consider them as feature requests? Do you have an issue tracker so that these will not be forgotten.

Other than that, thanks for making it available to us
No problem with adding valid feature requests to the TODO list ;-) I think the time stuff should be the easiest one to add.
 

The Following User Says Thank You to Framstag For This Useful Post: