浏览代码

temporal modules: Fixed wrong check for output strds in t.rast.neighbors, thanks to Luca for the report

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63184 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 年之前
父节点
当前提交
9b51cd424d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      temporal/t.rast.neighbors/t.rast.neighbors.py

+ 1 - 1
temporal/t.rast.neighbors/t.rast.neighbors.py

@@ -109,7 +109,7 @@ def main():
         grass.warning(_("Space time raster dataset <%s> is empty") % sp.get_id())
         return
 
-    new_sp = tgis.check_new_stds(input, "strds", dbif=dbif,
+    new_sp = tgis.check_new_stds(output, "strds", dbif=dbif,
                                                overwrite=overwrite)
     # Configure the r.neighbor module
     neighbor_module = pymod.Module("r.neighbors", input="dummy",