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:
2026-06-04 21:04:33 -04:00
parent e356633d4f
commit 89eea0f2b4
567 changed files with 80023 additions and 8 deletions
@@ -0,0 +1,181 @@
{
"source": "proharvest_plots",
"source_key": "phpr-soybeans-2025-9858",
"data_type": "trial",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"crop": "soybeans",
"state": "IL",
"state_abbrev": "il",
"city": "Streator",
"county": "LaSalle",
"year": 2025,
"plot_id": 9858,
"cooperator": "Craig Richards",
"latitude": 41.12126844144799,
"longitude": -88.83483533300736,
"company_representative": "Jeff Horner",
"planted_date": "5/9/2025",
"harvested_date": "9/30/2025",
"previous_crop": "Corn",
"row_width": "30",
"population_seeds_per_acre": 150000,
"fungicide": null,
"herbicide": null,
"insecticide": null,
"tillage": "Conventional",
"irrigation": "Non-Irrigated",
"results": [
{
"brand": "ProHarvest",
"rank": 1,
"product": "31E65S",
"traits": null,
"metrics": {
"% H2O": 9,
"Test Wt.": 57.2,
"Yield": 87.08,
"+/- Ave": 6.2
}
},
{
"brand": "ProHarvest",
"rank": 2,
"product": "31E65S",
"traits": null,
"metrics": {
"% H2O": 9.1,
"Test Wt.": 57.3,
"Yield": 86.35,
"+/- Ave": 5.4
}
},
{
"brand": "ProHarvest",
"rank": 3,
"product": "3550",
"traits": null,
"metrics": {
"% H2O": 9.9,
"Test Wt.": 57.2,
"Yield": 86.09,
"+/- Ave": 5.2
}
},
{
"brand": "ProHarvest",
"rank": 4,
"product": "3131",
"traits": null,
"metrics": {
"% H2O": 9.7,
"Test Wt.": 57.6,
"Yield": 85.4,
"+/- Ave": 4.5
}
},
{
"brand": "ProHarvest",
"rank": 5,
"product": "3150",
"traits": null,
"metrics": {
"% H2O": 9.9,
"Test Wt.": 57.5,
"Yield": 84.21,
"+/- Ave": 3.3
}
},
{
"brand": "ProHarvest",
"rank": 6,
"product": "3060",
"traits": null,
"metrics": {
"% H2O": 9.5,
"Test Wt.": 58.3,
"Yield": 81.31,
"+/- Ave": 0.4
}
},
{
"brand": "ProHarvest",
"rank": 7,
"product": "2750",
"traits": null,
"metrics": {
"% H2O": 9,
"Test Wt.": 57,
"Yield": 79.99,
"+/- Ave": -0.9
}
},
{
"brand": "ProHarvest",
"rank": 8,
"product": "2950",
"traits": null,
"metrics": {
"% H2O": 9,
"Test Wt.": 57.1,
"Yield": 79.73,
"+/- Ave": -1.2
}
},
{
"brand": "ProHarvest",
"rank": 9,
"product": "2560",
"traits": null,
"metrics": {
"% H2O": 8.7,
"Test Wt.": 57.2,
"Yield": 78.47,
"+/- Ave": -2.4
}
},
{
"brand": "ProHarvest",
"rank": 10,
"product": "2860",
"traits": null,
"metrics": {
"% H2O": 9.1,
"Test Wt.": 56,
"Yield": 76.11,
"+/- Ave": -4.8
}
},
{
"brand": "ProHarvest",
"rank": 11,
"product": "2940",
"traits": null,
"metrics": {
"% H2O": 9.5,
"Test Wt.": 58.3,
"Yield": 74.26,
"+/- Ave": -6.6
}
},
{
"brand": "ProHarvest",
"rank": 12,
"product": "25E35",
"traits": null,
"metrics": {
"% H2O": 9.7,
"Test Wt.": 56.4,
"Yield": 71.84,
"+/- Ave": -9.1
}
}
],
"n_results": 12,
"raw_text": false,
"source_urls": [
"https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Richards-Streator-IL-min.pdf"
],
"fetched_at": "2026-06-05T00:59:55.327535+00:00",
"scraper_version": "0.1.0"
}