[GRASS5] some new r3.* modules and updates in grass6.1-cvs

Hi all,
i've made some changes to the following modules and implemented a new one in the current grass6.1-cvs:

Updates:

g.mremove
* added rast3d support

r3.to.rast
* better error handling (G_unopen_cell)

r3.out.vtk
* added new flag "-o" -- the scalefactor effects the origin

r.out.vtk
* documentation update
* added new flag "-o" -- the scalefactor effects the origin
* added new flag "-p" -- pointdata support if no elevation map is given
* added new option -- elevation value for 2D data

New module:

r3.in.rast
* converts 2d raster maps into one G3D map
* the number of 2D maps can be less than the depths of the G3D region, the
   last 2D map is used to fill the G3D raster

This module works only if the G3D resolution is equal to the current window resolution.

Thats all for the moment.
I want to implement a new module which produces cross-section 2D maps from a G3D map by a given 2D elevation map.

All modules and diffs (for CVS) are available at:

http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Because i have no CVS write access, it would be nice if somebody with write access can add the changes to the cvs. The needed diff's are available at my homepage (the link above).
It would be great too,
if somebody can test these modules, because i have only 2 test datasets. The modules are working fine at my machine (Fedora Core 3 Linux 32bit kernel 2.6.12, AMD 3000+ 512Mb RAM, grass6.1-cvs), but please use only testdatasets to prevent damage on your data, because im not able to emulate all errors which i try to handle ... .

Feel free to send me any comments, hints and critism about the modules.

Best regards
Soeren Gebbert

I just tested r3.out.rast and r3.in.rast (we would like to use it to store time series output from simwe).
It seems to work well, but r3.in.rast is not in the current CVS - is anybody planning to add it? I can do it if there is nobody who can do it faster than me. I got it from here:
http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Soeren, thank you very much for this - it should make managing numerous sets of time series much easier,

Helena

Soeren Gebbert wrote:

Hi all,
i've made some changes to the following modules and implemented a new one in the current grass6.1-cvs:

Updates:

g.mremove
* added rast3d support

r3.to.rast
* better error handling (G_unopen_cell)

r3.out.vtk
* added new flag "-o" -- the scalefactor effects the origin

r.out.vtk
* documentation update
* added new flag "-o" -- the scalefactor effects the origin
* added new flag "-p" -- pointdata support if no elevation map is given
* added new option -- elevation value for 2D data

New module:

r3.in.rast
* converts 2d raster maps into one G3D map
* the number of 2D maps can be less than the depths of the G3D region, the
  last 2D map is used to fill the G3D raster

This module works only if the G3D resolution is equal to the current window resolution.

Thats all for the moment.
I want to implement a new module which produces cross-section 2D maps from a G3D map by a given 2D elevation map.

All modules and diffs (for CVS) are available at:

http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Because i have no CVS write access, it would be nice if somebody with write access can add the changes to the cvs. The needed diff's are available at my homepage (the link above).
It would be great too,
if somebody can test these modules, because i have only 2 test datasets. The modules are working fine at my machine (Fedora Core 3 Linux 32bit kernel 2.6.12, AMD 3000+ 512Mb RAM, grass6.1-cvs), but please use only testdatasets to prevent damage on your data, because im not able to emulate all errors which i try to handle ... .

Feel free to send me any comments, hints and critism about the modules.

Best regards
Soeren Gebbert

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

Helena,

I put menu items for these modules in the current GIS Manager with the hope
that they'd be out soon. I might need to double check the module name in the
menu, however.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Helena Mitasova <hmitaso@unity.ncsu.edu>
Date: Wed, 28 Sep 2005 14:17:29 -0400
To: Soeren Gebbert <soeren@pool.math.TU-Berlin.DE>
Cc: <grass5@grass.itc.it>
Subject: Re: [GRASS5] some new r3.* modules and updates in grass6.1-cvs

I just tested r3.out.rast and r3.in.rast (we would like to use it to
store time series output from simwe).
It seems to work well, but r3.in.rast is not in the current CVS - is
anybody planning to add it? I can do it if there is nobody who can do it
faster than me. I got it from here:
http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Soeren, thank you very much for this - it should make managing numerous
sets of time series much easier,

