[gdal-dev] Copy coordinate system and corner coordinates
canduc17
candini at meeo.it
Tue Jun 22 04:03:31 EDT 2010
I have an input dataset like this:Driver: GTiff/GeoTIFF
Files: aot.2007154.0950.geo.tif
Size is 5657, 2287
Coordinate System is:
GEOGCS["WGS 84",
DATUM["WGS_1984",
SPHEROID["WGS 84",6378137,298.2572235630016,
AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich",0],
UNIT["degree",0.0174532925199433],
AUTHORITY["EPSG","4326"]]
Origin = (0.452892184257507,72.917350769042969)
Pixel Size = (0.010000000000000,-0.010000000000000)
Metadata:
AREA_OR_POINT=Area
Image Structure Metadata:
COMPRESSION=LZW
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( 0.4528922, 72.9173508) ( 0d27'10.41"E, 72d55'2.46"N)
Lower Left ( 0.4528922, 50.0473508) ( 0d27'10.41"E, 50d 2'50.46"N)
Upper Right ( 57.0228922, 72.9173508) ( 57d 1'22.41"E, 72d55'2.46"N)
Lower Right ( 57.0228922, 50.0473508) ( 57d 1'22.41"E, 50d 2'50.46"N)
Center ( 28.7378922, 61.4823508) ( 28d44'16.41"E, 61d28'56.46"N)
Band 1 Block=5657x1 Type=Float32, ColorInterp=Grayand I want to copy
coordinate system, origin, pixel size and corner coordinates from this
dataset to the output one.
How to do this in C++?
Thanks in advance.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Copy-coordinate-system-and-corner-coordinates-tp5207721p5207721.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
More information about the gdal-dev
mailing list