|
Posted by ujaval@gmail.com on March 13, 2007, 12:13 pm
Please log in for more thread options Try GDAL ... gdal_translate is a free command line utility and is part
of the FWtools package (http://fwtools.maptools.org/ )
gdal_translate will be able to assign the projection information to
your file using the "-a_srs" option. See usage information from
http://www.gdal.org/gdal_translate.html
-Ujaval
http://gisindia.blogspot.com
> Hello !
>
> I have problem. I have GeoTiff raster file with compression JPG q-factor 4
> (File has been compressed by Image Station Raster Utilites). GeoTiff is
> registered ( Header of file contain: coordinates of corner, pixel size and
> units) I have to add to header informations about projection:
> Spheroid name: Krasovsky,
> Datum name: Pulkovo1942,
> Longitude of center of projection 17:00:30.0 E
> Latitude of center of projection 53:35:00.0 N
> False easting 3501000.00 m
> False northing 5999000.00 m
>
> Maybe someone know, what software i should to use?
> Sorry, my english is poor.
>
> --
> *****
> Wit(old)
> mail: http://tinyurl.com/douj2
|