Skip to content
Snippets Groups Projects
Commit c05b7ec3 authored by Clemens Berteld's avatar Clemens Berteld
Browse files

Wrote some comments

parent 6fccf1f2
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ def get_neighbours(cursor, lat, lon, columns): ...@@ -45,7 +45,7 @@ def get_neighbours(cursor, lat, lon, columns):
return neighbours return neighbours
# Unused # Deprecated and unused. Calculating interpolation data just by average. Insufficient statistical method for this use case
def calc_averages(neighbours, years): def calc_averages(neighbours, years):
averages = {} averages = {}
for year in years: for year in years:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment