Files
seed-mcp/corpus/proharvest_plots/phpr-soybeans-2025-9812.json
T
claude 89eea0f2b4 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.
2026-06-04 21:04:33 -04:00

134 lines
2.7 KiB
JSON

{
"source": "proharvest_plots",
"source_key": "phpr-soybeans-2025-9812",
"data_type": "trial",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"crop": "soybeans",
"state": "IL",
"state_abbrev": "il",
"city": "Morrisonville",
"county": "Christian",
"year": 2025,
"plot_id": 9812,
"cooperator": "Lynn Tryon",
"latitude": 39.42,
"longitude": -89.457,
"company_representative": "Keith Knapp",
"planted_date": "4/16/2025",
"harvested_date": "10/3/2025",
"previous_crop": "Corn",
"row_width": "30",
"population_seeds_per_acre": 140000,
"fungicide": "Yes",
"herbicide": "Enlist/Liberty",
"insecticide": "Yes",
"tillage": "Conventional",
"irrigation": "Non-Irrigated",
"results": [
{
"brand": "Apex",
"rank": 1,
"product": "AE3550S",
"traits": null,
"metrics": {
"% H2O": 12.5,
"Test Wt.": null,
"Yield": 93.37,
"+/- Ave": 7.9
}
},
{
"brand": "Apex",
"rank": 2,
"product": "AE3150",
"traits": null,
"metrics": {
"% H2O": 12.7,
"Test Wt.": null,
"Yield": 91.96,
"+/- Ave": 6.5
}
},
{
"brand": "Apex",
"rank": 3,
"product": "AE3950",
"traits": null,
"metrics": {
"% H2O": 12.4,
"Test Wt.": null,
"Yield": 84.49,
"+/- Ave": -1
}
},
{
"brand": "Apex",
"rank": 4,
"product": "AE2950",
"traits": null,
"metrics": {
"% H2O": 12.5,
"Test Wt.": null,
"Yield": 84.39,
"+/- Ave": -1.1
}
},
{
"brand": "Apex",
"rank": 5,
"product": "AE3060",
"traits": null,
"metrics": {
"% H2O": 12.1,
"Test Wt.": null,
"Yield": 84.17,
"+/- Ave": -1.3
}
},
{
"brand": "Apex",
"rank": 6,
"product": "AE3660",
"traits": null,
"metrics": {
"% H2O": 12.6,
"Test Wt.": null,
"Yield": 83.1,
"+/- Ave": -2.3
}
},
{
"brand": "Apex",
"rank": 7,
"product": "AE3850",
"traits": null,
"metrics": {
"% H2O": 12.3,
"Test Wt.": null,
"Yield": 82.78,
"+/- Ave": -2.7
}
},
{
"brand": "Apex",
"rank": 8,
"product": "AE3720S",
"traits": null,
"metrics": {
"% H2O": 12.8,
"Test Wt.": null,
"Yield": 79.33,
"+/- Ave": -6.1
}
}
],
"n_results": 8,
"raw_text": false,
"source_urls": [
"https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Tryon-Morrisonville-IL-min.pdf"
],
"fetched_at": "2026-06-05T01:00:25.335453+00:00",
"scraper_version": "0.1.0"
}