I’ve created a lat-long region like this :
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 > g.region -p
projection: 3 (Latitude-Longitude)
zone: 0
datum: ** unknown (default: WGS84) **
ellipsoid: wgs84
north: 90N
south: 90S
west: 180W
east: 180E
nsres: 1
ewres: 1
rows: 180
cols: 360
And I’ve tried to import an image (it is as attachment) and I get this error :
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 > r.in.gdal input=/home/seabiscuit/Desktop/florida.jpg out=florida -o
Over-riding projection check.
Proceeding with import…
WARNING: G_set_window(): Illegal latitude for South
hallo,
how does your florida.jgw look like? What does
gdalinfo florida.jpg
say?
Jachym
On Tue, May 02, 2006 at 04:54:03PM +0100, Ana Soares wrote:
Hello!
I've created a lat-long region like this :
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 > g.region -p
projection: 3 (Latitude-Longitude)
zone: 0
datum: ** unknown (default: WGS84) **
ellipsoid: wgs84
north: 90N
south: 90S
west: 180W
east: 180E
nsres: 1
ewres: 1
rows: 180
cols: 360
And I've tried to import an image (it is as attachment) and I get this error
:
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 >
r.in.gdalinput=/home/seabiscuit/Desktop/florida.jpg out=florida -o
Over-riding projection check.
Proceeding with import...
WARNING: G_set_window(): Illegal latitude for South
hallo,
how does your florida.jgw look like? What does
gdalinfo florida.jpg
say?
Jachym
On Tue, May 02, 2006 at 04:54:03PM +0100, Ana Soares wrote:
Hello!
I’ve created a lat-long region like this :
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 > g.region -p
projection: 3 (Latitude-Longitude)
zone: 0
datum: ** unknown (default: WGS84) **
ellipsoid: wgs84
north: 90N
south: 90S
west: 180W
east: 180E
nsres: 1
ewres: 1
rows: 180
cols: 360
And I’ve tried to import an image (it is as attachment) and I get this error
:
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 >
r.in.gdalinput=/home/seabiscuit/Desktop/florida.jpg out=florida -o
Over-riding projection check.
Proceeding with import…
WARNING: G_set_window(): Illegal latitude for South
And I've tried to import an image (it is as attachment) and I get this
error :
GRASS 6.0.1 (New_loc1):~/Desktop/eaps/Demonstracao/Prototype1 >
r.in.gdalinput=/home/seabiscuit/Desktop/florida.jpg out=florida -o
Over-riding projection check.
Proceeding with import...
WARNING: G_set_window(): Illegal latitude for South
Can anywone help me ?
you need to import unprojected images into a simple XY location, not LL.