89eea0f2b4
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.
122 lines
2.5 KiB
JSON
122 lines
2.5 KiB
JSON
{
|
|
"source": "proharvest_plots",
|
|
"source_key": "phpr-corn-2024-9667",
|
|
"data_type": "trial",
|
|
"vendor": "ProHarvest Seeds",
|
|
"brand": "ProHarvest Seeds",
|
|
"crop": "corn",
|
|
"state": "MD",
|
|
"state_abbrev": "md",
|
|
"city": "Snow Hill",
|
|
"county": "Worcester",
|
|
"year": 2024,
|
|
"plot_id": 9667,
|
|
"cooperator": "Brooks Clayville",
|
|
"latitude": 38.1770634,
|
|
"longitude": -75.3926959,
|
|
"company_representative": "David Hopkins",
|
|
"planted_date": "5/21/2024",
|
|
"harvested_date": "9/27/2024",
|
|
"previous_crop": "Soybeans",
|
|
"row_width": "30",
|
|
"population_seeds_per_acre": 26000,
|
|
"fungicide": "Aquilla XL",
|
|
"herbicide": "Bicep",
|
|
"insecticide": "Kendo",
|
|
"tillage": null,
|
|
"irrigation": "Irrigated",
|
|
"results": [
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 1,
|
|
"product": "84P78",
|
|
"traits": "TRERIB",
|
|
"metrics": {
|
|
"% H2O": 24,
|
|
"Test Wt.": 53.3,
|
|
"Yield": 225,
|
|
"+/- Ave": 20
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 2,
|
|
"product": "83P66",
|
|
"traits": "VT2PRIB",
|
|
"metrics": {
|
|
"% H2O": 22.1,
|
|
"Test Wt.": 55.4,
|
|
"Yield": 219,
|
|
"+/- Ave": 14
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 3,
|
|
"product": "8360",
|
|
"traits": "VT2PRIB",
|
|
"metrics": {
|
|
"% H2O": 22.35,
|
|
"Test Wt.": 56.2,
|
|
"Yield": 212,
|
|
"+/- Ave": 7
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 4,
|
|
"product": "81P20",
|
|
"traits": "PCE",
|
|
"metrics": {
|
|
"% H2O": 22.11,
|
|
"Test Wt.": 53.6,
|
|
"Yield": 203,
|
|
"+/- Ave": -2
|
|
}
|
|
},
|
|
{
|
|
"brand": "Pioneer",
|
|
"rank": 4,
|
|
"product": "P1136",
|
|
"traits": "AM",
|
|
"metrics": {
|
|
"% H2O": 22.27,
|
|
"Test Wt.": 55.3,
|
|
"Yield": 203,
|
|
"+/- Ave": -2
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 5,
|
|
"product": "80P75",
|
|
"traits": "PCE",
|
|
"metrics": {
|
|
"% H2O": 21.52,
|
|
"Test Wt.": 53.7,
|
|
"Yield": 191,
|
|
"+/- Ave": -14
|
|
}
|
|
},
|
|
{
|
|
"brand": "ProHarvest",
|
|
"rank": 6,
|
|
"product": "79P54",
|
|
"traits": "SSPRO",
|
|
"metrics": {
|
|
"% H2O": 21.77,
|
|
"Test Wt.": 55.7,
|
|
"Yield": 182,
|
|
"+/- Ave": -23
|
|
}
|
|
}
|
|
],
|
|
"n_results": 7,
|
|
"raw_text": false,
|
|
"source_urls": [
|
|
"https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brooks-Clayville-Snow-Hill-MD-21863.pdf"
|
|
],
|
|
"fetched_at": "2026-06-05T00:56:24.939201+00:00",
|
|
"scraper_version": "0.1.0"
|
|
}
|