1# Garmin 1000 from Matt Johnson.
2# Really only test read because the huge majority of the fields in these files aren't something
3# that is represented in other formats we service, so the majority are effectively read-only.
4
5gpsbabel -i garmin_g1000 -f ${REFERENCE}/track/garmin_g1000.csv -o gpx -F ${TMPDIR}/garmin_g1000.gpx
6compare ${REFERENCE}/track/garmin_g1000~gpx.gpx ${TMPDIR}/garmin_g1000.gpx
7
8
9