HKO Weather (async) API wrapper#

Latest documentation status Docs translation status CI build and test status

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 speedups

  • map: dependencies for map plotting

Guides#

Other documents#

Indices and tables#