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,157 @@
|
||||
{
|
||||
"source": "proharvest_plots",
|
||||
"source_key": "phpr-soybeans-2025-9943",
|
||||
"data_type": "trial",
|
||||
"vendor": "ProHarvest Seeds",
|
||||
"brand": "ProHarvest Seeds",
|
||||
"crop": "soybeans",
|
||||
"state": "IA",
|
||||
"state_abbrev": "ia",
|
||||
"city": "Monticello",
|
||||
"county": "Jones",
|
||||
"year": 2025,
|
||||
"plot_id": 9943,
|
||||
"cooperator": "Delturn",
|
||||
"latitude": 42.23792386919272,
|
||||
"longitude": -91.18454563981108,
|
||||
"company_representative": "Ryan Frederich",
|
||||
"planted_date": "4/29/2025",
|
||||
"harvested_date": "10/3/2025",
|
||||
"previous_crop": "Corn",
|
||||
"row_width": "30",
|
||||
"population_seeds_per_acre": 140000,
|
||||
"fungicide": null,
|
||||
"herbicide": null,
|
||||
"insecticide": null,
|
||||
"tillage": "Conventional",
|
||||
"irrigation": "Non-Irrigated",
|
||||
"results": [
|
||||
{
|
||||
"brand": "Pioneer",
|
||||
"rank": 1,
|
||||
"product": "P28Z30E",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.6,
|
||||
"Test Wt.": 59.8,
|
||||
"Yield": 82.06,
|
||||
"+/- Ave": 5.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 2,
|
||||
"product": "AE2860",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10,
|
||||
"Test Wt.": 59.7,
|
||||
"Yield": 81.86,
|
||||
"+/- Ave": 5.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Merschman",
|
||||
"rank": 3,
|
||||
"product": "2526E",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.1,
|
||||
"Test Wt.": 59.2,
|
||||
"Yield": 79.82,
|
||||
"+/- Ave": 3.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 4,
|
||||
"product": "AE2560",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.2,
|
||||
"Test Wt.": 58.9,
|
||||
"Yield": 77.57,
|
||||
"+/- Ave": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 5,
|
||||
"product": "AE2361",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.5,
|
||||
"Test Wt.": 59,
|
||||
"Yield": 77.31,
|
||||
"+/- Ave": 0.7
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "ProHarvest",
|
||||
"rank": 6,
|
||||
"product": "26E68",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.2,
|
||||
"Test Wt.": 60.4,
|
||||
"Yield": 76.82,
|
||||
"+/- Ave": 0.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 7,
|
||||
"product": "AE3150",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.6,
|
||||
"Test Wt.": 59.7,
|
||||
"Yield": 76.09,
|
||||
"+/- Ave": -0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "ProHarvest",
|
||||
"rank": 8,
|
||||
"product": "25E35",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.3,
|
||||
"Test Wt.": 59,
|
||||
"Yield": 74.48,
|
||||
"+/- Ave": -2.1
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "Apex",
|
||||
"rank": 9,
|
||||
"product": "AE2950",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.8,
|
||||
"Test Wt.": 60.6,
|
||||
"Yield": 72.95,
|
||||
"+/- Ave": -3.6
|
||||
}
|
||||
},
|
||||
{
|
||||
"brand": "ProHarvest",
|
||||
"rank": 10,
|
||||
"product": "31E65S",
|
||||
"traits": null,
|
||||
"metrics": {
|
||||
"% H2O": 10.2,
|
||||
"Test Wt.": 60.6,
|
||||
"Yield": 66.69,
|
||||
"+/- Ave": -9.9
|
||||
}
|
||||
}
|
||||
],
|
||||
"n_results": 10,
|
||||
"raw_text": false,
|
||||
"source_urls": [
|
||||
"https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Delturn-Monticello-IA.pdf"
|
||||
],
|
||||
"fetched_at": "2026-06-05T00:58:58.305076+00:00",
|
||||
"scraper_version": "0.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user