From 1b09b29d599692c7c56132b7f42cf0bd85fa4069 Mon Sep 17 00:00:00 2001 From: XANTRONIX Industrial Date: Sun, 2 Mar 2025 21:32:26 -0500 Subject: [PATCH] Add comment indicating where to obtain documentation --- lib/xmet/raob.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/xmet/raob.py b/lib/xmet/raob.py index fd21d1b..20f4759 100644 --- a/lib/xmet/raob.py +++ b/lib/xmet/raob.py @@ -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