-
Notifications
You must be signed in to change notification settings - Fork 415
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
METAR Site ID data for KGVW (Galveston 209B) is incorrect #3447
Comments
Thanks for raising this metadata issue and something is very wrong with this situation as I checked the FAA metadata and it has GVW in Missouri... Great gnashing of teeth ahoy |
Interesting, airnav doesn't seem to have it, and the below site is also getting it wrong: Meanwhile: Gnashing of teeth intensifies... |
This is crazy, GEMPAK and AWIPS appear to be wrong too. Check out the NBE even
|
Just wanted to capture that we have both the old and MO ones:
I'll note that this is what Boris Konon sent to the Unidata data-curation list:
Note the "209A". Beyond getting it correct, which it appears we're not quite there yet, there's also a question of if we have the capacity to deal with this for parsing old data, or if we just replace and move on. I will say at an API level it's simple enough to have methods that lookup with a datetime, but I don't know who wants to curate/add date/time to our station tables. Not to mention that I don't think that's even the biggest curation issue in our station tables.
|
I continue to effort straightening this out with upstream metadata sources, but have no progress to report yet. I do have a NCO ticket now of INC0463229 , in case others wish to be added it to. let me know at [email protected] |
At least MOS has now been fixed
|
What went wrong?
METAR parsing functions (parse_metar_file, parse_metar_to_dataframe) are returning Site ID data for the now-defunct Grandview, MO site (as per Ryan May) instead of Galveston 209B. This creates anomalies in surface analyses when data for the current KGVW site (off TX coast) is plotted in Missouri. Dropping the record for KGVW from the dataframe removes the anomaly, but this is far from an ideal solution.
Operating System
MacOS
Version
1.5.0
Python Version
3.9.15
Code to Reproduce
Errors, Traceback, and Logs
No response
The text was updated successfully, but these errors were encountered: