Commit graph

19 commits

Author SHA1 Message Date
f902201702 Remove unnecessary statement 2025-03-02 20:04:49 -05:00
6d7b8023c2 Look up IGRA stations when possible
Other changes:

* Refactor Database.query() to accept a list of clauses, rather than a
  dict of key-value pairs to build '{k} = :{k}' clauses from
2025-03-02 20:02:09 -05:00
8787a37773 Fix IGRA release timestamp 2025-03-02 13:13:31 -05:00
2d8fc92099 Ensure initial timestamps are expressed in UTC when parsing IGRA 2025-02-25 21:23:34 -05:00
4083e7bf16 Divide IGRA coordinates by 10 before ingest 2025-02-25 18:50:23 -05:00
1b9ea8c1f9 Make cols() return None on empty strings 2025-02-25 16:14:33 -05:00
951ec6b48b Make xmet_igra_station.state column nullable 2025-02-25 16:10:21 -05:00
11cb88c979 Implement support for reading IGRA soundings from zip files 2025-02-25 13:15:32 -05:00
b4223248e5 Mass rename 'coord' columns to 'location' 2025-02-25 11:40:12 -05:00
011d66d2d1 Initial implementation of IGRA ingest 2025-02-25 10:32:31 -05:00
25a229c979 Don't use COORD_SYSTEM as shapely.Point() 3rd arg 2025-02-25 09:38:34 -05:00
e4cb2bba24 Strip trailing whitespace from IGRA station values 2025-02-24 23:22:48 -05:00
c2e0cf4488 Typo 2025-02-24 23:21:13 -05:00
0fdfc1172c Implement IGRAStation class 2025-02-24 23:16:45 -05:00
aa0977c04b Ensure humidity is populated in IGRA reader 2025-02-24 19:19:32 -05:00
d2417b2000 Do not take dewpoint depression as dewpoint 2025-02-23 21:48:17 -05:00
fa90b89742 Fix corner case on parsing IGRA sounding elapsed time 2025-02-23 21:20:47 -05:00
bfff79c929 Regex readability improvements 2025-02-23 21:06:12 -05:00
a5259dda99 Initial implementation of IGRA data parser 2025-02-23 20:00:13 -05:00