[gdal-dev] ogrinfo Unable to identify source geometry field with GDAL 3.7 but not 3.3?

Rahkonen Jukka jukka.rahkonen at maanmittauslaitos.fi
Wed Jul 12 04:58:12 PDT 2023


Hi,

I can confirm the error with GDAL 3.7.0. But because you have both .csv and .csvt it I wonder if there is any need to use .vrt. Output from "ogrinfo nz-addresses.csv" looks correct to me.

-Jukka Rahkonen-



-----Alkuperäinen viesti-----
Lähettäjä: gdal-dev <gdal-dev-bounces at lists.osgeo.org> Puolesta Gary Turner
Lähetetty: keskiviikko 12. heinäkuuta 2023 4.36
Vastaanottaja: Even Rouault <even.rouault at spatialys.com>; gdal-dev at lists.osgeo.org
Aihe: Re: [gdal-dev] ogrinfo Unable to identify source geometry field with GDAL 3.7 but not 3.3?

As attached. I've removed some bulky documentation from the as-downloaded/supplied zip file.

On 11/07/2023 8:20 pm, Even Rouault wrote:
> Gary,
>
> please provide a VRT and CSV that can reproduce this
>
> Even
>
> Le 11/07/2023 à 03:55, Gary Turner a écrit :
>> Hi,
>> Apologies if this isn't the right place to ask, but I am struggling 
>> to work out what's going on.
>> I'm setting up a new windows machine to process address data provided 
>> by a local agency. I've downloaded new versions of software.
>> I use ogr2ogr to load csv files via a vrt file into postgres. This 
>> works fine with my old setup, and has worked with various older 
>> versions as well.
>> However with the latest ogr2ogr it fails. ogrinfo --version says GDAL 
>> 3.7.0, released 2023/05/02
>>
>> P:\bin\gdal37>.\ogrinfo.exe C:\temp\addresses.vrt
>> INFO: Open of `C:\temp\addresses.vrt'
>>       using driver `OGR_VRT' successful.
>> 1: addressesERROR 1: Unable to identify source geometry field 'WKT' 
>> for geometry.
>>  (None)
>>
>> but with an older version GDAL 3.3.1, released 2021/06/28 
>> P:\bin\gdal33>.\ogrinfo.exe C:\temp\addresses.vrt
>> INFO: Open of `C:\temp\addresses.vrt'
>>       using driver `OGR_VRT' successful.
>> 1: addresses (Point)
>>
>> I get the same failure with ogr2ogr, but ogrinfo seemed simpler and 
>> there's a much less complicated command-line.
>> I've cut this down to a one-field, one-line of csv example that does 
>> the same thing, if that's useful.
>>
>> Is this expected?
>> Is there an easy work-around, that would work with both versions?
>> Please let me know if I'm missing something obvious or just being 
>> dumb, or should  ask elsewhere.
>>
>> Thanks
>> Gary
>>
>>
>> _______________________________________________
>> gdal-dev mailing list
>> gdal-dev at lists.osgeo.org


More information about the gdal-dev mailing list