<div dir="ltr">It says it uses KML. <div>Well, I followed your links and the LIBKML driver seems to be abandoned for many years. It's not worth it for me trying to set up a whole development environment just for this.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Sa., 8. Feb. 2020 um 15:44 Uhr schrieb Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On samedi 8 février 2020 12:27:11 CET Manuel H. wrote:<br>
> Hi,<br>
> <br>
> I was attempting to simplify my Google Earth KML file and found ogr2ogr<br>
> mentioned on the internet.<br>
> When I run it through the program, ogr2ogr seems to ignore everything that<br>
> is a "Track" according to Google Earth. Only entries that are a "Path" are<br>
> converted. They are all GPS logs I collected over many years with different<br>
> devices. Most modern tracks have been collected with smartphones and they<br>
> are all ignored.<br>
> <br>
> Is there an easy way to prevent or circumvent this?<br>
<br>
Depends on which driver you use.<br>
The older KML driver (<a href="https://gdal.org/drivers/vector/kml.html" rel="noreferrer" target="_blank">https://gdal.org/drivers/vector/kml.html</a>)  has no <br>
support for tracks<br>
The newer LIBKML one (<a href="https://gdal.org/drivers/vector/libkml.html" rel="noreferrer" target="_blank">https://gdal.org/drivers/vector/libkml.html</a>), based on <br>
libkml, has some support for tracks.<br>
<br>
Check the first line of "ogrinfo foo.kml"<br>
<br>
INFO: Open of `foo.kml'<br>
      using driver `LIBKML' successful.<br>
<br>
-- <br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</blockquote></div>