<div dir="ltr"><div>Hi Martin,<br><br>Sorry to resume such old thread, but I have the same issue.<br><br>On Wed, Nov 30, 2016 at 11:08 PM, Martin Landa <<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>> wrote:<br>> 2016-11-30 23:05 GMT+01:00 Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>>:<br>>> Maybe the method=equal, which is the default method for t.rast.mapcalc, is<br>>> not defined for time instance data (?).<br>>><br>>> Have you tried changing it? For example, setting method=start? Perhaps in<br>>> that way, only start time is evaluated to perform the operation between time<br>>> series.<br>><br>> thanks for tip, anyway changing method to 'start' doesn't seem to have<br>> any effect, I am getting the same error. Ma<br><br>Did you find a way to go on?<br><br>I have two temporal rasters:<br><br><span style="font-family:monospace,monospace">$ <b>t.rast.list Rbeam_2000m@Rbeam_2000m | head</b><br>name|mapset|start_time|end_time<br>Rbeam_2000m_20120101_00|Rbeam_2000m|2012-01-01 00:00:00|None<br>Rbeam_2000m_20120101_01|Rbeam_2000m|2012-01-01 01:00:00|None<br>Rbeam_2000m_20120101_02|Rbeam_2000m|2012-01-01 02:00:00|None<br>...</span><br><br>and<br><br><span style="font-family:monospace,monospace">$ <b>t.rast.list Rbeam_250m@Rbeam_250m | head </b><br>name|mapset|start_time|end_time<br>Rbeam_250m_20120101_00|Rbeam_250m|2012-01-01 00:00:00|None<br>Rbeam_250m_20120101_01|Rbeam_250m|2012-01-01 01:00:00|None<br>Rbeam_250m_20120101_02|Rbeam_250m|2012-01-01 02:00:00|None<br>...<br><br></span></div><span style="font-family:arial,helvetica,sans-serif">But when I try to execute the t.rast.mapcalc I got:</span><span style="font-family:monospace,monospace"><br><br>$ <b>t.rast.mapcalc input=Rbeam_2000m@Rbeam_2000m,Rbeam_250m@Rbeam_250m expression='(Rbeam_250m - Rbeam_2000m)/Rbeam_250m' output=Rbeam_norm_diff basename=Rbeam_norm_diff nprocs=4 method=start --o</b><br>Starting temporal sampling...<br>ERROR: The temporal map type of the sample dataset must be interval<br>No samples found for map calculation<br></span><div><span style="font-family:monospace,monospace"><br></span><span style="font-family:arial,helvetica,sans-serif">I have to delete and register the maps with `t.register -i`? Now I'm going to try this!<br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Any hints?<br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Best regards<br><br></span></div><div><span style="font-family:arial,helvetica,sans-serif">Pietro<br></span></div><div><span style="font-family:monospace,monospace"></span></div></div>