[GRASS5] Re: CVS update of src/raster/r.recode

Hi Bob

grass@intevation.de wrote:

Modified Files:
      Tag: releasebranch_11_april_2001_5_0_0
        main.c read_rules.c
Log Message:
added -d to force DCELL output

A problem here is that you did not define make_dcell. It causes an error
on SGI's.

--
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Justin Hickey wrote:

Hi Bob

grass@intevation.de wrote:
> Modified Files:
> Tag: releasebranch_11_april_2001_5_0_0
> main.c read_rules.c
> Log Message:
> added -d to force DCELL output

A problem here is that you did not define make_dcell. It causes an error
on SGI's.

--
Sincerely,

Jazzman (a.k.a. Justin Hickey) e-mail: jhickey@hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand

People who think they know everything are very irritating to those
of us who do. ---Anonymous

Jazz and Trek Rule!!!

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Justin,

You are right, I forgot to apply global.h with the updated defines.

The updated global.h with make_dcell defined has been applied to CVS.

Thanks for picking that up.
--
Bob Covill

Tekmap Consulting
P.O. Box 2016 Fall River, N.S.
B2T 1K6
Canada

E-Mail: bcovill@tekmap.ns.ca
Phone: 902-860-1496
Fax: 902-860-1498

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

dear all,

i'm new in grass.... i try to run the grass through
the sample data..... but the problem is the X monitor
cannot be started. it must be configure first.....

how can i configure to set environment (setenv) for
the grass.....

regard

mior

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hello,

I have applied some change to NVIZ and the ogsf library.

NVIZ is now started with the script "nviz" not "nviz2.2".

All commands are handled by the G_parser and NVIZ should exit gracefully
when incorrect parameters or flags are used.

The interactive version (no options) is working with parameters and
flags supplied from prompt. Simply type "nviz".

I have updated the loading status for rasters and vectors where the
percent complete is shown.

I have added a catch for the memory check when loading raster data. This
allows a graceful exit if there is not enough system memory to load the
data.

To incorporate the above changes update the ogsf library and NVIZ2.2.

If there are any problems or questions let me know.
--
Bob Covill

Tekmap Consulting
P.O. Box 2016 Fall River, N.S.
B2T 1K6
Canada

E-Mail: bcovill@tekmap.ns.ca
Phone: 902-860-1496
Fax: 902-860-1498

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Bob,

thanks for these updates. Here some test results:
On Mon, May 07, 2001 at 04:07:57PM -0300, Bob Covill wrote:

Hello,

I have applied some change to NVIZ and the ogsf library.

NVIZ is now started with the script "nviz" not "nviz2.2".

All commands are handled by the G_parser and NVIZ should exit gracefully
when incorrect parameters or flags are used.

that's working well.

The interactive version (no options) is working with parameters and
flags supplied from prompt. Simply type "nviz".

working well.

A problem occurs when trying to load a non-existing raster map:

nviz elev=notthere
WARNING: unable to find [notthere] in [(null)]
WARNING: unable to open raster map [notthere in (null)]
Not able to open cellfile for [notthere]
WARNING: unable to find [notthere] in [(null)]
WARNING: unable to open raster map [notthere in (null)]
Not able to open cellfile for [notthere]
Adding panels from /usr/local/grass5/etc/nviz2.2/scripts
Nv_(panels)
toplevel made
child killed: segmentation violation
[...]

For vector it is o.k.:
[...]
Can't find vector file notthere.
[...]

For sites also o.k.:
[...]
Can't find sites file notthere.
[...]

Could you look into this again?

I have updated the loading status for rasters and vectors where the
percent complete is shown.

Working, too.

I have added a catch for the memory check when loading raster data. This
allows a graceful exit if there is not enough system memory to load the
data.

Perfect!

To incorporate the above changes update the ogsf library and NVIZ2.2.

If there are any problems or questions let me know.

Beside above minor problem I cannot see further difficulties. Thanks!

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'