Add ProHarvest Seeds: 119 varieties + 161 cross-vendor plot reports
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.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Corn yield trial — Clint Turner (Modesto, IL, 2024)
|
||||
|
||||
- **Publisher:** ProHarvest Seeds (cross-vendor plot report)
|
||||
- **Crop:** Corn
|
||||
- **Year:** 2024
|
||||
- **Location:** Modesto, IL · Macoupin County
|
||||
- **Cooperator:** Clint Turner
|
||||
- **Company rep:** Rick Urish
|
||||
- **Planted:** 4/15/2024
|
||||
- **Harvested:** 9/11/2024
|
||||
- **Previous crop:** Soybeans
|
||||
- **Row width:** 30"
|
||||
- **Population:** 35,000 seeds/acre
|
||||
- **Tillage:** Min-Till
|
||||
- **Irrigation:** Non-Irrigated
|
||||
- **Fungicide:** Trivapro
|
||||
- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Clint-Turner-Modesto-IL-62667.pdf
|
||||
|
||||
---
|
||||
|
||||
## Results (head-to-head)
|
||||
|
||||
| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave |
|
||||
|---|---|---|---|---|---|---|---|
|
||||
| 1 | ProHarvest | 81P20 | PCE | 267.58 | 20.1 | 60.0 | 19.5 |
|
||||
| 2 | ProHarvest | 80P75 | PCE | 256.96 | 18.2 | 60.0 | 8.9 |
|
||||
| 3 | ProHarvest | 83P66 | VT2P RIB | 253.85 | 24.2 | 60.0 | 5.8 |
|
||||
| 4 | ProHarvest | 8360 | VT2P RIB | 249.23 | 20.0 | 60.0 | 1.1 |
|
||||
| 5 | ProHarvest | 82P79 | VT2P RIB | 245.38 | 19.9 | 62.0 | -2.7 |
|
||||
| 6 | ProHarvest | 85P58 | SS RIB | 244.37 | 20.9 | 58.0 | -3.7 |
|
||||
| 7 | ProHarvest | 84P78 | TRE RIB | 243.71 | 25.2 | 60.0 | -4.4 |
|
||||
| 8 | ProHarvest | 84P30 | AA | 242.72 | 24.6 | 59.0 | -5.4 |
|
||||
| 9 | ProHarvest | 83P33 | VT2P RIB | 228.95 | 24.3 | 59.0 | -19.1 |
|
||||
Reference in New Issue
Block a user