I've recently been provided with a large number of relatively small KMZ files which contain track data recorded by field staff using GPS. This is usually a simple extraction process, however the data is now being provided as a gx:MultiTrack within the KMZ file.
(More Info - https://developers.google.com/kml/documentation/kmlreference#gxmultitrack)
When using FME, it processes the features as if they have no geometry. Currently I'm reading the data in as an xml and extracting the coordinates to build line features as a work around, but not sure it's the best way.
Has anyone dealt with MultiTracks before using FME and have any tips or tricks to extract the geometry cleanly?
Thanks in advance.