89eea0f2b4
ProHarvest Seeds (independent Corn Belt brand, proharvestseeds.com) exposes a public, no-auth WordPress REST API — cleaner ingestion than the HTML-only independents. Two new sources: - `proharvest` (variety identity, 119 row-crop varieties: 70 corn / 47 soy / 2 wheat). Enumerated via /wp/v2/seed (seed-type taxonomy), agronomics parsed from each /seed/<slug>/ detail page into structured characteristics_groups so the ratings actually embed. Mixed scale: disease 1-9 numeric (9=best, no flip), agronomic/general qualitative, soil HR/R. - `proharvest_plots` (trials, data_type=trial, 161 plots, 2024+2025). Per- cooperator harvest reports via the custom /wp-json/proharvest/v1/plots?y= endpoint + PDF table extraction. Many are cross-vendor head-to-head (ProHarvest/Apex vs Pioneer/DEKALB/Becks/Channel/Wyffels). Handles ruled tables, unruled tables (text fallback; soy drops the Test-Wt column → 4 vs 5 numerics), and off-template third-party reports (sanity-gated to verbatim so junk rows never ship). Image-only PDFs skipped + counted. - rag/chunk.py: route proharvest_plots through the shared cross-vendor plot renderer (structured) / verbatim body (raw_text fallback). - sources.json + lessons.md (rating-scales, trial-data). - README/CLAUDE.md corpus inventory brought current (it had drifted: bayer 931 not 475; ebberts/lg/agrigold were unlisted). New totals: 1,645 variety + 6,787 trial records. robots.txt permissive (only search + /dealer-* disallowed); no ToS automation clause. CI rebuilds the index from the committed corpus.
51 lines
1.7 KiB
Markdown
51 lines
1.7 KiB
Markdown
# Soybean yield trial — Dekalb County Corn and Soybean Growers (IL, 2025)
|
|
|
|
- **Publisher:** ProHarvest Seeds (cross-vendor plot report)
|
|
- **Crop:** Soybean
|
|
- **Year:** 2025
|
|
- **Location:** IL · Dekalb County
|
|
- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Dekalb-Co-Corn-and-Soybean-Growers-min.pdf
|
|
|
|
---
|
|
|
|
## Trial data (verbatim from PDF)
|
|
|
|
```
|
|
Dekalb County Corn and Soybean Growers
|
|
Soybean Plot
|
|
Plant Date: 5/6/25
|
|
Harvest Date: 10/6/25
|
|
Company Product/brand Trait Maturity Yield Moisture
|
|
Channel CT2326E Enlist 2.3 96.0 10.8
|
|
Viking/Blue River 27B4 Conventional 2.7 94.3 10.0
|
|
Pioneer P27Z41E Enlist 2.7 93.3 10.3
|
|
Alloy A29E36 Enlist 2.9 92.0 10.3
|
|
Becks Beck 3140E3 Enlist 3.1 91.8 10.4
|
|
Xitavo XO2832E Enlist 2.8 91.5 10.7
|
|
Xitavo XO2926E Enlist 2.9 90.3 10.5
|
|
Pioneer P26A20 Conventional 2.6 89.4 10.4
|
|
ProHarvest AE2860 Enlist 2.8 88.8 10.2
|
|
Pioneer P31Z32E Enlist 3.1 88.5 10.4
|
|
Viking/Blue River 32B6 Conventional 3.2 88.1 10.2
|
|
Pioneer P28Z30E Enlist 2.8 88.1 10.2
|
|
Becks Beck 2660E3 Enlist 2.6 87.8 10.4
|
|
Xitavo XO2735E Enlist 2.7 87.8 10.8
|
|
Asgrow AG26XF4 XtendFlex 2.6 87.7 10.5
|
|
Xitavo XO2865E Enlist 2.8 87.0 10.4
|
|
Xitavo XO2556E Enlist 2.5 86.5 10.4
|
|
NuTech 25N05E Enlist 2.5 85.8 10.4
|
|
NuTech 28N05E Enlist 2.8 85.7 10.2
|
|
Becks Beck 2950E3 Enlist 2.9 85.2 10.5
|
|
ProHarvest AE3150 Enlist 3.1 83.5 10.2
|
|
Channel CT2826E Enlist 2.8 83.1 10.1
|
|
Alloy A25E36 Enlist 2.5 83.1 10.9
|
|
ProHarvest AE2940S Enlist 2.9 83.0 10.2
|
|
Asgrow AG29XF5 XtendFlex 2.9 82.8 10.0
|
|
Channel 2225RXF XtendFlex 2.2 81.2 10.4
|
|
NuTech 30N06E Enlist 3 80.4 10.6
|
|
Viking/Blue River 30B4 Conventional 3 79.8 10.4
|
|
Alloy A27E35 Enlist 2.7 79.5 10.3
|
|
Viking/Blue River 3418 Conventional 3.4 73.5 10.7
|
|
Averages = 86.5 10.4
|
|
```
|