Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
esde
toar-public
toarstats
Commits
f15793a2
Commit
f15793a2
authored
Nov 02, 2021
by
Niklas Selke
Browse files
Updated docstring for the 'check_metadata' function in 'input_checks.py'.
parent
3184175e
Changes
1
Hide whitespace changes
Inline
Side-by-side
toarstats/input_checks.py
View file @
f15793a2
...
...
@@ -111,8 +111,9 @@ def check_metadata(metadata_in, station_lat_in, station_lon_in,
:param station_climatic_zone_in: the given station climatic zone
argument
:return: The processed metadata argument or None if there was a
problem while processing the given data argument
:return: The processed metadata argument or a namedtuple with None
values if there was a problem while processing the given
metadata argument
"""
metadata_dict
=
{
"station_lat"
:
station_lat_in
,
"station_lon"
:
station_lon_in
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment