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
f4a7792b
Commit
f4a7792b
authored
3 years ago
by
Clemens Berteld
Browse files
Options
Downloads
Patches
Plain Diff
Usin global var stationList. Working now
parent
01da0c19
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/DwdAcquisition.py
+2
-1
2 additions, 1 deletion
dataacquisition/DwdAcquisition.py
with
2 additions
and
1 deletion
dataacquisition/DwdAcquisition.py
+
2
−
1
View file @
f4a7792b
...
...
@@ -33,7 +33,8 @@ def loadDWDGauges():
return
stationList
def
filterDWDGauges
(
stationList
):
def
filterDWDGauges
():
global
stationList
stationList
=
stationList
.
loc
[
stationList
[
'
country
'
]
==
"
Germany
"
]
stationList
[
'
lat
'
]
=
pd
.
to_numeric
(
stationList
[
'
lat
'
],
errors
=
'
coerce
'
,
downcast
=
'
float
'
)
...
...
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