Add comment indicating where to obtain documentation

This commit is contained in:
XANTRONIX 2025-03-02 21:32:26 -05:00
parent 5708e02704
commit 1b09b29d59

View file

@ -319,6 +319,10 @@ class RAOBReader():
A reader for the global `Current.rawins` file provided by UCAR:
https://weather.rap.ucar.edu/data/upper/Current.rawins
The format is best documented here:
https://www.atmos.albany.edu/facstaff/ralazear/ATM211/Home_files/RAOB_Code_packet.pdf
"""
def __init__(self, fh: io.TextIOBase):
self.fh = fh