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,39 @@
|
||||
# Corn yield trial — Blair Hoerbert (San Jose, IL, 2024)
|
||||
|
||||
- **Publisher:** ProHarvest Seeds (cross-vendor plot report)
|
||||
- **Crop:** Corn
|
||||
- **Year:** 2024
|
||||
- **Location:** San Jose, IL · Logan County
|
||||
- **Cooperator:** Blair Hoerbert
|
||||
- **Company rep:** Tom Forrest
|
||||
- **Planted:** 5/20/2024
|
||||
- **Harvested:** 10/17/2024
|
||||
- **Previous crop:** Soybeans
|
||||
- **Row width:** 30
|
||||
- **Population:** 36,000 seeds/acre
|
||||
- **Tillage:** Conventional
|
||||
- **Irrigation:** Non-Irrigated
|
||||
- **Fungicide:** Yes
|
||||
- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Blair-Hoerbert-San-Jose-IL-62682.pdf
|
||||
|
||||
---
|
||||
|
||||
## Results (head-to-head)
|
||||
|
||||
| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave |
|
||||
|---|---|---|---|---|---|---|---|
|
||||
| 1 | ProHarvest | 82P96 | PCE | 273.95 | 16.8 | 56.1 | 14.3 |
|
||||
| 2 | ProHarvest | 85P58 | SSRIB | 273.93 | 16 | 59.8 | 14.3 |
|
||||
| 3 | ProHarvest | 84P78 | TRERIB | 272.75 | 16.9 | 57.5 | 13.1 |
|
||||
| 4 | ProHarvest | 83P48 | SSPRO | 271.49 | 17.9 | 58.3 | 11.8 |
|
||||
| 5 | ProHarvest | 83P66 | VT2PRIB | 270.64 | 18.2 | 56 | 11 |
|
||||
| 6 | ProHarvest | 84P30 | AA | 266.09 | 19.1 | 56.9 | 6.4 |
|
||||
| 7 | ProHarvest | 83P17 | PCE | 264.73 | 19.3 | 55.9 | 5.1 |
|
||||
| 8 | ProHarvest | 79P54 | SSPRO | 257.04 | 16.3 | 56.7 | -2.6 |
|
||||
| 9 | ProHarvest | 80P75 | PCE | 256.21 | 15.7 | 54.4 | -3.5 |
|
||||
| 10 | ProHarvest | 82P79 | VT2PRIB | 254.07 | 16.5 | 59.8 | -5.6 |
|
||||
| 11 | ProHarvest | 81P20 | PCE | 254.04 | 16.8 | 55.7 | -5.6 |
|
||||
| 12 | ProHarvest | 78P23 | PCE | 252.91 | 16.4 | 57.6 | -6.8 |
|
||||
| 13 | ProHarvest | 77P60 | SSRIB | 250.21 | 14.3 | 57.5 | -9.5 |
|
||||
| 14 | ProHarvest | 81P65 | V | 243.63 | 17.5 | 55.6 | -16 |
|
||||
| 15 | ProHarvest | 8360 | VT2PRIB | 233.35 | 18.9 | 55.5 | -26.3 |
|
||||
Reference in New Issue
Block a user