Helena

Soeren Gebbert wrote:

Hi all,
i've made some changes to the following modules and implemented a new
one in the current grass6.1-cvs:

Updates:

g.mremove
* added rast3d support

r3.to.rast
* better error handling (G_unopen_cell)

r3.out.vtk
* added new flag "-o" -- the scalefactor effects the origin

r.out.vtk
* documentation update
* added new flag "-o" -- the scalefactor effects the origin
* added new flag "-p" -- pointdata support if no elevation map is given
* added new option -- elevation value for 2D data

New module:

r3.in.rast
* converts 2d raster maps into one G3D map
* the number of 2D maps can be less than the depths of the G3D region, the
  last 2D map is used to fill the G3D raster

This module works only if the G3D resolution is equal to the current
window resolution.

Thats all for the moment.
I want to implement a new module which produces cross-section 2D maps
from a G3D map by a given 2D elevation map.

All modules and diffs (for CVS) are available at:

http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Because i have no CVS write access, it would be nice if somebody with
write access can add the changes to the cvs. The needed diff's are
available at my homepage (the link above).
It would be great too,
if somebody can test these modules, because i have only 2 test datasets.
The modules are working fine at my machine (Fedora Core 3 Linux 32bit
kernel 2.6.12, AMD 3000+ 512Mb RAM, grass6.1-cvs), but please use only
testdatasets to prevent damage on your data, because im not able to
emulate all errors which i try to handle ... .

Feel free to send me any comments, hints and critism about the modules.

Best regards
Soeren Gebbert

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5

I submitted it a day or two ago, please check it out - it would be useful to test it a little more. I hope I did it correctly.

Helena

Michael Barton wrote:

Helena,

I put menu items for these modules in the current GIS Manager with the hope
that they'd be out soon. I might need to double check the module name in the
menu, however.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Helena Mitasova <hmitaso@unity.ncsu.edu>
Date: Wed, 28 Sep 2005 14:17:29 -0400
To: Soeren Gebbert <soeren@pool.math.TU-Berlin.DE>
Cc: <grass5@grass.itc.it>
Subject: Re: [GRASS5] some new r3.* modules and updates in grass6.1-cvs

I just tested r3.out.rast and r3.in.rast (we would like to use it to
store time series output from simwe).
It seems to work well, but r3.in.rast is not in the current CVS - is
anybody planning to add it? I can do it if there is nobody who can do it
faster than me. I got it from here:
http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Soeren, thank you very much for this - it should make managing numerous
sets of time series much easier,

Helena

Soeren Gebbert wrote:

Hi all,
i've made some changes to the following modules and implemented a new
one in the current grass6.1-cvs:

Updates:

g.mremove
* added rast3d support

r3.to.rast
* better error handling (G_unopen_cell)

r3.out.vtk
* added new flag "-o" -- the scalefactor effects the origin

r.out.vtk
* documentation update
* added new flag "-o" -- the scalefactor effects the origin
* added new flag "-p" -- pointdata support if no elevation map is given
* added new option -- elevation value for 2D data

New module:

r3.in.rast
* converts 2d raster maps into one G3D map
* the number of 2D maps can be less than the depths of the G3D region, the
last 2D map is used to fill the G3D raster

This module works only if the G3D resolution is equal to the current
window resolution.

Thats all for the moment.
I want to implement a new module which produces cross-section 2D maps
from a G3D map by a given 2D elevation map.

All modules and diffs (for CVS) are available at:

http://www-pool.math.tu-berlin.de/~soeren/grass/modules/

Because i have no CVS write access, it would be nice if somebody with
write access can add the changes to the cvs. The needed diff's are
available at my homepage (the link above).
It would be great too,
if somebody can test these modules, because i have only 2 test datasets.
The modules are working fine at my machine (Fedora Core 3 Linux 32bit
kernel 2.6.12, AMD 3000+ 512Mb RAM, grass6.1-cvs), but please use only
testdatasets to prevent damage on your data, because im not able to
emulate all errors which i try to handle ... .

Feel free to send me any comments, hints and critism about the modules.

Best regards
Soeren Gebbert

_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5