Add comment indicating where to obtain documentation
This commit is contained in:
parent
5708e02704
commit
1b09b29d59
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue