Skip to content

Commit

Permalink
Add new header token VR.
Browse files Browse the repository at this point in the history
  • Loading branch information
heistermann committed Sep 4, 2018
1 parent 0ddc6f7 commit 0d6c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wradlib/io/radolan.py
Expand Up @@ -309,7 +309,7 @@ def get_radolan_header_token():
head = {'BY': None, 'VS': None, 'SW': None, 'PR': None,
'INT': None, 'GP': None, 'MS': None, 'LV': None,
'CS': None, 'MX': None, 'BG': None, 'ST': None,
'VV': None, 'MF': None, 'QN': None}
'VV': None, 'MF': None, 'QN': None, 'VR': None}
return head


Expand Down

0 comments on commit 0d6c408

Please sign in to comment.