Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] CRS-less Geotiff hint

Hi Jesse,

Jesse Eichar-2 wrote:
> 
> 
> This means there is not CRS.  Suppose the correct CRS is EPSG:4326  
> (lat long).  Use the command:
> 
>  > gdalwarp -s_srs EPSG:4326 -t_srs EPSG:4326 my_geotiff.tif  
> referenced_geotiff.tif
> 
> 
you can also use gdal_translate in this way:

  > gdal_translate -a_srs epsg:4326 intpu.tif output.tif

In this way you simply assign a right srs.

Best regards,

a

-----
Andrea Borruso

----------------------------------------------------
email: aborruso@xxxxxx
website: http://blog.spaziogis.it
my 2.0 life: http://aborruso.storytlr.com/
feed: http://feeds2.feedburner.com/Tanto
38° 7' 48" N, 13° 21' 9" E
----------------------------------------------------
-- 
View this message in context: http://www.nabble.com/CRS-less-Geotiff-hint-tp18107280p21776267.html
Sent from the udig-devel mailing list archive at Nabble.com.



Back to the top