RE: [gdal-dev] KML Parsing Performance

2008-10-10 Thread Christopher Condit
Hi Joel- >I'd like to know how I may get better performance reading a KML file.  I have >a >file with 9,640 points.  I've found that it takes about 16 seconds to read >>through the entire file (see the code snapshot below).  The exact same data >in >Shapefile format takes a second or less to rea

[gdal-dev] KML Parsing Performance

2008-10-08 Thread Joel Odom
I'd like to know how I may get better performance reading a KML file. I have a file with 9,640 points. I've found that it takes about 16 seconds to read through the entire file (see the code snapshot below). The exact same data in Shapefile format takes a second or less to read using the same co