feat(nimbus): smoke plumes via NOAA HMS — Nimbus PR 3#16
Merged
Conversation
ArcGIS-hosted NOAA HMS smoke detection feature service (no auth, point query server-side, Light/Medium/Heavy density classification). Single source, single model, plus brief composer integration as the 6th adverse-conditions source. AQI (#13), fires (#14), and SmokeAnalysis aggregate (#15) deferred. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Bite-sized TDD execution plan for Nimbus PR 3: HMS smoke plumes via ArcGIS feature service. Nine tasks with explicit Step 1/2/3/etc. checkpoints, each ending in a commit. Mirrors the existing 2026-04-27-skywatch-brief plan structure for subagent-driven-development. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ient) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Skywatch.smoke(at:)andskywatch nimbus smoke LAT LON— pulls NOAA HMS smoke plume polygons from the public ArcGIS feature service and classifies by Light/Medium/Heavy density.Skywatch.briefas the 6th adverse-conditions source (sigmet, airmet, pirep, convective_alert, storm_report, smoke). Smoke plumes covering the airport surface as items inadverse_conditions.itemswithkind: 'smoke'and adensity_score(1/2/3).Architecture
Mirrors the existing
Outlook/Alertssource patterns exactly. One source + one model + top-level convenience method + Thor subcommand + brief composer integration. Thedensity_raw/density_level/density_score/descriptionquartet matchesOutlook'slabel/risk_level/risk_score/description.Spec:
docs/superpowers/specs/2026-04-30-nimbus-smoke-design.md.Plan:
docs/superpowers/plans/2026-04-30-nimbus-smoke.md.Validation evidence
KMRY (Monterey, CA — fire-prone Pacific coast):
KCDW (Caldwell, NJ):
Brief composer integration:
Note:
partial_failurescontainsairmet(the pre-existing self-intersection bug, #11) but NOTsmoke— the smoke source is reachable end-to-end. Late April / early May is outside peak fire season; the empty-array case is the correct validation evidence (no smoke present + system reports cleanly + no errors + no false partial failure).Follow-up issues already filed
skywatch nimbus fires LAT LONTest plan
bundle exec rspec— 414 → 445 examples, 0 failures (+31 new)bundle exec rubocop— 113 files, 0 offensesexe/skywatch nimbus smoke LAT LON— JSON + text output verified liveexe/skywatch brief KCDW | jq '.adverse_conditions.partial_failures'— no smoke entry (source reachable end-to-end)🤖 Generated with Claude Code