Skip to content

Commit

Permalink
Merge pull request #43 from heikkil/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pnuu authored Apr 10, 2024
2 parents c62cff4 + 63e329f commit 8da649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ print(sorted(obs.data.keys()))
# The times are as a list of datetime objects
times = obs.data['Helsinki Malmi lentokenttä']['times']
# Other data fields have another extra level, one for values and one for the unit
print(len(obs.data['Helsinki Malmi lentokenttä']['t2m']['values']))
print(len(obs.data['Helsinki Malmi lentokenttä']['Air temperature']['values']))
# -> 71
print(obs.data['Helsinki Malmi lentokenttä']['Air temperature']['unit'])
# -> 'degC'
Expand Down

0 comments on commit 8da649a

Please sign in to comment.