XANTRONIX xan · they/them
xan pushed to main at xan/xmet 2025-04-20 15:28:24 -04:00
6d1b47ebee Rename archive.py to nexrad.py
9cc168d24d Use argument keyword instead of positional
Compare 2 commits »
xan pushed to main at xan/xmet 2025-04-19 14:12:44 -04:00
540555e4b5 Remove unneeded code
xan pushed to main at xan/xmet 2025-04-19 12:12:37 -04:00
3d97aa45cb Ensure either --file or --valid and --day are given
xan pushed to main at xan/xmet 2025-04-19 11:35:01 -04:00
1cec726451 Add type annotations to lib/xmet/db.py
xan pushed to main at xan/xmet 2025-04-18 08:21:38 -04:00
a447cfe86d Formatting
xan pushed to main at xan/xmet 2025-04-17 09:49:18 -04:00
ec716c28fe Slight reformatting
xan pushed to main at xan/xmet 2025-04-16 11:17:54 -04:00
d0cb897725 Move magic value into class variable
xan pushed to main at xan/xmet 2025-04-15 12:34:50 -04:00
d1f961ecf2 Obtain and set surface elevation where possible
xan pushed to main at xan/xmet 2025-04-15 12:22:01 -04:00
79e1d4d3e3 Save a few lines of code on setting parameters
xan pushed to main at xan/xmet 2025-04-14 11:28:34 -04:00
cd1a587c22 Slight reformatting
xan pushed to main at xan/xmet 2025-04-14 11:20:40 -04:00
ff65688774 Implement BUFRSounding.valid_by_timestamp()
xan pushed to main at xan/xmet 2025-04-14 11:04:35 -04:00
17df1e1dba Split BUFRSounding.latest() into separate methods
xan pushed to main at xan/xmet 2025-04-14 09:16:18 -04:00
854cfa65e4 Simplify code a bit
xan pushed to main at xan/xmet 2025-04-13 20:53:22 -04:00
b8903a69f8 Handle missing wind data; ensure samples by height are included
xan pushed to main at xan/xmet 2025-04-13 20:39:15 -04:00
1046b1c22d Handle -9999 BUFR pressure, height values
xan pushed to main at xan/xmet 2025-04-13 14:52:09 -04:00
55b7cfb819 Fill out other Sounding attributes
xan pushed to main at xan/xmet 2025-04-13 13:11:44 -04:00
6e13729a8c Find observed timestamp of BUFR sounding
xan pushed to main at xan/xmet 2025-04-13 10:57:34 -04:00
322c7fa6bb Ensure samples are added to Sounding.samples list
082e201ad8 Fix typo
Compare 2 commits »
xan pushed to main at xan/xmet 2025-04-12 11:25:53 -04:00
86444caee6 Fix BUFRSounding
xan pushed to main at xan/xmet 2025-04-11 19:15:46 -04:00
d55c83f54c Initial commit of lib/xmet/bufr.py