Re: [gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread David J. Bakeman
You might want to look at gpsbabel? On 2/8/20 3:27 AM, Manuel H. wrote: Hi, I was attempting to simplify my Google Earth KML file and found ogr2ogr mentioned on the internet. When I run it through the program

Re: [gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread Even Rouault
On samedi 8 février 2020 23:55:22 CET Manuel H. wrote: > It says it uses KML. > Well, I followed your links and the LIBKML driver seems to be abandoned for > many years. You're talking about https://github.com/google/libkml ? Yes this one was abandoned. Community took over in https://github.com/l

Re: [gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread Manuel H.
It says it uses KML. 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. Am Sa., 8. Feb. 2020 um 15:44 Uhr schrieb Even Rouault < even.roua...@spatialys.com>: > On samedi 8

Re: [gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread Rahkonen Jukka (MML)
Hi, Please answer with “reply-all” so your mails go also back to the list. GDAL has two drivers for KML https://gdal.org/drivers/vector/kml.html https://gdal.org/drivers/vector/libkml.html#vector-libkml KML driver finds only one layer from your data ogrinfo --config gdal_skip libkml testcase.kml

Re: [gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread Even Rouault
On samedi 8 février 2020 12:27:11 CET Manuel H. wrote: > Hi, > > I was attempting to simplify my Google Earth KML file and found ogr2ogr > mentioned on the internet. > When I run it through the program, ogr2ogr seems to ignore everything that > is a "Track" according to Google Earth. Only entries

Re: [gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread jratike80
Hi, Could you provide some test data? If data area GPS logs, do you happen to have they also in GPX format that might have better support in GDAL and for example gpsbabel program? -Jukka Rahkonen- Manuel H. wrote > Hi, > > I was attempting to simplify my Google Earth KML file and found ogr2ogr

[gdal-dev] ogr2ogr ignoring tracks, only converting paths

2020-02-08 Thread Manuel H.
Hi, I was attempting to simplify my Google Earth KML file and found ogr2ogr mentioned on the internet. When I run it through the program, ogr2ogr seems to ignore everything that is a "Track" according to Google Earth. Only entries that are a "Path" are converted. They are all GPS logs I collected