Re: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3

2024-01-25 Thread Even Rouault via gdal-dev
Now perhaps GDAL could inform that “FIN” and “fin” are not valid double values, but on the other hand, I think that I have also some influence on the wrong behavior. Validation of values added in https://github.com/OSGeo/gdal/pull/9138 Even -- http://www.spatialys.com My software is free, bu

Re: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3

2024-01-25 Thread Rahkonen Jukka via gdal-dev
now by Even. -Jukka Rahkonen- Lähettäjä: Pierluigi Guasqui Lähetetty: torstai 25. tammikuuta 2024 15.04 Vastaanottaja: Rahkonen Jukka Aihe: Re: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3 Jukka, it is not documented but I expect GDAL to be consisten

Re: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3

2024-01-25 Thread Rahkonen Jukka via gdal-dev
ui via gdal-dev Lähetetty: torstai 25. tammikuuta 2024 13.34 Vastaanottaja: gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org> Aihe: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3 Dear GDAL team, I am using GDAL version 3.8.3 and I am trying to ext

Re: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3

2024-01-25 Thread Even Rouault via gdal-dev
Hi, will be fixed per https://github.com/OSGeo/gdal/pull/9136 . As a workaround, you can spell them "inf" or "-inf" lowercase Even Le 25/01/2024 à 12:34, Pierluigi Guasqui via gdal-dev a écrit : Dear GDAL team, I am using GDAL version 3.8.3 and I am trying to extract GCPs values with gdali

Re: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3

2024-01-25 Thread Rahkonen Jukka via gdal-dev
Lähetetty: torstai 25. tammikuuta 2024 13.34 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3 Dear GDAL team, I am using GDAL version 3.8.3 and I am trying to extract GCPs values with gdalinfo tool from a VRT file

[gdal-dev] Bad values when reading GCPs from a VRT file with gdalinfo in GDAL 3.8.3

2024-01-25 Thread Pierluigi Guasqui via gdal-dev
Dear GDAL team, I am using GDAL version 3.8.3 and I am trying to extract GCPs values with gdalinfo tool from a VRT file (attached). As you can see by looking at the VRT file with a text editor GCP XYZ values are infinite values. When I read GCPs from the attached VRT file with gdalinfo (latest ve