Przeglądaj źródła

Renaming tr3.extract to meet new naming scheme

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51249 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 lat temu
rodzic
commit
aa3390ac2d

+ 1 - 1
temporal/tr3.extract/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../../
 
-PGM = tr3.extract
+PGM = t.rast3d.extract
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 

temporal/tr3.extract/tr3.extract.html → temporal/t.rast3d.extract/t.rast3d.extract.html


+ 1 - 1
temporal/tr3.extract/tr3.extract.py

@@ -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

+ 1 - 1
temporal/tr3.extract/test.tr3.extract.sh

@@ -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