Re: [gdal-dev] Forces SRS into VRT ? (gdalbuildvrt)

2012-10-01 Thread Even Rouault
Le lundi 01 octobre 2012 16:07:15, Oyvind Idland a écrit : > Hello, > > is it possible to force an SRS into a .vrt in some way, during creation ? > (except manually copying into the .vrt) > > In my case, I got a tiled dataset in .jpeg, with no SRS information > attached. Since I know the projecti

Re: [gdal-dev] Regarding Attribute corruption while reading KML file

2012-10-01 Thread Even Rouault
Le lundi 01 octobre 2012 22:37:48, Abhinav a écrit : > I am having Issue in reading attributes of kml file with Gdal. > When I am running gdalinfo in windows, it displays > > Had to open data source read-only. > INFO: Open of `D:\Users\DMS\Desktop\Airbase.kml' > using driver `KML' successful

Re: [gdal-dev] Regarding Attribute corruption while reading KML file

2012-10-01 Thread Abhinav
I am having Issue in reading attributes of kml file with Gdal. When I am running gdalinfo in windows, it displays Had to open data source read-only. INFO: Open of `D:\Users\DMS\Desktop\Airbase.kml' using driver `KML' successful. 1: AIR_FIELD (3D Point) Is it the right driver for the windows

Re: [gdal-dev] Regarding Attribute corruption while reading KML file

2012-10-01 Thread Even Rouault
Le lundi 01 octobre 2012 21:24:49, Abhinav a écrit : > I am facing problem in reading KML/GML file from GDAL. When I read > attributes values are not coming properly. All the values are present in > the respective file. > > Is it the problem with the gdal driver or what? With such an imprecise de

[gdal-dev] Regarding KML/GML Reading

2012-10-01 Thread Abhinav
I am facing problem in reading KML/GML file from GDAL. When I read attributes values are not coming properly. All the values are present in the respective file. Is it the problem with the gdal driver or what? With Regards Abhinav Goyal ___ gdal-dev

[gdal-dev] Regarding Attribute corruption while reading KML file

2012-10-01 Thread Abhinav
I am facing problem in reading KML/GML file from GDAL. When I read attributes values are not coming properly. All the values are present in the respective file. Is it the problem with the gdal driver or what? With Regards Abhinav Goyal ___ gdal-dev

Re: [gdal-dev] Problem installing gdal from source - dxf-related?

2012-10-01 Thread Even Rouault
Andreas, I suspect that your source files don't match the "official" ones. The line numbers don't point to the line numbers of the SVN version. There must have been an error in the process when you updated your source files. Even ___ gdal-dev mail

Re: [gdal-dev] Problem installing gdal from source - dxf-related?

2012-10-01 Thread Even Rouault
Andreas, I suspect that your source files don't match the "official" ones. The line numbers don't point to the line numbers of the SVN version. There must have been an error in the process when you updated your source files. Even ___ gda

[gdal-dev] Forces SRS into VRT ? (gdalbuildvrt)

2012-10-01 Thread Oyvind Idland
Hello, is it possible to force an SRS into a .vrt in some way, during creation ? (except manually copying into the .vrt) In my case, I got a tiled dataset in .jpeg, with no SRS information attached. Since I know the projection, I am looking for an "-a_srs" or similar. - Oyvind _

[gdal-dev] Problem installing gdal from source - dxf-related?

2012-10-01 Thread Andreas Neumann
Hi, I tried to test the latest DXF fixes - but get an error message during installation. The compile works fine, but during install I get the following message: make[3]: Entering directory `/home/an/dev/gdal/ogr/ogrsf_frmts/dxf' /bin/bash /home/an/dev/gdal/li

[gdal-dev] gdalbuildvrt different bands

2012-10-01 Thread Jose Gomez-Dans
Hi, I want to produce a set of VRTs that comprise a re-arrangement of bands of a number of individual GeoTIFF files. Say I have file_01: band_01...band_04 file_02: band_01...band_04 file_03: band_01...band_04 file_04: band_01...band_04 And what I want to have is vrt_01: file_01:band_01 file_02:ban