Files
seed-mcp/corpus/proharvest_plots/phpr-corn-2024-9649.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

158 lines
3.3 KiB
JSON

{
"source": "proharvest_plots",
"source_key": "phpr-corn-2024-9649",
"data_type": "trial",
"vendor": "ProHarvest Seeds",
"brand": "ProHarvest Seeds",
"crop": "corn",
"state": "OH",
"state_abbrev": "oh",
"city": "Maria Stein",
"county": "Mercer",
"year": 2024,
"plot_id": 9649,
"cooperator": "Larry Reichert",
"latitude": 40.4078249,
"longitude": -84.4932862,
"company_representative": "Matthew Reichert",
"planted_date": "5/13/2024",
"harvested_date": "9/21/2024",
"previous_crop": "Soybeans",
"row_width": "30",
"population_seeds_per_acre": 33000,
"fungicide": "Veltyma",
"herbicide": null,
"insecticide": null,
"tillage": "Conventional",
"irrigation": "Non-Irrigated",
"results": [
{
"brand": "ProHarvest",
"rank": 1,
"product": "79P54",
"traits": "SSPRO",
"metrics": {
"% H2O": 20,
"Test Wt.": null,
"Yield": 254.09,
"+/- Ave": 27.5
}
},
{
"brand": "ProHarvest",
"rank": 2,
"product": "76P42",
"traits": null,
"metrics": {
"% H2O": 18,
"Test Wt.": null,
"Yield": 233.46,
"+/- Ave": 6.9
}
},
{
"brand": "ProHarvest",
"rank": 3,
"product": "79P49",
"traits": "VT2PRIB",
"metrics": {
"% H2O": 21.5,
"Test Wt.": null,
"Yield": 231.33,
"+/- Ave": 4.7
}
},
{
"brand": "ProHarvest",
"rank": 4,
"product": "79P87",
"traits": "SSRIB",
"metrics": {
"% H2O": 18,
"Test Wt.": null,
"Yield": 230.73,
"+/- Ave": 4.1
}
},
{
"brand": "ProHarvest",
"rank": 5,
"product": "80P75",
"traits": "PCE",
"metrics": {
"% H2O": 19.5,
"Test Wt.": null,
"Yield": 228.3,
"+/- Ave": 1.7
}
},
{
"brand": "ProHarvest",
"rank": 6,
"product": "78P23",
"traits": "PCE",
"metrics": {
"% H2O": 18.5,
"Test Wt.": null,
"Yield": 224.2,
"+/- Ave": -2.4
}
},
{
"brand": "ProHarvest",
"rank": 7,
"product": "74P51",
"traits": "VT2PRIB",
"metrics": {
"% H2O": 16.5,
"Test Wt.": null,
"Yield": 223.84,
"+/- Ave": -2.8
}
},
{
"brand": "ProHarvest",
"rank": 8,
"product": "77P60",
"traits": "SSRIB",
"metrics": {
"% H2O": 15,
"Test Wt.": null,
"Yield": 214.97,
"+/- Ave": -11.6
}
},
{
"brand": "ProHarvest",
"rank": 9,
"product": "77P19",
"traits": "VT2PRIB",
"metrics": {
"% H2O": 16,
"Test Wt.": null,
"Yield": 214.31,
"+/- Ave": -12.3
}
},
{
"brand": "ProHarvest",
"rank": 10,
"product": "75P85",
"traits": "DGVT2PRIB",
"metrics": {
"% H2O": 16.5,
"Test Wt.": null,
"Yield": 210.87,
"+/- Ave": -15.7
}
}
],
"n_results": 10,
"raw_text": false,
"source_urls": [
"https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Larry-Reichert-Maria-Stein-OH-45860.pdf"
],
"fetched_at": "2026-06-05T00:56:38.436051+00:00",
"scraper_version": "0.1.0"
}