ADD: Radar coverage statistics from scan#23
Merged
rcjackson merged 3 commits intoARM-Development:mainfrom Apr 30, 2026
Merged
Conversation
Automatically builds and publishes to PyPI when a GitHub Release is published. Patches pyproject.toml with the release tag version before building so the package version always matches the tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds n_gates_10dbz through n_gates_50dbz columns to the DataFrame returned by preprocess_radar_data, counting gates with reflectivity exceeding each threshold. Updates the integration test to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds pct_gates_<T>dbz columns alongside the existing n_gates_<T>dbz columns, expressing each gate count as a percentage of total sweep gates. Thresholds are now controlled by a dbz_thresholds parameter (default (10, 20, 30, 40, 50)) so callers can supply any arbitrary list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Adds radar coverage statistics from the scan. This will be used to provide extra information to the LLM about the radar scan for classification.