[GRASSLIST:3311] temporal analyse/URGENT

hello,
I use the GRASS 5.7 and i want know how can I store the different date or time of modification for the same map.
example:
I have the vector map bugsites, I modified it in 12/04/04, 13/05/03, 12/03/04.now how can display the map in the choosed date for eg.13/05/03.


Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !

On Friday 30 April 2004 13:39, hamdi ines wrote:

hello,
I use the GRASS 5.7 and i want know how can I store the different date or
time of modification for the same map. example:
I have the vector map bugsites, I modified it in 12/04/04, 13/05/03,
12/03/04.now how can display the map in the choosed date for eg.13/05/03.

You cannot. One vector map cannot contain more versions.

Radim

How then for the raster map?

Radim Blazek blazek@itc.it wrote:

On Friday 30 April 2004 13:39, hamdi ines wrote:

hello,
I use the GRASS 5.7 and i want know how can I store the different date or
time of modification for the same map. example:
I have the vector map bugsites, I modified it in 12/04/04, 13/05/03,
12/03/04.now how can display the map in the choosed date for eg.13/05/03.

You cannot. One vector map cannot contain more versions.

Radim


Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail

Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !

> > I use the GRASS 5.7 and i want know how can I store the different
> > date or time of modification for the same map. example:
> > I have the vector map bugsites, I modified it in 12/04/04,
> > 13/05/03, 12/03/04.now how can display the map in the choosed date
> > for eg.13/05/03.
>
> You cannot. One vector map cannot contain more versions.

How then for the raster map?

You cannot obviously get back a change that has been saved over by a
newer version. Those changes are gone forever. You can label your
current version with the date either by hand as part of the filename, or
with v.timestamp / r.timestamp. Then you would need to archive or
otherwise copy away the original version if you wanted to have access to
it in the future.
The *.timestamp programs are pretty simple, it is really up to you to
keep good metadata notes. See also the "hist" meta-data files for raster
maps (all versions) and vector maps (in GRASS 5.7).

Hamish