Re: [gdal-dev] Re: Copy coordinate system and corner coordinates

2010-06-22 Thread Chaitanya kumar CH
The GDALDataSet class has methods to get and set such info. ( http://www.gdal.org/classGDALDataset.html) The corner coordinates can be obtained using GDALDataset::GetGeoTransform() On Tue, Jun 22, 2010 at 2:17 PM, canduc17 wrote: > > Well ok, but I don't have to merely copy the dataset. > I have

[gdal-dev] Re: Copy coordinate system and corner coordinates

2010-06-22 Thread canduc17
Well ok, but I don't have to merely copy the dataset. I have to eleborate it and after the elaboration I have to add all the information i can get from gdalinfo. So CreateCopy() doesn't fit for me. How to extrac ONLY these info and put them inside the new dataset? -- View this message in context