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,49 @@
|
||||
# Corn yield trial — Synergy Seeds Manteno (Manteno, IL, 2024)
|
||||
|
||||
- **Publisher:** ProHarvest Seeds (cross-vendor plot report)
|
||||
- **Crop:** Corn
|
||||
- **Year:** 2024
|
||||
- **Location:** Manteno, IL · Kankakee County
|
||||
- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Manteno-IL-60950.pdf
|
||||
|
||||
---
|
||||
|
||||
## Trial data (verbatim from PDF)
|
||||
|
||||
```
|
||||
2024 SYNERGY SEEDS Corn Harvest Report
|
||||
Cooperator STRIP-TILL Prev Crop soybeans Prior Year Herb
|
||||
Mailing Address Tillage Type PreE Herb
|
||||
City, State, Zip MANTENO % Ground Cover Date Applied
|
||||
County Kankakee Years in Con Till Rate Applied
|
||||
Telephone Irrigated (y/n) NO PostE Herb
|
||||
Sales Rep Soil pH Date Applied Assume
|
||||
Seed Dealer Synergy Organic Matter (%) Rate Applied Selling Price:
|
||||
Planting Date 5/24/2024 Soil Texture Seed Treatment $4.00
|
||||
Planting Pop. 34,500 NPK applied Soil Insecticide per bushel
|
||||
Row Width 30 P2O5 Std Moisture 15% Drying Charge
|
||||
Harvest Date 10/24/2024 K2O Per Moisture Pt:
|
||||
Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years$,0 2.055-50%
|
||||
Grower Signature YES Experiment Number:
|
||||
Use Grower's Name OK
|
||||
Row Harvest Harvest Corn @15.0%
|
||||
Entry # Length Weight Moist. Bushels/Acre Gross Rank by
|
||||
No. Brand Hybrid Traits Rows (ft.) (lbs.) (%) Yield Rank Income Income
|
||||
1 Wyffels 7759 SSPRO 4 400 1230 16.9 233.8 13 $ 913.16 13
|
||||
2 Wyffels 3576 VT2P 4 400 1220 13.5 241.4 10 $ 983.84 6
|
||||
3 Dekalb 56-26 TRECEPTA 4 400 1250 14.4 244.8 7 $ 986.53 5
|
||||
4 NuTech 68C1V VORCEED 4 400 1390 15.7 268.1 1 $ 1,062.93 1
|
||||
5 ProHarvest 79P87 SS 4 400 1250 16.8 237.9 11 $ 930.32 11
|
||||
6 Agrigold 639-03 VT2P 4 400 1290 15.1 250.6 3 $ 1,001.00 3
|
||||
7 ProHarvest 79P37 TRECEPTA 4 400 1300 16.7 247.7 6 $ 969.93 8
|
||||
8 Dekalb 110-10 SS 4 400 1300 17.9 244.2 8 $ 941.31 10
|
||||
9 NuTech 70F6V VORCEED 4 400 1290 15.4 249.7 5 $ 993.72 4
|
||||
10 Burrus 5F17 QROME 4 400 1260 16.0 242.1 9 $ 956.46 9
|
||||
11 Wyffels 6886 VT2P 4 400 1310 16.6 250.0 4 $ 979.81 7
|
||||
12 Dekalb 114-99 VT4P 4 400 1180 18.8 219.2 14 $ 835.19 14
|
||||
13 Wyffels 7876 VT2P 4 400 1320 15.9 254.0 2 $ 1,004.47 2
|
||||
14 Dekalb 64-22 VT2P 4 400 1100 16.0 211.4 15 $ 835.01 15
|
||||
15 Dekalb 66-06 TRECEPTA 4 400 1260 17.5 237.8 12 $ 921.55 12
|
||||
16 Wyffels 7759 SSPRO 4 400 1070 17.4 202.2 16 $ 784.54 16
|
||||
Plot Average: 16.3 239.7
|
||||
```
|
||||
Reference in New Issue
Block a user