bayer_seeds: add Channel + DEKALB silage/sorghum/canola + Deltapine cotton
User flagged that Channel is expanding into their area — re-walked the cropscience.bayer.us sitemap and found 8 additional brand×crop paths beyond the original DEKALB/Asgrow/WestBred triple. Patches the scraper to walk all of them; total Bayer varieties roughly doubles from 475 to 931 and the corpus picks up first-ever coverage in sorghum (36), cotton (30), canola (6), and silage as a distinct crop (was conflated with corn before). Net new varieties: 456 Channel corn=181 soy=67 silage=54 sorghum=18 (320) DEKALB silage=82 sorghum=18 canola=6 (106) Deltapine cotton=30 (30) scrape/sources/bayer_seeds.py - Replace `BRANDS` (brand → 1 path) and `CROP_SUFFIX` (brand → 1 suffix) with a flatter `BRAND_PATHS` list of (brand, url_path, crop, is_primary_for_brand) entries. Channel and DEKALB are now multi-crop brands; the same scraper walks every brand×crop pair. - source_key derivation: for a brand's PRIMARY crop, strip the trailing `-<crop>` suffix (matches the existing deployed source keys for DEKALB corn / Asgrow soy / WestBred wheat). For SECONDARY crops, KEEP the suffix so DEKALB-the-same-SKU sold as both grain corn and silage gets two distinct source_keys (collision-safe and unambiguous for `lookup_variety`). - New `--crop` CLI filter for incremental backfills. - Log line shows brand + crop alongside source_key for visibility. rag/chunk.py - Channel + Deltapine pages use slightly different characteristics group labels (DISEASE not DISEASE RATINGS, AGRONOMIC CHARACTERISTICS not GROWTH/HARVEST, plus MATURITY / ADAPTATION / HERBICIDES / OTHER). Fold them into the DISEASE / AGRONOMIC / MANAGEMENT label sets so the chunker buckets them correctly into the standard sections. Smoke-tested cross-brand × cross-crop queries against the rebuilt index (5,529 chunks total) — all 6 sample queries surface the right brand+crop at top-3: Channel corn 110 RM → 210-25TRE BRAND Channel soy 2.5 MG IA → 2622RXF BRAND Deltapine cotton XF → DP 1820 B3XF BRAND Sorghum dryland Kansas → 6B95 BRAND (Channel) Silage corn WI dairy → DKC64-44RIB BRAND BLEND (silage variant) Canola Northern Plains → DK401TL BRAND Watchtower will pull the new image on the next push; deploy is unchanged otherwise. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,113 @@
|
||||
# DKC54-40RIB BRAND BLEND
|
||||
|
||||
- **Vendor:** Bayer
|
||||
- **Brand:** Dekalb
|
||||
- **Crop:** Silage
|
||||
- **Traits:** VT2PRIB (VT Double PRO® RIB Complete® corn blend)
|
||||
- **Release year:** 2013
|
||||
- **Source:** https://www.cropscience.bayer.us/silage/dekalb/dekalb-dkc54-40rib-silage
|
||||
- **Rating scale (Bayer):** 1-9 (9 = best)
|
||||
|
||||
---
|
||||
## Positioning
|
||||
|
||||
DKC54-40RIB Brand Blend can provide excellent yield potential and Goss's Wilt tolerance. Has shown very good greensnap tolerance combined with solid roots and stalks make this a very reliable addition to the 105 RM.
|
||||
|
||||
## Strengths & management
|
||||
|
||||
- Very good top-end yield potential
|
||||
- Very good Goss's Wilt tolerance
|
||||
- Has shown solid roots and stalks
|
||||
- Has shown good greensnap tolerance
|
||||
- Position in areas with moderate or worse Goss' Wilt pressure
|
||||
- Position as a product that can perform well in the 100, 105 and 110 RM zones
|
||||
- Good performance in areas with moderate or less drought stress
|
||||
- Semi-flex ear allows for planting from 30 to 40K PPA depending on yield environment
|
||||
|
||||
## Management
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| VALUE ADDED TRAIT | VT2PRIB |
|
||||
| RELATIVE MATURITY | 104 |
|
||||
| GDUS TO MID-POLLINATION | 1300 |
|
||||
| GDUS TO BLACK LAYER | 2600 |
|
||||
| PLANTING RATE | Med High |
|
||||
| SILAGE PROVEN | No |
|
||||
| NEW PRODUCT | NO |
|
||||
| VARIETY | 01050410 |
|
||||
|
||||
## Plant Description
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| COB COLOR | Red |
|
||||
| KERNEL CAP COLOR | Yellow |
|
||||
| KERNEL ROW | 18 |
|
||||
|
||||
## Growth
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| EMERGENCE | 1 |
|
||||
| SEEDLING GROWTH | 2 |
|
||||
| ROOT STRENGTH | 2 |
|
||||
| STALK STRENGTH | 2 |
|
||||
| DROUGHT TOLERANCE | 3 |
|
||||
| GREENSNAP | 3 |
|
||||
| PLANT HEIGHT | Medium |
|
||||
| EAR PLACEMENT | Medium |
|
||||
|
||||
## Harvest
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| STAYGREEN | 4 |
|
||||
| HARVEST APPEARANCE | 3 |
|
||||
| DRYDOWN | 2 |
|
||||
| TEST WEIGHT | 3 |
|
||||
|
||||
## Diseases
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| NORTHERN CORN LEAF BLIGHT | 3 |
|
||||
| SOUTHERN CORN LEAF BLIGHT | 1 |
|
||||
| GRAY LEAF SPOT | 4 |
|
||||
| COMMON RUST | 3 |
|
||||
| SOUTHERN RUST | 4 |
|
||||
| EYE SPOT | 2 |
|
||||
| ANTHRACNOSE LEAF BLIGHT | - |
|
||||
| STEWART'S LEAF BLIGHT | 3 |
|
||||
| ANTHRACNOSE STALK ROT | 4 |
|
||||
| GOSS'S WILT | 3 |
|
||||
|
||||
## Herbicide
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| GROWTH REGULATORS SENSITIVITY | A |
|
||||
| SULFONYLUREAS SENSITIVITY | A |
|
||||
| ISOXAZOLES SENSITIVITY - PRE-EMERGENCE | C |
|
||||
|
||||
## Silage Characteristics
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| NDFD 24 HR | 3 |
|
||||
| NDFD 30 HR | 3 |
|
||||
| % OF STARCH | 1 |
|
||||
| IVSD7HR | 3 |
|
||||
| SILAGE YIELD | 2 |
|
||||
| MILK PER TON | 2 |
|
||||
| MILK PER ACRE | 2 |
|
||||
|
||||
## Other
|
||||
|
||||
| Characteristic | Value |
|
||||
|---|---|
|
||||
| CORN LETHAL NECROSIS | 2 |
|
||||
|
||||
## Regional seed-guide listings
|
||||
|
||||
- **2025 Washington, Oregon, SEED GUIDE** — agronomist: Dave Heimkes
|
||||
Reference in New Issue
Block a user