Skip to content

Commit

Permalink
fix position of null cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsbl committed Feb 28, 2020
1 parent b49b632 commit 94c2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/v.rast.stats/v.rast.stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def main():
basecols[percindex] = perccol

# dictionary with name of methods and position in "r.univar -gt" output
variables = {'number': 2, 'null_cells': 2, 'minimum': 4, 'maximum': 5, 'range': 6,
variables = {'number': 2, 'null_cells': 3, 'minimum': 4, 'maximum': 5, 'range': 6,
'average': 7, 'stddev': 9, 'variance': 10, 'coeff_var': 11,
'sum': 12, 'first_quartile': 14, 'median': 15,
'third_quartile': 16, perccol: 17}
Expand Down

0 comments on commit 94c2dc2

Please sign in to comment.