Skip to content

Commit

Permalink
added air pressure to the shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
cparcerisas committed Apr 4, 2024
1 parent 7a41c64 commit f64273b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bpnsdata/meetnet_vlaamse_banken.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,7 @@ def __init__(self, user=None, password=None):
class WindData(MeetNetVlaamseBanken):
def __init__(self, user=None, password=None):
super().__init__(user, password, data_field='WVC')

class AirPressureData(MeetNetVlaamseBanken):
def __init__(self, user=None, password=None):
super().__init__(user, password, data_field='LDR')

0 comments on commit f64273b

Please sign in to comment.