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,141 @@
|
||||
{
|
||||
"source": "proharvest_plots",
|
||||
"source_key": "phpr-soybeans-2024-9655",
|
||||
"data_type": "trial",
|
||||
"vendor": "ProHarvest Seeds",
|
||||
"brand": "ProHarvest Seeds",
|
||||
"crop": "soybeans",
|
||||
"state": "OH",
|
||||
"state_abbrev": "oh",
|
||||
"city": "Maria Stein",
|
||||
"county": "Mercer",
|
||||
"year": 2024,
|
||||
"plot_id": 9655,
|
||||
"cooperator": "Larry Reichert",
|
||||
"latitude": 40.4078249,
|
||||
"longitude": -84.4932862,
|
||||
"company_representative": "Matthew Reichert",
|
||||
"planted_date": "5/21/2024",
|
||||
"harvested_date": "9/19/2024",
|
||||
"previous_crop": "Corn",
|
||||
"row_width": "30",
|
||||
"population_seeds_per_acre": 140000,
|
||||
"fungicide": null,
|
||||
"herbicide": null,
|
||||
"insecticide": null,
|
||||
"tillage": "Conventional",
|
||||
"irrigation": "Non-Irrigated",
|
||||
"results": [
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 1,
|
||||
"product": "AE2950",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 9,
|
||||
"Test Wt.": null,
|
||||
"Yield": 73.24,
|
||||
"+/- Ave": 2.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 2,
|
||||
"product": "AE2940S",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 9,
|
||||
"Test Wt.": null,
|
||||
"Yield": 71.55,
|
||||
"+/- Ave": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 3,
|
||||
"product": "AE2930",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "protTect D-I",
|
||||
"% H2O": 9,
|
||||
"Test Wt.": null,
|
||||
"Yield": 71.21,
|
||||
"+/- Ave": 0.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 4,
|
||||
"product": "AE2740",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 8.5,
|
||||
"Test Wt.": null,
|
||||
"Yield": 70.93,
|
||||
"+/- Ave": 0.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "ProHarvest",
|
||||
"rank": 5,
|
||||
"product": "25E35",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 8,
|
||||
"Test Wt.": null,
|
||||
"Yield": 70.63,
|
||||
"+/- Ave": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 6,
|
||||
"product": "AE2750",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 8.5,
|
||||
"Test Wt.": null,
|
||||
"Yield": 69.91,
|
||||
"+/- Ave": -0.7
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 7,
|
||||
"product": "AE3131S",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 9.5,
|
||||
"Test Wt.": null,
|
||||
"Yield": 68.81,
|
||||
"+/- Ave": -1.8
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 8,
|
||||
"product": "AE2930",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"Seed Trtmt.": "proTect Ultra",
|
||||
"% H2O": 9,
|
||||
"Test Wt.": null,
|
||||
"Yield": 68.51,
|
||||
"+/- Ave": -2.1
|
||||
}
|
||||
}
|
||||
],
|
||||
"n_results": 8,
|
||||
"raw_text": false,
|
||||
"source_urls": [
|
||||
"https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Larry-Reichert-Maria-Stein-OH-45860.pdf"
|
||||
],
|
||||
"fetched_at": "2026-06-05T00:56:33.921654+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user