Re: [gdal-dev] OGR csv driver: feature numbering

2011-08-27 Thread Hermann Peifer
On 27/08/2011 12:25, Even Rouault wrote: Le samedi 27 août 2011 12:07:12, Hermann Peifer a écrit : Hi, I am just wondering why the csv driver starts numbering at 1, rather than at 0, see e.g. the "First point" in the test.csv example at [1], which ends up as OGRFeature(test):1. However, if I t

Re: [gdal-dev] OGR csv driver: feature numbering

2011-08-27 Thread Even Rouault
Le samedi 27 août 2011 12:07:12, Hermann Peifer a écrit : > Hi, > > I am just wondering why the csv driver starts numbering at 1, rather > than at 0, see e.g. the "First point" in the test.csv example at [1], > which ends up as OGRFeature(test):1. > > However, if I take the test.vrt/test.csv exam

[gdal-dev] OGR csv driver: feature numbering

2011-08-27 Thread Hermann Peifer
Hi, I am just wondering why the csv driver starts numbering at 1, rather than at 0, see e.g. the "First point" in the test.csv example at [1], which ends up as OGRFeature(test):1. However, if I take the test.vrt/test.csv example and convert it to shapefile format, I end up with features 0, 1