Skip to content

Commit

Permalink
v.what.strds.timestamp: fix v.what.rast runs twice
Browse files Browse the repository at this point in the history
  • Loading branch information
pesekon2 committed Jan 10, 2021
1 parent ac581a8 commit 4e03ed7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -125,8 +125,8 @@ def sample_absolute(input, layer, timestamp_column, column, t_raster,

# Sample spatio-temporally matching points and raster map
rast_what = Module('v.what.rast', map=input, layer=layer,
column=column, raster=raster_map,
where=where, stderr_=DEVNULL, quiet=True)
column=column, raster=raster_map, where=where,
stderr_=DEVNULL, run_=False, quiet=True)
rast_what.flags.i = i_flag
rast_what.run()

Expand Down

0 comments on commit 4e03ed7

Please sign in to comment.