Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Temperaturverteilung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s39174
Temperaturverteilung
Commits
c05b7ec3
Commit
c05b7ec3
authored
3 years ago
by
Clemens Berteld
Browse files
Options
Downloads
Patches
Plain Diff
Wrote some comments
parent
6fccf1f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dataacquisition/GetAverageData.py
+1
-1
1 addition, 1 deletion
dataacquisition/GetAverageData.py
with
1 addition
and
1 deletion
dataacquisition/GetAverageData.py
+
1
−
1
View file @
c05b7ec3
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment