<p dir="ltr">Hi Nikos,<br>
You need to use t.remove to delete the time stamps from the temporal database. The *.timestamp modules should not be used at all. They are not connected with the temporal framework.<br>
The error appears because the maps still have relative time stamps in the temporal database which can not be overwritten with absolute time stamps.</p>
<p dir="ltr">Ciao<br>
Sören</p>
<div class="gmail_quote">Am 18.05.2015 19:47 schrieb "Nikos Alexandris" <<a href="mailto:nik@nikosalexandris.net">nik@nikosalexandris.net</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nikos Alexandris:<br>
<br>
> Having absolute timestamps would make life easier with the<br>
> fantastic temporal framework. I'll re-do again my workflow and decide<br>
> upon a year. After all, I did extract the following for a specific year<br>
> (don't remember which one it was now :-?):<br>
<br>
I think it was 2009. So, I am trying to go 'absolute':<br>
<br>
# list maps<br>
g.list raster pattern=global_rad_zero_[0-9][0-9][0-9]<br>
<br>
global_rad_zero_001<br>
..<br>
global_rad_zero_365<br>
<br>
# erase timestamps<br>
for Map in `g.list raster pattern=global_rad_zero_[0-9][0-9][0-9]` ;do<br>
r.timestamp map=${Map} date=none ;done<br>
<br>
# create an absolute strds<br>
t.create out=global_rad_zero title="Clearsky global irradiation"<br>
description="Clearsky global irradiation on a horizontal surface raster<br>
maps<br>
[Wh.m-2.day-1]" --o<br>
<br>
# register maps (which have no timestamp!)<br>
t.register -i input=global_rad_zero maps=`g.list raster pattern=global_rad_zero_[0-9][0-9][0-9] sep=,` start="2009-01-01" increment='1 days' --o<br>
<br>
0..ERROR: invalid literal for int() with base 10: '2009-01-01'<br>
<br>
Why?  Nikos<br>
</blockquote></div>