Skip to content

Commit

Permalink
add 2 weather stations
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyfung committed Feb 5, 2025
1 parent 0d6b1d3 commit 3cc2646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hk0weather/hk0weather/hko.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class HKO:
(u'swh','Sai Wan Ho'),
(u'cwb', 'Clear Water Bay'),
(u'tls', 'Tai Lung'),
('np1', 'North Point'),
('hss', 'Hong Kong Sea School'),
]

cnameid = [
Expand Down Expand Up @@ -102,6 +104,8 @@ class HKO:
(u'西灣河','swh'),
(u'清水灣', 'cwb'),
(u'大隴', 'tls'),
(u'北角', 'np1'),
(u'香港航海學校', 'hss'),
]

def getename(self, id):
Expand Down

0 comments on commit 3cc2646

Please sign in to comment.