HKO Weather (async) API wrapper#
hoda is a wrapper of the Hong Kong Observatory’s Open Data API (reference)
Currently, this wrapper targets v1.7 of the api, last updated May 2022 (change number 10,
internet archive link)
Installation#
If you use pip, you can do
$ pip install hoda
# alternatively, if you want speedups
# pip install hoda[speedups]
If you use poetry (recommended)
poetry add hoda
# alternatively if you want speedups
# poetry add hoda -E speedups
Extras#
speedups: dependencies for speedupsmap: dependencies for map plotting