[GRASS5] r.to.rast3 and r.info

Dear list,
FYI a new raster module is available in cvs now (many thanks to Markus) called:

r.to.rast3

This new/old module, formerly known as r3.in.rast,
converts 2D raster map slices into one G3D raster map.
I have renamed it, because there was a discussion about the name some months ago.

r.info has now a new flag "-p", to add the timestamp information of a raster map to the r.info report. (also in cvs now)

Best regards
Soeren

On Thursday 09 February 2006 14:39, Markus Neteler wrote:

Sören Gebbert wrote:

>Dear list,
>FYI a new raster module is available in cvs now (many thanks to Markus) called:
>
>r.to.rast3
>
>This new/old module, formerly known as r3.in.rast,
>converts 2D raster map slices into one G3D raster map.
>I have renamed it, because there was a discussion about the name some months ago.
>
>
So I should remove it from CVS then, right?

That would be nice, thank you.

>r.info has now a new flag "-p", to add the timestamp information of a raster map to the r.info report. (also in cvs now)
>
>
Let me suggest a modification to this flag: it should only print the
time stamp (for identical
behaviour of the r.info flags). The full description (no flags) should
now always contain the
time stamp, but maybe "undefined" in case of undefined (and not 0 00 0 ).

You are right, i will implement this behaivor in r.info and r3.info.

Greets
Soeren

Markus

[sorry, I intended to post to the grass-dev list]

On Thu, Feb 09, 2006 at 02:57:44PM +0100, Sören Gebbert wrote:

On Thursday 09 February 2006 14:39, Markus Neteler wrote:
> Sören Gebbert wrote:
>
> >Dear list,
> >FYI a new raster module is available in cvs now (many thanks to Markus) called:
> >
> >r.to.rast3
> >
> >This new/old module, formerly known as r3.in.rast,
> >converts 2D raster map slices into one G3D raster map.
> >I have renamed it, because there was a discussion about the name some months ago.
> >
> >
> So I should remove it from CVS then, right?

That would be nice, thank you.

done. I have also updated d.m and gis.m.

>
> >r.info has now a new flag "-p", to add the timestamp information of a raster map to the r.info report. (also in cvs now)
> >
> >
> Let me suggest a modification to this flag: it should only print the
> time stamp (for identical
> behaviour of the r.info flags). The full description (no flags) should
> now always contain the
> time stamp, but maybe "undefined" in case of undefined (and not 0 00 0 ).

You are right, i will implement this behaivor in r.info and r3.info.

Thanks

Markus