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
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