Hi,
I’m trying to import two .tif raster data in the same LOCATION, I imported the first one fine but when I import the second raster image it gives me an error.
1 Over-riding projection check
2 Illegal latitude for North.
–
Kind Regards
TS Gumede
Student Researcher
Meraka Institute, CSIR
office : 012 841 2606
mobile : 072 258 1650
|
|
|
Hi,
I’m trying to import two .tif raster data in the same LOCATION, I imported the first one fine but when I import the second raster image it gives me an error.
A single LOCATION is always identified by a particular coordinate system. If your originals are in different CRS, then you must either:
1- reproject one of them outside of GRASS (i.e with gdal_translate) to the same CRS as the other, or
2- make two locations, one for each raster, import each tiff into it’s location, then re-project within GRASS (using r.proj) one of the rasters from one location to the other.
···
--
Micha Silver
Arava Development Co. +972-52-3665918
[http://www.surfaces.co.il](http://www.surfaces.co.il)
On Mon, May 31, 2010 at 4:02 PM, Sandile Gumede <akasandile@gmail.com> wrote:
Hi,
I'm trying to import two .tif raster data in the same LOCATION, I imported the first one fine but when I import the second raster image it gives me an error.
1 Over-riding projection check
2 Illegal latitude for North.
Besides the suggestions from Micha, please post the output of
gdalinfo yourfile.tif
Markus