ADD: KILX NEXRAD Level 2 sample file (2023-06-29 15:44 UTC)#98
Merged
Conversation
Source: s3://unidata-nexrad-level2/2023/06/29/KILX/KILX20230629_154426_V06
aladinor
added a commit
to aladinor/xradar
that referenced
this pull request
May 8, 2026
Address @kmuehlbauer's review on openradar#377. KILX20230629_154426_V06 has landed in open-radar-data 0.8.0 (openradar/open-radar-data#98), so we can now ship a targeted regression test against the exact file that exposed the bug. LDM 49 of this file contains 120 MSG_31 + 2 MSG_2 = 122 messages. Pre-fix the mod-120 stride dropped the trailing 2 MSG_31s, so sweep_10 reported 358 rays (on-wire-correct is 360) and the volume total was 6838 instead of 6840. - Add ``nexradlevel2_kilx_ldm_stride_file`` session fixture in ``tests/conftest.py``. - Add ``test_kilx_over_120_ldm_decodes_all_msg31`` asserting per-sweep ray counts == [720]*6 + [360]*7, total == 6840, and sweep_10 == 360 against the file. - Bump open-radar-data minimum version to 0.8.0 across ``requirements_dev.txt``, ``environment.yml``, ``ci/unittests.yml``, and ``ci/notebooktests.yml``.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
data/KILX20230629_154426_V06(~10.4 MB), a single NEXRAD Level 2 archive file for the KILX (Lincoln, IL) WSR-88D, fetched froms3://unidata-nexrad-level2/2023/06/29/KILX/KILX20230629_154426_V06.open_radar_data/registry.txtwith the corresponding pooch SHA256 hash.Test plan
DATASETS.fetch('KILX20230629_154426_V06')resolves and verifies the hash after merge🤖 Generated with Claude Code