Re: [gdal-dev] kml file does not open with ogrinfo but works with GE

2013-01-03 Thread Even Rouault
Le jeudi 03 janvier 2013 13:08:28, Roger Bivand a écrit : > If you change utf-16 in the first line to utf-8, then change line 2: The encoding specification is indeed incorrect (UTF-16 is a 2-byte encoding, and the file is really ASCII / UTF-8) --> the software that generated that file should be

Re: [gdal-dev] kml file does not open with ogrinfo but works with GE

2013-01-03 Thread Roger Bivand
ary? > Any help with this? > I've uploaded test.kml in case someone could help: > http://dl.dropbox.com/u/3180464/test.kml > > Thanks! > Agus > ___________________ > gdal-dev mailing list > gdal-dev@.osgeo > http://lists.osgeo.org/mailman/li

[gdal-dev] kml file does not open with ogrinfo but works with GE

2013-01-03 Thread Agustin Lobo
A program (Mission Planner for Ardupilot) http://code.google.com/p/ardupilot-mega/wiki/MPTlog produces kml files with track information that can be represented with the same program and GE, but I cannot open them with ogrinfo: $ ogrinfo test.kml FAILURE: Unable to open datasource `test.kml' with th