[GRASS-windows] Mosaic and georectify commands in GRASS GIS 6.3.0

2 messages Options
Embed this post
Permalink
Peta.Wright

[GRASS-windows] Mosaic and georectify commands in GRASS GIS 6.3.0

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
Hi,
 
I am a new user of GRASS GIS 6.3.0, and have been experiencing a few problems with some of the commands.  Specifically with the mosaic and georectification tool.  I have been trying to mosaic 2 rasters together however I keep receiving the following error message:
 
 
Mosaicing two images...
syntax error, unexpected
[hidden email], expecting '='
Parse error
C:/GRASS/scripts/i.image.mosaic: eval: line 1: unexpected EOF while looking for matching `''
C:/GRASS/scripts/i.image.mosaic: eval: line 2: syntax error: unexpected end of file
cat: P:/CSE/_SustainableRange/Hymenachne/Peta's: No such file or directory
cat:
[hidden email]: No such file or directory
C:/GRASS/scripts/i.image.mosaic: eval: line 1: unexpected EOF while looking for matching `''
C:/GRASS/scripts/i.image.mosaic: eval: line 2: syntax error: unexpected end of file
cat: P:/CSE/_SustainableRange/Hymenachne/Peta's: No such file or directory
cat:
[hidden email]: No such file or directory
 
Ready. File [hidden email] created.
Illegal filename. Character <@> not allowed.
 
 
I have also tried to create the mosaic by omitting the @ symbol from the image name - this appears to create the file but then fails to draw.
 
My other query is regarding the georectification command and how I should interpret the forward and backward RMS error? With other GIS programs, the total RMS error has been given as one number.  When I try to georectify the image furthermore, the program freezes.  So I am also wondering whether I need to compress the images before rectification? I have been using approx. 50 MB images.
 
Any help would be greatly appreciated.
 
 
Kind regards,
 
Peta Wright

_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows
Glynn Clements

Re: [GRASS-windows] Mosaic and georectify commands in GRASS GIS 6.3.0

Reply Threaded More More options
Print post
Permalink

[hidden email] wrote:

> I am a new user of GRASS GIS 6.3.0, and have been experiencing a few
> problems with some of the commands. Specifically with the mosaic and
> georectification tool. I have been trying to mosaic 2 rasters together
> however I keep receiving the following error message:
>
>
> Mosaicing two images...
> syntax error, unexpected '@'<mailto:'@'>, expecting '='

You should check whether your mail program has an option to disable
that <mailto:...> "feature". It's could be problematic on the GRASS
lists, given the way that GRASS uses "@".

> cat: P:/CSE/_SustainableRange/Hymenachne/Peta's: No such file or directory
> cat: folder/Sample_Images//colr/2518_2006CK@PERMANENT: No such file or directory

Several of the shell scripts (and a small number of binary modules)
fail if either the GRASS database directory (aka GISDBASE) or the
GRASS installation directory (aka GISBASE) contain spaces. Actually,
the single quote (apostrophe) character might also cause problems.

Many of these have been fixed since 6.3.0 was released (6.3.0 is the
first version which has been widely used on Windows). You can obtain
more recent versions of the scripts from the Subversion repository:

http://trac.osgeo.org/grass/browser/grass/branches/develbranch_6

For shell scripts, you can just obtain the updated script, e.g.:

http://trac.osgeo.org/grass/browser/grass/branches/develbranch_6/scripts/i.image.mosaic/i.image.mosaic?format=raw

and replace the existing script with it.

Alternatively, you can avoid this class of problem entirely by
choosing directories whose names don't contain "awkward" characters
(although this may require a certain level of access privilege).

> My other query is regarding the georectification command and how I
> should interpret the forward and backward RMS error? With other GIS
> programs, the total RMS error has been given as one number.

In most cases, the forward error is the figure which you are likely to
be interested in. That indicates roughly how far a point will end up
from its "true" position.

> When I try
> to georectify the image furthermore, the program freezes. So I am also
> wondering whether I need to compress the images before rectification?
> I have been using approx. 50 MB images.

I have no idea what the problem is here, but compression is unlikely
to help. Compression only affects the size on disk, not the memory
consumption or processing time (other than the fact that compressed
images are slightly slower to read/write, due to the need for
(de)compression).

--
Glynn Clements <[hidden email]>
_______________________________________________
grass-windows mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-windows