git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51249 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../
-PGM = tr3.extract
+PGM = t.rast3d.extract
include $(MODULE_TOPDIR)/include/Make/Script.make
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
############################################################################
#
-# MODULE: tr3.extract
+# MODULE: t.rast3d.extract
# AUTHOR(S): Soeren Gebbert
# PURPOSE: Extract a subset of a space time raster3d dataset
@@ -20,7 +20,7 @@ t.register -i type=rast3d input=precip_abs1 maps=prec_1,prec_2,prec_3,prec_4,pre
# The first @test
# We create the space time raster inputs and register the raster maps with absolute time interval
-tr3.extract --o input=precip_abs1 output=precip_abs2 where="start_time > '2001-06-01'" expression=" if(precip_abs1 > 400, precip_abs1, null())" base=new_prec
+t.rast3d.extract --o input=precip_abs1 output=precip_abs2 where="start_time > '2001-06-01'" expression=" if(precip_abs1 > 400, precip_abs1, null())" base=new_prec
t.info type=str3ds input=precip_abs2