-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upa files from weather.cod.edu/digatmos/upa/ #241
Comments
Hi there! Unfortunately no, and definitely not as shown right here. This is a broadcast format that requires an extra decoder and special logic to handle. For example, this data isn't for a single weather balloon - each TTAA message shown corresponds to 6 different weather balloon sites. There are also TTBB and PPBB messages required to reconstruct the temperature and wind profiles, which are likely in the dataset but organized in such a way that you would have to parse and decode the entire file. Decoding these messages is not trivial, and is traditionally handles by legacy C and FORTRAN decoders. I do have some somewhat working Python code that would decode this, with the goal of including it in the MetPy package, but I have no ETA on when that will be ready for production. If you are looking for data in a format that SHARPpy can handle, I would recommend loading text data from the University of Wyoming Sounding Archive. |
Hi, What format of the text data from University of Wyoming Sounding Archive, read SHARPpy? I try each one but SHARPpy said:
|
Hi again, sorry for the insistence, ;-). I have found that in the web OGIMET are the sounding data from Spain, with this structure: It's possible to process with SHARPpy? |
Hi, I have found sounding data in this format:
It is possible to process with sharppy?
The text was updated successfully, but these errors were encountered: