Subject: | Support fractional times |
Writing tracks currently truncates timestamps to 1-second resolution. This means that track data captured at >1Hz will be recorded with some timing data lost.
Real-world requirements for this are probably rare (I only noticed it while testing a seldom-useful configuration of a development tool for a specific niche application) but it would be nice to support it correctly just for completeness.
I'm not sure what other tools do in similar cases. It looks like the gpxlogger tool from gpsd will just write 3 decimal places after the seconds value (which is ISO standard). Are there any reader applications that can't deal with such values?