From 89eea0f2b4254617316ce7ac1fd081d01073d894 Mon Sep 17 00:00:00 2001 From: claude Date: Thu, 4 Jun 2026 21:04:33 -0400 Subject: [PATCH] Add ProHarvest Seeds: 119 varieties + 161 cross-vendor plot reports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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// 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. --- CLAUDE.md | 12 +- README.md | 17 +- corpus/proharvest/proharvest-0985r2y.json | 218 +++++ corpus/proharvest/proharvest-0985r2y.md | 66 ++ corpus/proharvest/proharvest-25e35.json | 218 +++++ corpus/proharvest/proharvest-25e35.md | 66 ++ corpus/proharvest/proharvest-26c52.json | 218 +++++ corpus/proharvest/proharvest-26c52.md | 66 ++ corpus/proharvest/proharvest-26e68.json | 202 +++++ corpus/proharvest/proharvest-26e68.md | 62 ++ corpus/proharvest/proharvest-27f66.json | 202 +++++ corpus/proharvest/proharvest-27f66.md | 62 ++ corpus/proharvest/proharvest-2815-2.json | 291 ++++++ corpus/proharvest/proharvest-2815-2.md | 86 ++ corpus/proharvest/proharvest-29c57.json | 218 +++++ corpus/proharvest/proharvest-29c57.md | 66 ++ corpus/proharvest/proharvest-29f42.json | 218 +++++ corpus/proharvest/proharvest-29f42.md | 66 ++ corpus/proharvest/proharvest-31c30.json | 218 +++++ corpus/proharvest/proharvest-31c30.md | 66 ++ corpus/proharvest/proharvest-31e65s.json | 202 +++++ corpus/proharvest/proharvest-31e65s.md | 62 ++ corpus/proharvest/proharvest-32f54.json | 218 +++++ corpus/proharvest/proharvest-32f54.md | 66 ++ corpus/proharvest/proharvest-35c56s.json | 218 +++++ corpus/proharvest/proharvest-35c56s.md | 66 ++ corpus/proharvest/proharvest-35e52.json | 218 +++++ corpus/proharvest/proharvest-35e52.md | 66 ++ corpus/proharvest/proharvest-36f58.json | 218 +++++ corpus/proharvest/proharvest-36f58.md | 66 ++ corpus/proharvest/proharvest-37c13s.json | 218 +++++ corpus/proharvest/proharvest-37c13s.md | 66 ++ corpus/proharvest/proharvest-38f46.json | 218 +++++ corpus/proharvest/proharvest-38f46.md | 66 ++ corpus/proharvest/proharvest-4255-2.json | 294 +++++++ corpus/proharvest/proharvest-4255-2.md | 86 ++ corpus/proharvest/proharvest-4340.json | 291 ++++++ corpus/proharvest/proharvest-4340.md | 86 ++ corpus/proharvest/proharvest-4511-2.json | 291 ++++++ corpus/proharvest/proharvest-4511-2.md | 86 ++ corpus/proharvest/proharvest-4990-2.json | 291 ++++++ corpus/proharvest/proharvest-4990-2.md | 86 ++ corpus/proharvest/proharvest-53p20-2.json | 291 ++++++ corpus/proharvest/proharvest-53p20-2.md | 86 ++ corpus/proharvest/proharvest-57p17.json | 291 ++++++ corpus/proharvest/proharvest-57p17.md | 86 ++ corpus/proharvest/proharvest-64p24.json | 292 ++++++ corpus/proharvest/proharvest-64p24.md | 86 ++ corpus/proharvest/proharvest-66p50.json | 291 ++++++ corpus/proharvest/proharvest-66p50.md | 86 ++ corpus/proharvest/proharvest-6872.json | 291 ++++++ corpus/proharvest/proharvest-6872.md | 86 ++ corpus/proharvest/proharvest-6893-2.json | 291 ++++++ corpus/proharvest/proharvest-6893-2.md | 86 ++ corpus/proharvest/proharvest-69p79-2.json | 291 ++++++ corpus/proharvest/proharvest-69p79-2.md | 86 ++ corpus/proharvest/proharvest-71p16-2.json | 293 +++++++ corpus/proharvest/proharvest-71p16-2.md | 86 ++ corpus/proharvest/proharvest-71p22.json | 243 +++++ corpus/proharvest/proharvest-71p22.md | 72 ++ .../proharvest/proharvest-71p50-staxpro.json | 205 +++++ corpus/proharvest/proharvest-71p50-staxpro.md | 61 ++ corpus/proharvest/proharvest-72p32.json | 291 ++++++ corpus/proharvest/proharvest-72p32.md | 86 ++ corpus/proharvest/proharvest-73p40-2.json | 291 ++++++ corpus/proharvest/proharvest-73p40-2.md | 86 ++ corpus/proharvest/proharvest-74p10.json | 243 +++++ corpus/proharvest/proharvest-74p10.md | 72 ++ corpus/proharvest/proharvest-75p85-2.json | 292 ++++++ corpus/proharvest/proharvest-75p85-2.md | 86 ++ corpus/proharvest/proharvest-76p42.json | 292 ++++++ corpus/proharvest/proharvest-76p42.md | 86 ++ corpus/proharvest/proharvest-77p19-2.json | 291 ++++++ corpus/proharvest/proharvest-77p19-2.md | 86 ++ corpus/proharvest/proharvest-77p25.json | 242 +++++ corpus/proharvest/proharvest-77p25.md | 72 ++ corpus/proharvest/proharvest-77p44-2.json | 291 ++++++ corpus/proharvest/proharvest-77p44-2.md | 86 ++ corpus/proharvest/proharvest-77p60.json | 291 ++++++ corpus/proharvest/proharvest-77p60.md | 86 ++ corpus/proharvest/proharvest-78p30.json | 238 +++++ corpus/proharvest/proharvest-78p30.md | 71 ++ corpus/proharvest/proharvest-78p70-2.json | 291 ++++++ corpus/proharvest/proharvest-78p70-2.md | 86 ++ corpus/proharvest/proharvest-78p95.json | 239 +++++ corpus/proharvest/proharvest-78p95.md | 71 ++ corpus/proharvest/proharvest-79p15.json | 238 +++++ corpus/proharvest/proharvest-79p15.md | 71 ++ corpus/proharvest/proharvest-79p37-2.json | 291 ++++++ corpus/proharvest/proharvest-79p37-2.md | 86 ++ corpus/proharvest/proharvest-79p54.json | 291 ++++++ corpus/proharvest/proharvest-79p54.md | 86 ++ corpus/proharvest/proharvest-79p72-2.json | 292 ++++++ corpus/proharvest/proharvest-79p72-2.md | 86 ++ corpus/proharvest/proharvest-79p87-2.json | 291 ++++++ corpus/proharvest/proharvest-79p87-2.md | 86 ++ corpus/proharvest/proharvest-7b492.json | 104 +++ corpus/proharvest/proharvest-7b492.md | 33 + corpus/proharvest/proharvest-7s450.json | 108 +++ corpus/proharvest/proharvest-7s450.md | 34 + corpus/proharvest/proharvest-8015-2.json | 294 +++++++ corpus/proharvest/proharvest-8015-2.md | 86 ++ corpus/proharvest/proharvest-80p36.json | 292 ++++++ corpus/proharvest/proharvest-80p36.md | 86 ++ corpus/proharvest/proharvest-80p64-2.json | 291 ++++++ corpus/proharvest/proharvest-80p64-2.md | 86 ++ corpus/proharvest/proharvest-80p75.json | 292 ++++++ corpus/proharvest/proharvest-80p75.md | 86 ++ corpus/proharvest/proharvest-81p11.json | 242 +++++ corpus/proharvest/proharvest-81p11.md | 72 ++ corpus/proharvest/proharvest-81p19.json | 242 +++++ corpus/proharvest/proharvest-81p19.md | 72 ++ corpus/proharvest/proharvest-81p20.json | 291 ++++++ corpus/proharvest/proharvest-81p20.md | 86 ++ corpus/proharvest/proharvest-81p45.json | 242 +++++ corpus/proharvest/proharvest-81p45.md | 72 ++ corpus/proharvest/proharvest-81p65-2.json | 293 +++++++ corpus/proharvest/proharvest-81p65-2.md | 86 ++ corpus/proharvest/proharvest-81p88.json | 292 ++++++ corpus/proharvest/proharvest-81p88.md | 86 ++ corpus/proharvest/proharvest-81p92.json | 291 ++++++ corpus/proharvest/proharvest-81p92.md | 86 ++ corpus/proharvest/proharvest-82p40-2.json | 291 ++++++ corpus/proharvest/proharvest-82p40-2.md | 86 ++ corpus/proharvest/proharvest-82p50.json | 291 ++++++ corpus/proharvest/proharvest-82p50.md | 86 ++ corpus/proharvest/proharvest-82p51.json | 238 +++++ corpus/proharvest/proharvest-82p51.md | 75 ++ corpus/proharvest/proharvest-82p62-2.json | 291 ++++++ corpus/proharvest/proharvest-82p62-2.md | 86 ++ corpus/proharvest/proharvest-82p68-2.json | 291 ++++++ corpus/proharvest/proharvest-82p68-2.md | 86 ++ corpus/proharvest/proharvest-82p79-2.json | 291 ++++++ corpus/proharvest/proharvest-82p79-2.md | 86 ++ corpus/proharvest/proharvest-82p82.json | 291 ++++++ corpus/proharvest/proharvest-82p82.md | 86 ++ corpus/proharvest/proharvest-82p96.json | 291 ++++++ corpus/proharvest/proharvest-82p96.md | 86 ++ corpus/proharvest/proharvest-8360-2.json | 293 +++++++ corpus/proharvest/proharvest-8360-2.md | 86 ++ corpus/proharvest/proharvest-83p17.json | 291 ++++++ corpus/proharvest/proharvest-83p17.md | 86 ++ corpus/proharvest/proharvest-83p33-2.json | 291 ++++++ corpus/proharvest/proharvest-83p33-2.md | 86 ++ corpus/proharvest/proharvest-83p48.json | 291 ++++++ corpus/proharvest/proharvest-83p48.md | 86 ++ corpus/proharvest/proharvest-83p66-2.json | 291 ++++++ corpus/proharvest/proharvest-83p66-2.md | 86 ++ corpus/proharvest/proharvest-83w13.json | 291 ++++++ corpus/proharvest/proharvest-83w13.md | 86 ++ corpus/proharvest/proharvest-84f02.json | 291 ++++++ corpus/proharvest/proharvest-84f02.md | 86 ++ corpus/proharvest/proharvest-84p14.json | 291 ++++++ corpus/proharvest/proharvest-84p14.md | 86 ++ corpus/proharvest/proharvest-84p22.json | 292 ++++++ corpus/proharvest/proharvest-84p22.md | 86 ++ corpus/proharvest/proharvest-84p30.json | 291 ++++++ corpus/proharvest/proharvest-84p30.md | 86 ++ corpus/proharvest/proharvest-84p41.json | 242 +++++ corpus/proharvest/proharvest-84p41.md | 72 ++ corpus/proharvest/proharvest-84p47-2.json | 291 ++++++ corpus/proharvest/proharvest-84p47-2.md | 86 ++ corpus/proharvest/proharvest-84p78-2.json | 291 ++++++ corpus/proharvest/proharvest-84p78-2.md | 86 ++ corpus/proharvest/proharvest-85p13.json | 291 ++++++ corpus/proharvest/proharvest-85p13.md | 86 ++ corpus/proharvest/proharvest-85p21.json | 292 ++++++ corpus/proharvest/proharvest-85p21.md | 86 ++ corpus/proharvest/proharvest-85p58.json | 292 ++++++ corpus/proharvest/proharvest-85p58.md | 86 ++ corpus/proharvest/proharvest-85p67.json | 292 ++++++ corpus/proharvest/proharvest-85p67.md | 86 ++ corpus/proharvest/proharvest-86p55.json | 242 +++++ corpus/proharvest/proharvest-86p55.md | 72 ++ corpus/proharvest/proharvest-ae0720.json | 218 +++++ corpus/proharvest/proharvest-ae0720.md | 66 ++ corpus/proharvest/proharvest-ae0930.json | 218 +++++ corpus/proharvest/proharvest-ae0930.md | 66 ++ corpus/proharvest/proharvest-ae1040.json | 202 +++++ corpus/proharvest/proharvest-ae1040.md | 62 ++ corpus/proharvest/proharvest-ae1140.json | 218 +++++ corpus/proharvest/proharvest-ae1140.md | 66 ++ corpus/proharvest/proharvest-ae1220.json | 218 +++++ corpus/proharvest/proharvest-ae1220.md | 66 ++ corpus/proharvest/proharvest-ae1250.json | 218 +++++ corpus/proharvest/proharvest-ae1250.md | 66 ++ corpus/proharvest/proharvest-ae1410.json | 218 +++++ corpus/proharvest/proharvest-ae1410.md | 66 ++ corpus/proharvest/proharvest-ae1650.json | 202 +++++ corpus/proharvest/proharvest-ae1650.md | 62 ++ corpus/proharvest/proharvest-ae1710.json | 218 +++++ corpus/proharvest/proharvest-ae1710.md | 66 ++ corpus/proharvest/proharvest-ae1860.json | 202 +++++ corpus/proharvest/proharvest-ae1860.md | 62 ++ corpus/proharvest/proharvest-ae2050.json | 202 +++++ corpus/proharvest/proharvest-ae2050.md | 62 ++ corpus/proharvest/proharvest-ae2361.json | 202 +++++ corpus/proharvest/proharvest-ae2361.md | 62 ++ corpus/proharvest/proharvest-ae2440.json | 218 +++++ corpus/proharvest/proharvest-ae2440.md | 66 ++ corpus/proharvest/proharvest-ae2560.json | 202 +++++ corpus/proharvest/proharvest-ae2560.md | 62 ++ corpus/proharvest/proharvest-ae2750.json | 218 +++++ corpus/proharvest/proharvest-ae2750.md | 66 ++ corpus/proharvest/proharvest-ae2940s.json | 218 +++++ corpus/proharvest/proharvest-ae2940s.md | 66 ++ corpus/proharvest/proharvest-ae2950.json | 218 +++++ corpus/proharvest/proharvest-ae2950.md | 66 ++ corpus/proharvest/proharvest-ae3060.json | 202 +++++ corpus/proharvest/proharvest-ae3060.md | 62 ++ corpus/proharvest/proharvest-ae3131s.json | 218 +++++ corpus/proharvest/proharvest-ae3131s.md | 66 ++ corpus/proharvest/proharvest-ae3150.json | 218 +++++ corpus/proharvest/proharvest-ae3150.md | 66 ++ corpus/proharvest/proharvest-ae3340.json | 218 +++++ corpus/proharvest/proharvest-ae3340.md | 66 ++ corpus/proharvest/proharvest-ae3550s.json | 218 +++++ corpus/proharvest/proharvest-ae3550s.md | 66 ++ corpus/proharvest/proharvest-ae3660.json | 202 +++++ corpus/proharvest/proharvest-ae3660.md | 62 ++ corpus/proharvest/proharvest-ae3720s.json | 218 +++++ corpus/proharvest/proharvest-ae3720s.md | 66 ++ corpus/proharvest/proharvest-ae3850.json | 218 +++++ corpus/proharvest/proharvest-ae3850.md | 66 ++ corpus/proharvest/proharvest-ae3930s.json | 218 +++++ corpus/proharvest/proharvest-ae3930s.md | 66 ++ corpus/proharvest/proharvest-ae3950s.json | 218 +++++ corpus/proharvest/proharvest-ae3950s.md | 66 ++ corpus/proharvest/proharvest-ae4150s.json | 218 +++++ corpus/proharvest/proharvest-ae4150s.md | 66 ++ corpus/proharvest/proharvest-ae4240s.json | 218 +++++ corpus/proharvest/proharvest-ae4240s.md | 66 ++ corpus/proharvest/proharvest-ae4340s.json | 206 +++++ corpus/proharvest/proharvest-ae4340s.md | 63 ++ corpus/proharvest/proharvest-ae4450.json | 218 +++++ corpus/proharvest/proharvest-ae4450.md | 66 ++ corpus/proharvest/proharvest-ae4620.json | 218 +++++ corpus/proharvest/proharvest-ae4620.md | 66 ++ corpus/proharvest/proharvest-ae83a21.json | 292 ++++++ corpus/proharvest/proharvest-ae83a21.md | 86 ++ .../proharvest_plots/phpr-corn-2024-9486.json | 361 ++++++++ .../proharvest_plots/phpr-corn-2024-9486.md | 50 ++ .../proharvest_plots/phpr-corn-2024-9488.json | 325 +++++++ .../proharvest_plots/phpr-corn-2024-9488.md | 45 + .../proharvest_plots/phpr-corn-2024-9490.json | 205 +++++ .../proharvest_plots/phpr-corn-2024-9490.md | 37 + .../proharvest_plots/phpr-corn-2024-9492.json | 241 +++++ .../proharvest_plots/phpr-corn-2024-9492.md | 40 + .../proharvest_plots/phpr-corn-2024-9494.json | 145 +++ .../proharvest_plots/phpr-corn-2024-9494.md | 32 + .../proharvest_plots/phpr-corn-2024-9496.json | 289 ++++++ .../proharvest_plots/phpr-corn-2024-9496.md | 44 + .../proharvest_plots/phpr-corn-2024-9499.json | 193 ++++ .../proharvest_plots/phpr-corn-2024-9499.md | 36 + .../proharvest_plots/phpr-corn-2024-9501.json | 181 ++++ .../proharvest_plots/phpr-corn-2024-9501.md | 36 + .../proharvest_plots/phpr-corn-2024-9503.json | 257 ++++++ .../proharvest_plots/phpr-corn-2024-9503.md | 44 + .../proharvest_plots/phpr-corn-2024-9505.json | 100 +++ .../proharvest_plots/phpr-corn-2024-9505.md | 29 + .../proharvest_plots/phpr-corn-2024-9507.json | 218 +++++ .../proharvest_plots/phpr-corn-2024-9507.md | 39 + .../proharvest_plots/phpr-corn-2024-9509.json | 265 ++++++ .../proharvest_plots/phpr-corn-2024-9509.md | 42 + .../proharvest_plots/phpr-corn-2024-9511.json | 217 +++++ .../proharvest_plots/phpr-corn-2024-9511.md | 41 + .../proharvest_plots/phpr-corn-2024-9513.json | 145 +++ .../proharvest_plots/phpr-corn-2024-9513.md | 33 + .../proharvest_plots/phpr-corn-2024-9515.json | 830 ++++++++++++++++++ .../proharvest_plots/phpr-corn-2024-9515.md | 93 ++ .../proharvest_plots/phpr-corn-2024-9517.json | 193 ++++ .../proharvest_plots/phpr-corn-2024-9517.md | 36 + .../proharvest_plots/phpr-corn-2024-9519.json | 224 +++++ .../proharvest_plots/phpr-corn-2024-9519.md | 40 + .../proharvest_plots/phpr-corn-2024-9521.json | 293 +++++++ .../proharvest_plots/phpr-corn-2024-9521.md | 43 + .../proharvest_plots/phpr-corn-2024-9523.json | 268 ++++++ .../proharvest_plots/phpr-corn-2024-9523.md | 43 + .../proharvest_plots/phpr-corn-2024-9525.json | 181 ++++ .../proharvest_plots/phpr-corn-2024-9525.md | 36 + .../proharvest_plots/phpr-corn-2024-9527.json | 36 + .../proharvest_plots/phpr-corn-2024-9527.md | 59 ++ .../proharvest_plots/phpr-corn-2024-9529.json | 277 ++++++ .../proharvest_plots/phpr-corn-2024-9529.md | 39 + .../proharvest_plots/phpr-corn-2024-9531.json | 289 ++++++ .../proharvest_plots/phpr-corn-2024-9531.md | 44 + .../proharvest_plots/phpr-corn-2024-9533.json | 301 +++++++ .../proharvest_plots/phpr-corn-2024-9533.md | 46 + .../proharvest_plots/phpr-corn-2024-9535.json | 325 +++++++ .../proharvest_plots/phpr-corn-2024-9535.md | 47 + .../proharvest_plots/phpr-corn-2024-9537.json | 207 +++++ .../proharvest_plots/phpr-corn-2024-9537.md | 38 + .../proharvest_plots/phpr-corn-2024-9539.json | 493 +++++++++++ .../proharvest_plots/phpr-corn-2024-9539.md | 61 ++ .../proharvest_plots/phpr-corn-2024-9543.json | 177 ++++ .../proharvest_plots/phpr-corn-2024-9543.md | 29 + .../proharvest_plots/phpr-corn-2024-9545.json | 36 + .../proharvest_plots/phpr-corn-2024-9545.md | 83 ++ .../proharvest_plots/phpr-corn-2024-9547.json | 117 +++ .../proharvest_plots/phpr-corn-2024-9547.md | 23 + .../proharvest_plots/phpr-corn-2024-9549.json | 36 + .../proharvest_plots/phpr-corn-2024-9549.md | 49 ++ .../proharvest_plots/phpr-corn-2024-9551.json | 36 + .../proharvest_plots/phpr-corn-2024-9551.md | 82 ++ .../proharvest_plots/phpr-corn-2024-9553.json | 36 + .../proharvest_plots/phpr-corn-2024-9553.md | 83 ++ .../proharvest_plots/phpr-corn-2024-9555.json | 36 + .../proharvest_plots/phpr-corn-2024-9555.md | 101 +++ .../proharvest_plots/phpr-corn-2024-9557.json | 193 ++++ .../proharvest_plots/phpr-corn-2024-9557.md | 37 + .../proharvest_plots/phpr-corn-2024-9559.json | 224 +++++ .../proharvest_plots/phpr-corn-2024-9559.md | 41 + .../proharvest_plots/phpr-corn-2024-9561.json | 157 ++++ .../proharvest_plots/phpr-corn-2024-9561.md | 32 + .../proharvest_plots/phpr-corn-2024-9563.json | 193 ++++ .../proharvest_plots/phpr-corn-2024-9563.md | 37 + .../proharvest_plots/phpr-corn-2024-9565.json | 229 +++++ .../proharvest_plots/phpr-corn-2024-9565.md | 38 + .../proharvest_plots/phpr-corn-2024-9567.json | 133 +++ .../proharvest_plots/phpr-corn-2024-9567.md | 32 + .../proharvest_plots/phpr-corn-2024-9569.json | 157 ++++ .../proharvest_plots/phpr-corn-2024-9569.md | 34 + .../proharvest_plots/phpr-corn-2024-9571.json | 145 +++ .../proharvest_plots/phpr-corn-2024-9571.md | 33 + .../proharvest_plots/phpr-corn-2024-9609.json | 349 ++++++++ .../proharvest_plots/phpr-corn-2024-9609.md | 47 + .../proharvest_plots/phpr-corn-2024-9611.json | 313 +++++++ .../proharvest_plots/phpr-corn-2024-9611.md | 44 + .../proharvest_plots/phpr-corn-2024-9613.json | 217 +++++ .../proharvest_plots/phpr-corn-2024-9613.md | 39 + .../proharvest_plots/phpr-corn-2024-9619.json | 301 +++++++ .../proharvest_plots/phpr-corn-2024-9619.md | 46 + .../proharvest_plots/phpr-corn-2024-9621.json | 219 +++++ .../proharvest_plots/phpr-corn-2024-9621.md | 37 + .../proharvest_plots/phpr-corn-2024-9623.json | 289 ++++++ .../proharvest_plots/phpr-corn-2024-9623.md | 44 + .../proharvest_plots/phpr-corn-2024-9625.json | 401 +++++++++ .../proharvest_plots/phpr-corn-2024-9625.md | 52 ++ .../proharvest_plots/phpr-corn-2024-9627.json | 133 +++ .../proharvest_plots/phpr-corn-2024-9627.md | 31 + .../proharvest_plots/phpr-corn-2024-9629.json | 145 +++ .../proharvest_plots/phpr-corn-2024-9629.md | 33 + .../proharvest_plots/phpr-corn-2024-9631.json | 154 ++++ .../proharvest_plots/phpr-corn-2024-9631.md | 32 + .../proharvest_plots/phpr-corn-2024-9633.json | 469 ++++++++++ .../proharvest_plots/phpr-corn-2024-9633.md | 60 ++ .../proharvest_plots/phpr-corn-2024-9635.json | 193 ++++ .../proharvest_plots/phpr-corn-2024-9635.md | 35 + .../proharvest_plots/phpr-corn-2024-9647.json | 229 +++++ .../proharvest_plots/phpr-corn-2024-9647.md | 37 + .../proharvest_plots/phpr-corn-2024-9649.json | 157 ++++ .../proharvest_plots/phpr-corn-2024-9649.md | 34 + .../proharvest_plots/phpr-corn-2024-9651.json | 97 ++ .../proharvest_plots/phpr-corn-2024-9651.md | 25 + .../proharvest_plots/phpr-corn-2024-9661.json | 181 ++++ .../proharvest_plots/phpr-corn-2024-9661.md | 36 + .../proharvest_plots/phpr-corn-2024-9663.json | 229 +++++ .../proharvest_plots/phpr-corn-2024-9663.md | 40 + .../proharvest_plots/phpr-corn-2024-9665.json | 253 ++++++ .../proharvest_plots/phpr-corn-2024-9665.md | 40 + .../proharvest_plots/phpr-corn-2024-9667.json | 121 +++ .../proharvest_plots/phpr-corn-2024-9667.md | 30 + .../proharvest_plots/phpr-corn-2025-9820.json | 36 + .../proharvest_plots/phpr-corn-2025-9820.md | 103 +++ .../proharvest_plots/phpr-corn-2025-9824.json | 157 ++++ .../proharvest_plots/phpr-corn-2025-9824.md | 27 + .../proharvest_plots/phpr-corn-2025-9826.json | 349 ++++++++ .../proharvest_plots/phpr-corn-2025-9826.md | 49 ++ .../proharvest_plots/phpr-corn-2025-9828.json | 133 +++ .../proharvest_plots/phpr-corn-2025-9828.md | 32 + .../proharvest_plots/phpr-corn-2025-9830.json | 253 ++++++ .../proharvest_plots/phpr-corn-2025-9830.md | 42 + .../proharvest_plots/phpr-corn-2025-9832.json | 266 ++++++ .../proharvest_plots/phpr-corn-2025-9832.md | 43 + .../proharvest_plots/phpr-corn-2025-9834.json | 301 +++++++ .../proharvest_plots/phpr-corn-2025-9834.md | 46 + .../proharvest_plots/phpr-corn-2025-9836.json | 325 +++++++ .../proharvest_plots/phpr-corn-2025-9836.md | 46 + .../proharvest_plots/phpr-corn-2025-9838.json | 301 +++++++ .../proharvest_plots/phpr-corn-2025-9838.md | 45 + .../proharvest_plots/phpr-corn-2025-9870.json | 229 +++++ .../proharvest_plots/phpr-corn-2025-9870.md | 39 + .../proharvest_plots/phpr-corn-2025-9872.json | 213 +++++ .../proharvest_plots/phpr-corn-2025-9872.md | 39 + .../proharvest_plots/phpr-corn-2025-9874.json | 253 ++++++ .../proharvest_plots/phpr-corn-2025-9874.md | 40 + .../proharvest_plots/phpr-corn-2025-9876.json | 289 ++++++ .../proharvest_plots/phpr-corn-2025-9876.md | 44 + .../proharvest_plots/phpr-corn-2025-9878.json | 202 +++++ .../proharvest_plots/phpr-corn-2025-9878.md | 35 + .../proharvest_plots/phpr-corn-2025-9880.json | 36 + .../proharvest_plots/phpr-corn-2025-9880.md | 80 ++ .../proharvest_plots/phpr-corn-2025-9882.json | 409 +++++++++ .../proharvest_plots/phpr-corn-2025-9882.md | 53 ++ .../proharvest_plots/phpr-corn-2025-9884.json | 313 +++++++ .../proharvest_plots/phpr-corn-2025-9884.md | 44 + .../proharvest_plots/phpr-corn-2025-9886.json | 241 +++++ .../proharvest_plots/phpr-corn-2025-9886.md | 41 + .../proharvest_plots/phpr-corn-2025-9888.json | 481 ++++++++++ .../proharvest_plots/phpr-corn-2025-9888.md | 61 ++ .../proharvest_plots/phpr-corn-2025-9890.json | 229 +++++ .../proharvest_plots/phpr-corn-2025-9890.md | 39 + .../proharvest_plots/phpr-corn-2025-9892.json | 205 +++++ .../proharvest_plots/phpr-corn-2025-9892.md | 37 + .../proharvest_plots/phpr-corn-2025-9894.json | 167 ++++ .../proharvest_plots/phpr-corn-2025-9894.md | 28 + .../proharvest_plots/phpr-corn-2025-9896.json | 325 +++++++ .../proharvest_plots/phpr-corn-2025-9896.md | 46 + .../proharvest_plots/phpr-corn-2025-9898.json | 89 ++ .../proharvest_plots/phpr-corn-2025-9898.md | 28 + .../proharvest_plots/phpr-corn-2025-9900.json | 133 +++ .../proharvest_plots/phpr-corn-2025-9900.md | 32 + .../proharvest_plots/phpr-corn-2025-9902.json | 36 + .../proharvest_plots/phpr-corn-2025-9902.md | 53 ++ .../proharvest_plots/phpr-corn-2025-9904.json | 133 +++ .../proharvest_plots/phpr-corn-2025-9904.md | 31 + .../proharvest_plots/phpr-corn-2025-9906.json | 217 +++++ .../proharvest_plots/phpr-corn-2025-9906.md | 37 + .../proharvest_plots/phpr-corn-2025-9908.json | 361 ++++++++ .../proharvest_plots/phpr-corn-2025-9908.md | 50 ++ .../proharvest_plots/phpr-corn-2025-9910.json | 301 +++++++ .../proharvest_plots/phpr-corn-2025-9910.md | 42 + .../proharvest_plots/phpr-corn-2025-9912.json | 181 ++++ .../proharvest_plots/phpr-corn-2025-9912.md | 36 + .../proharvest_plots/phpr-corn-2025-9914.json | 145 +++ .../proharvest_plots/phpr-corn-2025-9914.md | 32 + .../proharvest_plots/phpr-corn-2025-9916.json | 145 +++ .../proharvest_plots/phpr-corn-2025-9916.md | 32 + .../proharvest_plots/phpr-corn-2025-9918.json | 301 +++++++ .../proharvest_plots/phpr-corn-2025-9918.md | 43 + .../proharvest_plots/phpr-corn-2025-9920.json | 147 ++++ .../proharvest_plots/phpr-corn-2025-9920.md | 30 + .../proharvest_plots/phpr-corn-2025-9922.json | 169 ++++ .../proharvest_plots/phpr-corn-2025-9922.md | 34 + .../proharvest_plots/phpr-corn-2025-9924.json | 36 + .../proharvest_plots/phpr-corn-2025-9924.md | 101 +++ .../proharvest_plots/phpr-corn-2025-9926.json | 132 +++ .../proharvest_plots/phpr-corn-2025-9926.md | 32 + .../proharvest_plots/phpr-corn-2025-9928.json | 277 ++++++ .../proharvest_plots/phpr-corn-2025-9928.md | 43 + .../proharvest_plots/phpr-corn-2025-9930.json | 253 ++++++ .../proharvest_plots/phpr-corn-2025-9930.md | 42 + .../proharvest_plots/phpr-corn-2025-9932.json | 145 +++ .../proharvest_plots/phpr-corn-2025-9932.md | 33 + .../proharvest_plots/phpr-corn-2025-9934.json | 253 ++++++ .../proharvest_plots/phpr-corn-2025-9934.md | 41 + .../proharvest_plots/phpr-corn-2025-9936.json | 253 ++++++ .../proharvest_plots/phpr-corn-2025-9936.md | 42 + .../phpr-soybeans-2024-9573.json | 181 ++++ .../phpr-soybeans-2024-9573.md | 36 + .../phpr-soybeans-2024-9575.json | 187 ++++ .../phpr-soybeans-2024-9575.md | 35 + .../phpr-soybeans-2024-9577.json | 229 +++++ .../phpr-soybeans-2024-9577.md | 40 + .../phpr-soybeans-2024-9579.json | 488 ++++++++++ .../phpr-soybeans-2024-9579.md | 64 ++ .../phpr-soybeans-2024-9581.json | 213 +++++ .../phpr-soybeans-2024-9581.md | 39 + .../phpr-soybeans-2024-9583.json | 280 ++++++ .../phpr-soybeans-2024-9583.md | 43 + .../phpr-soybeans-2024-9585.json | 154 ++++ .../phpr-soybeans-2024-9585.md | 33 + .../phpr-soybeans-2024-9587.json | 36 + .../phpr-soybeans-2024-9587.md | 46 + .../phpr-soybeans-2024-9589.json | 128 +++ .../phpr-soybeans-2024-9589.md | 31 + .../phpr-soybeans-2024-9591.json | 183 ++++ .../phpr-soybeans-2024-9591.md | 35 + .../phpr-soybeans-2024-9593.json | 36 + .../phpr-soybeans-2024-9593.md | 61 ++ .../phpr-soybeans-2024-9595.json | 444 ++++++++++ .../phpr-soybeans-2024-9595.md | 60 ++ .../phpr-soybeans-2024-9597.json | 367 ++++++++ .../phpr-soybeans-2024-9597.md | 49 ++ .../phpr-soybeans-2024-9599.json | 103 +++ .../phpr-soybeans-2024-9599.md | 28 + .../phpr-soybeans-2024-9601.json | 36 + .../phpr-soybeans-2024-9601.md | 63 ++ .../phpr-soybeans-2024-9603.json | 36 + .../phpr-soybeans-2024-9603.md | 63 ++ .../phpr-soybeans-2024-9605.json | 36 + .../phpr-soybeans-2024-9605.md | 61 ++ .../phpr-soybeans-2024-9607.json | 36 + .../phpr-soybeans-2024-9607.md | 56 ++ .../phpr-soybeans-2024-9615.json | 125 +++ .../phpr-soybeans-2024-9615.md | 31 + .../phpr-soybeans-2024-9617.json | 205 +++++ .../phpr-soybeans-2024-9617.md | 38 + .../phpr-soybeans-2024-9637.json | 193 ++++ .../phpr-soybeans-2024-9637.md | 35 + .../phpr-soybeans-2024-9639.json | 375 ++++++++ .../phpr-soybeans-2024-9639.md | 49 ++ .../phpr-soybeans-2024-9641.json | 141 +++ .../phpr-soybeans-2024-9641.md | 31 + .../phpr-soybeans-2024-9643.json | 193 ++++ .../phpr-soybeans-2024-9643.md | 36 + .../phpr-soybeans-2024-9645.json | 102 +++ .../phpr-soybeans-2024-9645.md | 28 + .../phpr-soybeans-2024-9653.json | 229 +++++ .../phpr-soybeans-2024-9653.md | 37 + .../phpr-soybeans-2024-9655.json | 141 +++ .../phpr-soybeans-2024-9655.md | 31 + .../phpr-soybeans-2024-9657.json | 193 ++++ .../phpr-soybeans-2024-9657.md | 35 + .../phpr-soybeans-2024-9659.json | 181 ++++ .../phpr-soybeans-2024-9659.md | 35 + .../phpr-soybeans-2024-9669.json | 133 +++ .../phpr-soybeans-2024-9669.md | 31 + .../phpr-soybeans-2024-9671.json | 202 +++++ .../phpr-soybeans-2024-9671.md | 38 + .../phpr-soybeans-2025-9812.json | 133 +++ .../phpr-soybeans-2025-9812.md | 32 + .../phpr-soybeans-2025-9818.json | 193 ++++ .../phpr-soybeans-2025-9818.md | 37 + .../phpr-soybeans-2025-9840.json | 133 +++ .../phpr-soybeans-2025-9840.md | 31 + .../phpr-soybeans-2025-9842.json | 36 + .../phpr-soybeans-2025-9842.md | 68 ++ .../phpr-soybeans-2025-9844.json | 36 + .../phpr-soybeans-2025-9844.md | 50 ++ .../phpr-soybeans-2025-9846.json | 36 + .../phpr-soybeans-2025-9846.md | 50 ++ .../phpr-soybeans-2025-9848.json | 36 + .../phpr-soybeans-2025-9848.md | 58 ++ .../phpr-soybeans-2025-9850.json | 172 ++++ .../phpr-soybeans-2025-9850.md | 31 + .../phpr-soybeans-2025-9852.json | 36 + .../phpr-soybeans-2025-9852.md | 67 ++ .../phpr-soybeans-2025-9854.json | 154 ++++ .../phpr-soybeans-2025-9854.md | 33 + .../phpr-soybeans-2025-9856.json | 167 ++++ .../phpr-soybeans-2025-9856.md | 33 + .../phpr-soybeans-2025-9858.json | 181 ++++ .../phpr-soybeans-2025-9858.md | 35 + .../phpr-soybeans-2025-9860.json | 133 +++ .../phpr-soybeans-2025-9860.md | 30 + .../phpr-soybeans-2025-9938.json | 279 ++++++ .../phpr-soybeans-2025-9938.md | 42 + .../phpr-soybeans-2025-9940.json | 245 ++++++ .../phpr-soybeans-2025-9940.md | 39 + .../phpr-soybeans-2025-9943.json | 157 ++++ .../phpr-soybeans-2025-9943.md | 33 + .../phpr-soybeans-2025-9945.json | 202 +++++ .../phpr-soybeans-2025-9945.md | 36 + .../phpr-soybeans-2025-9947.json | 253 ++++++ .../phpr-soybeans-2025-9947.md | 42 + .../phpr-soybeans-2025-9949.json | 422 +++++++++ .../phpr-soybeans-2025-9949.md | 57 ++ .../phpr-soybeans-2025-9951.json | 217 +++++ .../phpr-soybeans-2025-9951.md | 39 + .../phpr-soybeans-2025-9953.json | 36 + .../phpr-soybeans-2025-9953.md | 41 + .../phpr-soybeans-2025-9955.json | 378 ++++++++ .../phpr-soybeans-2025-9955.md | 54 ++ .../phpr-soybeans-2025-9957.json | 337 +++++++ .../phpr-soybeans-2025-9957.md | 47 + .../phpr-soybeans-2025-9959.json | 141 +++ .../phpr-soybeans-2025-9959.md | 31 + .../phpr-soybeans-2025-9961.json | 205 +++++ .../phpr-soybeans-2025-9961.md | 34 + .../phpr-soybeans-2025-9963.json | 115 +++ .../phpr-soybeans-2025-9963.md | 29 + docs_mcp/lessons.md | 20 + rag/chunk.py | 22 + scrape/sources/proharvest.py | 546 ++++++++++++ scrape/sources/proharvest_plots.py | 700 +++++++++++++++ sources.json | 36 + 567 files changed, 80023 insertions(+), 8 deletions(-) create mode 100644 corpus/proharvest/proharvest-0985r2y.json create mode 100644 corpus/proharvest/proharvest-0985r2y.md create mode 100644 corpus/proharvest/proharvest-25e35.json create mode 100644 corpus/proharvest/proharvest-25e35.md create mode 100644 corpus/proharvest/proharvest-26c52.json create mode 100644 corpus/proharvest/proharvest-26c52.md create mode 100644 corpus/proharvest/proharvest-26e68.json create mode 100644 corpus/proharvest/proharvest-26e68.md create mode 100644 corpus/proharvest/proharvest-27f66.json create mode 100644 corpus/proharvest/proharvest-27f66.md create mode 100644 corpus/proharvest/proharvest-2815-2.json create mode 100644 corpus/proharvest/proharvest-2815-2.md create mode 100644 corpus/proharvest/proharvest-29c57.json create mode 100644 corpus/proharvest/proharvest-29c57.md create mode 100644 corpus/proharvest/proharvest-29f42.json create mode 100644 corpus/proharvest/proharvest-29f42.md create mode 100644 corpus/proharvest/proharvest-31c30.json create mode 100644 corpus/proharvest/proharvest-31c30.md create mode 100644 corpus/proharvest/proharvest-31e65s.json create mode 100644 corpus/proharvest/proharvest-31e65s.md create mode 100644 corpus/proharvest/proharvest-32f54.json create mode 100644 corpus/proharvest/proharvest-32f54.md create mode 100644 corpus/proharvest/proharvest-35c56s.json create mode 100644 corpus/proharvest/proharvest-35c56s.md create mode 100644 corpus/proharvest/proharvest-35e52.json create mode 100644 corpus/proharvest/proharvest-35e52.md create mode 100644 corpus/proharvest/proharvest-36f58.json create mode 100644 corpus/proharvest/proharvest-36f58.md create mode 100644 corpus/proharvest/proharvest-37c13s.json create mode 100644 corpus/proharvest/proharvest-37c13s.md create mode 100644 corpus/proharvest/proharvest-38f46.json create mode 100644 corpus/proharvest/proharvest-38f46.md create mode 100644 corpus/proharvest/proharvest-4255-2.json create mode 100644 corpus/proharvest/proharvest-4255-2.md create mode 100644 corpus/proharvest/proharvest-4340.json create mode 100644 corpus/proharvest/proharvest-4340.md create mode 100644 corpus/proharvest/proharvest-4511-2.json create mode 100644 corpus/proharvest/proharvest-4511-2.md create mode 100644 corpus/proharvest/proharvest-4990-2.json create mode 100644 corpus/proharvest/proharvest-4990-2.md create mode 100644 corpus/proharvest/proharvest-53p20-2.json create mode 100644 corpus/proharvest/proharvest-53p20-2.md create mode 100644 corpus/proharvest/proharvest-57p17.json create mode 100644 corpus/proharvest/proharvest-57p17.md create mode 100644 corpus/proharvest/proharvest-64p24.json create mode 100644 corpus/proharvest/proharvest-64p24.md create mode 100644 corpus/proharvest/proharvest-66p50.json create mode 100644 corpus/proharvest/proharvest-66p50.md create mode 100644 corpus/proharvest/proharvest-6872.json create mode 100644 corpus/proharvest/proharvest-6872.md create mode 100644 corpus/proharvest/proharvest-6893-2.json create mode 100644 corpus/proharvest/proharvest-6893-2.md create mode 100644 corpus/proharvest/proharvest-69p79-2.json create mode 100644 corpus/proharvest/proharvest-69p79-2.md create mode 100644 corpus/proharvest/proharvest-71p16-2.json create mode 100644 corpus/proharvest/proharvest-71p16-2.md create mode 100644 corpus/proharvest/proharvest-71p22.json create mode 100644 corpus/proharvest/proharvest-71p22.md create mode 100644 corpus/proharvest/proharvest-71p50-staxpro.json create mode 100644 corpus/proharvest/proharvest-71p50-staxpro.md create mode 100644 corpus/proharvest/proharvest-72p32.json create mode 100644 corpus/proharvest/proharvest-72p32.md create mode 100644 corpus/proharvest/proharvest-73p40-2.json create mode 100644 corpus/proharvest/proharvest-73p40-2.md create mode 100644 corpus/proharvest/proharvest-74p10.json create mode 100644 corpus/proharvest/proharvest-74p10.md create mode 100644 corpus/proharvest/proharvest-75p85-2.json create mode 100644 corpus/proharvest/proharvest-75p85-2.md create mode 100644 corpus/proharvest/proharvest-76p42.json create mode 100644 corpus/proharvest/proharvest-76p42.md create mode 100644 corpus/proharvest/proharvest-77p19-2.json create mode 100644 corpus/proharvest/proharvest-77p19-2.md create mode 100644 corpus/proharvest/proharvest-77p25.json create mode 100644 corpus/proharvest/proharvest-77p25.md create mode 100644 corpus/proharvest/proharvest-77p44-2.json create mode 100644 corpus/proharvest/proharvest-77p44-2.md create mode 100644 corpus/proharvest/proharvest-77p60.json create mode 100644 corpus/proharvest/proharvest-77p60.md create mode 100644 corpus/proharvest/proharvest-78p30.json create mode 100644 corpus/proharvest/proharvest-78p30.md create mode 100644 corpus/proharvest/proharvest-78p70-2.json create mode 100644 corpus/proharvest/proharvest-78p70-2.md create mode 100644 corpus/proharvest/proharvest-78p95.json create mode 100644 corpus/proharvest/proharvest-78p95.md create mode 100644 corpus/proharvest/proharvest-79p15.json create mode 100644 corpus/proharvest/proharvest-79p15.md create mode 100644 corpus/proharvest/proharvest-79p37-2.json create mode 100644 corpus/proharvest/proharvest-79p37-2.md create mode 100644 corpus/proharvest/proharvest-79p54.json create mode 100644 corpus/proharvest/proharvest-79p54.md create mode 100644 corpus/proharvest/proharvest-79p72-2.json create mode 100644 corpus/proharvest/proharvest-79p72-2.md create mode 100644 corpus/proharvest/proharvest-79p87-2.json create mode 100644 corpus/proharvest/proharvest-79p87-2.md create mode 100644 corpus/proharvest/proharvest-7b492.json create mode 100644 corpus/proharvest/proharvest-7b492.md create mode 100644 corpus/proharvest/proharvest-7s450.json create mode 100644 corpus/proharvest/proharvest-7s450.md create mode 100644 corpus/proharvest/proharvest-8015-2.json create mode 100644 corpus/proharvest/proharvest-8015-2.md create mode 100644 corpus/proharvest/proharvest-80p36.json create mode 100644 corpus/proharvest/proharvest-80p36.md create mode 100644 corpus/proharvest/proharvest-80p64-2.json create mode 100644 corpus/proharvest/proharvest-80p64-2.md create mode 100644 corpus/proharvest/proharvest-80p75.json create mode 100644 corpus/proharvest/proharvest-80p75.md create mode 100644 corpus/proharvest/proharvest-81p11.json create mode 100644 corpus/proharvest/proharvest-81p11.md create mode 100644 corpus/proharvest/proharvest-81p19.json create mode 100644 corpus/proharvest/proharvest-81p19.md create mode 100644 corpus/proharvest/proharvest-81p20.json create mode 100644 corpus/proharvest/proharvest-81p20.md create mode 100644 corpus/proharvest/proharvest-81p45.json create mode 100644 corpus/proharvest/proharvest-81p45.md create mode 100644 corpus/proharvest/proharvest-81p65-2.json create mode 100644 corpus/proharvest/proharvest-81p65-2.md create mode 100644 corpus/proharvest/proharvest-81p88.json create mode 100644 corpus/proharvest/proharvest-81p88.md create mode 100644 corpus/proharvest/proharvest-81p92.json create mode 100644 corpus/proharvest/proharvest-81p92.md create mode 100644 corpus/proharvest/proharvest-82p40-2.json create mode 100644 corpus/proharvest/proharvest-82p40-2.md create mode 100644 corpus/proharvest/proharvest-82p50.json create mode 100644 corpus/proharvest/proharvest-82p50.md create mode 100644 corpus/proharvest/proharvest-82p51.json create mode 100644 corpus/proharvest/proharvest-82p51.md create mode 100644 corpus/proharvest/proharvest-82p62-2.json create mode 100644 corpus/proharvest/proharvest-82p62-2.md create mode 100644 corpus/proharvest/proharvest-82p68-2.json create mode 100644 corpus/proharvest/proharvest-82p68-2.md create mode 100644 corpus/proharvest/proharvest-82p79-2.json create mode 100644 corpus/proharvest/proharvest-82p79-2.md create mode 100644 corpus/proharvest/proharvest-82p82.json create mode 100644 corpus/proharvest/proharvest-82p82.md create mode 100644 corpus/proharvest/proharvest-82p96.json create mode 100644 corpus/proharvest/proharvest-82p96.md create mode 100644 corpus/proharvest/proharvest-8360-2.json create mode 100644 corpus/proharvest/proharvest-8360-2.md create mode 100644 corpus/proharvest/proharvest-83p17.json create mode 100644 corpus/proharvest/proharvest-83p17.md create mode 100644 corpus/proharvest/proharvest-83p33-2.json create mode 100644 corpus/proharvest/proharvest-83p33-2.md create mode 100644 corpus/proharvest/proharvest-83p48.json create mode 100644 corpus/proharvest/proharvest-83p48.md create mode 100644 corpus/proharvest/proharvest-83p66-2.json create mode 100644 corpus/proharvest/proharvest-83p66-2.md create mode 100644 corpus/proharvest/proharvest-83w13.json create mode 100644 corpus/proharvest/proharvest-83w13.md create mode 100644 corpus/proharvest/proharvest-84f02.json create mode 100644 corpus/proharvest/proharvest-84f02.md create mode 100644 corpus/proharvest/proharvest-84p14.json create mode 100644 corpus/proharvest/proharvest-84p14.md create mode 100644 corpus/proharvest/proharvest-84p22.json create mode 100644 corpus/proharvest/proharvest-84p22.md create mode 100644 corpus/proharvest/proharvest-84p30.json create mode 100644 corpus/proharvest/proharvest-84p30.md create mode 100644 corpus/proharvest/proharvest-84p41.json create mode 100644 corpus/proharvest/proharvest-84p41.md create mode 100644 corpus/proharvest/proharvest-84p47-2.json create mode 100644 corpus/proharvest/proharvest-84p47-2.md create mode 100644 corpus/proharvest/proharvest-84p78-2.json create mode 100644 corpus/proharvest/proharvest-84p78-2.md create mode 100644 corpus/proharvest/proharvest-85p13.json create mode 100644 corpus/proharvest/proharvest-85p13.md create mode 100644 corpus/proharvest/proharvest-85p21.json create mode 100644 corpus/proharvest/proharvest-85p21.md create mode 100644 corpus/proharvest/proharvest-85p58.json create mode 100644 corpus/proharvest/proharvest-85p58.md create mode 100644 corpus/proharvest/proharvest-85p67.json create mode 100644 corpus/proharvest/proharvest-85p67.md create mode 100644 corpus/proharvest/proharvest-86p55.json create mode 100644 corpus/proharvest/proharvest-86p55.md create mode 100644 corpus/proharvest/proharvest-ae0720.json create mode 100644 corpus/proharvest/proharvest-ae0720.md create mode 100644 corpus/proharvest/proharvest-ae0930.json create mode 100644 corpus/proharvest/proharvest-ae0930.md create mode 100644 corpus/proharvest/proharvest-ae1040.json create mode 100644 corpus/proharvest/proharvest-ae1040.md create mode 100644 corpus/proharvest/proharvest-ae1140.json create mode 100644 corpus/proharvest/proharvest-ae1140.md create mode 100644 corpus/proharvest/proharvest-ae1220.json create mode 100644 corpus/proharvest/proharvest-ae1220.md create mode 100644 corpus/proharvest/proharvest-ae1250.json create mode 100644 corpus/proharvest/proharvest-ae1250.md create mode 100644 corpus/proharvest/proharvest-ae1410.json create mode 100644 corpus/proharvest/proharvest-ae1410.md create mode 100644 corpus/proharvest/proharvest-ae1650.json create mode 100644 corpus/proharvest/proharvest-ae1650.md create mode 100644 corpus/proharvest/proharvest-ae1710.json create mode 100644 corpus/proharvest/proharvest-ae1710.md create mode 100644 corpus/proharvest/proharvest-ae1860.json create mode 100644 corpus/proharvest/proharvest-ae1860.md create mode 100644 corpus/proharvest/proharvest-ae2050.json create mode 100644 corpus/proharvest/proharvest-ae2050.md create mode 100644 corpus/proharvest/proharvest-ae2361.json create mode 100644 corpus/proharvest/proharvest-ae2361.md create mode 100644 corpus/proharvest/proharvest-ae2440.json create mode 100644 corpus/proharvest/proharvest-ae2440.md create mode 100644 corpus/proharvest/proharvest-ae2560.json create mode 100644 corpus/proharvest/proharvest-ae2560.md create mode 100644 corpus/proharvest/proharvest-ae2750.json create mode 100644 corpus/proharvest/proharvest-ae2750.md create mode 100644 corpus/proharvest/proharvest-ae2940s.json create mode 100644 corpus/proharvest/proharvest-ae2940s.md create mode 100644 corpus/proharvest/proharvest-ae2950.json create mode 100644 corpus/proharvest/proharvest-ae2950.md create mode 100644 corpus/proharvest/proharvest-ae3060.json create mode 100644 corpus/proharvest/proharvest-ae3060.md create mode 100644 corpus/proharvest/proharvest-ae3131s.json create mode 100644 corpus/proharvest/proharvest-ae3131s.md create mode 100644 corpus/proharvest/proharvest-ae3150.json create mode 100644 corpus/proharvest/proharvest-ae3150.md create mode 100644 corpus/proharvest/proharvest-ae3340.json create mode 100644 corpus/proharvest/proharvest-ae3340.md create mode 100644 corpus/proharvest/proharvest-ae3550s.json create mode 100644 corpus/proharvest/proharvest-ae3550s.md create mode 100644 corpus/proharvest/proharvest-ae3660.json create mode 100644 corpus/proharvest/proharvest-ae3660.md create mode 100644 corpus/proharvest/proharvest-ae3720s.json create mode 100644 corpus/proharvest/proharvest-ae3720s.md create mode 100644 corpus/proharvest/proharvest-ae3850.json create mode 100644 corpus/proharvest/proharvest-ae3850.md create mode 100644 corpus/proharvest/proharvest-ae3930s.json create mode 100644 corpus/proharvest/proharvest-ae3930s.md create mode 100644 corpus/proharvest/proharvest-ae3950s.json create mode 100644 corpus/proharvest/proharvest-ae3950s.md create mode 100644 corpus/proharvest/proharvest-ae4150s.json create mode 100644 corpus/proharvest/proharvest-ae4150s.md create mode 100644 corpus/proharvest/proharvest-ae4240s.json create mode 100644 corpus/proharvest/proharvest-ae4240s.md create mode 100644 corpus/proharvest/proharvest-ae4340s.json create mode 100644 corpus/proharvest/proharvest-ae4340s.md create mode 100644 corpus/proharvest/proharvest-ae4450.json create mode 100644 corpus/proharvest/proharvest-ae4450.md create mode 100644 corpus/proharvest/proharvest-ae4620.json create mode 100644 corpus/proharvest/proharvest-ae4620.md create mode 100644 corpus/proharvest/proharvest-ae83a21.json create mode 100644 corpus/proharvest/proharvest-ae83a21.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9486.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9486.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9488.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9488.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9490.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9490.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9492.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9492.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9494.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9494.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9496.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9496.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9499.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9499.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9501.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9501.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9503.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9503.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9505.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9505.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9507.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9507.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9509.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9509.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9511.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9511.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9513.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9513.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9515.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9515.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9517.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9517.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9519.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9519.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9521.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9521.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9523.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9523.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9525.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9525.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9527.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9527.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9529.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9529.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9531.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9531.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9533.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9533.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9535.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9535.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9537.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9537.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9539.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9539.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9543.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9543.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9545.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9545.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9547.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9547.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9549.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9549.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9551.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9551.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9553.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9553.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9555.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9555.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9557.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9557.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9559.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9559.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9561.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9561.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9563.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9563.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9565.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9565.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9567.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9567.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9569.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9569.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9571.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9571.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9609.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9609.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9611.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9611.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9613.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9613.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9619.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9619.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9621.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9621.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9623.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9623.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9625.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9625.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9627.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9627.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9629.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9629.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9631.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9631.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9633.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9633.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9635.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9635.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9647.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9647.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9649.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9649.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9651.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9651.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9661.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9661.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9663.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9663.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9665.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9665.md create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9667.json create mode 100644 corpus/proharvest_plots/phpr-corn-2024-9667.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9820.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9820.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9824.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9824.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9826.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9826.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9828.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9828.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9830.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9830.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9832.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9832.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9834.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9834.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9836.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9836.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9838.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9838.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9870.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9870.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9872.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9872.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9874.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9874.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9876.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9876.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9878.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9878.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9880.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9880.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9882.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9882.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9884.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9884.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9886.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9886.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9888.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9888.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9890.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9890.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9892.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9892.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9894.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9894.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9896.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9896.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9898.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9898.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9900.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9900.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9902.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9902.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9904.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9904.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9906.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9906.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9908.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9908.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9910.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9910.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9912.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9912.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9914.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9914.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9916.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9916.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9918.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9918.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9920.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9920.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9922.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9922.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9924.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9924.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9926.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9926.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9928.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9928.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9930.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9930.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9932.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9932.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9934.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9934.md create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9936.json create mode 100644 corpus/proharvest_plots/phpr-corn-2025-9936.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9573.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9573.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9575.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9575.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9577.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9577.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9579.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9579.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9581.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9581.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9583.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9583.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9585.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9585.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9587.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9587.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9589.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9589.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9591.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9591.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9593.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9593.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9595.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9595.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9597.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9597.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9599.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9599.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9601.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9601.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9603.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9603.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9605.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9605.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9607.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9607.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9615.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9615.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9617.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9617.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9637.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9637.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9639.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9639.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9641.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9641.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9643.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9643.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9645.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9645.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9653.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9653.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9655.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9655.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9657.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9657.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9659.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9659.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9669.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9669.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9671.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2024-9671.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9812.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9812.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9818.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9818.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9840.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9840.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9842.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9842.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9844.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9844.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9846.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9846.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9848.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9848.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9850.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9850.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9852.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9852.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9854.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9854.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9856.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9856.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9858.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9858.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9860.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9860.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9938.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9938.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9940.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9940.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9943.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9943.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9945.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9945.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9947.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9947.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9949.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9949.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9951.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9951.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9953.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9953.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9955.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9955.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9957.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9957.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9959.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9959.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9961.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9961.md create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9963.json create mode 100644 corpus/proharvest_plots/phpr-soybeans-2025-9963.md create mode 100644 scrape/sources/proharvest.py create mode 100644 scrape/sources/proharvest_plots.py diff --git a/CLAUDE.md b/CLAUDE.md index 449f7e05..69b618fa 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,14 +25,20 @@ and the `crop_seed_api_lessons` tool). | Vendor | Verdict | Varieties | Source pattern | |---|---|---|---| -| Bayer (DEKALB + Asgrow + WestBred) | 🟢 | ~475 | `cropscience.bayer.us` Next.js `__NEXT_DATA__` (same infra as crop-chem-docs) | -| Golden Harvest (Syngenta) | 🟢 | ~175 | sitemap.xml + server-rendered HTML + Syngenta CDN PDFs | -| NK (Syngenta) | 🟢 | 29 | static HTML + Syngenta CDN PDFs (shares fetcher with Golden Harvest) | +| Bayer (DEKALB + Channel + Asgrow + WestBred + Deltapine) | 🟢 | 931 | `cropscience.bayer.us` Next.js `__NEXT_DATA__` (same infra as crop-chem-docs) | +| LG Seeds (AgReliant) | 🟢 | 170 | `lgseeds.com` JSON XHR (+ `lg_plot_reports` trials) | +| Golden Harvest (Syngenta) | 🟢 | 139 | sitemap.xml + server-rendered HTML + Syngenta CDN PDFs (+ `gh_plot_reports` trials) | +| NK (Syngenta) | 🟢 | 122 | static HTML + Syngenta CDN PDFs (shares fetcher with Golden Harvest) | +| **ProHarvest Seeds** (independent, IL) | 🟢 | **119** | WordPress REST API (`/wp/v2/seed` + `/seed//` detail pages) (+ `proharvest_plots` trials) | +| AgriGold (AgReliant) | 🟢 | 111 | `agrigold.com` server-rendered HTML (+ `agrigold_plot_reports` trials) | +| Ebbert's Seeds (independent, OH/IN) | 🟢 | 29 | WordPress per-crop catalog pages, verbatim body | | AgriPro (Syngenta wheat) | 🟢 | 24 | Drupal Views form, server-rendered HTML | | Beck's PFR | 🟡 | 2,089 | Public Sanity GROQ API at `mc8v24rf.api.sanity.io` (no auth) | | Beck's products | 🟡 | 860 | Same Sanity API — identity-only until SeedIQ XHR is sniffed | | Pioneer (Corteva) | 🔴 | — | DROP. ToS bans automation; dealer locator login-gated too | +Trial-only sources (cross-vendor yield plots, `data_type=trial`): `gh_plot_reports`, `lg_plot_reports`, `agrigold_plot_reports`, `proharvest_plots`, `agripro_trials`. See the README corpus table for counts. + **Build priority order** (shared-infra first → biggest yield): 1. `bayer_seeds` — lift-and-shift from crop-chem-docs' Bayer scraper 2. `golden_harvest` — biggest unique Syngenta brand diff --git a/README.md b/README.md index 9b77f267..94690110 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,29 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data** ## What's in the corpus -**5,073 indexed chunks** across two complementary surfaces: +**~8,400 indexed records** (one chunk each) across two complementary surfaces: -### Variety identity — 760 records +### Variety identity — 1,645 records | Source | Count | Vendor | Brand | |---|---|---|---| -| `bayer_seeds` | 475 | Bayer | DEKALB (corn) / Asgrow (soy) / WestBred (wheat) | +| `bayer_seeds` | 931 | Bayer | DEKALB / Channel (corn) / Asgrow (soy) / WestBred (wheat) / Deltapine | +| `lg_seeds` | 170 | AgReliant | LG Seeds (corn / soy / sorghum) | | `golden_harvest` | 139 | Syngenta | Golden Harvest (corn / soy) | | `nk` | 122 | Syngenta | NK (corn / soy) | +| `proharvest` | 119 | ProHarvest Seeds | ProHarvest / Apex (corn / soy / wheat) — **independent Corn Belt brand** | +| `agrigold` | 111 | AgReliant | AgriGold (corn / soy) | +| `ebberts_seeds` | 29 | Ebbert's Seeds | Ebbert's (corn / soy / wheat) — independent E. Corn Belt breeder | | `agripro` | 24 | Syngenta | AgriPro (wheat — HRW / HRS / HWS / SWW) | -### Yield-trial data — 4,313 documents +### Yield-trial data — 6,787 documents | Source | Count | Notes | |---|---|---| -| `gh_plot_reports` | 4,299 | Golden Harvest plot reports 2024+2025. **Cross-vendor head-to-head** — DEKALB / NK / GH / Pioneer / Channel all appear in the same trial rankings. The closest thing to independent comparison data the corpus has. | +| `gh_plot_reports` | 4,299 | Golden Harvest plot reports 2024+2025. **Cross-vendor head-to-head** — DEKALB / NK / GH / Pioneer / Channel all appear in the same trial rankings. | +| `lg_plot_reports` | 1,307 | LG Seeds (AgReliant) cross-vendor plots, top-5 per site, 2024+2025. | +| `agrigold_plot_reports` | 1,006 | AgriGold (AgReliant) cross-vendor plots, full ranking + rich plot management, 2024+2025. | +| `proharvest_plots` | 161 | ProHarvest Seeds per-cooperator harvest reports (corn / soy, 2024+2025). Many are **cross-vendor** (ProHarvest / Apex vs Pioneer / DEKALB / Becks / Channel / Wyffels). Structured rank/yield/%H2O/test-wt where the PDF fits the template; off-template third-party reports kept verbatim. | | `agripro_trials` | 14 | Regional wheat trial PDF summaries (PNW, Western Plains, Northern Plains, etc.) | ### Not in the corpus (documented in `docs_mcp/lessons.md`) diff --git a/corpus/proharvest/proharvest-0985r2y.json b/corpus/proharvest/proharvest-0985r2y.json new file mode 100644 index 00000000..6df3f163 --- /dev/null +++ b/corpus/proharvest/proharvest-0985r2y.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-0985r2y", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "0985R2Y", + "product_id": "0985R2Y", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 0.9, + "wheat_class": null, + "trait_stack": [ + "Roundup Ready 2 Yield®" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Upright" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "9" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k & 3a" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "8" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "NA" + }, + { + "characteristic": "Iron Chlorosis", + "value": "9" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k & 3a" + }, + { + "characteristic": "SDS Tolerance", + "value": "NA" + }, + { + "characteristic": "White Mold", + "value": "9" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/0985r2y/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:19.243140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-0985r2y.md b/corpus/proharvest/proharvest-0985r2y.md new file mode 100644 index 00000000..451297f0 --- /dev/null +++ b/corpus/proharvest/proharvest-0985r2y.md @@ -0,0 +1,66 @@ +# 0985R2Y + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 0.9 +- **Trait(s):** Roundup Ready 2 Yield® +- **Source:** https://proharvestseeds.com/seed/0985r2y/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Upright +- **Flower Color:** Purple +- **Hilum Color:** Buff +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 9 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 1k & 3a +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 8 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** NA +- **Iron Chlorosis:** 9 +- **Phytophthora Field Resistance:** 1k & 3a +- **SDS Tolerance:** NA +- **White Mold:** 9 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-25e35.json b/corpus/proharvest/proharvest-25e35.json new file mode 100644 index 00000000..60721f98 --- /dev/null +++ b/corpus/proharvest/proharvest-25e35.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-25e35", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "25E35", + "product_id": "25E35", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.7, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Med-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "Excellent" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "9" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "Very Good" + }, + { + "characteristic": "White Mold", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/25e35/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:22.303946+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-25e35.md b/corpus/proharvest/proharvest-25e35.md new file mode 100644 index 00000000..adefc7f1 --- /dev/null +++ b/corpus/proharvest/proharvest-25e35.md @@ -0,0 +1,66 @@ +# 25E35 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.7 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/25e35/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Med-Tall +- **Canopy/Plant Type:** Bush +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Black +- **Pod Color:** Tan +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Standability:** Very Good +- **Shatter Resistance:** Excellent +- **Stress Tolerance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** Excellent +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 9 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** Very Good +- **White Mold:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-26c52.json b/corpus/proharvest/proharvest-26c52.json new file mode 100644 index 00000000..6b45f234 --- /dev/null +++ b/corpus/proharvest/proharvest-26c52.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-26c52", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "26C52", + "product_id": "26C52", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.6, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "5.5" + }, + { + "characteristic": "White Mold", + "value": "6.5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/26c52/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:41.775478+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-26c52.md b/corpus/proharvest/proharvest-26c52.md new file mode 100644 index 00000000..0a6a97da --- /dev/null +++ b/corpus/proharvest/proharvest-26c52.md @@ -0,0 +1,66 @@ +# 26C52 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.6 +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/26c52/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Brown +- **Pod Color:** Tan +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6.5 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 5.5 +- **White Mold:** 6.5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-26e68.json b/corpus/proharvest/proharvest-26e68.json new file mode 100644 index 00000000..5fa645b4 --- /dev/null +++ b/corpus/proharvest/proharvest-26e68.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-26e68", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "26E68", + "product_id": "26E68", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.6, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "40.7%" + }, + { + "characteristic": "Oil", + "value": "22.3%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Shatter Resistance", + "value": "Excellent" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "7.5" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "7.5" + }, + { + "characteristic": "SDS Tolerance", + "value": "7.5" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/26e68/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:25.248115+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-26e68.md b/corpus/proharvest/proharvest-26e68.md new file mode 100644 index 00000000..3a286eaf --- /dev/null +++ b/corpus/proharvest/proharvest-26e68.md @@ -0,0 +1,62 @@ +# 26E68 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.6 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/26e68/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Brown +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** 40.7% +- **Oil:** 22.3% + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Excellent +- **Shatter Resistance:** Excellent +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k + +## Disease Ratings + +- **Brown Stem Rot:** 7.5 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7.5 +- **Phytophthora Field Resistance:** 7.5 +- **SDS Tolerance:** 7.5 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-27f66.json b/corpus/proharvest/proharvest-27f66.json new file mode 100644 index 00000000..affd0763 --- /dev/null +++ b/corpus/proharvest/proharvest-27f66.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-27f66", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "27F66", + "product_id": "27F66", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.7, + "wheat_class": null, + "trait_stack": [ + "XtendFlex" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "39.5%" + }, + { + "characteristic": "Oil", + "value": "22.6%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c & 3a" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "NA" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "6" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "7" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/27f66/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:23.771144+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-27f66.md b/corpus/proharvest/proharvest-27f66.md new file mode 100644 index 00000000..f108ce78 --- /dev/null +++ b/corpus/proharvest/proharvest-27f66.md @@ -0,0 +1,62 @@ +# 27F66 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.7 +- **Trait(s):** XtendFlex +- **Source:** https://proharvestseeds.com/seed/27f66/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** 39.5% +- **Oil:** 22.6% + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Excellent +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c & 3a + +## Disease Ratings + +- **Brown Stem Rot:** NA +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 6 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 7 +- **SDS Tolerance:** 7 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-2815-2.json b/corpus/proharvest/proharvest-2815-2.json new file mode 100644 index 00000000..3be03d58 --- /dev/null +++ b/corpus/proharvest/proharvest-2815-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-2815-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "2815", + "product_id": "2815", + "crop": "corn", + "release_year": null, + "relative_maturity": 108, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1285" + }, + { + "characteristic": "GDD Black Layer", + "value": "2700" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Poor" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Seedling Vigor", + "value": "Excellent" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Excellent" + }, + { + "characteristic": "Green Snap", + "value": "9" + }, + { + "characteristic": "Stay Green", + "value": "Excellent" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Fair" + }, + { + "characteristic": "Corn After Corn", + "value": "Excellent" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "9" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/2815-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:11.784378+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-2815-2.md b/corpus/proharvest/proharvest-2815-2.md new file mode 100644 index 00000000..5ef60ce8 --- /dev/null +++ b/corpus/proharvest/proharvest-2815-2.md @@ -0,0 +1,86 @@ +# 2815 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 108 days +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/2815-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1285 +- **GDD Black Layer:** 2700 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium-Tall +- **Leaf Type:** Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Poor +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Seedling Vigor:** Excellent +- **Stalk Strength:** Very Good +- **Root Strength:** Excellent +- **Green Snap:** 9 +- **Stay Green:** Excellent +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Fair +- **Corn After Corn:** Excellent +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 9 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-29c57.json b/corpus/proharvest/proharvest-29c57.json new file mode 100644 index 00000000..a150a375 --- /dev/null +++ b/corpus/proharvest/proharvest-29c57.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-29c57", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "29C57", + "product_id": "29C57", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.9, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "6.5" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/29c57/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:43.299437+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-29c57.md b/corpus/proharvest/proharvest-29c57.md new file mode 100644 index 00000000..165e94e6 --- /dev/null +++ b/corpus/proharvest/proharvest-29c57.md @@ -0,0 +1,66 @@ +# 29C57 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.9 +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/29c57/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Black +- **Pod Color:** Tan +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 6.5 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6.5 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** 6 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-29f42.json b/corpus/proharvest/proharvest-29f42.json new file mode 100644 index 00000000..9dc6db97 --- /dev/null +++ b/corpus/proharvest/proharvest-29f42.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-29f42", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "29F42", + "product_id": "29F42", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.9, + "wheat_class": null, + "trait_stack": [ + "XtendFlex" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Med-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Med-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "39.50%" + }, + { + "characteristic": "Oil", + "value": "22.10%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "R" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "Good" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/29f42/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:20.761002+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-29f42.md b/corpus/proharvest/proharvest-29f42.md new file mode 100644 index 00000000..093ffe9e --- /dev/null +++ b/corpus/proharvest/proharvest-29f42.md @@ -0,0 +1,66 @@ +# 29F42 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.9 +- **Trait(s):** XtendFlex +- **Source:** https://proharvestseeds.com/seed/29f42/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Med-Tall +- **Canopy/Plant Type:** Med-Bush +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** 39.50% +- **Oil:** 22.10% + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Excellent +- **Standability:** Very Good +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** R +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** Good +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-31c30.json b/corpus/proharvest/proharvest-31c30.json new file mode 100644 index 00000000..ec32305d --- /dev/null +++ b/corpus/proharvest/proharvest-31c30.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-31c30", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "31C30", + "product_id": "31C30", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.1, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Med-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Med-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "S" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "Good" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/31c30/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:14.787555+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-31c30.md b/corpus/proharvest/proharvest-31c30.md new file mode 100644 index 00000000..941c2bc3 --- /dev/null +++ b/corpus/proharvest/proharvest-31c30.md @@ -0,0 +1,66 @@ +# 31C30 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.1 +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/31c30/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Med-Tall +- **Canopy/Plant Type:** Med-Bush +- **Branching Habit:** Medium +- **Flower Color:** White +- **Hilum Color:** Brown +- **Pod Color:** Tan +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** Very Good +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** S +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** Good +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-31e65s.json b/corpus/proharvest/proharvest-31e65s.json new file mode 100644 index 00000000..f73d8871 --- /dev/null +++ b/corpus/proharvest/proharvest-31e65s.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-31e65s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "31E65S", + "product_id": "31E65S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.1, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "9" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "NA" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "8" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/31e65s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:22.281466+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-31e65s.md b/corpus/proharvest/proharvest-31e65s.md new file mode 100644 index 00000000..75ed3b2b --- /dev/null +++ b/corpus/proharvest/proharvest-31e65s.md @@ -0,0 +1,62 @@ +# 31E65S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.1 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/31e65s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** White +- **Hilum Color:** Buff +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Excellent +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 1c + +## Disease Ratings + +- **Brown Stem Rot:** 9 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** NA +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** 8 +- **SDS Tolerance:** 7 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-32f54.json b/corpus/proharvest/proharvest-32f54.json new file mode 100644 index 00000000..2f3a96cc --- /dev/null +++ b/corpus/proharvest/proharvest-32f54.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-32f54", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "32F54", + "product_id": "32F54", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.2, + "wheat_class": null, + "trait_stack": [ + "XtendFlex" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c & 3a" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "6" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c & 3a" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/32f54/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:38.783554+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-32f54.md b/corpus/proharvest/proharvest-32f54.md new file mode 100644 index 00000000..8d6e79b7 --- /dev/null +++ b/corpus/proharvest/proharvest-32f54.md @@ -0,0 +1,66 @@ +# 32F54 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.2 +- **Trait(s):** XtendFlex +- **Source:** https://proharvestseeds.com/seed/32f54/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c & 3a +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 6 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 1c & 3a +- **SDS Tolerance:** 7 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-35c56s.json b/corpus/proharvest/proharvest-35c56s.json new file mode 100644 index 00000000..09dd5313 --- /dev/null +++ b/corpus/proharvest/proharvest-35c56s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-35c56s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "35C56S", + "product_id": "35C56S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.5, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "6.5" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/35c56s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:44.814437+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-35c56s.md b/corpus/proharvest/proharvest-35c56s.md new file mode 100644 index 00000000..9a72013c --- /dev/null +++ b/corpus/proharvest/proharvest-35c56s.md @@ -0,0 +1,66 @@ +# 35C56S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.5 +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/35c56s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Brown +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 6.5 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 6 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-35e52.json b/corpus/proharvest/proharvest-35e52.json new file mode 100644 index 00000000..017c6aef --- /dev/null +++ b/corpus/proharvest/proharvest-35e52.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-35e52", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "35E52", + "product_id": "35E52", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.5, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "42.74" + }, + { + "characteristic": "Oil", + "value": "21.99" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "NA" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "NA" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "8" + }, + { + "characteristic": "White Mold", + "value": "9" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/35e52/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:53.786778+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-35e52.md b/corpus/proharvest/proharvest-35e52.md new file mode 100644 index 00000000..ad4ca019 --- /dev/null +++ b/corpus/proharvest/proharvest-35e52.md @@ -0,0 +1,66 @@ +# 35E52 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.5 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/35e52/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Brown +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** 42.74 +- **Oil:** 21.99 + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 8.5 +- **Brown Stem Rot:** NA +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** NA +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 8 +- **White Mold:** 9 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-36f58.json b/corpus/proharvest/proharvest-36f58.json new file mode 100644 index 00000000..bea80ea5 --- /dev/null +++ b/corpus/proharvest/proharvest-36f58.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-36f58", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "36F58", + "product_id": "36F58", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.6, + "wheat_class": null, + "trait_stack": [ + "XtendFlex" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "NA" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "6" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/36f58/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:40.275497+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-36f58.md b/corpus/proharvest/proharvest-36f58.md new file mode 100644 index 00000000..a70f5666 --- /dev/null +++ b/corpus/proharvest/proharvest-36f58.md @@ -0,0 +1,66 @@ +# 36F58 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.6 +- **Trait(s):** XtendFlex +- **Source:** https://proharvestseeds.com/seed/36f58/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** NA +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 6 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 7 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-37c13s.json b/corpus/proharvest/proharvest-37c13s.json new file mode 100644 index 00000000..a41d4878 --- /dev/null +++ b/corpus/proharvest/proharvest-37c13s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-37c13s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "37C13S", + "product_id": "37C13S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.7, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Med-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "Excellent" + }, + { + "characteristic": "Shatter Resistance", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "9" + }, + { + "characteristic": "Brown Stem Rot", + "value": "Very Good" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "9" + }, + { + "characteristic": "Iron Chlorosis", + "value": "9" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "Excellent" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/37c13s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:02.759484+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-37c13s.md b/corpus/proharvest/proharvest-37c13s.md new file mode 100644 index 00000000..ad497814 --- /dev/null +++ b/corpus/proharvest/proharvest-37c13s.md @@ -0,0 +1,66 @@ +# 37C13S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.7 +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/37c13s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Med-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** Excellent +- **Shatter Resistance:** Excellent +- **Stress Tolerance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 9 +- **Brown Stem Rot:** Very Good +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 9 +- **Iron Chlorosis:** 9 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** Excellent +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-38f46.json b/corpus/proharvest/proharvest-38f46.json new file mode 100644 index 00000000..9cfe82db --- /dev/null +++ b/corpus/proharvest/proharvest-38f46.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-38f46", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "38F46", + "product_id": "38F46", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.8, + "wheat_class": null, + "trait_stack": [ + "XtendFlex" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Med-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "39.50%" + }, + { + "characteristic": "Oil", + "value": "22.60%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "NA" + }, + { + "characteristic": "Root Knot", + "value": "4" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "Very Good" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/38f46/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:01.296320+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-38f46.md b/corpus/proharvest/proharvest-38f46.md new file mode 100644 index 00000000..c1f521ec --- /dev/null +++ b/corpus/proharvest/proharvest-38f46.md @@ -0,0 +1,66 @@ +# 38F46 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.8 +- **Trait(s):** XtendFlex +- **Source:** https://proharvestseeds.com/seed/38f46/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Tall +- **Canopy/Plant Type:** Med-Bush +- **Branching Habit:** Branchy +- **Flower Color:** White +- **Hilum Color:** Buff +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** 39.50% +- **Oil:** 22.60% + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** Very Good +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** NA +- **Root Knot:** 4 +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** Very Good +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-4255-2.json b/corpus/proharvest/proharvest-4255-2.json new file mode 100644 index 00000000..695fdf4c --- /dev/null +++ b/corpus/proharvest/proharvest-4255-2.json @@ -0,0 +1,294 @@ +{ + "source": "proharvest", + "source_key": "proharvest-4255-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "4255", + "product_id": "4255", + "crop": "corn", + "release_year": null, + "relative_maturity": 92, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "Roundup Ready 2", + "SmartStax RIB Complete", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1240" + }, + { + "characteristic": "GDD Black Layer", + "value": "2310" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Yes" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "7" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/4255-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:58.260791+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-4255-2.md b/corpus/proharvest/proharvest-4255-2.md new file mode 100644 index 00000000..8f245a12 --- /dev/null +++ b/corpus/proharvest/proharvest-4255-2.md @@ -0,0 +1,86 @@ +# 4255 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 92 days +- **Trait(s):** Conventional, Roundup Ready 2, SmartStax RIB Complete, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/4255-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1240 +- **GDD Black Layer:** 2310 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Yes +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 7 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-4340.json b/corpus/proharvest/proharvest-4340.json new file mode 100644 index 00000000..6c23e037 --- /dev/null +++ b/corpus/proharvest/proharvest-4340.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-4340", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "4340", + "product_id": "4340", + "crop": "corn", + "release_year": null, + "relative_maturity": 93, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1235" + }, + { + "characteristic": "GDD Black Layer", + "value": "2310" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Seedling Vigor", + "value": "Excellent" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Yes" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "R" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/4340/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:37.288653+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-4340.md b/corpus/proharvest/proharvest-4340.md new file mode 100644 index 00000000..8ba91c0e --- /dev/null +++ b/corpus/proharvest/proharvest-4340.md @@ -0,0 +1,86 @@ +# 4340 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 93 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/4340/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1235 +- **GDD Black Layer:** 2310 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Seedling Vigor:** Excellent +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Yes +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** R +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-4511-2.json b/corpus/proharvest/proharvest-4511-2.json new file mode 100644 index 00000000..4759f05e --- /dev/null +++ b/corpus/proharvest/proharvest-4511-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-4511-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "4511", + "product_id": "4511", + "crop": "corn", + "release_year": null, + "relative_maturity": 95, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Roundup Ready 2" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1245" + }, + { + "characteristic": "GDD Black Layer", + "value": "2565" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Short" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-Low" + }, + { + "characteristic": "Ear Type", + "value": "Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Yes" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/4511-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:40.307184+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-4511-2.md b/corpus/proharvest/proharvest-4511-2.md new file mode 100644 index 00000000..dc0bd178 --- /dev/null +++ b/corpus/proharvest/proharvest-4511-2.md @@ -0,0 +1,86 @@ +# 4511 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 95 days +- **Trait(s):** Roundup Ready 2 +- **Source:** https://proharvestseeds.com/seed/4511-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1245 +- **GDD Black Layer:** 2565 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Short +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-Low +- **Ear Type:** Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Good +- **Response to Fungicide:** Yes +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** NA +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-4990-2.json b/corpus/proharvest/proharvest-4990-2.json new file mode 100644 index 00000000..466fabea --- /dev/null +++ b/corpus/proharvest/proharvest-4990-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-4990-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "4990", + "product_id": "4990", + "crop": "corn", + "release_year": null, + "relative_maturity": 99, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1235" + }, + { + "characteristic": "GDD Black Layer", + "value": "2410" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Short" + }, + { + "characteristic": "Covercrop Companion", + "value": "Fair" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "7" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/4990-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:02.774763+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-4990-2.md b/corpus/proharvest/proharvest-4990-2.md new file mode 100644 index 00000000..1b06a907 --- /dev/null +++ b/corpus/proharvest/proharvest-4990-2.md @@ -0,0 +1,86 @@ +# 4990 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 99 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/4990-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1235 +- **GDD Black Layer:** 2410 +- **Pollination for Maturity:** Average +- **Plant Height:** Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Short +- **Covercrop Companion:** Fair + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Excellent +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** 7 +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-53p20-2.json b/corpus/proharvest/proharvest-53p20-2.json new file mode 100644 index 00000000..b71502c6 --- /dev/null +++ b/corpus/proharvest/proharvest-53p20-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-53p20-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "53P20", + "product_id": "53P20", + "crop": "corn", + "release_year": null, + "relative_maturity": 83, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Roundup Ready 2" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1140" + }, + { + "characteristic": "GDD Black Layer", + "value": "2100" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "9" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Excellent" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/53p20-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:55.306289+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-53p20-2.md b/corpus/proharvest/proharvest-53p20-2.md new file mode 100644 index 00000000..79a7e3e8 --- /dev/null +++ b/corpus/proharvest/proharvest-53p20-2.md @@ -0,0 +1,86 @@ +# 53P20 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 83 days +- **Trait(s):** Roundup Ready 2 +- **Source:** https://proharvestseeds.com/seed/53p20-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1140 +- **GDD Black Layer:** 2100 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 9 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Good +- **Corn After Corn:** Excellent +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-57p17.json b/corpus/proharvest/proharvest-57p17.json new file mode 100644 index 00000000..fc5dadd5 --- /dev/null +++ b/corpus/proharvest/proharvest-57p17.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-57p17", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "57P17", + "product_id": "57P17", + "crop": "corn", + "release_year": null, + "relative_maturity": 87, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1190" + }, + { + "characteristic": "GDD Black Layer", + "value": "2260" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Seedling Vigor", + "value": "Excellent" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/57p17/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:56.769759+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-57p17.md b/corpus/proharvest/proharvest-57p17.md new file mode 100644 index 00000000..718ea192 --- /dev/null +++ b/corpus/proharvest/proharvest-57p17.md @@ -0,0 +1,86 @@ +# 57P17 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 87 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/57p17/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1190 +- **GDD Black Layer:** 2260 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Seedling Vigor:** Excellent +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-64p24.json b/corpus/proharvest/proharvest-64p24.json new file mode 100644 index 00000000..10e6ef71 --- /dev/null +++ b/corpus/proharvest/proharvest-64p24.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-64p24", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "64P24", + "product_id": "64P24", + "crop": "corn", + "release_year": null, + "relative_maturity": 94, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1205" + }, + { + "characteristic": "GDD Black Layer", + "value": "2350" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Short" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Average" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "6" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "6" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/64p24/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:38.826383+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-64p24.md b/corpus/proharvest/proharvest-64p24.md new file mode 100644 index 00000000..d84800a2 --- /dev/null +++ b/corpus/proharvest/proharvest-64p24.md @@ -0,0 +1,86 @@ +# 64P24 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 94 days +- **Trait(s):** SmartStax RIB Complete, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/64p24/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1205 +- **GDD Black Layer:** 2350 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Short +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 7 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Average +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 6 +- **Grey Leaf Spot:** 6 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 6 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-66p50.json b/corpus/proharvest/proharvest-66p50.json new file mode 100644 index 00000000..a9f9cdb7 --- /dev/null +++ b/corpus/proharvest/proharvest-66p50.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-66p50", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "66P50", + "product_id": "66P50", + "crop": "corn", + "release_year": null, + "relative_maturity": 96, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1265" + }, + { + "characteristic": "GDD Black Layer", + "value": "2395" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Poor" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "7" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "33-34" + }, + { + "characteristic": "Narrow Low", + "value": "31-32" + }, + { + "characteristic": "Narrow Medium", + "value": "33-34" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/66p50/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:05.821042+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-66p50.md b/corpus/proharvest/proharvest-66p50.md new file mode 100644 index 00000000..c3c6de15 --- /dev/null +++ b/corpus/proharvest/proharvest-66p50.md @@ -0,0 +1,86 @@ +# 66P50 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 96 days +- **Trait(s):** PowerCore +- **Source:** https://proharvestseeds.com/seed/66p50/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1265 +- **GDD Black Layer:** 2395 +- **Pollination for Maturity:** Average +- **Plant Height:** Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Poor + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 7 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 33-34 +- **Narrow Low:** 31-32 +- **Narrow Medium:** 33-34 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-6872.json b/corpus/proharvest/proharvest-6872.json new file mode 100644 index 00000000..a87aa3c4 --- /dev/null +++ b/corpus/proharvest/proharvest-6872.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-6872", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "6872", + "product_id": "6872", + "crop": "corn", + "release_year": null, + "relative_maturity": 108, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1243" + }, + { + "characteristic": "GDD Black Layer", + "value": "2449" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "5" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/6872/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:23.804407+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-6872.md b/corpus/proharvest/proharvest-6872.md new file mode 100644 index 00000000..49b9da7a --- /dev/null +++ b/corpus/proharvest/proharvest-6872.md @@ -0,0 +1,86 @@ +# 6872 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 108 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/6872/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1243 +- **GDD Black Layer:** 2449 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 7 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 5 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** 5 +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-6893-2.json b/corpus/proharvest/proharvest-6893-2.json new file mode 100644 index 00000000..ddb3b3d7 --- /dev/null +++ b/corpus/proharvest/proharvest-6893-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-6893-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "6893", + "product_id": "6893", + "crop": "corn", + "release_year": null, + "relative_maturity": 108, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Duracade Viptera" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1315" + }, + { + "characteristic": "GDD Black Layer", + "value": "2600" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-Low" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Seedling Vigor", + "value": "Excellent" + }, + { + "characteristic": "Stalk Strength", + "value": "Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "6" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "32-33" + }, + { + "characteristic": "Narrow Low", + "value": "30-31" + }, + { + "characteristic": "Narrow Medium", + "value": "32-33" + }, + { + "characteristic": "Narrow High", + "value": "33-34" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/6893-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:13.258704+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-6893-2.md b/corpus/proharvest/proharvest-6893-2.md new file mode 100644 index 00000000..fe1224f1 --- /dev/null +++ b/corpus/proharvest/proharvest-6893-2.md @@ -0,0 +1,86 @@ +# 6893 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 108 days +- **Trait(s):** Duracade Viptera +- **Source:** https://proharvestseeds.com/seed/6893-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1315 +- **GDD Black Layer:** 2600 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-Low +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Seedling Vigor:** Excellent +- **Stalk Strength:** Good +- **Root Strength:** Good +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Excellent +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 6 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 32-33 +- **Narrow Low:** 30-31 +- **Narrow Medium:** 32-33 +- **Narrow High:** 33-34 diff --git a/corpus/proharvest/proharvest-69p79-2.json b/corpus/proharvest/proharvest-69p79-2.json new file mode 100644 index 00000000..8b43b26c --- /dev/null +++ b/corpus/proharvest/proharvest-69p79-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-69p79-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "69P79", + "product_id": "69P79", + "crop": "corn", + "release_year": null, + "relative_maturity": 99, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1260" + }, + { + "characteristic": "GDD Black Layer", + "value": "2450" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/69p79-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:01.281860+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-69p79-2.md b/corpus/proharvest/proharvest-69p79-2.md new file mode 100644 index 00000000..5c5a865e --- /dev/null +++ b/corpus/proharvest/proharvest-69p79-2.md @@ -0,0 +1,86 @@ +# 69P79 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 99 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/69p79-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1260 +- **GDD Black Layer:** 2450 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-71p16-2.json b/corpus/proharvest/proharvest-71p16-2.json new file mode 100644 index 00000000..cf257a40 --- /dev/null +++ b/corpus/proharvest/proharvest-71p16-2.json @@ -0,0 +1,293 @@ +{ + "source": "proharvest", + "source_key": "proharvest-71p16-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "71P16", + "product_id": "71P16", + "crop": "corn", + "release_year": null, + "relative_maturity": 101, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "SmartStax RIB Complete", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1260" + }, + { + "characteristic": "GDD Black Layer", + "value": "2510" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/71p16-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:04.272278+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-71p16-2.md b/corpus/proharvest/proharvest-71p16-2.md new file mode 100644 index 00000000..83daf666 --- /dev/null +++ b/corpus/proharvest/proharvest-71p16-2.md @@ -0,0 +1,86 @@ +# 71P16 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 101 days +- **Trait(s):** Conventional, SmartStax RIB Complete, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/71p16-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1260 +- **GDD Black Layer:** 2510 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-71p22.json b/corpus/proharvest/proharvest-71p22.json new file mode 100644 index 00000000..164a87fd --- /dev/null +++ b/corpus/proharvest/proharvest-71p22.json @@ -0,0 +1,243 @@ +{ + "source": "proharvest", + "source_key": "proharvest-71p22", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "71P22", + "product_id": "71P22", + "crop": "corn", + "release_year": null, + "relative_maturity": 101, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1250" + }, + { + "characteristic": "GDD Black Layer", + "value": "2530" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "N/A" + }, + { + "characteristic": "Common Rust", + "value": "N/A" + }, + { + "characteristic": "Southern Rust", + "value": "N/A" + }, + { + "characteristic": "Eye Spot", + "value": "N/A" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "N/A" + }, + { + "characteristic": "Physoderma", + "value": "N/A" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/71p22/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:53.793697+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-71p22.md b/corpus/proharvest/proharvest-71p22.md new file mode 100644 index 00000000..bfb1d1e0 --- /dev/null +++ b/corpus/proharvest/proharvest-71p22.md @@ -0,0 +1,72 @@ +# 71P22 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 101 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/71p22/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1250 +- **GDD Black Layer:** 2530 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** N/A +- **Common Rust:** N/A +- **Southern Rust:** N/A +- **Eye Spot:** N/A +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** N/A +- **Physoderma:** N/A +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-71p50-staxpro.json b/corpus/proharvest/proharvest-71p50-staxpro.json new file mode 100644 index 00000000..e2ee66ac --- /dev/null +++ b/corpus/proharvest/proharvest-71p50-staxpro.json @@ -0,0 +1,205 @@ +{ + "source": "proharvest", + "source_key": "proharvest-71p50-staxpro", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "71P50", + "product_id": "71P50", + "crop": "corn", + "release_year": null, + "relative_maturity": 101, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1361" + }, + { + "characteristic": "GDD Black Layer", + "value": "2655" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/71p50-staxpro/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:55.329674+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-71p50-staxpro.md b/corpus/proharvest/proharvest-71p50-staxpro.md new file mode 100644 index 00000000..8196eed3 --- /dev/null +++ b/corpus/proharvest/proharvest-71p50-staxpro.md @@ -0,0 +1,61 @@ +# 71P50 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 101 days +- **Trait(s):** SmartStax PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/71p50-staxpro/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1361 +- **GDD Black Layer:** 2655 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-72p32.json b/corpus/proharvest/proharvest-72p32.json new file mode 100644 index 00000000..faa0db13 --- /dev/null +++ b/corpus/proharvest/proharvest-72p32.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-72p32", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "72P32", + "product_id": "72P32", + "crop": "corn", + "release_year": null, + "relative_maturity": 102, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Duracade" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1300" + }, + { + "characteristic": "GDD Black Layer", + "value": "2475" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-Low" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "9" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/72p32/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:19.324575+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-72p32.md b/corpus/proharvest/proharvest-72p32.md new file mode 100644 index 00000000..56f778f2 --- /dev/null +++ b/corpus/proharvest/proharvest-72p32.md @@ -0,0 +1,86 @@ +# 72P32 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 102 days +- **Trait(s):** Duracade +- **Source:** https://proharvestseeds.com/seed/72p32/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1300 +- **GDD Black Layer:** 2475 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-Low +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 9 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-73p40-2.json b/corpus/proharvest/proharvest-73p40-2.json new file mode 100644 index 00000000..ab306fd2 --- /dev/null +++ b/corpus/proharvest/proharvest-73p40-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-73p40-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "73P40", + "product_id": "73P40", + "crop": "corn", + "release_year": null, + "relative_maturity": 103, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1275" + }, + { + "characteristic": "GDD Black Layer", + "value": "2575" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/73p40-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:05.783361+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-73p40-2.md b/corpus/proharvest/proharvest-73p40-2.md new file mode 100644 index 00000000..ec09ba6a --- /dev/null +++ b/corpus/proharvest/proharvest-73p40-2.md @@ -0,0 +1,86 @@ +# 73P40 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 103 days +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/73p40-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1275 +- **GDD Black Layer:** 2575 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Excellent +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Good +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-74p10.json b/corpus/proharvest/proharvest-74p10.json new file mode 100644 index 00000000..18291a00 --- /dev/null +++ b/corpus/proharvest/proharvest-74p10.json @@ -0,0 +1,243 @@ +{ + "source": "proharvest", + "source_key": "proharvest-74p10", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "74P10", + "product_id": "74P10", + "crop": "corn", + "release_year": null, + "relative_maturity": 104, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1250" + }, + { + "characteristic": "GDD Black Layer", + "value": "2570" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/74p10/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:52.276396+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-74p10.md b/corpus/proharvest/proharvest-74p10.md new file mode 100644 index 00000000..5c9cd349 --- /dev/null +++ b/corpus/proharvest/proharvest-74p10.md @@ -0,0 +1,72 @@ +# 74P10 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 104 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/74p10/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1250 +- **GDD Black Layer:** 2570 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Excellent + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-75p85-2.json b/corpus/proharvest/proharvest-75p85-2.json new file mode 100644 index 00000000..1db1de11 --- /dev/null +++ b/corpus/proharvest/proharvest-75p85-2.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-75p85-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "75P85", + "product_id": "75P85", + "crop": "corn", + "release_year": null, + "relative_maturity": 105, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "DroughtGard VT Double Pro RIB", + "SmartStax RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1290" + }, + { + "characteristic": "GDD Black Layer", + "value": "2605" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "5" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/75p85-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:07.251564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-75p85-2.md b/corpus/proharvest/proharvest-75p85-2.md new file mode 100644 index 00000000..ae7502f4 --- /dev/null +++ b/corpus/proharvest/proharvest-75p85-2.md @@ -0,0 +1,86 @@ +# 75P85 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 105 days +- **Trait(s):** DroughtGard VT Double Pro RIB, SmartStax RIB Complete +- **Source:** https://proharvestseeds.com/seed/75p85-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1290 +- **GDD Black Layer:** 2605 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Good +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 5 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-76p42.json b/corpus/proharvest/proharvest-76p42.json new file mode 100644 index 00000000..fd17a1fd --- /dev/null +++ b/corpus/proharvest/proharvest-76p42.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-76p42", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "76P42", + "product_id": "76P42", + "crop": "corn", + "release_year": null, + "relative_maturity": 106, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1339" + }, + { + "characteristic": "GDD Black Layer", + "value": "2258" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/76p42/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:58.324316+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-76p42.md b/corpus/proharvest/proharvest-76p42.md new file mode 100644 index 00000000..85142fbc --- /dev/null +++ b/corpus/proharvest/proharvest-76p42.md @@ -0,0 +1,86 @@ +# 76P42 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 106 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/76p42/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1339 +- **GDD Black Layer:** 2258 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-77p19-2.json b/corpus/proharvest/proharvest-77p19-2.json new file mode 100644 index 00000000..7ba2e7d5 --- /dev/null +++ b/corpus/proharvest/proharvest-77p19-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-77p19-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "77P19", + "product_id": "77P19", + "crop": "corn", + "release_year": null, + "relative_maturity": 107, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1335" + }, + { + "characteristic": "GDD Black Layer", + "value": "2670" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "32-33" + }, + { + "characteristic": "Narrow Low", + "value": "30-31" + }, + { + "characteristic": "Narrow Medium", + "value": "32-33" + }, + { + "characteristic": "Narrow High", + "value": "33-34" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/77p19-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:08.776149+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-77p19-2.md b/corpus/proharvest/proharvest-77p19-2.md new file mode 100644 index 00000000..94da4c7a --- /dev/null +++ b/corpus/proharvest/proharvest-77p19-2.md @@ -0,0 +1,86 @@ +# 77P19 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 107 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/77p19-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1335 +- **GDD Black Layer:** 2670 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Good +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Excellent +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 32-33 +- **Narrow Low:** 30-31 +- **Narrow Medium:** 32-33 +- **Narrow High:** 33-34 diff --git a/corpus/proharvest/proharvest-77p25.json b/corpus/proharvest/proharvest-77p25.json new file mode 100644 index 00000000..740a753f --- /dev/null +++ b/corpus/proharvest/proharvest-77p25.json @@ -0,0 +1,242 @@ +{ + "source": "proharvest", + "source_key": "proharvest-77p25", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "77P25", + "product_id": "77P25", + "crop": "corn", + "release_year": null, + "relative_maturity": 107, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT4Pro RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1288" + }, + { + "characteristic": "GDD Black Layer", + "value": "2520" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "9" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/77p25/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:50.793384+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-77p25.md b/corpus/proharvest/proharvest-77p25.md new file mode 100644 index 00000000..783b2641 --- /dev/null +++ b/corpus/proharvest/proharvest-77p25.md @@ -0,0 +1,72 @@ +# 77P25 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 107 days +- **Trait(s):** VT4Pro RIB Complete +- **Source:** https://proharvestseeds.com/seed/77p25/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1288 +- **GDD Black Layer:** 2520 +- **Pollination for Maturity:** Average +- **Plant Height:** Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 9 +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** 8 +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-77p44-2.json b/corpus/proharvest/proharvest-77p44-2.json new file mode 100644 index 00000000..bf590eae --- /dev/null +++ b/corpus/proharvest/proharvest-77p44-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-77p44-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "77P44", + "product_id": "77P44", + "crop": "corn", + "release_year": null, + "relative_maturity": 107, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax Pro RIB" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1281" + }, + { + "characteristic": "GDD Black Layer", + "value": "2524" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Average" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "No" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "6" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "8" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/77p44-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:10.278356+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-77p44-2.md b/corpus/proharvest/proharvest-77p44-2.md new file mode 100644 index 00000000..255cd7e3 --- /dev/null +++ b/corpus/proharvest/proharvest-77p44-2.md @@ -0,0 +1,86 @@ +# 77P44 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 107 days +- **Trait(s):** SmartStax Pro RIB +- **Source:** https://proharvestseeds.com/seed/77p44-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1281 +- **GDD Black Layer:** 2524 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 8 +- **Stay Green:** Average +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** No + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** 8 +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 6 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** 8 +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-77p60.json b/corpus/proharvest/proharvest-77p60.json new file mode 100644 index 00000000..9313f357 --- /dev/null +++ b/corpus/proharvest/proharvest-77p60.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-77p60", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "77P60", + "product_id": "77P60", + "crop": "corn", + "release_year": null, + "relative_maturity": 107, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1320" + }, + { + "characteristic": "GDD Black Layer", + "value": "2610" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Medium-Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-33" + }, + { + "characteristic": "30\" Medium", + "value": "32-35" + }, + { + "characteristic": "30\" High", + "value": "34-37" + }, + { + "characteristic": "Narrow Low", + "value": "32-35" + }, + { + "characteristic": "Narrow Medium", + "value": "34-37" + }, + { + "characteristic": "Narrow High", + "value": "36-39" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/77p60/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:20.784536+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-77p60.md b/corpus/proharvest/proharvest-77p60.md new file mode 100644 index 00000000..cd25d103 --- /dev/null +++ b/corpus/proharvest/proharvest-77p60.md @@ -0,0 +1,86 @@ +# 77P60 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 107 days +- **Trait(s):** SmartStax RIB Complete +- **Source:** https://proharvestseeds.com/seed/77p60/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1320 +- **GDD Black Layer:** 2610 +- **Pollination for Maturity:** Medium-Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 7 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-33 +- **30" Medium:** 32-35 +- **30" High:** 34-37 +- **Narrow Low:** 32-35 +- **Narrow Medium:** 34-37 +- **Narrow High:** 36-39 diff --git a/corpus/proharvest/proharvest-78p30.json b/corpus/proharvest/proharvest-78p30.json new file mode 100644 index 00000000..82ffb7a5 --- /dev/null +++ b/corpus/proharvest/proharvest-78p30.json @@ -0,0 +1,238 @@ +{ + "source": "proharvest", + "source_key": "proharvest-78p30", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "78P30", + "product_id": "78P30", + "crop": "corn", + "release_year": null, + "relative_maturity": 108, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1287" + }, + { + "characteristic": "GDD Black Layer", + "value": "2580" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "6" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/78p30/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:49.316636+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-78p30.md b/corpus/proharvest/proharvest-78p30.md new file mode 100644 index 00000000..f8f92423 --- /dev/null +++ b/corpus/proharvest/proharvest-78p30.md @@ -0,0 +1,71 @@ +# 78P30 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 108 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/78p30/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1287 +- **GDD Black Layer:** 2580 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 6 +- **Eye Spot:** 8 +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-78p70-2.json b/corpus/proharvest/proharvest-78p70-2.json new file mode 100644 index 00000000..533a0afa --- /dev/null +++ b/corpus/proharvest/proharvest-78p70-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-78p70-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "78P70", + "product_id": "78P70", + "crop": "corn", + "release_year": null, + "relative_maturity": 108, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1330" + }, + { + "characteristic": "GDD Black Layer", + "value": "2745" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "White" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "7" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/78p70-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:14.749530+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-78p70-2.md b/corpus/proharvest/proharvest-78p70-2.md new file mode 100644 index 00000000..0e62a1ea --- /dev/null +++ b/corpus/proharvest/proharvest-78p70-2.md @@ -0,0 +1,86 @@ +# 78P70 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 108 days +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/78p70-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1330 +- **GDD Black Layer:** 2745 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** White +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 7 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-78p95.json b/corpus/proharvest/proharvest-78p95.json new file mode 100644 index 00000000..b85d07f3 --- /dev/null +++ b/corpus/proharvest/proharvest-78p95.json @@ -0,0 +1,239 @@ +{ + "source": "proharvest", + "source_key": "proharvest-78p95", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "78P95", + "product_id": "78P95", + "crop": "corn", + "release_year": null, + "relative_maturity": 108, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1366" + }, + { + "characteristic": "GDD Black Layer", + "value": "2540" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-20" + }, + { + "characteristic": "Cob Color", + "value": "White" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/78p95/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:47.837213+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-78p95.md b/corpus/proharvest/proharvest-78p95.md new file mode 100644 index 00000000..32572366 --- /dev/null +++ b/corpus/proharvest/proharvest-78p95.md @@ -0,0 +1,71 @@ +# 78P95 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 108 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/78p95/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1366 +- **GDD Black Layer:** 2540 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-20 +- **Cob Color:** White +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-79p15.json b/corpus/proharvest/proharvest-79p15.json new file mode 100644 index 00000000..6df2761a --- /dev/null +++ b/corpus/proharvest/proharvest-79p15.json @@ -0,0 +1,238 @@ +{ + "source": "proharvest", + "source_key": "proharvest-79p15", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "79P15", + "product_id": "79P15", + "crop": "corn", + "release_year": null, + "relative_maturity": 109, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Viptera" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1465" + }, + { + "characteristic": "GDD Black Layer", + "value": "2660" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "8" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/79p15/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:46.344388+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-79p15.md b/corpus/proharvest/proharvest-79p15.md new file mode 100644 index 00000000..94e98ebb --- /dev/null +++ b/corpus/proharvest/proharvest-79p15.md @@ -0,0 +1,71 @@ +# 79P15 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 109 days +- **Trait(s):** Viptera +- **Source:** https://proharvestseeds.com/seed/79p15/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1465 +- **GDD Black Layer:** 2660 +- **Pollination for Maturity:** Late +- **Plant Height:** Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 8 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-79p37-2.json b/corpus/proharvest/proharvest-79p37-2.json new file mode 100644 index 00000000..75a8d4d2 --- /dev/null +++ b/corpus/proharvest/proharvest-79p37-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-79p37-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "79P37", + "product_id": "79P37", + "crop": "corn", + "release_year": null, + "relative_maturity": 109, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1365" + }, + { + "characteristic": "GDD Black Layer", + "value": "2757" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/79p37-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:25.318817+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-79p37-2.md b/corpus/proharvest/proharvest-79p37-2.md new file mode 100644 index 00000000..8271433c --- /dev/null +++ b/corpus/proharvest/proharvest-79p37-2.md @@ -0,0 +1,86 @@ +# 79P37 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 109 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/79p37-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1365 +- **GDD Black Layer:** 2757 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 7 +- **Root Strength:** 8 +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 5 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-79p54.json b/corpus/proharvest/proharvest-79p54.json new file mode 100644 index 00000000..2a6e7615 --- /dev/null +++ b/corpus/proharvest/proharvest-79p54.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-79p54", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "79P54", + "product_id": "79P54", + "crop": "corn", + "release_year": null, + "relative_maturity": 109, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax Pro RIB" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1331" + }, + { + "characteristic": "GDD Black Layer", + "value": "2620" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "NA" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "9" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "9" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/79p54/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:22.299242+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-79p54.md b/corpus/proharvest/proharvest-79p54.md new file mode 100644 index 00000000..2c6538cc --- /dev/null +++ b/corpus/proharvest/proharvest-79p54.md @@ -0,0 +1,86 @@ +# 79P54 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 109 days +- **Trait(s):** SmartStax Pro RIB +- **Source:** https://proharvestseeds.com/seed/79p54/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1331 +- **GDD Black Layer:** 2620 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Good +- **Corn After Corn:** Very Good +- **Silage:** NA + +## Disease Ratings + +- **Overall Disease Rating:** 8.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 9 +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** 8 +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** 9 +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-79p72-2.json b/corpus/proharvest/proharvest-79p72-2.json new file mode 100644 index 00000000..aacbf2b6 --- /dev/null +++ b/corpus/proharvest/proharvest-79p72-2.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-79p72-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "79P72", + "product_id": "79P72", + "crop": "corn", + "release_year": null, + "relative_maturity": 109, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Duracade Viptera Z3", + "Viptera Z3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1315" + }, + { + "characteristic": "GDD Black Layer", + "value": "2650" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Excellent" + }, + { + "characteristic": "Root Strength", + "value": "Excellent" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Excellent" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Fair" + }, + { + "characteristic": "Corn After Corn", + "value": "Excellent" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "9" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "9" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "9" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/79p72-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:16.244074+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-79p72-2.md b/corpus/proharvest/proharvest-79p72-2.md new file mode 100644 index 00000000..80366666 --- /dev/null +++ b/corpus/proharvest/proharvest-79p72-2.md @@ -0,0 +1,86 @@ +# 79P72 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 109 days +- **Trait(s):** Duracade Viptera Z3, Viptera Z3 +- **Source:** https://proharvestseeds.com/seed/79p72-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1315 +- **GDD Black Layer:** 2650 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Excellent +- **Root Strength:** Excellent +- **Green Snap:** 8 +- **Stay Green:** Excellent +- **Dry Down:** Excellent +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Fair +- **Corn After Corn:** Excellent +- **Silage:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 9 +- **Grey Leaf Spot:** 9 +- **Northern Corn Leaf Blight:** 9 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-79p87-2.json b/corpus/proharvest/proharvest-79p87-2.json new file mode 100644 index 00000000..38d07d95 --- /dev/null +++ b/corpus/proharvest/proharvest-79p87-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-79p87-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "79P87", + "product_id": "79P87", + "crop": "corn", + "release_year": null, + "relative_maturity": 109, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1385" + }, + { + "characteristic": "GDD Black Layer", + "value": "2728" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Average" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "6" + }, + { + "characteristic": "Stay Green", + "value": "Average" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Average" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "6" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "6" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/79p87-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:17.751275+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-79p87-2.md b/corpus/proharvest/proharvest-79p87-2.md new file mode 100644 index 00000000..4a87483a --- /dev/null +++ b/corpus/proharvest/proharvest-79p87-2.md @@ -0,0 +1,86 @@ +# 79P87 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 109 days +- **Trait(s):** SmartStax RIB Complete +- **Source:** https://proharvestseeds.com/seed/79p87-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1385 +- **GDD Black Layer:** 2728 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Average +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Good +- **Root Strength:** Very Good +- **Green Snap:** 6 +- **Stay Green:** Average +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Average +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 6 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 6 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** 5 +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-7b492.json b/corpus/proharvest/proharvest-7b492.json new file mode 100644 index 00000000..4aaa9a6c --- /dev/null +++ b/corpus/proharvest/proharvest-7b492.json @@ -0,0 +1,104 @@ +{ + "source": "proharvest", + "source_key": "proharvest-7b492", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "7B492", + "product_id": "7B492", + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Med-Tall" + }, + { + "characteristic": "Head Type", + "value": "Bearded" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Powdery Mildew", + "value": "Excellent" + }, + { + "characteristic": "Stripe Rust", + "value": "Excellent" + }, + { + "characteristic": "No-Till", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "SBMV", + "value": "Very Good" + }, + { + "characteristic": "Glum Blotch", + "value": "Very Good" + }, + { + "characteristic": "Stripe Rust", + "value": "Excellent" + }, + { + "characteristic": "Leaf Rust", + "value": "Good" + }, + { + "characteristic": "Head Scab", + "value": "Excellent" + }, + { + "characteristic": "Septoria", + "value": "Very Good" + }, + { + "characteristic": "Powdery Mildew", + "value": "Very Good" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/7b492/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:34.288664+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-7b492.md b/corpus/proharvest/proharvest-7b492.md new file mode 100644 index 00000000..81446580 --- /dev/null +++ b/corpus/proharvest/proharvest-7b492.md @@ -0,0 +1,33 @@ +# 7B492 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Wheat +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/7b492/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Med-Tall +- **Head Type:** Bearded + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Powdery Mildew:** Excellent +- **Stripe Rust:** Excellent +- **No-Till:** Very Good + +## Disease Ratings + +- **SBMV:** Very Good +- **Glum Blotch:** Very Good +- **Stripe Rust:** Excellent +- **Leaf Rust:** Good +- **Head Scab:** Excellent +- **Septoria:** Very Good +- **Powdery Mildew:** Very Good diff --git a/corpus/proharvest/proharvest-7s450.json b/corpus/proharvest/proharvest-7s450.json new file mode 100644 index 00000000..9c269adf --- /dev/null +++ b/corpus/proharvest/proharvest-7s450.json @@ -0,0 +1,108 @@ +{ + "source": "proharvest", + "source_key": "proharvest-7s450", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "7S450", + "product_id": "7S450", + "crop": "wheat", + "release_year": null, + "relative_maturity": null, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Med-Tall" + }, + { + "characteristic": "Head Type", + "value": "Beardless" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Powdery Mildew", + "value": "Excellent" + }, + { + "characteristic": "Stripe Rust", + "value": "Excellent" + }, + { + "characteristic": "No-Till", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "SBMV", + "value": "Good" + }, + { + "characteristic": "BYDV", + "value": "9" + }, + { + "characteristic": "Glum Blotch", + "value": "Very Good" + }, + { + "characteristic": "Stripe Rust", + "value": "Excellent" + }, + { + "characteristic": "Leaf Rust", + "value": "Very Good" + }, + { + "characteristic": "Head Scab", + "value": "Excellent" + }, + { + "characteristic": "Septoria", + "value": "Very Good" + }, + { + "characteristic": "Powdery Mildew", + "value": "Very Good" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/7s450/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:32.762209+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-7s450.md b/corpus/proharvest/proharvest-7s450.md new file mode 100644 index 00000000..4043caa7 --- /dev/null +++ b/corpus/proharvest/proharvest-7s450.md @@ -0,0 +1,34 @@ +# 7S450 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Wheat +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/7s450/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Med-Tall +- **Head Type:** Beardless + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Powdery Mildew:** Excellent +- **Stripe Rust:** Excellent +- **No-Till:** Very Good + +## Disease Ratings + +- **SBMV:** Good +- **BYDV:** 9 +- **Glum Blotch:** Very Good +- **Stripe Rust:** Excellent +- **Leaf Rust:** Very Good +- **Head Scab:** Excellent +- **Septoria:** Very Good +- **Powdery Mildew:** Very Good diff --git a/corpus/proharvest/proharvest-8015-2.json b/corpus/proharvest/proharvest-8015-2.json new file mode 100644 index 00000000..740abf38 --- /dev/null +++ b/corpus/proharvest/proharvest-8015-2.json @@ -0,0 +1,294 @@ +{ + "source": "proharvest", + "source_key": "proharvest-8015-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "8015", + "product_id": "8015", + "crop": "corn", + "release_year": null, + "relative_maturity": 110, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "Roundup Ready 2", + "SmartStax RIB Complete", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1300" + }, + { + "characteristic": "GDD Black Layer", + "value": "2565" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Excellent" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Excellent" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Excellent" + }, + { + "characteristic": "Green Snap", + "value": "9" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "6" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/8015-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:19.286506+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-8015-2.md b/corpus/proharvest/proharvest-8015-2.md new file mode 100644 index 00000000..7e07d6ea --- /dev/null +++ b/corpus/proharvest/proharvest-8015-2.md @@ -0,0 +1,86 @@ +# 8015 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 110 days +- **Trait(s):** Conventional, Roundup Ready 2, SmartStax RIB Complete, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/8015-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1300 +- **GDD Black Layer:** 2565 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium +- **Leaf Type:** Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Excellent + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Excellent +- **Stalk Strength:** Very Good +- **Root Strength:** Excellent +- **Green Snap:** 9 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 6 +- **Physoderma:** 5 +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-80p36.json b/corpus/proharvest/proharvest-80p36.json new file mode 100644 index 00000000..39b6bfee --- /dev/null +++ b/corpus/proharvest/proharvest-80p36.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-80p36", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "80P36", + "product_id": "80P36", + "crop": "corn", + "release_year": null, + "relative_maturity": 110, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1331" + }, + { + "characteristic": "GDD Black Layer", + "value": "2511" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-20" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "9" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/80p36/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:07.294537+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-80p36.md b/corpus/proharvest/proharvest-80p36.md new file mode 100644 index 00000000..db17893f --- /dev/null +++ b/corpus/proharvest/proharvest-80p36.md @@ -0,0 +1,86 @@ +# 80P36 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 110 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/80p36/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1331 +- **GDD Black Layer:** 2511 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Flex +- **Kernel Rows:** 16-20 +- **Cob Color:** Pink +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 9 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Very Good +- **Silage:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-80p64-2.json b/corpus/proharvest/proharvest-80p64-2.json new file mode 100644 index 00000000..c5f16d28 --- /dev/null +++ b/corpus/proharvest/proharvest-80p64-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-80p64-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "80P64", + "product_id": "80P64", + "crop": "corn", + "release_year": null, + "relative_maturity": 110, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1300" + }, + { + "characteristic": "GDD Black Layer", + "value": "2730" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Horizontal" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Fair" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "9" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/80p64-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:20.769096+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-80p64-2.md b/corpus/proharvest/proharvest-80p64-2.md new file mode 100644 index 00000000..7f6bf76a --- /dev/null +++ b/corpus/proharvest/proharvest-80p64-2.md @@ -0,0 +1,86 @@ +# 80P64 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 110 days +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/80p64-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1300 +- **GDD Black Layer:** 2730 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Horizontal +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Excellent +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Fair + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Good +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 9 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-80p75.json b/corpus/proharvest/proharvest-80p75.json new file mode 100644 index 00000000..c5ed5e6e --- /dev/null +++ b/corpus/proharvest/proharvest-80p75.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-80p75", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "80P75", + "product_id": "80P75", + "crop": "corn", + "release_year": null, + "relative_maturity": 110, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1325" + }, + { + "characteristic": "GDD Black Layer", + "value": "2765" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "9" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "7" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/80p75/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:59.857386+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-80p75.md b/corpus/proharvest/proharvest-80p75.md new file mode 100644 index 00000000..6b6d8550 --- /dev/null +++ b/corpus/proharvest/proharvest-80p75.md @@ -0,0 +1,86 @@ +# 80P75 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 110 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/80p75/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1325 +- **GDD Black Layer:** 2765 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 9 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** 7 +- **Common Rust:** 7 +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-81p11.json b/corpus/proharvest/proharvest-81p11.json new file mode 100644 index 00000000..b444be73 --- /dev/null +++ b/corpus/proharvest/proharvest-81p11.json @@ -0,0 +1,242 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p11", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P11", + "product_id": "81P11", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Agrisure GT" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1315" + }, + { + "characteristic": "GDD Black Layer", + "value": "2550" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p11/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:37.406705+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p11.md b/corpus/proharvest/proharvest-81p11.md new file mode 100644 index 00000000..01fbc0ca --- /dev/null +++ b/corpus/proharvest/proharvest-81p11.md @@ -0,0 +1,72 @@ +# 81P11 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** Agrisure GT +- **Source:** https://proharvestseeds.com/seed/81p11/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1315 +- **GDD Black Layer:** 2550 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16 +- **Cob Color:** Pink +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** 8 +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-81p19.json b/corpus/proharvest/proharvest-81p19.json new file mode 100644 index 00000000..2d0a5ec5 --- /dev/null +++ b/corpus/proharvest/proharvest-81p19.json @@ -0,0 +1,242 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p19", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P19", + "product_id": "81P19", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT4Pro RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1414" + }, + { + "characteristic": "GDD Black Layer", + "value": "2692" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "6" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "6" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p19/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:44.841604+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p19.md b/corpus/proharvest/proharvest-81p19.md new file mode 100644 index 00000000..53419f55 --- /dev/null +++ b/corpus/proharvest/proharvest-81p19.md @@ -0,0 +1,72 @@ +# 81P19 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** VT4Pro RIB Complete +- **Source:** https://proharvestseeds.com/seed/81p19/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1414 +- **GDD Black Layer:** 2692 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Grey Leaf Spot:** 6 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** 7 +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** 8 +- **Goss's Wilt:** 6 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-81p20.json b/corpus/proharvest/proharvest-81p20.json new file mode 100644 index 00000000..c6a79eb6 --- /dev/null +++ b/corpus/proharvest/proharvest-81p20.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p20", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P20", + "product_id": "81P20", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1390" + }, + { + "characteristic": "GDD Black Layer", + "value": "2620" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p20/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:16.311446+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p20.md b/corpus/proharvest/proharvest-81p20.md new file mode 100644 index 00000000..7ccda646 --- /dev/null +++ b/corpus/proharvest/proharvest-81p20.md @@ -0,0 +1,86 @@ +# 81P20 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** PowerCore +- **Source:** https://proharvestseeds.com/seed/81p20/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1390 +- **GDD Black Layer:** 2620 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Pink +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-81p45.json b/corpus/proharvest/proharvest-81p45.json new file mode 100644 index 00000000..066fbec7 --- /dev/null +++ b/corpus/proharvest/proharvest-81p45.json @@ -0,0 +1,242 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p45", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P45", + "product_id": "81P45", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1350" + }, + { + "characteristic": "GDD Black Layer", + "value": "2650" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Avg-Late" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "6" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p45/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:43.364259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p45.md b/corpus/proharvest/proharvest-81p45.md new file mode 100644 index 00000000..fa73672c --- /dev/null +++ b/corpus/proharvest/proharvest-81p45.md @@ -0,0 +1,72 @@ +# 81P45 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/81p45/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1350 +- **GDD Black Layer:** 2650 +- **Pollination for Maturity:** Avg-Late +- **Plant Height:** Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** High +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** 7 +- **Common Rust:** 8 +- **Southern Rust:** 6 +- **Eye Spot:** 8 +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-81p65-2.json b/corpus/proharvest/proharvest-81p65-2.json new file mode 100644 index 00000000..650d84d6 --- /dev/null +++ b/corpus/proharvest/proharvest-81p65-2.json @@ -0,0 +1,293 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p65-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P65", + "product_id": "81P65", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Agrisure Above", + "Conventional", + "Duracade" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1390" + }, + { + "characteristic": "GDD Black Layer", + "value": "2600" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-Low" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "7" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p65-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:59.747224+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p65-2.md b/corpus/proharvest/proharvest-81p65-2.md new file mode 100644 index 00000000..4be4490c --- /dev/null +++ b/corpus/proharvest/proharvest-81p65-2.md @@ -0,0 +1,86 @@ +# 81P65 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** Agrisure Above, Conventional, Duracade +- **Source:** https://proharvestseeds.com/seed/81p65-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1390 +- **GDD Black Layer:** 2600 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-Low +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Excellent +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Excellent +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Good +- **Green Snap:** 7 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 7 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-81p88.json b/corpus/proharvest/proharvest-81p88.json new file mode 100644 index 00000000..e2a03367 --- /dev/null +++ b/corpus/proharvest/proharvest-81p88.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p88", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P88", + "product_id": "81P88", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete", + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1389" + }, + { + "characteristic": "GDD Black Layer", + "value": "2740" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p88/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:41.764327+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p88.md b/corpus/proharvest/proharvest-81p88.md new file mode 100644 index 00000000..674a84a2 --- /dev/null +++ b/corpus/proharvest/proharvest-81p88.md @@ -0,0 +1,86 @@ +# 81P88 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** SmartStax RIB Complete, Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/81p88/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1389 +- **GDD Black Layer:** 2740 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Good +- **Root Strength:** Very Good +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** 5 +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-81p92.json b/corpus/proharvest/proharvest-81p92.json new file mode 100644 index 00000000..ebdce9d3 --- /dev/null +++ b/corpus/proharvest/proharvest-81p92.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-81p92", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "81P92", + "product_id": "81P92", + "crop": "corn", + "release_year": null, + "relative_maturity": 111, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1320" + }, + { + "characteristic": "GDD Black Layer", + "value": "2770" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "9" + }, + { + "characteristic": "Stay Green", + "value": "Excellent" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "5" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/81p92/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:26.786299+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-81p92.md b/corpus/proharvest/proharvest-81p92.md new file mode 100644 index 00000000..4122b2e4 --- /dev/null +++ b/corpus/proharvest/proharvest-81p92.md @@ -0,0 +1,86 @@ +# 81P92 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 111 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/81p92/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1320 +- **GDD Black Layer:** 2770 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 9 +- **Stay Green:** Excellent +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 5 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-82p40-2.json b/corpus/proharvest/proharvest-82p40-2.json new file mode 100644 index 00000000..9753b529 --- /dev/null +++ b/corpus/proharvest/proharvest-82p40-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p40-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P40", + "product_id": "82P40", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1310" + }, + { + "characteristic": "GDD Black Layer", + "value": "2775" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Excellent" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "4" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p40-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:43.254099+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p40-2.md b/corpus/proharvest/proharvest-82p40-2.md new file mode 100644 index 00000000..8b220235 --- /dev/null +++ b/corpus/proharvest/proharvest-82p40-2.md @@ -0,0 +1,86 @@ +# 82P40 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** SmartStax RIB Complete +- **Source:** https://proharvestseeds.com/seed/82p40-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1310 +- **GDD Black Layer:** 2775 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Excellent +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** 4 +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 5 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-82p50.json b/corpus/proharvest/proharvest-82p50.json new file mode 100644 index 00000000..cfc45434 --- /dev/null +++ b/corpus/proharvest/proharvest-82p50.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p50", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P50", + "product_id": "82P50", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1305" + }, + { + "characteristic": "GDD Black Layer", + "value": "2780" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "9" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p50/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:28.370941+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p50.md b/corpus/proharvest/proharvest-82p50.md new file mode 100644 index 00000000..798cc9e5 --- /dev/null +++ b/corpus/proharvest/proharvest-82p50.md @@ -0,0 +1,86 @@ +# 82P50 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** PowerCore +- **Source:** https://proharvestseeds.com/seed/82p50/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1305 +- **GDD Black Layer:** 2780 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Excellent +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 9 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-82p51.json b/corpus/proharvest/proharvest-82p51.json new file mode 100644 index 00000000..e36250b7 --- /dev/null +++ b/corpus/proharvest/proharvest-82p51.json @@ -0,0 +1,238 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p51", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P51", + "product_id": "82P51", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Agrisure GT" + ], + "trait_descriptions": [], + "positioning_statement": "A product with dependable genetics that go over a wide area", + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1320" + }, + { + "characteristic": "GDD Black Layer", + "value": "2640" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "9" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p51/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:38.863286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p51.md b/corpus/proharvest/proharvest-82p51.md new file mode 100644 index 00000000..9bf49af5 --- /dev/null +++ b/corpus/proharvest/proharvest-82p51.md @@ -0,0 +1,75 @@ +# 82P51 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** Agrisure GT +- **Source:** https://proharvestseeds.com/seed/82p51/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +_A product with dependable genetics that go over a wide area_ + +--- + +## General Characteristics + +- **GDD Pollination:** 1320 +- **GDD Black Layer:** 2640 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stay Green:** Very Good +- **Dry Down:** Excellent +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 9 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-82p62-2.json b/corpus/proharvest/proharvest-82p62-2.json new file mode 100644 index 00000000..a1c1f360 --- /dev/null +++ b/corpus/proharvest/proharvest-82p62-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p62-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P62", + "product_id": "82P62", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1393" + }, + { + "characteristic": "GDD Black Layer", + "value": "2772" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "6" + }, + { + "characteristic": "Stay Green", + "value": "Average" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "6" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p62-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:29.856140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p62-2.md b/corpus/proharvest/proharvest-82p62-2.md new file mode 100644 index 00000000..03cd20b1 --- /dev/null +++ b/corpus/proharvest/proharvest-82p62-2.md @@ -0,0 +1,86 @@ +# 82P62 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/82p62-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1393 +- **GDD Black Layer:** 2772 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 7 +- **Root Strength:** 8 +- **Green Snap:** 6 +- **Stay Green:** Average +- **Dry Down:** Excellent +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 6 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** 5 +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-82p68-2.json b/corpus/proharvest/proharvest-82p68-2.json new file mode 100644 index 00000000..1db1e899 --- /dev/null +++ b/corpus/proharvest/proharvest-82p68-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p68-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P68", + "product_id": "82P68", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax Pro RIB" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1391" + }, + { + "characteristic": "GDD Black Layer", + "value": "2740" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Short" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Good" + }, + { + "characteristic": "Root Strength", + "value": "Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "6" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "6" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "8" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p68-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:44.777825+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p68-2.md b/corpus/proharvest/proharvest-82p68-2.md new file mode 100644 index 00000000..a05cb74e --- /dev/null +++ b/corpus/proharvest/proharvest-82p68-2.md @@ -0,0 +1,86 @@ +# 82P68 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** SmartStax Pro RIB +- **Source:** https://proharvestseeds.com/seed/82p68-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1391 +- **GDD Black Layer:** 2740 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Short +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** Good +- **Root Strength:** Good +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 6 +- **Eye Spot:** 8 +- **Goss's Wilt:** 6 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** 8 +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-82p79-2.json b/corpus/proharvest/proharvest-82p79-2.json new file mode 100644 index 00000000..f3313ec4 --- /dev/null +++ b/corpus/proharvest/proharvest-82p79-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p79-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P79", + "product_id": "82P79", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1320" + }, + { + "characteristic": "GDD Black Layer", + "value": "2810" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Excellent" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Excellent" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p79-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:46.243930+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p79-2.md b/corpus/proharvest/proharvest-82p79-2.md new file mode 100644 index 00000000..e6f3d88b --- /dev/null +++ b/corpus/proharvest/proharvest-82p79-2.md @@ -0,0 +1,86 @@ +# 82P79 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/82p79-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1320 +- **GDD Black Layer:** 2810 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Excellent +- **Root Strength:** Very Good +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Excellent +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-82p82.json b/corpus/proharvest/proharvest-82p82.json new file mode 100644 index 00000000..d32e2a7b --- /dev/null +++ b/corpus/proharvest/proharvest-82p82.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p82", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P82", + "product_id": "82P82", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1347" + }, + { + "characteristic": "GDD Black Layer", + "value": "2784" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "33-34" + }, + { + "characteristic": "Narrow Low", + "value": "31-32" + }, + { + "characteristic": "Narrow Medium", + "value": "33-34" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p82/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:11.825297+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p82.md b/corpus/proharvest/proharvest-82p82.md new file mode 100644 index 00000000..a7041238 --- /dev/null +++ b/corpus/proharvest/proharvest-82p82.md @@ -0,0 +1,86 @@ +# 82P82 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/82p82/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1347 +- **GDD Black Layer:** 2784 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 33-34 +- **Narrow Low:** 31-32 +- **Narrow Medium:** 33-34 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-82p96.json b/corpus/proharvest/proharvest-82p96.json new file mode 100644 index 00000000..665e9b87 --- /dev/null +++ b/corpus/proharvest/proharvest-82p96.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-82p96", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "82P96", + "product_id": "82P96", + "crop": "corn", + "release_year": null, + "relative_maturity": 112, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1330" + }, + { + "characteristic": "GDD Black Layer", + "value": "2597" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "8" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "32-33" + }, + { + "characteristic": "Narrow Low", + "value": "30-31" + }, + { + "characteristic": "Narrow Medium", + "value": "32-33" + }, + { + "characteristic": "Narrow High", + "value": "33-34" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/82p96/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:08.802286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-82p96.md b/corpus/proharvest/proharvest-82p96.md new file mode 100644 index 00000000..9780b934 --- /dev/null +++ b/corpus/proharvest/proharvest-82p96.md @@ -0,0 +1,86 @@ +# 82P96 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 112 days +- **Trait(s):** PowerCore +- **Source:** https://proharvestseeds.com/seed/82p96/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1330 +- **GDD Black Layer:** 2597 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 16-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 7 +- **Root Strength:** 7 +- **Green Snap:** 7 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** 8 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 32-33 +- **Narrow Low:** 30-31 +- **Narrow Medium:** 32-33 +- **Narrow High:** 33-34 diff --git a/corpus/proharvest/proharvest-8360-2.json b/corpus/proharvest/proharvest-8360-2.json new file mode 100644 index 00000000..34250f91 --- /dev/null +++ b/corpus/proharvest/proharvest-8360-2.json @@ -0,0 +1,293 @@ +{ + "source": "proharvest", + "source_key": "proharvest-8360-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "8360", + "product_id": "8360", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "SmartStax RIB Complete", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1380" + }, + { + "characteristic": "GDD Black Layer", + "value": "2750" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "6" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/8360-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:47.772219+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-8360-2.md b/corpus/proharvest/proharvest-8360-2.md new file mode 100644 index 00000000..f63a91f6 --- /dev/null +++ b/corpus/proharvest/proharvest-8360-2.md @@ -0,0 +1,86 @@ +# 8360 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** Conventional, SmartStax RIB Complete, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/8360-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1380 +- **GDD Black Layer:** 2750 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Very Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 6 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** 5 +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-83p17.json b/corpus/proharvest/proharvest-83p17.json new file mode 100644 index 00000000..a93b1878 --- /dev/null +++ b/corpus/proharvest/proharvest-83p17.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-83p17", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "83P17", + "product_id": "83P17", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1340" + }, + { + "characteristic": "GDD Black Layer", + "value": "2750" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Short" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "9" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/83p17/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:13.304894+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-83p17.md b/corpus/proharvest/proharvest-83p17.md new file mode 100644 index 00000000..d11cbd5e --- /dev/null +++ b/corpus/proharvest/proharvest-83p17.md @@ -0,0 +1,86 @@ +# 83P17 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** PowerCore +- **Source:** https://proharvestseeds.com/seed/83p17/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1340 +- **GDD Black Layer:** 2750 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Very Good +- **Husk Coverage:** Short +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 9 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** 8 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-83p33-2.json b/corpus/proharvest/proharvest-83p33-2.json new file mode 100644 index 00000000..9e16b3c0 --- /dev/null +++ b/corpus/proharvest/proharvest-83p33-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-83p33-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "83P33", + "product_id": "83P33", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "DroughtGard VT Double Pro RIB" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1300" + }, + { + "characteristic": "GDD Black Layer", + "value": "2825" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Very Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Excellent" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "R" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/83p33-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:49.284171+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-83p33-2.md b/corpus/proharvest/proharvest-83p33-2.md new file mode 100644 index 00000000..dc7b3fea --- /dev/null +++ b/corpus/proharvest/proharvest-83p33-2.md @@ -0,0 +1,86 @@ +# 83P33 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** DroughtGard VT Double Pro RIB +- **Source:** https://proharvestseeds.com/seed/83p33-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1300 +- **GDD Black Layer:** 2825 +- **Pollination for Maturity:** Very Early +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Excellent +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Excellent + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** R +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-83p48.json b/corpus/proharvest/proharvest-83p48.json new file mode 100644 index 00000000..1a27dff9 --- /dev/null +++ b/corpus/proharvest/proharvest-83p48.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-83p48", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "83P48", + "product_id": "83P48", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax Pro RIB" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1297" + }, + { + "characteristic": "GDD Black Layer", + "value": "2614" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "NA" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "9" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/83p48/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:56.842038+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-83p48.md b/corpus/proharvest/proharvest-83p48.md new file mode 100644 index 00000000..ba989737 --- /dev/null +++ b/corpus/proharvest/proharvest-83p48.md @@ -0,0 +1,86 @@ +# 83P48 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** SmartStax Pro RIB +- **Source:** https://proharvestseeds.com/seed/83p48/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1297 +- **GDD Black Layer:** 2614 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Excellent +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** NA + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 9 +- **Common Rust:** 8 +- **Southern Rust:** 7 +- **Eye Spot:** 8 +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-83p66-2.json b/corpus/proharvest/proharvest-83p66-2.json new file mode 100644 index 00000000..cd4f668a --- /dev/null +++ b/corpus/proharvest/proharvest-83p66-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-83p66-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "83P66", + "product_id": "83P66", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1344" + }, + { + "characteristic": "GDD Black Layer", + "value": "2675" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "6" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "6" + }, + { + "characteristic": "Tar Spot", + "value": "5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "28-30" + }, + { + "characteristic": "30\" Medium", + "value": "29-31" + }, + { + "characteristic": "30\" High", + "value": "32-34" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/83p66-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:50.810140+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-83p66-2.md b/corpus/proharvest/proharvest-83p66-2.md new file mode 100644 index 00000000..34ce2ebe --- /dev/null +++ b/corpus/proharvest/proharvest-83p66-2.md @@ -0,0 +1,86 @@ +# 83P66 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/83p66-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1344 +- **GDD Black Layer:** 2675 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 6 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 5 +- **Eye Spot:** 8 +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** NA +- **Physoderma:** 6 +- **Tar Spot:** 5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 28-30 +- **30" Medium:** 29-31 +- **30" High:** 32-34 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-83w13.json b/corpus/proharvest/proharvest-83w13.json new file mode 100644 index 00000000..ed93afdc --- /dev/null +++ b/corpus/proharvest/proharvest-83w13.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-83w13", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "83W13", + "product_id": "83W13", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional Waxy" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1438" + }, + { + "characteristic": "GDD Black Layer", + "value": "2833" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Determinate" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Short" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "7" + }, + { + "characteristic": "Root Strength", + "value": "9" + }, + { + "characteristic": "Green Snap", + "value": "6" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Average" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "5" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "5" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/83w13/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:33.480527+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-83w13.md b/corpus/proharvest/proharvest-83w13.md new file mode 100644 index 00000000..1c391484 --- /dev/null +++ b/corpus/proharvest/proharvest-83w13.md @@ -0,0 +1,86 @@ +# 83W13 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** Conventional Waxy +- **Source:** https://proharvestseeds.com/seed/83w13/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1438 +- **GDD Black Layer:** 2833 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Determinate +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Short +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 7 +- **Root Strength:** 9 +- **Green Snap:** 6 +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Average +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 5 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** 5 +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-84f02.json b/corpus/proharvest/proharvest-84f02.json new file mode 100644 index 00000000..d2b4160a --- /dev/null +++ b/corpus/proharvest/proharvest-84f02.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84f02", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84F02", + "product_id": "84F02", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Agrisure GT" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1370" + }, + { + "characteristic": "GDD Black Layer", + "value": "2730" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Average" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Average" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "33-34" + }, + { + "characteristic": "Narrow Low", + "value": "31-32" + }, + { + "characteristic": "Narrow Medium", + "value": "33-34" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84f02/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:17.819918+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84f02.md b/corpus/proharvest/proharvest-84f02.md new file mode 100644 index 00000000..2782fbc3 --- /dev/null +++ b/corpus/proharvest/proharvest-84f02.md @@ -0,0 +1,86 @@ +# 84F02 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** Agrisure GT +- **Source:** https://proharvestseeds.com/seed/84f02/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1370 +- **GDD Black Layer:** 2730 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Average +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 7 +- **Stay Green:** Average +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 33-34 +- **Narrow Low:** 31-32 +- **Narrow Medium:** 33-34 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-84p14.json b/corpus/proharvest/proharvest-84p14.json new file mode 100644 index 00000000..fe895a1b --- /dev/null +++ b/corpus/proharvest/proharvest-84p14.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84p14", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84P14", + "product_id": "84P14", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1390" + }, + { + "characteristic": "GDD Black Layer", + "value": "2792" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "9" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84p14/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:10.297199+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84p14.md b/corpus/proharvest/proharvest-84p14.md new file mode 100644 index 00000000..1c21e312 --- /dev/null +++ b/corpus/proharvest/proharvest-84p14.md @@ -0,0 +1,86 @@ +# 84P14 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/84p14/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1390 +- **GDD Black Layer:** 2792 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 9 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-84p22.json b/corpus/proharvest/proharvest-84p22.json new file mode 100644 index 00000000..9283ff54 --- /dev/null +++ b/corpus/proharvest/proharvest-84p22.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84p22", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84P22", + "product_id": "84P22", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Duracade Viptera", + "Viptera" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1430" + }, + { + "characteristic": "GDD Black Layer", + "value": "2700" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-16" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "33-34" + }, + { + "characteristic": "Narrow Low", + "value": "31-32" + }, + { + "characteristic": "Narrow Medium", + "value": "33-34" + }, + { + "characteristic": "Narrow High", + "value": "35-36" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84p22/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:14.821919+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84p22.md b/corpus/proharvest/proharvest-84p22.md new file mode 100644 index 00000000..3834c0f8 --- /dev/null +++ b/corpus/proharvest/proharvest-84p22.md @@ -0,0 +1,86 @@ +# 84P22 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** Duracade Viptera, Viptera +- **Source:** https://proharvestseeds.com/seed/84p22/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1430 +- **GDD Black Layer:** 2700 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-16 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 33-34 +- **Narrow Low:** 31-32 +- **Narrow Medium:** 33-34 +- **Narrow High:** 35-36 diff --git a/corpus/proharvest/proharvest-84p30.json b/corpus/proharvest/proharvest-84p30.json new file mode 100644 index 00000000..c4b220de --- /dev/null +++ b/corpus/proharvest/proharvest-84p30.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84p30", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84P30", + "product_id": "84P30", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Agrisure Above" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1355" + }, + { + "characteristic": "GDD Black Layer", + "value": "2675" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Poor" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-30" + }, + { + "characteristic": "30\" Medium", + "value": "31-32" + }, + { + "characteristic": "30\" High", + "value": "32-33" + }, + { + "characteristic": "Narrow Low", + "value": "30-31" + }, + { + "characteristic": "Narrow Medium", + "value": "32-33" + }, + { + "characteristic": "Narrow High", + "value": "33-34" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84p30/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:01.300355+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84p30.md b/corpus/proharvest/proharvest-84p30.md new file mode 100644 index 00000000..aa14acb9 --- /dev/null +++ b/corpus/proharvest/proharvest-84p30.md @@ -0,0 +1,86 @@ +# 84P30 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** Agrisure Above +- **Source:** https://proharvestseeds.com/seed/84p30/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1355 +- **GDD Black Layer:** 2675 +- **Pollination for Maturity:** Late +- **Plant Height:** Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** High +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Excellent +- **Husk Coverage:** Good +- **Covercrop Companion:** Poor + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 7 +- **Stay Green:** Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-30 +- **30" Medium:** 31-32 +- **30" High:** 32-33 +- **Narrow Low:** 30-31 +- **Narrow Medium:** 32-33 +- **Narrow High:** 33-34 diff --git a/corpus/proharvest/proharvest-84p41.json b/corpus/proharvest/proharvest-84p41.json new file mode 100644 index 00000000..a433bf90 --- /dev/null +++ b/corpus/proharvest/proharvest-84p41.json @@ -0,0 +1,242 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84p41", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84P41", + "product_id": "84P41", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1350" + }, + { + "characteristic": "GDD Black Layer", + "value": "2845" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Early" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stay Green", + "value": "Excellent" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Excellent" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "8" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84p41/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:41.842261+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84p41.md b/corpus/proharvest/proharvest-84p41.md new file mode 100644 index 00000000..8b0a6cf2 --- /dev/null +++ b/corpus/proharvest/proharvest-84p41.md @@ -0,0 +1,72 @@ +# 84P41 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** PowerCore +- **Source:** https://proharvestseeds.com/seed/84p41/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1350 +- **GDD Black Layer:** 2845 +- **Pollination for Maturity:** Early +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stay Green:** Excellent +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Excellent +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Good + +## Disease Ratings + +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 8 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-84p47-2.json b/corpus/proharvest/proharvest-84p47-2.json new file mode 100644 index 00000000..790e61c5 --- /dev/null +++ b/corpus/proharvest/proharvest-84p47-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84p47-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84P47", + "product_id": "84P47", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1340" + }, + { + "characteristic": "GDD Black Layer", + "value": "2840" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Excellent" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Excellent" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Excellent" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "8" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84p47-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:52.287829+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84p47-2.md b/corpus/proharvest/proharvest-84p47-2.md new file mode 100644 index 00000000..0f17a001 --- /dev/null +++ b/corpus/proharvest/proharvest-84p47-2.md @@ -0,0 +1,86 @@ +# 84P47 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** SmartStax RIB Complete +- **Source:** https://proharvestseeds.com/seed/84p47-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1340 +- **GDD Black Layer:** 2840 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 14-18 +- **Cob Color:** Red +- **Test Weight:** Excellent +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** Very Good +- **Root Strength:** Excellent +- **Green Snap:** 7 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Excellent +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Excellent +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 8 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-84p78-2.json b/corpus/proharvest/proharvest-84p78-2.json new file mode 100644 index 00000000..b377ed68 --- /dev/null +++ b/corpus/proharvest/proharvest-84p78-2.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-84p78-2", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "84P78", + "product_id": "84P78", + "crop": "corn", + "release_year": null, + "relative_maturity": 114, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1402" + }, + { + "characteristic": "GDD Black Layer", + "value": "2790" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "Very Good" + }, + { + "characteristic": "Root Strength", + "value": "Very Good" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "8" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "7" + }, + { + "characteristic": "Physoderma", + "value": "8" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/84p78-2/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:53.797762+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-84p78-2.md b/corpus/proharvest/proharvest-84p78-2.md new file mode 100644 index 00000000..88e53c88 --- /dev/null +++ b/corpus/proharvest/proharvest-84p78-2.md @@ -0,0 +1,86 @@ +# 84P78 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 114 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/84p78-2/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1402 +- **GDD Black Layer:** 2790 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** Very Good +- **Root Strength:** Very Good +- **Green Snap:** 7 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Good +- **Corn After Corn:** Very Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 8 +- **Eye Spot:** 8 +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** 7 +- **Physoderma:** 8 +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-85p13.json b/corpus/proharvest/proharvest-85p13.json new file mode 100644 index 00000000..afb73c19 --- /dev/null +++ b/corpus/proharvest/proharvest-85p13.json @@ -0,0 +1,291 @@ +{ + "source": "proharvest", + "source_key": "proharvest-85p13", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "85P13", + "product_id": "85P13", + "crop": "corn", + "release_year": null, + "relative_maturity": 115, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1350" + }, + { + "characteristic": "GDD Black Layer", + "value": "2790" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "NA" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/85p13/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:02.890705+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-85p13.md b/corpus/proharvest/proharvest-85p13.md new file mode 100644 index 00000000..4d45a2cc --- /dev/null +++ b/corpus/proharvest/proharvest-85p13.md @@ -0,0 +1,86 @@ +# 85P13 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 115 days +- **Trait(s):** Conventional +- **Source:** https://proharvestseeds.com/seed/85p13/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1350 +- **GDD Black Layer:** 2790 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Med-High +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** NA + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-85p21.json b/corpus/proharvest/proharvest-85p21.json new file mode 100644 index 00000000..d27c0097 --- /dev/null +++ b/corpus/proharvest/proharvest-85p21.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-85p21", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "85P21", + "product_id": "85P21", + "crop": "corn", + "release_year": null, + "relative_maturity": 115, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1350" + }, + { + "characteristic": "GDD Black Layer", + "value": "2860" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Open" + }, + { + "characteristic": "Ear Height", + "value": "Med-High" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "14-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Fair" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "7" + }, + { + "characteristic": "Green Snap", + "value": "5" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "8" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "NA" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/85p21/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:34.512396+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-85p21.md b/corpus/proharvest/proharvest-85p21.md new file mode 100644 index 00000000..e3da9bd4 --- /dev/null +++ b/corpus/proharvest/proharvest-85p21.md @@ -0,0 +1,86 @@ +# 85P21 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 115 days +- **Trait(s):** Conventional, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/85p21/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1350 +- **GDD Black Layer:** 2860 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Open +- **Ear Height:** Med-High +- **Ear Type:** Flex +- **Kernel Rows:** 14-18 +- **Cob Color:** Red +- **Test Weight:** Excellent +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Fair + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 7 +- **Green Snap:** 5 +- **Stay Green:** Very Good +- **Dry Down:** Excellent +- **Stress Tolerance:** Excellent +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 8 +- **Southern Leaf Blight:** NA +- **Common Rust:** NA +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-85p58.json b/corpus/proharvest/proharvest-85p58.json new file mode 100644 index 00000000..c205a4ed --- /dev/null +++ b/corpus/proharvest/proharvest-85p58.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-85p58", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "85P58", + "product_id": "85P58", + "crop": "corn", + "release_year": null, + "relative_maturity": 115, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "SmartStax RIB Complete", + "VT Double PRO RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1365" + }, + { + "characteristic": "GDD Black Layer", + "value": "2850" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Excellent" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Good" + }, + { + "characteristic": "Stalk Strength", + "value": "9" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "8" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Excellent" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Excellent" + }, + { + "characteristic": "Silage", + "value": "Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "7" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "9" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "29-31" + }, + { + "characteristic": "30\" Medium", + "value": "31-33" + }, + { + "characteristic": "30\" High", + "value": "33-35" + }, + { + "characteristic": "Narrow Low", + "value": "31-33" + }, + { + "characteristic": "Narrow Medium", + "value": "33-35" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/85p58/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:04.345862+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-85p58.md b/corpus/proharvest/proharvest-85p58.md new file mode 100644 index 00000000..c239149f --- /dev/null +++ b/corpus/proharvest/proharvest-85p58.md @@ -0,0 +1,86 @@ +# 85P58 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 115 days +- **Trait(s):** SmartStax RIB Complete, VT Double PRO RIB Complete +- **Source:** https://proharvestseeds.com/seed/85p58/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1365 +- **GDD Black Layer:** 2850 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Excellent +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Good +- **Seedling Vigor:** Good +- **Stalk Strength:** 9 +- **Root Strength:** 8 +- **Green Snap:** 8 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Excellent +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Excellent +- **Silage:** Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 8 +- **Common Rust:** NA +- **Southern Rust:** 7 +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 9 +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 29-31 +- **30" Medium:** 31-33 +- **30" High:** 33-35 +- **Narrow Low:** 31-33 +- **Narrow Medium:** 33-35 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest/proharvest-85p67.json b/corpus/proharvest/proharvest-85p67.json new file mode 100644 index 00000000..2dc51f49 --- /dev/null +++ b/corpus/proharvest/proharvest-85p67.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-85p67", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "85P67", + "product_id": "85P67", + "crop": "corn", + "release_year": null, + "relative_maturity": 115, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Conventional", + "PowerCore" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1350" + }, + { + "characteristic": "GDD Black Layer", + "value": "2850" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Red" + }, + { + "characteristic": "Test Weight", + "value": "Very Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "8" + }, + { + "characteristic": "Root Strength", + "value": "8" + }, + { + "characteristic": "Green Snap", + "value": "7" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Very Good" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Good" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "8" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "NA" + }, + { + "characteristic": "Southern Rust", + "value": "8" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "7" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "NA" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "NA" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "30-32" + }, + { + "characteristic": "30\" Medium", + "value": "32-34" + }, + { + "characteristic": "30\" High", + "value": "34-36" + }, + { + "characteristic": "Narrow Low", + "value": "32-34" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "36-38" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/85p67/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:35.776800+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-85p67.md b/corpus/proharvest/proharvest-85p67.md new file mode 100644 index 00000000..d567e194 --- /dev/null +++ b/corpus/proharvest/proharvest-85p67.md @@ -0,0 +1,86 @@ +# 85P67 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 115 days +- **Trait(s):** Conventional, PowerCore +- **Source:** https://proharvestseeds.com/seed/85p67/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1350 +- **GDD Black Layer:** 2850 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Red +- **Test Weight:** Very Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Good + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 8 +- **Root Strength:** 8 +- **Green Snap:** 7 +- **Stay Green:** Very Good +- **Dry Down:** Good +- **Stress Tolerance:** Good +- **Delayed Harvest:** Very Good +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Good +- **Silage:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Grey Leaf Spot:** 8 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 7 +- **Common Rust:** NA +- **Southern Rust:** 8 +- **Eye Spot:** NA +- **Goss's Wilt:** 7 +- **Stalk Anthracnose:** NA +- **Diplodia Ear Rot:** NA +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 30-32 +- **30" Medium:** 32-34 +- **30" High:** 34-36 +- **Narrow Low:** 32-34 +- **Narrow Medium:** 34-36 +- **Narrow High:** 36-38 diff --git a/corpus/proharvest/proharvest-86p55.json b/corpus/proharvest/proharvest-86p55.json new file mode 100644 index 00000000..a3c27f56 --- /dev/null +++ b/corpus/proharvest/proharvest-86p55.json @@ -0,0 +1,242 @@ +{ + "source": "proharvest", + "source_key": "proharvest-86p55", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "86P55", + "product_id": "86P55", + "crop": "corn", + "release_year": null, + "relative_maturity": 116, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Trecepta RIB Complete" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1455" + }, + { + "characteristic": "GDD Black Layer", + "value": "2890" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Late" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "18-20" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Very Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Very Good" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stay Green", + "value": "Good" + }, + { + "characteristic": "Dry Down", + "value": "Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Fair" + }, + { + "characteristic": "Response to Fungicide", + "value": "Excellent" + }, + { + "characteristic": "Corn After Corn", + "value": "Fair" + }, + { + "characteristic": "Silage", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Grey Leaf Spot", + "value": "6" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "6" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "8" + }, + { + "characteristic": "Common Rust", + "value": "8" + }, + { + "characteristic": "Southern Rust", + "value": "8" + }, + { + "characteristic": "Eye Spot", + "value": "8" + }, + { + "characteristic": "Goss's Wilt", + "value": "6" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/86p55/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:29:40.292171+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-86p55.md b/corpus/proharvest/proharvest-86p55.md new file mode 100644 index 00000000..2e2cfa49 --- /dev/null +++ b/corpus/proharvest/proharvest-86p55.md @@ -0,0 +1,72 @@ +# 86P55 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 116 days +- **Trait(s):** Trecepta RIB Complete +- **Source:** https://proharvestseeds.com/seed/86p55/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1455 +- **GDD Black Layer:** 2890 +- **Pollination for Maturity:** Late +- **Plant Height:** Medium-Tall +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Flex +- **Kernel Rows:** 18-20 +- **Cob Color:** Pink +- **Test Weight:** Good +- **Husk Coverage:** Very Good +- **Covercrop Companion:** Very Good + +## Agronomic Characteristics + +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stay Green:** Good +- **Dry Down:** Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Fair +- **Response to Fungicide:** Excellent +- **Corn After Corn:** Fair +- **Silage:** Very Good + +## Disease Ratings + +- **Grey Leaf Spot:** 6 +- **Northern Corn Leaf Blight:** 6 +- **Southern Leaf Blight:** 8 +- **Common Rust:** 8 +- **Southern Rust:** 8 +- **Eye Spot:** 8 +- **Goss's Wilt:** 6 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** NR +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR diff --git a/corpus/proharvest/proharvest-ae0720.json b/corpus/proharvest/proharvest-ae0720.json new file mode 100644 index 00000000..a5b04779 --- /dev/null +++ b/corpus/proharvest/proharvest-ae0720.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae0720", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE0720", + "product_id": "AE0720", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 0.7, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "9" + }, + { + "characteristic": "Shatter Resistance", + "value": "Excellent" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "9" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "NA" + }, + { + "characteristic": "White Mold", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae0720/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:23.822033+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae0720.md b/corpus/proharvest/proharvest-ae0720.md new file mode 100644 index 00000000..e9cd5a87 --- /dev/null +++ b/corpus/proharvest/proharvest-ae0720.md @@ -0,0 +1,66 @@ +# AE0720 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 0.7 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae0720/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Buff +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 9 +- **Shatter Resistance:** Excellent +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 9 +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** NA +- **White Mold:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae0930.json b/corpus/proharvest/proharvest-ae0930.json new file mode 100644 index 00000000..46957095 --- /dev/null +++ b/corpus/proharvest/proharvest-ae0930.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae0930", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE0930", + "product_id": "AE0930", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 0.9, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "3a" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "3a" + }, + { + "characteristic": "SDS Tolerance", + "value": "8" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae0930/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:25.269677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae0930.md b/corpus/proharvest/proharvest-ae0930.md new file mode 100644 index 00000000..2aeee635 --- /dev/null +++ b/corpus/proharvest/proharvest-ae0930.md @@ -0,0 +1,66 @@ +# AE0930 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 0.9 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae0930/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Buff +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 3a +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** 3a +- **SDS Tolerance:** 8 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1040.json b/corpus/proharvest/proharvest-ae1040.json new file mode 100644 index 00000000..a5a5ee80 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1040.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1040", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1040", + "product_id": "AE1040", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.0, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp.Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Very Good" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "Susceptible" + }, + { + "characteristic": "Stem Canker", + "value": "Resistant" + }, + { + "characteristic": "Iron Chlorosis", + "value": "Very Good" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "Very Good" + }, + { + "characteristic": "SDS Tolerance", + "value": "Very Good" + }, + { + "characteristic": "White Mold", + "value": "Very Good" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1040/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:29.765401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1040.md b/corpus/proharvest/proharvest-ae1040.md new file mode 100644 index 00000000..8de7f609 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1040.md @@ -0,0 +1,62 @@ +# AE1040 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.0 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1040/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp.Black +- **Pod Color:** Tan +- **Pubescence:** Gray + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** Very Good +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** Very Good + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** Susceptible +- **Stem Canker:** Resistant +- **Iron Chlorosis:** Very Good +- **Phytophthora Field Resistance:** Very Good +- **SDS Tolerance:** Very Good +- **White Mold:** Very Good + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1140.json b/corpus/proharvest/proharvest-ae1140.json new file mode 100644 index 00000000..32a726e6 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1140.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1140", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1140", + "product_id": "AE1140", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.1, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "6.5" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "3a" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "3a" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1140/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:46.261172+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1140.md b/corpus/proharvest/proharvest-ae1140.md new file mode 100644 index 00000000..ea3c5dbc --- /dev/null +++ b/corpus/proharvest/proharvest-ae1140.md @@ -0,0 +1,66 @@ +# AE1140 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.1 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1140/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Buff +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 6.5 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 3a +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 3a +- **SDS Tolerance:** 7 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1220.json b/corpus/proharvest/proharvest-ae1220.json new file mode 100644 index 00000000..215af2a0 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1220.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1220", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1220", + "product_id": "AE1220", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.2, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "8" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1220/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:26.791238+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1220.md b/corpus/proharvest/proharvest-ae1220.md new file mode 100644 index 00000000..63fcf486 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1220.md @@ -0,0 +1,66 @@ +# AE1220 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.2 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1220/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 8 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1250.json b/corpus/proharvest/proharvest-ae1250.json new file mode 100644 index 00000000..683c53ea --- /dev/null +++ b/corpus/proharvest/proharvest-ae1250.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1250", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1250", + "product_id": "AE1250", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.2, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c & 3a" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c & 3a" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1250/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:47.807276+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1250.md b/corpus/proharvest/proharvest-ae1250.md new file mode 100644 index 00000000..d894d265 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1250.md @@ -0,0 +1,66 @@ +# AE1250 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.2 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1250/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c & 3a +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1c & 3a +- **SDS Tolerance:** 6 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1410.json b/corpus/proharvest/proharvest-ae1410.json new file mode 100644 index 00000000..f61d923e --- /dev/null +++ b/corpus/proharvest/proharvest-ae1410.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1410", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1410", + "product_id": "AE1410", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.4, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "9" + }, + { + "characteristic": "Root Knot", + "value": "4" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "9" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "9" + }, + { + "characteristic": "White Mold", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1410/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:28.263459+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1410.md b/corpus/proharvest/proharvest-ae1410.md new file mode 100644 index 00000000..472585bc --- /dev/null +++ b/corpus/proharvest/proharvest-ae1410.md @@ -0,0 +1,66 @@ +# AE1410 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.4 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1410/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 9 +- **Root Knot:** 4 +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 9 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 9 +- **White Mold:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1650.json b/corpus/proharvest/proharvest-ae1650.json new file mode 100644 index 00000000..6b771db2 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1650.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1650", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1650", + "product_id": "AE1650", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.6, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "7.5" + }, + { + "characteristic": "SDS Tolerance", + "value": "7.5" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "Nr" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1650/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:35.785127+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1650.md b/corpus/proharvest/proharvest-ae1650.md new file mode 100644 index 00000000..a8140dd2 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1650.md @@ -0,0 +1,62 @@ +# AE1650 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.6 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1650/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c + +## Disease Ratings + +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7.5 +- **Phytophthora Field Resistance:** 7.5 +- **SDS Tolerance:** 7.5 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** Nr +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1710.json b/corpus/proharvest/proharvest-ae1710.json new file mode 100644 index 00000000..1a3860c4 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1710.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1710", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1710", + "product_id": "AE1710", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.7, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "9" + }, + { + "characteristic": "Iron Chlorosis", + "value": "8" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1710/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:16.278655+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1710.md b/corpus/proharvest/proharvest-ae1710.md new file mode 100644 index 00000000..eb231d15 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1710.md @@ -0,0 +1,66 @@ +# AE1710 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.7 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1710/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 9 +- **Iron Chlorosis:** 8 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 7 +- **White Mold:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae1860.json b/corpus/proharvest/proharvest-ae1860.json new file mode 100644 index 00000000..a1fee68d --- /dev/null +++ b/corpus/proharvest/proharvest-ae1860.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae1860", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE1860", + "product_id": "AE1860", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 1.8, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "7" + }, + { + "characteristic": "SDS Tolerance", + "value": "6.5" + }, + { + "characteristic": "White Mold", + "value": "7.5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae1860/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:34.252192+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae1860.md b/corpus/proharvest/proharvest-ae1860.md new file mode 100644 index 00000000..2f9cd165 --- /dev/null +++ b/corpus/proharvest/proharvest-ae1860.md @@ -0,0 +1,62 @@ +# AE1860 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 1.8 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae1860/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k + +## Disease Ratings + +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 7 +- **SDS Tolerance:** 6.5 +- **White Mold:** 7.5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2050.json b/corpus/proharvest/proharvest-ae2050.json new file mode 100644 index 00000000..f53293ee --- /dev/null +++ b/corpus/proharvest/proharvest-ae2050.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2050", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2050", + "product_id": "AE2050", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.0, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "3a" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "8" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "8" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2050/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:32.750489+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2050.md b/corpus/proharvest/proharvest-ae2050.md new file mode 100644 index 00000000..851bff80 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2050.md @@ -0,0 +1,62 @@ +# AE2050 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.0 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2050/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 3a + +## Disease Ratings + +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 8 +- **SDS Tolerance:** 6 +- **White Mold:** 8 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2361.json b/corpus/proharvest/proharvest-ae2361.json new file mode 100644 index 00000000..d393a220 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2361.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2361", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2361", + "product_id": "AE2361", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.3, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "8" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2361/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:31.267105+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2361.md b/corpus/proharvest/proharvest-ae2361.md new file mode 100644 index 00000000..6b429395 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2361.md @@ -0,0 +1,62 @@ +# AE2361 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.3 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2361/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 1k + +## Disease Ratings + +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 8 +- **SDS Tolerance:** 7 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2440.json b/corpus/proharvest/proharvest-ae2440.json new file mode 100644 index 00000000..f1cee107 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2440.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2440", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2440", + "product_id": "AE2440", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.4, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "6.5" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2440/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:07.236220+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2440.md b/corpus/proharvest/proharvest-ae2440.md new file mode 100644 index 00000000..aa513261 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2440.md @@ -0,0 +1,66 @@ +# AE2440 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.4 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2440/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** White +- **Hilum Color:** Buff +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6.5 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 6.5 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2560.json b/corpus/proharvest/proharvest-ae2560.json new file mode 100644 index 00000000..188e1339 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2560.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2560", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2560", + "product_id": "AE2560", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.5, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "7" + }, + { + "characteristic": "SDS Tolerance", + "value": "6.5" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2560/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:29.750552+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2560.md b/corpus/proharvest/proharvest-ae2560.md new file mode 100644 index 00000000..cf903740 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2560.md @@ -0,0 +1,62 @@ +# AE2560 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.5 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2560/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** None + +## Disease Ratings + +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6.5 +- **Phytophthora Field Resistance:** 7 +- **SDS Tolerance:** 6.5 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2750.json b/corpus/proharvest/proharvest-ae2750.json new file mode 100644 index 00000000..3c0cc80b --- /dev/null +++ b/corpus/proharvest/proharvest-ae2750.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2750", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2750", + "product_id": "AE2750", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.7, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2750/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:08.827480+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2750.md b/corpus/proharvest/proharvest-ae2750.md new file mode 100644 index 00000000..3251553f --- /dev/null +++ b/corpus/proharvest/proharvest-ae2750.md @@ -0,0 +1,66 @@ +# AE2750 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.7 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2750/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Brown +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 7 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2940s.json b/corpus/proharvest/proharvest-ae2940s.json new file mode 100644 index 00000000..cd6cbb13 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2940s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2940s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2940S", + "product_id": "AE2940S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.9, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "32.80%" + }, + { + "characteristic": "Oil", + "value": "19.50%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "9" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2940s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:17.763301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2940s.md b/corpus/proharvest/proharvest-ae2940s.md new file mode 100644 index 00000000..a6889571 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2940s.md @@ -0,0 +1,66 @@ +# AE2940S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.9 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2940s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** 32.80% +- **Oil:** 19.50% + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 9 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** 7 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae2950.json b/corpus/proharvest/proharvest-ae2950.json new file mode 100644 index 00000000..80309b13 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2950.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae2950", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE2950", + "product_id": "AE2950", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 2.9, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "6.5" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae2950/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:51.134780+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae2950.md b/corpus/proharvest/proharvest-ae2950.md new file mode 100644 index 00000000..7e51e558 --- /dev/null +++ b/corpus/proharvest/proharvest-ae2950.md @@ -0,0 +1,66 @@ +# AE2950 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 2.9 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae2950/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7 +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6.5 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 6.5 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3060.json b/corpus/proharvest/proharvest-ae3060.json new file mode 100644 index 00000000..cd76c129 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3060.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3060", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3060", + "product_id": "AE3060", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.0, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "3a" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "8.5" + }, + { + "characteristic": "SDS Tolerance", + "value": "7.5" + }, + { + "characteristic": "White Mold", + "value": "6.5" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3060/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:28.292681+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3060.md b/corpus/proharvest/proharvest-ae3060.md new file mode 100644 index 00000000..c901bbb5 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3060.md @@ -0,0 +1,62 @@ +# AE3060 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.0 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3060/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 3a + +## Disease Ratings + +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 8.5 +- **SDS Tolerance:** 7.5 +- **White Mold:** 6.5 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3131s.json b/corpus/proharvest/proharvest-ae3131s.json new file mode 100644 index 00000000..cfc08bbd --- /dev/null +++ b/corpus/proharvest/proharvest-ae3131s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3131s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3131S", + "product_id": "AE3131S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.1, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "32.50%" + }, + { + "characteristic": "Oil", + "value": "19.80%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "7" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3131s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:10.290969+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3131s.md b/corpus/proharvest/proharvest-ae3131s.md new file mode 100644 index 00000000..9312a660 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3131s.md @@ -0,0 +1,66 @@ +# AE3131S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.1 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3131s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** 32.50% +- **Oil:** 19.80% + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 7 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 6 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3150.json b/corpus/proharvest/proharvest-ae3150.json new file mode 100644 index 00000000..a8e6558c --- /dev/null +++ b/corpus/proharvest/proharvest-ae3150.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3150", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3150", + "product_id": "AE3150", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.1, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "5.5" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "6" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3150/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:52.302538+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3150.md b/corpus/proharvest/proharvest-ae3150.md new file mode 100644 index 00000000..93187c92 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3150.md @@ -0,0 +1,66 @@ +# AE3150 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.1 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3150/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Buff +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 5.5 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 6 +- **White Mold:** 6 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3340.json b/corpus/proharvest/proharvest-ae3340.json new file mode 100644 index 00000000..ae0e92a9 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3340.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3340", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3340", + "product_id": "AE3340", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.3, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "32.30%" + }, + { + "characteristic": "Oil", + "value": "19.80%" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "9" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "7" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "8" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3340/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:11.770017+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3340.md b/corpus/proharvest/proharvest-ae3340.md new file mode 100644 index 00000000..0685e641 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3340.md @@ -0,0 +1,66 @@ +# AE3340 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.3 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3340/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** 32.30% +- **Oil:** 19.80% + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 9 +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 7 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** 8 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3550s.json b/corpus/proharvest/proharvest-ae3550s.json new file mode 100644 index 00000000..e8b9ed2c --- /dev/null +++ b/corpus/proharvest/proharvest-ae3550s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3550s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3550S", + "product_id": "AE3550S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.5, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3550s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:55.296869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3550s.md b/corpus/proharvest/proharvest-ae3550s.md new file mode 100644 index 00000000..aa9efcc6 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3550s.md @@ -0,0 +1,66 @@ +# AE3550S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.5 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3550s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** White +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 6 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3660.json b/corpus/proharvest/proharvest-ae3660.json new file mode 100644 index 00000000..e859bf5b --- /dev/null +++ b/corpus/proharvest/proharvest-ae3660.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3660", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3660", + "product_id": "AE3660", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.6, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Imp. Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "SCN Resistance Source", + "value": "Peking" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "3a" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "NA" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "8" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3660/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:26.782136+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3660.md b/corpus/proharvest/proharvest-ae3660.md new file mode 100644 index 00000000..cef45970 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3660.md @@ -0,0 +1,62 @@ +# AE3660 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.6 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3660/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Imp. Black +- **Pod Color:** Tan +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Shatter Resistance:** Very Good +- **SCN Resistance Source:** Peking +- **Phytophthora Resistance Source:** 3a + +## Disease Ratings + +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** NA +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 8 +- **SDS Tolerance:** 7 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3720s.json b/corpus/proharvest/proharvest-ae3720s.json new file mode 100644 index 00000000..def29a23 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3720s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3720s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3720S", + "product_id": "AE3720S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.7, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "8" + }, + { + "characteristic": "Brown Stem Rot", + "value": "9" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "9" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "8" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3720s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:13.305017+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3720s.md b/corpus/proharvest/proharvest-ae3720s.md new file mode 100644 index 00000000..378b59de --- /dev/null +++ b/corpus/proharvest/proharvest-ae3720s.md @@ -0,0 +1,66 @@ +# AE3720S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.7 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3720s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 8 +- **Brown Stem Rot:** 9 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 9 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 8 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3850.json b/corpus/proharvest/proharvest-ae3850.json new file mode 100644 index 00000000..b55814ef --- /dev/null +++ b/corpus/proharvest/proharvest-ae3850.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3850", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3850", + "product_id": "AE3850", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.8, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "6.5" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "7.5" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "6" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3850/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:56.774550+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3850.md b/corpus/proharvest/proharvest-ae3850.md new file mode 100644 index 00000000..2835c89a --- /dev/null +++ b/corpus/proharvest/proharvest-ae3850.md @@ -0,0 +1,66 @@ +# AE3850 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.8 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3850/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** White +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 6.5 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 7.5 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 6 +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 7 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3930s.json b/corpus/proharvest/proharvest-ae3930s.json new file mode 100644 index 00000000..509db912 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3930s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3930s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3930S", + "product_id": "AE3930S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.9, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Bushy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "3" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3930s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:04.256123+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3930s.md b/corpus/proharvest/proharvest-ae3930s.md new file mode 100644 index 00000000..3bb149d0 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3930s.md @@ -0,0 +1,66 @@ +# AE3930S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.9 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3930s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Bush +- **Branching Habit:** Bushy +- **Flower Color:** White +- **Hilum Color:** Brown +- **Pod Color:** Tan +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 3 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 7 +- **White Mold:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae3950s.json b/corpus/proharvest/proharvest-ae3950s.json new file mode 100644 index 00000000..e87c444f --- /dev/null +++ b/corpus/proharvest/proharvest-ae3950s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae3950s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE3950S", + "product_id": "AE3950S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 3.9, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "6.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "7" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae3950s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:58.271638+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae3950s.md b/corpus/proharvest/proharvest-ae3950s.md new file mode 100644 index 00000000..13efa152 --- /dev/null +++ b/corpus/proharvest/proharvest-ae3950s.md @@ -0,0 +1,66 @@ +# AE3950S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 3.9 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae3950s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** White +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 6.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** 7 +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** 7 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae4150s.json b/corpus/proharvest/proharvest-ae4150s.json new file mode 100644 index 00000000..1f2eafb1 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4150s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae4150s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE4150S", + "product_id": "AE4150S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 4.1, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "NA" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae4150s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:37.287727+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae4150s.md b/corpus/proharvest/proharvest-ae4150s.md new file mode 100644 index 00000000..1888a886 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4150s.md @@ -0,0 +1,66 @@ +# AE4150S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 4.1 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae4150s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** White +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** NA +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** 6 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae4240s.json b/corpus/proharvest/proharvest-ae4240s.json new file mode 100644 index 00000000..bb2b3399 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4240s.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae4240s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE4240S", + "product_id": "AE4240S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 4.2, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Brown" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "9" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "9" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "NA" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1c" + }, + { + "characteristic": "SDS Tolerance", + "value": "8" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae4240s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:05.740223+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae4240s.md b/corpus/proharvest/proharvest-ae4240s.md new file mode 100644 index 00000000..9d924895 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4240s.md @@ -0,0 +1,66 @@ +# AE4240S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 4.2 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae4240s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** White +- **Hilum Color:** Brown +- **Pod Color:** Tan +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 9 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** 9 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** NA +- **Phytophthora Field Resistance:** 1c +- **SDS Tolerance:** 8 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae4340s.json b/corpus/proharvest/proharvest-ae4340s.json new file mode 100644 index 00000000..83eb493f --- /dev/null +++ b/corpus/proharvest/proharvest-ae4340s.json @@ -0,0 +1,206 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae4340s", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE4340S", + "product_id": "AE4340S", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 4.3, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Med-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Tan" + }, + { + "characteristic": "Pubescence", + "value": "Lt. Tawny" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Excellent" + }, + { + "characteristic": "Standability", + "value": "Very Good" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Excellent" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1c" + }, + { + "characteristic": "No-Till Adaptability", + "value": "Excellent" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Brown Stem Rot", + "value": "Susceptible" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "Very Good" + }, + { + "characteristic": "Stem Canker", + "value": "Resistant" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "Good" + }, + { + "characteristic": "SDS Tolerance", + "value": "Good" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "20\" Low", + "value": "R" + }, + { + "characteristic": "20\" Medium", + "value": "HR" + }, + { + "characteristic": "20\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "HR" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae4340s/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:32:31.316723+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae4340s.md b/corpus/proharvest/proharvest-ae4340s.md new file mode 100644 index 00000000..4b6de5ce --- /dev/null +++ b/corpus/proharvest/proharvest-ae4340s.md @@ -0,0 +1,63 @@ +# AE4340S + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 4.3 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae4340s/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Med-Tall +- **Canopy/Plant Type:** Medium +- **Branching Habit:** Medium +- **Flower Color:** White +- **Hilum Color:** Black +- **Pod Color:** Tan +- **Pubescence:** Lt. Tawny + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Excellent +- **Standability:** Very Good +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** Excellent +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1c +- **No-Till Adaptability:** Excellent + +## Disease Ratings + +- **Brown Stem Rot:** Susceptible +- **Frogeye Leaf Spot:** Very Good +- **Stem Canker:** Resistant +- **Phytophthora Field Resistance:** Good +- **SDS Tolerance:** Good + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **20" Low:** R +- **20" Medium:** HR +- **20" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** HR +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae4450.json b/corpus/proharvest/proharvest-ae4450.json new file mode 100644 index 00000000..9ad7f70c --- /dev/null +++ b/corpus/proharvest/proharvest-ae4450.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae4450", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE4450", + "product_id": "AE4450", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 4.4, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Medium" + }, + { + "characteristic": "Flower Color", + "value": "Purple" + }, + { + "characteristic": "Hilum Color", + "value": "Black" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Light Tawny" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "7" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "7.5" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "1k" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7.5" + }, + { + "characteristic": "Brown Stem Rot", + "value": "10" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "7.5" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "NA" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "1k" + }, + { + "characteristic": "SDS Tolerance", + "value": "6" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae4450/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:49.257989+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae4450.md b/corpus/proharvest/proharvest-ae4450.md new file mode 100644 index 00000000..3464f763 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4450.md @@ -0,0 +1,66 @@ +# AE4450 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 4.4 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae4450/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Medium +- **Flower Color:** Purple +- **Hilum Color:** Black +- **Pod Color:** Brown +- **Pubescence:** Light Tawny +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 7 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 7.5 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** 1k +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7.5 +- **Brown Stem Rot:** 10 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 7.5 +- **Stem Canker:** 10 +- **Iron Chlorosis:** NA +- **Phytophthora Field Resistance:** 1k +- **SDS Tolerance:** 6 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae4620.json b/corpus/proharvest/proharvest-ae4620.json new file mode 100644 index 00000000..3eec4b26 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4620.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae4620", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE4620", + "product_id": "AE4620", + "crop": "soybeans", + "release_year": null, + "relative_maturity": null, + "maturity_group": 4.6, + "wheat_class": null, + "trait_stack": [ + "Enlist E3" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "Plant Height", + "value": "Medium-Tall" + }, + { + "characteristic": "Canopy/Plant Type", + "value": "Medium-Bush" + }, + { + "characteristic": "Branching Habit", + "value": "Branchy" + }, + { + "characteristic": "Flower Color", + "value": "White" + }, + { + "characteristic": "Hilum Color", + "value": "Buff" + }, + { + "characteristic": "Pod Color", + "value": "Brown" + }, + { + "characteristic": "Pubescence", + "value": "Gray" + }, + { + "characteristic": "Protein", + "value": "NA" + }, + { + "characteristic": "Oil", + "value": "NA" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Excellent" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Standability", + "value": "8" + }, + { + "characteristic": "Shatter Resistance", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "8" + }, + { + "characteristic": "SCN Resistance Source", + "value": "PI88788" + }, + { + "characteristic": "Phytophthora Resistance Source", + "value": "None" + }, + { + "characteristic": "No-Till Adaptability", + "value": "8" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "7" + }, + { + "characteristic": "Brown Stem Rot", + "value": "4" + }, + { + "characteristic": "Root Knot", + "value": "NA" + }, + { + "characteristic": "Frogeye Leaf Spot", + "value": "8" + }, + { + "characteristic": "Stem Canker", + "value": "10" + }, + { + "characteristic": "Iron Chlorosis", + "value": "NA" + }, + { + "characteristic": "Phytophthora Field Resistance", + "value": "None" + }, + { + "characteristic": "SDS Tolerance", + "value": "7" + }, + { + "characteristic": "White Mold", + "value": "NA" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "R" + }, + { + "characteristic": "30\" Medium", + "value": "HR" + }, + { + "characteristic": "30\" High", + "value": "R" + }, + { + "characteristic": "15\" Low", + "value": "NR" + }, + { + "characteristic": "15\" Medium", + "value": "HR" + }, + { + "characteristic": "15\" High", + "value": "R" + }, + { + "characteristic": "7.5\" Low", + "value": "NR" + }, + { + "characteristic": "7.5\" Medium", + "value": "NR" + }, + { + "characteristic": "7.5\" High", + "value": "R" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae4620/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:31:59.778096+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae4620.md b/corpus/proharvest/proharvest-ae4620.md new file mode 100644 index 00000000..6cd69c65 --- /dev/null +++ b/corpus/proharvest/proharvest-ae4620.md @@ -0,0 +1,66 @@ +# AE4620 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Soybeans +- **Maturity group:** 4.6 +- **Trait(s):** Enlist E3 +- **Source:** https://proharvestseeds.com/seed/ae4620/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **Plant Height:** Medium-Tall +- **Canopy/Plant Type:** Medium-Bush +- **Branching Habit:** Branchy +- **Flower Color:** White +- **Hilum Color:** Buff +- **Pod Color:** Brown +- **Pubescence:** Gray +- **Protein:** NA +- **Oil:** NA + +## Agronomic Characteristics + +- **Yield for Maturity:** Excellent +- **Emergence:** Very Good +- **Standability:** 8 +- **Shatter Resistance:** Very Good +- **Stress Tolerance:** 8 +- **SCN Resistance Source:** PI88788 +- **Phytophthora Resistance Source:** None +- **No-Till Adaptability:** 8 + +## Disease Ratings + +- **Overall Disease Rating:** 7 +- **Brown Stem Rot:** 4 +- **Root Knot:** NA +- **Frogeye Leaf Spot:** 8 +- **Stem Canker:** 10 +- **Iron Chlorosis:** NA +- **Phytophthora Field Resistance:** None +- **SDS Tolerance:** 7 +- **White Mold:** NA + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** HR + +## Recommended Seeding Rates + +- **30" Low:** R +- **30" Medium:** HR +- **30" High:** R +- **15" Low:** NR +- **15" Medium:** HR +- **15" High:** R +- **7.5" Low:** NR +- **7.5" Medium:** NR +- **7.5" High:** R diff --git a/corpus/proharvest/proharvest-ae83a21.json b/corpus/proharvest/proharvest-ae83a21.json new file mode 100644 index 00000000..bbddd534 --- /dev/null +++ b/corpus/proharvest/proharvest-ae83a21.json @@ -0,0 +1,292 @@ +{ + "source": "proharvest", + "source_key": "proharvest-ae83a21", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": "AE83A21", + "product_id": "AE83A21", + "crop": "corn", + "release_year": null, + "relative_maturity": 113, + "maturity_group": null, + "wheat_class": null, + "trait_stack": [ + "Agrisure GT", + "Conventional" + ], + "trait_descriptions": [], + "positioning_statement": null, + "strengths": [], + "characteristics_groups": [ + { + "label": "GENERAL CHARACTERISTICS", + "items": [ + { + "characteristic": "GDD Pollination", + "value": "1360" + }, + { + "characteristic": "GDD Black Layer", + "value": "2780" + }, + { + "characteristic": "Pollination for Maturity", + "value": "Average" + }, + { + "characteristic": "Plant Height", + "value": "Medium-Short" + }, + { + "characteristic": "Leaf Type", + "value": "Semi-Upright" + }, + { + "characteristic": "Ear Height", + "value": "Medium" + }, + { + "characteristic": "Ear Type", + "value": "Semi-Flex" + }, + { + "characteristic": "Kernel Rows", + "value": "16-18" + }, + { + "characteristic": "Cob Color", + "value": "Pink" + }, + { + "characteristic": "Test Weight", + "value": "Good" + }, + { + "characteristic": "Husk Coverage", + "value": "Good" + }, + { + "characteristic": "Covercrop Companion", + "value": "Excellent" + } + ] + }, + { + "label": "AGRONOMIC CHARACTERISTICS", + "items": [ + { + "characteristic": "Yield for Maturity", + "value": "Very Good" + }, + { + "characteristic": "Emergence", + "value": "Very Good" + }, + { + "characteristic": "Seedling Vigor", + "value": "Very Good" + }, + { + "characteristic": "Stalk Strength", + "value": "9" + }, + { + "characteristic": "Root Strength", + "value": "9" + }, + { + "characteristic": "Green Snap", + "value": "9" + }, + { + "characteristic": "Stay Green", + "value": "Very Good" + }, + { + "characteristic": "Dry Down", + "value": "Very Good" + }, + { + "characteristic": "Stress Tolerance", + "value": "Very Good" + }, + { + "characteristic": "Delayed Harvest", + "value": "Excellent" + }, + { + "characteristic": "Response to Fungicide", + "value": "Very Good" + }, + { + "characteristic": "Corn After Corn", + "value": "Very Good" + }, + { + "characteristic": "Silage", + "value": "No" + } + ] + }, + { + "label": "DISEASE RATINGS", + "items": [ + { + "characteristic": "Overall Disease Rating", + "value": "6.5" + }, + { + "characteristic": "Grey Leaf Spot", + "value": "7" + }, + { + "characteristic": "Northern Corn Leaf Blight", + "value": "7" + }, + { + "characteristic": "Southern Leaf Blight", + "value": "7" + }, + { + "characteristic": "Common Rust", + "value": "7" + }, + { + "characteristic": "Southern Rust", + "value": "NA" + }, + { + "characteristic": "Eye Spot", + "value": "NA" + }, + { + "characteristic": "Goss's Wilt", + "value": "8" + }, + { + "characteristic": "Stalk Anthracnose", + "value": "7" + }, + { + "characteristic": "Diplodia Ear Rot", + "value": "8" + }, + { + "characteristic": "Physoderma", + "value": "NA" + }, + { + "characteristic": "Tar Spot", + "value": "7" + } + ] + }, + { + "label": "SOIL ADAPTABILITY", + "items": [ + { + "characteristic": "Light Soils", + "value": "HR" + }, + { + "characteristic": "Medium Soils", + "value": "HR" + }, + { + "characteristic": "Heavy Soils", + "value": "HR" + }, + { + "characteristic": "Poorly Drained Soils", + "value": "R" + } + ] + }, + { + "label": "NITROGEN APPLICATION/TIMING", + "items": [ + { + "characteristic": "Corn/SB 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/SB Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/SB Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn 100% Pre", + "value": "NR" + }, + { + "characteristic": "Corn/Corn Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Corn Starter/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover 100% Pre", + "value": "R" + }, + { + "characteristic": "Corn/Cover Pre/Side", + "value": "HR" + }, + { + "characteristic": "Corn/Cover Starter/Side", + "value": "HR" + } + ] + }, + { + "label": "RECOMMENDED SEEDING RATES", + "items": [ + { + "characteristic": "30\" Low", + "value": "31-33" + }, + { + "characteristic": "30\" Medium", + "value": "33-35" + }, + { + "characteristic": "30\" High", + "value": "35-37" + }, + { + "characteristic": "Narrow Low", + "value": "33-35" + }, + { + "characteristic": "Narrow Medium", + "value": "34-36" + }, + { + "characteristic": "Narrow High", + "value": "35-37" + } + ] + } + ], + "_scale_direction": "disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended", + "regional_recommendations": [ + { + "product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": null, + "agronomist_email": null, + "variant_id": null + } + ], + "image_url": null, + "source_urls": [ + "https://proharvestseeds.com/seed/ae83a21/" + ], + "sitemap_last_modified": null, + "fetched_at": "2026-06-05T00:30:31.338922+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest/proharvest-ae83a21.md b/corpus/proharvest/proharvest-ae83a21.md new file mode 100644 index 00000000..36194c3a --- /dev/null +++ b/corpus/proharvest/proharvest-ae83a21.md @@ -0,0 +1,86 @@ +# AE83A21 + +- **Vendor:** ProHarvest Seeds (independent regional brand) +- **Brand:** ProHarvest Seeds +- **Crop:** Corn +- **Relative maturity:** 113 days +- **Trait(s):** Agrisure GT, Conventional +- **Source:** https://proharvestseeds.com/seed/ae83a21/ +- **Rating scale:** disease 1-9, 9=best/most-tolerant, NA=not rated; agronomic/general qualitative (Excellent/Very Good/Good/Average); soil HR=highly recommended/R=recommended +- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE) + +--- + +## General Characteristics + +- **GDD Pollination:** 1360 +- **GDD Black Layer:** 2780 +- **Pollination for Maturity:** Average +- **Plant Height:** Medium-Short +- **Leaf Type:** Semi-Upright +- **Ear Height:** Medium +- **Ear Type:** Semi-Flex +- **Kernel Rows:** 16-18 +- **Cob Color:** Pink +- **Test Weight:** Good +- **Husk Coverage:** Good +- **Covercrop Companion:** Excellent + +## Agronomic Characteristics + +- **Yield for Maturity:** Very Good +- **Emergence:** Very Good +- **Seedling Vigor:** Very Good +- **Stalk Strength:** 9 +- **Root Strength:** 9 +- **Green Snap:** 9 +- **Stay Green:** Very Good +- **Dry Down:** Very Good +- **Stress Tolerance:** Very Good +- **Delayed Harvest:** Excellent +- **Response to Fungicide:** Very Good +- **Corn After Corn:** Very Good +- **Silage:** No + +## Disease Ratings + +- **Overall Disease Rating:** 6.5 +- **Grey Leaf Spot:** 7 +- **Northern Corn Leaf Blight:** 7 +- **Southern Leaf Blight:** 7 +- **Common Rust:** 7 +- **Southern Rust:** NA +- **Eye Spot:** NA +- **Goss's Wilt:** 8 +- **Stalk Anthracnose:** 7 +- **Diplodia Ear Rot:** 8 +- **Physoderma:** NA +- **Tar Spot:** 7 + +## Soil Adaptability + +- **Light Soils:** HR +- **Medium Soils:** HR +- **Heavy Soils:** HR +- **Poorly Drained Soils:** R + +## Nitrogen Application/Timing + +- **Corn/SB 100% Pre:** R +- **Corn/SB Pre/Side:** HR +- **Corn/SB Starter/Side:** HR +- **Corn/Corn 100% Pre:** NR +- **Corn/Corn Pre/Side:** HR +- **Corn/Corn Starter/Side:** HR +- **Corn/Cover 100% Pre:** R +- **Corn/Cover Pre/Side:** HR +- **Corn/Cover Starter/Side:** HR + +## Recommended Seeding Rates + +- **30" Low:** 31-33 +- **30" Medium:** 33-35 +- **30" High:** 35-37 +- **Narrow Low:** 33-35 +- **Narrow Medium:** 34-36 +- **Narrow High:** 35-37 diff --git a/corpus/proharvest_plots/phpr-corn-2024-9486.json b/corpus/proharvest_plots/phpr-corn-2024-9486.json new file mode 100644 index 00000000..c2a3a4e6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9486.json @@ -0,0 +1,361 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9486", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Monroe", + "county": "Jasper", + "year": 2024, + "plot_id": 9486, + "cooperator": "AJ Greer", + "latitude": 42.09915, + "longitude": -91.71693, + "company_representative": "Jake Ekstrand", + "planted_date": "5/11/2024", + "harvested_date": "10/21/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "NuTech", + "rank": 1, + "product": "71A7", + "traits": "V", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 59, + "Yield": 286, + "+/- Ave": 38.4 + } + }, + { + "brand": "Renk", + "rank": 2, + "product": "825", + "traits": "VT4P RIB", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 59.3, + "Yield": 284.23, + "+/- Ave": 36.7 + } + }, + { + "brand": "NuTech", + "rank": 3, + "product": "72C1", + "traits": "PCE", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 56.7, + "Yield": 273.41, + "+/- Ave": 25.9 + } + }, + { + "brand": "Wyffels", + "rank": 4, + "product": "W8086RIB", + "traits": null, + "metrics": { + "% H2O": 16.3, + "Test Wt.": 57, + "Yield": 271.15, + "+/- Ave": 23.6 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 57.6, + "Yield": 269.55, + "+/- Ave": 22 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 58.1, + "Yield": 269.17, + "+/- Ave": 21.6 + } + }, + { + "brand": "Latham", + "rank": 7, + "product": "6445VT2", + "traits": "PRIB", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 58.9, + "Yield": 267.43, + "+/- Ave": 19.9 + } + }, + { + "brand": "Renk", + "rank": 8, + "product": "4-114", + "traits": "PCE", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 56.8, + "Yield": 267.11, + "+/- Ave": 19.6 + } + }, + { + "brand": "Becks", + "rank": 9, + "product": "6485", + "traits": "SX", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 57.9, + "Yield": 266.55, + "+/- Ave": 19 + } + }, + { + "brand": "Renk", + "rank": 10, + "product": "RK811", + "traits": "PCE", + "metrics": { + "% H2O": 15.2, + "Test Wt.": 57.9, + "Yield": 266.37, + "+/- Ave": 18.8 + } + }, + { + "brand": "Wyffels", + "rank": 11, + "product": "W7876RIB", + "traits": null, + "metrics": { + "% H2O": 15.3, + "Test Wt.": 58.1, + "Yield": 262.38, + "+/- Ave": 14.8 + } + }, + { + "brand": "Latham", + "rank": 12, + "product": "6306", + "traits": "PCE", + "metrics": { + "% H2O": 16, + "Test Wt.": 57.5, + "Yield": 261.65, + "+/- Ave": 14.1 + } + }, + { + "brand": "NuTech", + "rank": 13, + "product": "71A2", + "traits": "V", + "metrics": { + "% H2O": 16, + "Test Wt.": 57.7, + "Yield": 259.82, + "+/- Ave": 12.3 + } + }, + { + "brand": "Renk", + "rank": 14, + "product": "4-112", + "traits": "PCE", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 52.8, + "Yield": 257.67, + "+/- Ave": 10.1 + } + }, + { + "brand": "Renk", + "rank": 15, + "product": "RK876", + "traits": "VT2P", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 56.4, + "Yield": 257.61, + "+/- Ave": 10.1 + } + }, + { + "brand": "Renk", + "rank": 16, + "product": "921", + "traits": "VT2 RIB", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 59.7, + "Yield": 256.45, + "+/- Ave": 8.9 + } + }, + { + "brand": "Becks", + "rank": 17, + "product": "6469", + "traits": "VT2 RIB", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 58.9, + "Yield": 251.39, + "+/- Ave": 3.8 + } + }, + { + "brand": "Renk", + "rank": 18, + "product": "RK773", + "traits": "TRE", + "metrics": { + "% H2O": 13.6, + "Test Wt.": 55.4, + "Yield": 240.76, + "+/- Ave": -6.8 + } + }, + { + "brand": "Renk", + "rank": 19, + "product": "800VT4P", + "traits": "RIB", + "metrics": { + "% H2O": 13.7, + "Test Wt.": 58.1, + "Yield": 233.37, + "+/- Ave": -14.2 + } + }, + { + "brand": "NuTech", + "rank": 20, + "product": "74A5", + "traits": "PCE", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 57.3, + "Yield": 231.13, + "+/- Ave": -16.4 + } + }, + { + "brand": "Renk", + "rank": 21, + "product": "RK958", + "traits": "VT2P", + "metrics": { + "% H2O": 15, + "Test Wt.": 58.3, + "Yield": 228.88, + "+/- Ave": -18.7 + } + }, + { + "brand": "Renk", + "rank": 22, + "product": "3-985", + "traits": "VT4 RIB", + "metrics": { + "% H2O": 13, + "Test Wt.": 58.2, + "Yield": 214.17, + "+/- Ave": -33.4 + } + }, + { + "brand": "Renk", + "rank": 23, + "product": "785", + "traits": "PCE", + "metrics": { + "% H2O": 12.4, + "Test Wt.": 57.5, + "Yield": 205.22, + "+/- Ave": -42.3 + } + }, + { + "brand": "ProHarvest", + "rank": 24, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 15, + "Test Wt.": 61.2, + "Yield": 205.16, + "+/- Ave": -42.4 + } + }, + { + "brand": "Becks", + "rank": 25, + "product": "6041", + "traits": "Q", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 56.5, + "Yield": 202.75, + "+/- Ave": -44.8 + } + }, + { + "brand": "Renk", + "rank": 26, + "product": "RK945", + "traits": "DGVT2P", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 57.9, + "Yield": 198.35, + "+/- Ave": -49.2 + } + }, + { + "brand": "NuTech", + "rank": 27, + "product": "70F6", + "traits": "V", + "metrics": { + "% H2O": 12.7, + "Test Wt.": 57.2, + "Yield": 196.13, + "+/- Ave": -51.4 + } + } + ], + "n_results": 27, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-AJ-Geer-Monroe-IA-50170.pdf" + ], + "fetched_at": "2026-06-05T00:58:40.041888+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9486.md b/corpus/proharvest_plots/phpr-corn-2024-9486.md new file mode 100644 index 00000000..96500f69 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9486.md @@ -0,0 +1,50 @@ +# Corn yield trial — AJ Greer (Monroe, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Monroe, IA · Jasper County +- **Cooperator:** AJ Greer +- **Company rep:** Jake Ekstrand +- **Planted:** 5/11/2024 +- **Harvested:** 10/21/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-AJ-Geer-Monroe-IA-50170.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 71A7 | V | 286 | 14.9 | 59 | 38.4 | +| 2 | Renk | 825 | VT4P RIB | 284.23 | 15.6 | 59.3 | 36.7 | +| 3 | NuTech | 72C1 | PCE | 273.41 | 15.9 | 56.7 | 25.9 | +| 4 | Wyffels | W8086RIB | - | 271.15 | 16.3 | 57 | 23.6 | +| 5 | ProHarvest | 80P75 | PCE | 269.55 | 14.5 | 57.6 | 22 | +| 6 | ProHarvest | 83P66 | VT2PRIB | 269.17 | 16.2 | 58.1 | 21.6 | +| 7 | Latham | 6445VT2 | PRIB | 267.43 | 15.6 | 58.9 | 19.9 | +| 8 | Renk | 4-114 | PCE | 267.11 | 16.9 | 56.8 | 19.6 | +| 9 | Becks | 6485 | SX | 266.55 | 16.6 | 57.9 | 19 | +| 10 | Renk | RK811 | PCE | 266.37 | 15.2 | 57.9 | 18.8 | +| 11 | Wyffels | W7876RIB | - | 262.38 | 15.3 | 58.1 | 14.8 | +| 12 | Latham | 6306 | PCE | 261.65 | 16 | 57.5 | 14.1 | +| 13 | NuTech | 71A2 | V | 259.82 | 16 | 57.7 | 12.3 | +| 14 | Renk | 4-112 | PCE | 257.67 | 16.2 | 52.8 | 10.1 | +| 15 | Renk | RK876 | VT2P | 257.61 | 15.4 | 56.4 | 10.1 | +| 16 | Renk | 921 | VT2 RIB | 256.45 | 15.4 | 59.7 | 8.9 | +| 17 | Becks | 6469 | VT2 RIB | 251.39 | 15.8 | 58.9 | 3.8 | +| 18 | Renk | RK773 | TRE | 240.76 | 13.6 | 55.4 | -6.8 | +| 19 | Renk | 800VT4P | RIB | 233.37 | 13.7 | 58.1 | -14.2 | +| 20 | NuTech | 74A5 | PCE | 231.13 | 16.3 | 57.3 | -16.4 | +| 21 | Renk | RK958 | VT2P | 228.88 | 15 | 58.3 | -18.7 | +| 22 | Renk | 3-985 | VT4 RIB | 214.17 | 13 | 58.2 | -33.4 | +| 23 | Renk | 785 | PCE | 205.22 | 12.4 | 57.5 | -42.3 | +| 24 | ProHarvest | 85P58 | SSRIB | 205.16 | 15 | 61.2 | -42.4 | +| 25 | Becks | 6041 | Q | 202.75 | 12.6 | 56.5 | -44.8 | +| 26 | Renk | RK945 | DGVT2P | 198.35 | 15.5 | 57.9 | -49.2 | +| 27 | NuTech | 70F6 | V | 196.13 | 12.7 | 57.2 | -51.4 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9488.json b/corpus/proharvest_plots/phpr-corn-2024-9488.json new file mode 100644 index 00000000..3be83041 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9488.json @@ -0,0 +1,325 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9488", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Nichols", + "county": "Muscatine", + "year": 2024, + "plot_id": 9488, + "cooperator": "Brian Egel", + "latitude": 41.48113, + "longitude": -91.30776, + "company_representative": "Jake Ekstrand", + "planted_date": "5/8/2024", + "harvested_date": "10/7/2024", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 19.5, + "Test Wt.": 60, + "Yield": 290.74, + "+/- Ave": 43.5 + } + }, + { + "brand": "Cornelius", + "rank": 2, + "product": "C7448", + "traits": "PCE", + "metrics": { + "% H2O": 19.1, + "Test Wt.": 60, + "Yield": 288.45, + "+/- Ave": 41.2 + } + }, + { + "brand": "Cornelius", + "rank": 3, + "product": "C7216", + "traits": "VT4P", + "metrics": { + "% H2O": 18.2, + "Test Wt.": 61, + "Yield": 278.21, + "+/- Ave": 30.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 59, + "Yield": 273.86, + "+/- Ave": 26.6 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 59, + "Yield": 267.77, + "+/- Ave": 20.5 + } + }, + { + "brand": "Cornelius", + "rank": 6, + "product": "C7235", + "traits": "PCE", + "metrics": { + "% H2O": 18.3, + "Test Wt.": 59, + "Yield": 266.11, + "+/- Ave": 18.8 + } + }, + { + "brand": "Cornelius", + "rank": 7, + "product": "C7021", + "traits": "DP", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 60, + "Yield": 259.53, + "+/- Ave": 12.3 + } + }, + { + "brand": "Cornelius", + "rank": 8, + "product": "C6713", + "traits": "DP", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 59, + "Yield": 258.61, + "+/- Ave": 11.3 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 18.4, + "Test Wt.": 60, + "Yield": 258.24, + "+/- Ave": 11 + } + }, + { + "brand": "Cornelius", + "rank": 10, + "product": "C7357", + "traits": "DP", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 60, + "Yield": 256.96, + "+/- Ave": 9.7 + } + }, + { + "brand": "Armor", + "rank": 11, + "product": "A0722", + "traits": "SS", + "metrics": { + "% H2O": 14.2, + "Test Wt.": 58, + "Yield": 256.55, + "+/- Ave": 9.3 + } + }, + { + "brand": "Cornelius", + "rank": 12, + "product": "C7308", + "traits": "SS", + "metrics": { + "% H2O": 18, + "Test Wt.": 60, + "Yield": 256.14, + "+/- Ave": 8.9 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 58.5, + "Yield": 250, + "+/- Ave": 2.7 + } + }, + { + "brand": "Cornelius", + "rank": 14, + "product": "C7026", + "traits": "PCE", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 59.5, + "Yield": 247.83, + "+/- Ave": 0.6 + } + }, + { + "brand": "Cornelius", + "rank": 15, + "product": "C7366", + "traits": "DGDP", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 61, + "Yield": 245.78, + "+/- Ave": -1.5 + } + }, + { + "brand": "Cornelius", + "rank": 16, + "product": "C7373", + "traits": "SSP", + "metrics": { + "% H2O": 18.3, + "Test Wt.": 61, + "Yield": 245.55, + "+/- Ave": -1.7 + } + }, + { + "brand": "Cornelius", + "rank": 17, + "product": "C7048", + "traits": "SSP", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 58.5, + "Yield": 245.51, + "+/- Ave": -1.8 + } + }, + { + "brand": "Armor", + "rank": 18, + "product": "A1220", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 60, + "Yield": 237.08, + "+/- Ave": -10.2 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 19.6, + "Test Wt.": 60, + "Yield": 234.2, + "+/- Ave": -13.1 + } + }, + { + "brand": "Cornelius", + "rank": 20, + "product": "C6847", + "traits": "TRE", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 60, + "Yield": 221.06, + "+/- Ave": -26.2 + } + }, + { + "brand": "Cornelius", + "rank": 21, + "product": "C7202", + "traits": "SSP", + "metrics": { + "% H2O": 18.6, + "Test Wt.": 60, + "Yield": 204.92, + "+/- Ave": -42.3 + } + }, + { + "brand": "Cornelius", + "rank": 22, + "product": "C6708", + "traits": "DP", + "metrics": { + "% H2O": 13.9, + "Test Wt.": 59, + "Yield": 199.94, + "+/- Ave": -47.3 + } + }, + { + "brand": "ProHarvest", + "rank": 23, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 19, + "Test Wt.": 61, + "Yield": 197.67, + "+/- Ave": -49.6 + } + }, + { + "brand": "ProHarvest", + "rank": 24, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 61, + "Yield": 193.7, + "+/- Ave": -53.6 + } + } + ], + "n_results": 24, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brian-Egel-Nichols-IA-52766.pdf" + ], + "fetched_at": "2026-06-05T00:58:38.532125+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9488.md b/corpus/proharvest_plots/phpr-corn-2024-9488.md new file mode 100644 index 00000000..1e426dc3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9488.md @@ -0,0 +1,45 @@ +# Corn yield trial — Brian Egel (Nichols, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Nichols, IA · Muscatine County +- **Cooperator:** Brian Egel +- **Company rep:** Jake Ekstrand +- **Planted:** 5/8/2024 +- **Harvested:** 10/7/2024 +- **Row width:** 30 +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brian-Egel-Nichols-IA-52766.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P30 | AA | 290.74 | 19.5 | 60 | 43.5 | +| 2 | Cornelius | C7448 | PCE | 288.45 | 19.1 | 60 | 41.2 | +| 3 | Cornelius | C7216 | VT4P | 278.21 | 18.2 | 61 | 30.9 | +| 4 | ProHarvest | 80P75 | PCE | 273.86 | 17.1 | 59 | 26.6 | +| 5 | ProHarvest | 81P20 | PCE | 267.77 | 17.4 | 59 | 20.5 | +| 6 | Cornelius | C7235 | PCE | 266.11 | 18.3 | 59 | 18.8 | +| 7 | Cornelius | C7021 | DP | 259.53 | 15.1 | 60 | 12.3 | +| 8 | Cornelius | C6713 | DP | 258.61 | 14.1 | 59 | 11.3 | +| 9 | ProHarvest | 83P48 | SSPRO | 258.24 | 18.4 | 60 | 11 | +| 10 | Cornelius | C7357 | DP | 256.96 | 17.6 | 60 | 9.7 | +| 11 | Armor | A0722 | SS | 256.55 | 14.2 | 58 | 9.3 | +| 12 | Cornelius | C7308 | SS | 256.14 | 18 | 60 | 8.9 | +| 13 | ProHarvest | 79P54 | SSPRO | 250 | 17.1 | 58.5 | 2.7 | +| 14 | Cornelius | C7026 | PCE | 247.83 | 18.1 | 59.5 | 0.6 | +| 15 | Cornelius | C7366 | DGDP | 245.78 | 16.8 | 61 | -1.5 | +| 16 | Cornelius | C7373 | SSP | 245.55 | 18.3 | 61 | -1.7 | +| 17 | Cornelius | C7048 | SSP | 245.51 | 16.6 | 58.5 | -1.8 | +| 18 | Armor | A1220 | VT2PRIB | 237.08 | 16.4 | 60 | -10.2 | +| 19 | ProHarvest | 8360 | VT2PRIB | 234.2 | 19.6 | 60 | -13.1 | +| 20 | Cornelius | C6847 | TRE | 221.06 | 15.3 | 60 | -26.2 | +| 21 | Cornelius | C7202 | SSP | 204.92 | 18.6 | 60 | -42.3 | +| 22 | Cornelius | C6708 | DP | 199.94 | 13.9 | 59 | -47.3 | +| 23 | ProHarvest | 85P58 | SSRIB | 197.67 | 19 | 61 | -49.6 | +| 24 | ProHarvest | 83P33 | DGVT2PRIB | 193.7 | 17.5 | 61 | -53.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9490.json b/corpus/proharvest_plots/phpr-corn-2024-9490.json new file mode 100644 index 00000000..af43ae42 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9490.json @@ -0,0 +1,205 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9490", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Montezuma", + "county": "Poweshiek", + "year": 2024, + "plot_id": 9490, + "cooperator": "Jason Meyer", + "latitude": 41.58539, + "longitude": -92.52723, + "company_representative": "Jake Ekstrand", + "planted_date": "4/15/2024", + "harvested_date": "10/10/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 34000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "NuTech", + "rank": 1, + "product": "73A6", + "traits": "Q", + "metrics": { + "% H2O": 13.2, + "Test Wt.": null, + "Yield": 225.3, + "+/- Ave": 12.9 + } + }, + { + "brand": "NuTech", + "rank": 2, + "product": "66C2", + "traits": "V", + "metrics": { + "% H2O": 13.9, + "Test Wt.": null, + "Yield": 222.05, + "+/- Ave": 9.7 + } + }, + { + "brand": "NuTech", + "rank": 3, + "product": "71A7", + "traits": "V", + "metrics": { + "% H2O": 13.9, + "Test Wt.": null, + "Yield": 221.1, + "+/- Ave": 8.7 + } + }, + { + "brand": "NuTech", + "rank": 4, + "product": "69B5", + "traits": "V", + "metrics": { + "% H2O": 14.4, + "Test Wt.": null, + "Yield": 218.39, + "+/- Ave": 6 + } + }, + { + "brand": "Golden Harvest", + "rank": 5, + "product": "G13U96-DV", + "traits": null, + "metrics": { + "% H2O": 16.4, + "Test Wt.": null, + "Yield": 217.92, + "+/- Ave": 5.5 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 14.5, + "Test Wt.": null, + "Yield": 216.24, + "+/- Ave": 3.9 + } + }, + { + "brand": "Golden Harvest", + "rank": 7, + "product": "G10L16-DV", + "traits": null, + "metrics": { + "% H2O": 15.9, + "Test Wt.": null, + "Yield": 215.03, + "+/- Ave": 2.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 15.2, + "Test Wt.": null, + "Yield": 211.64, + "+/- Ave": -0.7 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": null, + "Yield": 211, + "+/- Ave": -1.4 + } + }, + { + "brand": "Golden Harvest", + "rank": 10, + "product": "G11V76-D", + "traits": null, + "metrics": { + "% H2O": 15.1, + "Test Wt.": null, + "Yield": 207.18, + "+/- Ave": -5.2 + } + }, + { + "brand": "Golden Harvest", + "rank": 11, + "product": "G14B32-DV", + "traits": null, + "metrics": { + "% H2O": 15.3, + "Test Wt.": null, + "Yield": 205.76, + "+/- Ave": -6.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 15.4, + "Test Wt.": null, + "Yield": 202.23, + "+/- Ave": -10.2 + } + }, + { + "brand": "Dura Crop", + "rank": 13, + "product": "3105", + "traits": "DV", + "metrics": { + "% H2O": 15.7, + "Test Wt.": null, + "Yield": 201.98, + "+/- Ave": -10.4 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "84P22", + "traits": "DV", + "metrics": { + "% H2O": 15.2, + "Test Wt.": null, + "Yield": 197.53, + "+/- Ave": -14.9 + } + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Jason-Meyer-Montezuma-IA-50171.pdf" + ], + "fetched_at": "2026-06-05T00:58:36.967607+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9490.md b/corpus/proharvest_plots/phpr-corn-2024-9490.md new file mode 100644 index 00000000..74ee9a4e --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9490.md @@ -0,0 +1,37 @@ +# Corn yield trial — Jason Meyer (Montezuma, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Montezuma, IA · Poweshiek County +- **Cooperator:** Jason Meyer +- **Company rep:** Jake Ekstrand +- **Planted:** 4/15/2024 +- **Harvested:** 10/10/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 34,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Jason-Meyer-Montezuma-IA-50171.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 73A6 | Q | 225.3 | 13.2 | None | 12.9 | +| 2 | NuTech | 66C2 | V | 222.05 | 13.9 | None | 9.7 | +| 3 | NuTech | 71A7 | V | 221.1 | 13.9 | None | 8.7 | +| 4 | NuTech | 69B5 | V | 218.39 | 14.4 | None | 6 | +| 5 | Golden Harvest | G13U96-DV | - | 217.92 | 16.4 | None | 5.5 | +| 6 | ProHarvest | 83P48 | SSPRO | 216.24 | 14.5 | None | 3.9 | +| 7 | Golden Harvest | G10L16-DV | - | 215.03 | 15.9 | None | 2.6 | +| 8 | ProHarvest | 82P68 | SSPRO | 211.64 | 15.2 | None | -0.7 | +| 9 | ProHarvest | 85P58 | SSRIB | 211 | 15.5 | None | -1.4 | +| 10 | Golden Harvest | G11V76-D | - | 207.18 | 15.1 | None | -5.2 | +| 11 | Golden Harvest | G14B32-DV | - | 205.76 | 15.3 | None | -6.6 | +| 12 | ProHarvest | 79P54 | SSPRO | 202.23 | 15.4 | None | -10.2 | +| 13 | Dura Crop | 3105 | DV | 201.98 | 15.7 | None | -10.4 | +| 14 | ProHarvest | 84P22 | DV | 197.53 | 15.2 | None | -14.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9492.json b/corpus/proharvest_plots/phpr-corn-2024-9492.json new file mode 100644 index 00000000..43e94918 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9492.json @@ -0,0 +1,241 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9492", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Sully", + "county": "Jasper", + "year": 2024, + "plot_id": 9492, + "cooperator": "Mike VanZee", + "latitude": 41.58111, + "longitude": -92.84608, + "company_representative": "Jake Ekstrand", + "planted_date": "4/25/2024", + "harvested_date": "10/7/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 33500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "NuTech", + "rank": 1, + "product": "69C7", + "traits": "PCE", + "metrics": { + "% H2O": 16.5, + "Test Wt.": null, + "Yield": 255.75, + "+/- Ave": 22.3 + } + }, + { + "brand": "NuTech", + "rank": 2, + "product": "71A7", + "traits": "V", + "metrics": { + "% H2O": 17.5, + "Test Wt.": null, + "Yield": 252.69, + "+/- Ave": 19.2 + } + }, + { + "brand": "NuTech", + "rank": 3, + "product": "71A2", + "traits": "V", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 246.85, + "+/- Ave": 13.4 + } + }, + { + "brand": "NuTech", + "rank": 4, + "product": "74A5", + "traits": "PCE", + "metrics": { + "% H2O": 18.6, + "Test Wt.": null, + "Yield": 246.28, + "+/- Ave": 12.8 + } + }, + { + "brand": "NuTech", + "rank": 5, + "product": "70F6", + "traits": "V", + "metrics": { + "% H2O": 17, + "Test Wt.": null, + "Yield": 244.92, + "+/- Ave": 11.5 + } + }, + { + "brand": "NuTech", + "rank": 6, + "product": "73A4", + "traits": "AM", + "metrics": { + "% H2O": 18.1, + "Test Wt.": null, + "Yield": 244.73, + "+/- Ave": 11.3 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 19.2, + "Test Wt.": null, + "Yield": 244.46, + "+/- Ave": 11 + } + }, + { + "brand": "NuTech", + "rank": 8, + "product": "70A8", + "traits": "AM", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 244.33, + "+/- Ave": 10.9 + } + }, + { + "brand": "NuTech", + "rank": 9, + "product": "70B4", + "traits": "AM", + "metrics": { + "% H2O": 15.9, + "Test Wt.": null, + "Yield": 241.88, + "+/- Ave": 8.4 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 17.5, + "Test Wt.": null, + "Yield": 234.2, + "+/- Ave": 0.8 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": null, + "Yield": 224.68, + "+/- Ave": -8.8 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 16.6, + "Test Wt.": null, + "Yield": 224.29, + "+/- Ave": -9.2 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "84P22", + "traits": "DV", + "metrics": { + "% H2O": 19.4, + "Test Wt.": null, + "Yield": 219.77, + "+/- Ave": -13.7 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 24.7, + "Test Wt.": null, + "Yield": 216.57, + "+/- Ave": -16.9 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.4, + "Test Wt.": null, + "Yield": 213.35, + "+/- Ave": -20.1 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.7, + "Test Wt.": null, + "Yield": 212.57, + "+/- Ave": -20.9 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 201.27, + "+/- Ave": -32.2 + } + } + ], + "n_results": 17, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Mike-VanZee-Sully-IA-50251.pdf" + ], + "fetched_at": "2026-06-05T00:58:35.505451+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9492.md b/corpus/proharvest_plots/phpr-corn-2024-9492.md new file mode 100644 index 00000000..8e28a75f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9492.md @@ -0,0 +1,40 @@ +# Corn yield trial — Mike VanZee (Sully, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Sully, IA · Jasper County +- **Cooperator:** Mike VanZee +- **Company rep:** Jake Ekstrand +- **Planted:** 4/25/2024 +- **Harvested:** 10/7/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 33,500 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Mike-VanZee-Sully-IA-50251.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 69C7 | PCE | 255.75 | 16.5 | None | 22.3 | +| 2 | NuTech | 71A7 | V | 252.69 | 17.5 | None | 19.2 | +| 3 | NuTech | 71A2 | V | 246.85 | 17.2 | None | 13.4 | +| 4 | NuTech | 74A5 | PCE | 246.28 | 18.6 | None | 12.8 | +| 5 | NuTech | 70F6 | V | 244.92 | 17 | None | 11.5 | +| 6 | NuTech | 73A4 | AM | 244.73 | 18.1 | None | 11.3 | +| 7 | ProHarvest | 83P48 | SSPRO | 244.46 | 19.2 | None | 11 | +| 8 | NuTech | 70A8 | AM | 244.33 | 17.2 | None | 10.9 | +| 9 | NuTech | 70B4 | AM | 241.88 | 15.9 | None | 8.4 | +| 10 | ProHarvest | 83P17 | PCE | 234.2 | 17.5 | None | 0.8 | +| 11 | ProHarvest | 81P20 | PCE | 224.68 | 17.6 | None | -8.8 | +| 12 | ProHarvest | 80P75 | PCE | 224.29 | 16.6 | None | -9.2 | +| 13 | ProHarvest | 84P22 | DV | 219.77 | 19.4 | None | -13.7 | +| 14 | ProHarvest | 83P66 | VT2PRIB | 216.57 | 24.7 | None | -16.9 | +| 15 | ProHarvest | 82P79 | VT2PRIB | 213.35 | 18.4 | None | -20.1 | +| 16 | ProHarvest | 8360 | VT2PRIB | 212.57 | 18.7 | None | -20.9 | +| 17 | ProHarvest | 79P54 | SSPRO | 201.27 | 17.1 | None | -32.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9494.json b/corpus/proharvest_plots/phpr-corn-2024-9494.json new file mode 100644 index 00000000..60b7bbd2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9494.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9494", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Sigourney", + "county": "Keokuk", + "year": 2024, + "plot_id": 9494, + "cooperator": "Nick Wehr", + "latitude": 41.294399, + "longitude": -92.009644, + "company_representative": "Jake Ekstrand", + "planted_date": "4/15/2024", + "harvested_date": "10/8/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 32500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 62.2, + "Yield": 263.96, + "+/- Ave": 9 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16, + "Test Wt.": 57.7, + "Yield": 263.12, + "+/- Ave": 8.2 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 56.5, + "Yield": 262.45, + "+/- Ave": 7.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 59.6, + "Yield": 256, + "+/- Ave": 1.1 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 58.3, + "Yield": 254.34, + "+/- Ave": -0.6 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 13.6, + "Test Wt.": 58.8, + "Yield": 254.15, + "+/- Ave": -0.8 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 17.3, + "Test Wt.": 61.1, + "Yield": 253.5, + "+/- Ave": -1.4 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 55.7, + "Yield": 247.05, + "+/- Ave": -7.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "8015", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 13.7, + "Test Wt.": 60.2, + "Yield": 239.88, + "+/- Ave": -15.1 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Nick-Wehr-Sigourney-IA-52591.pdf" + ], + "fetched_at": "2026-06-05T00:58:33.943178+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9494.md b/corpus/proharvest_plots/phpr-corn-2024-9494.md new file mode 100644 index 00000000..7d8f1458 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9494.md @@ -0,0 +1,32 @@ +# Corn yield trial — Nick Wehr (Sigourney, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Sigourney, IA · Keokuk County +- **Cooperator:** Nick Wehr +- **Company rep:** Jake Ekstrand +- **Planted:** 4/15/2024 +- **Harvested:** 10/8/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 32,500 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Nick-Wehr-Sigourney-IA-52591.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 85P58 | SSRIB | 263.96 | 15.7 | 62.2 | 9 | +| 2 | ProHarvest | 83P66 | VT2PRIB | 263.12 | 16 | 57.7 | 8.2 | +| 3 | ProHarvest | 81P20 | PCE | 262.45 | 14.7 | 56.5 | 7.5 | +| 4 | ProHarvest | 83P33 | DGVT2PRIB | 256 | 15.3 | 59.6 | 1.1 | +| 5 | ProHarvest | 8360 | VT2PRIB | 254.34 | 15.4 | 58.3 | -0.6 | +| 6 | ProHarvest | 80P75 | PCE | 254.15 | 13.6 | 58.8 | -0.8 | +| 7 | ProHarvest | 84P30 | AA | 253.5 | 17.3 | 61.1 | -1.4 | +| 8 | ProHarvest | 79P54 | SSPRO | 247.05 | 15.4 | 55.7 | -7.9 | +| 9 | ProHarvest | 8015 | VT2PRIB | 239.88 | 13.7 | 60.2 | -15.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9496.json b/corpus/proharvest_plots/phpr-corn-2024-9496.json new file mode 100644 index 00000000..d8044a94 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9496.json @@ -0,0 +1,289 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9496", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Monticello", + "county": "Jones", + "year": 2024, + "plot_id": 9496, + "cooperator": "Delturn Inc", + "latitude": 42.2382752, + "longitude": -91.1869428, + "company_representative": "Jake Ekstrand", + "planted_date": "5/8/2024", + "harvested_date": "10/22/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Wyffels", + "rank": 1, + "product": "W8086RIB", + "traits": null, + "metrics": { + "% H2O": 14.8, + "Test Wt.": 60.7, + "Yield": 320.84, + "+/- Ave": 34.9 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "85P13", + "traits": "CONV", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 61.4, + "Yield": 312.37, + "+/- Ave": 26.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 62.2, + "Yield": 305.27, + "+/- Ave": 19.3 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 61.2, + "Yield": 304.83, + "+/- Ave": 18.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 62.7, + "Yield": 304.77, + "+/- Ave": 18.8 + } + }, + { + "brand": "Wyffels", + "rank": 6, + "product": "W6886RIB", + "traits": null, + "metrics": { + "% H2O": 14.3, + "Test Wt.": 62.6, + "Yield": 304.03, + "+/- Ave": 18.1 + } + }, + { + "brand": "Wyffels", + "rank": 7, + "product": "W6479", + "traits": null, + "metrics": { + "% H2O": 15.3, + "Test Wt.": 57, + "Yield": 303.65, + "+/- Ave": 17.7 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 58, + "Yield": 299.61, + "+/- Ave": 13.7 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 13.6, + "Test Wt.": 60.6, + "Yield": 298.43, + "+/- Ave": 12.5 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "78P23", + "traits": "PCE", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 59.4, + "Yield": 295.23, + "+/- Ave": 9.3 + } + }, + { + "brand": "Wyffels", + "rank": 11, + "product": "W5406RIB", + "traits": null, + "metrics": { + "% H2O": 13.7, + "Test Wt.": 61.1, + "Yield": 287.17, + "+/- Ave": 1.2 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 62.3, + "Yield": 280.52, + "+/- Ave": -5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 64, + "Yield": 280.32, + "+/- Ave": -5.6 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "84P22", + "traits": "DV", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 59.2, + "Yield": 279.89, + "+/- Ave": -6 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 62.1, + "Yield": 278.89, + "+/- Ave": -7 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 15.2, + "Test Wt.": 59.5, + "Yield": 277.02, + "+/- Ave": -8.9 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "81P65", + "traits": "D", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 60.8, + "Yield": 270.35, + "+/- Ave": -15.6 + } + }, + { + "brand": "Wyffels", + "rank": 18, + "product": "W7759RIB", + "traits": null, + "metrics": { + "% H2O": 13.9, + "Test Wt.": 62.8, + "Yield": 263.46, + "+/- Ave": -22.5 + } + }, + { + "brand": "Wyffels", + "rank": 19, + "product": "W5019RIB", + "traits": null, + "metrics": { + "% H2O": 14.6, + "Test Wt.": 56.7, + "Yield": 262.37, + "+/- Ave": -23.6 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "75P85", + "traits": "SSRIB", + "metrics": { + "% H2O": 14.2, + "Test Wt.": 58.3, + "Yield": 241.39, + "+/- Ave": -44.5 + } + }, + { + "brand": "Wyffels", + "rank": 21, + "product": "W5086RIB", + "traits": null, + "metrics": { + "% H2O": 13.6, + "Test Wt.": 58.1, + "Yield": 234, + "+/- Ave": -51.9 + } + } + ], + "n_results": 21, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Steve-Doug-Turnis-Monticello-IA-52310.pdf" + ], + "fetched_at": "2026-06-05T00:58:32.496337+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9496.md b/corpus/proharvest_plots/phpr-corn-2024-9496.md new file mode 100644 index 00000000..29bc14de --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9496.md @@ -0,0 +1,44 @@ +# Corn yield trial — Delturn Inc (Monticello, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Monticello, IA · Jones County +- **Cooperator:** Delturn Inc +- **Company rep:** Jake Ekstrand +- **Planted:** 5/8/2024 +- **Harvested:** 10/22/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Steve-Doug-Turnis-Monticello-IA-52310.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Wyffels | W8086RIB | - | 320.84 | 14.8 | 60.7 | 34.9 | +| 2 | ProHarvest | 85P13 | CONV | 312.37 | 15.4 | 61.4 | 26.4 | +| 3 | ProHarvest | 84P78 | TRERIB | 305.27 | 14.4 | 62.2 | 19.3 | +| 4 | ProHarvest | 83P48 | SSPRO | 304.83 | 16.2 | 61.2 | 18.9 | +| 5 | ProHarvest | 82P68 | SSPRO | 304.77 | 15.3 | 62.7 | 18.8 | +| 6 | Wyffels | W6886RIB | - | 304.03 | 14.3 | 62.6 | 18.1 | +| 7 | Wyffels | W6479 | - | 303.65 | 15.3 | 57 | 17.7 | +| 8 | ProHarvest | 81P20 | PCE | 299.61 | 15.9 | 58 | 13.7 | +| 9 | ProHarvest | 80P75 | PCE | 298.43 | 13.6 | 60.6 | 12.5 | +| 10 | ProHarvest | 78P23 | PCE | 295.23 | 14.9 | 59.4 | 9.3 | +| 11 | Wyffels | W5406RIB | - | 287.17 | 13.7 | 61.1 | 1.2 | +| 12 | ProHarvest | 79P87 | SSRIB | 280.52 | 14.1 | 62.3 | -5.4 | +| 13 | ProHarvest | 8360 | VT2PRIB | 280.32 | 15.4 | 64 | -5.6 | +| 14 | ProHarvest | 84P22 | DV | 279.89 | 16.7 | 59.2 | -6 | +| 15 | ProHarvest | 84P30 | AA | 278.89 | 16.6 | 62.1 | -7 | +| 16 | ProHarvest | 79P54 | SSPRO | 277.02 | 15.2 | 59.5 | -8.9 | +| 17 | ProHarvest | 81P65 | D | 270.35 | 14.7 | 60.8 | -15.6 | +| 18 | Wyffels | W7759RIB | - | 263.46 | 13.9 | 62.8 | -22.5 | +| 19 | Wyffels | W5019RIB | - | 262.37 | 14.6 | 56.7 | -23.6 | +| 20 | ProHarvest | 75P85 | SSRIB | 241.39 | 14.2 | 58.3 | -44.5 | +| 21 | Wyffels | W5086RIB | - | 234 | 13.6 | 58.1 | -51.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9499.json b/corpus/proharvest_plots/phpr-corn-2024-9499.json new file mode 100644 index 00000000..a4274ba6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9499.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9499", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hinkley", + "county": "DeKalb", + "year": 2024, + "plot_id": 9499, + "cooperator": "Agrinetics Seed Service Plot 2", + "latitude": 42.0133353, + "longitude": -87.8351313, + "company_representative": "Jeff Horner", + "planted_date": "5/6/2024", + "harvested_date": "10/16/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 34500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "NuTech", + "rank": 1, + "product": "69B5V", + "traits": null, + "metrics": { + "% H2O": 16.4, + "Test Wt.": 59.5, + "Yield": 267.77, + "+/- Ave": 16.4 + } + }, + { + "brand": "NU Tech", + "rank": 2, + "product": "70F6V", + "traits": null, + "metrics": { + "% H2O": 16.7, + "Test Wt.": 58, + "Yield": 264.26, + "+/- Ave": 12.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "77P19", + "traits": "VT2P", + "metrics": { + "% H2O": 16, + "Test Wt.": 59, + "Yield": 256.24, + "+/- Ave": 4.8 + } + }, + { + "brand": "Nu Tech", + "rank": 4, + "product": "72C1V", + "traits": null, + "metrics": { + "% H2O": 18.8, + "Test Wt.": 58, + "Yield": 253.89, + "+/- Ave": 2.5 + } + }, + { + "brand": "NuTech", + "rank": 5, + "product": "72B72Q", + "traits": null, + "metrics": { + "% H2O": 17.5, + "Test Wt.": 60.5, + "Yield": 251.66, + "+/- Ave": 0.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 58, + "Yield": 251.49, + "+/- Ave": 0.1 + } + }, + { + "brand": "NuTech", + "rank": 7, + "product": "71A2V", + "traits": null, + "metrics": { + "% H2O": 17.6, + "Test Wt.": 58, + "Yield": 251.35, + "+/- Ave": 0 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 18, + "Test Wt.": 61, + "Yield": 250.13, + "+/- Ave": -1.3 + } + }, + { + "brand": "NuTech", + "rank": 9, + "product": "68C1V", + "traits": null, + "metrics": { + "% H2O": 16.3, + "Test Wt.": 58, + "Yield": 248.51, + "+/- Ave": -2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "77P60", + "traits": "STAX RIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 59, + "Yield": 248.48, + "+/- Ave": -2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "77P60", + "traits": "STAX RIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": null, + "Yield": 247.45, + "+/- Ave": -3.9 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "79P87", + "traits": "STAX", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 59, + "Yield": 240.12, + "+/- Ave": -11.3 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "81P65", + "traits": "D", + "metrics": { + "% H2O": 17, + "Test Wt.": 58.5, + "Yield": 236.73, + "+/- Ave": -14.7 + } + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Agrinetics-Hinckley-IL-60520-Plot-2.pdf" + ], + "fetched_at": "2026-06-05T00:58:30.967095+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9499.md b/corpus/proharvest_plots/phpr-corn-2024-9499.md new file mode 100644 index 00000000..90beb39b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9499.md @@ -0,0 +1,36 @@ +# Corn yield trial — Agrinetics Seed Service Plot 2 (Hinkley, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Hinkley, IL · DeKalb County +- **Cooperator:** Agrinetics Seed Service Plot 2 +- **Company rep:** Jeff Horner +- **Planted:** 5/6/2024 +- **Harvested:** 10/16/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 34,500 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Agrinetics-Hinckley-IL-60520-Plot-2.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 69B5V | - | 267.77 | 16.4 | 59.5 | 16.4 | +| 2 | NU Tech | 70F6V | - | 264.26 | 16.7 | 58 | 12.9 | +| 3 | ProHarvest | 77P19 | VT2P | 256.24 | 16 | 59 | 4.8 | +| 4 | Nu Tech | 72C1V | - | 253.89 | 18.8 | 58 | 2.5 | +| 5 | NuTech | 72B72Q | - | 251.66 | 17.5 | 60.5 | 0.3 | +| 6 | ProHarvest | 80P75 | PCE | 251.49 | 16.3 | 58 | 0.1 | +| 7 | NuTech | 71A2V | - | 251.35 | 17.6 | 58 | 0 | +| 8 | ProHarvest | 83P48 | SSPRO | 250.13 | 18 | 61 | -1.3 | +| 9 | NuTech | 68C1V | - | 248.51 | 16.3 | 58 | -2.9 | +| 10 | ProHarvest | 77P60 | STAX RIB | 248.48 | 15.5 | 59 | -2.9 | +| 11 | ProHarvest | 77P60 | STAX RIB | 247.45 | 15.5 | None | -3.9 | +| 12 | ProHarvest | 79P87 | STAX | 240.12 | 16.7 | 59 | -11.3 | +| 13 | ProHarvest | 81P65 | D | 236.73 | 17 | 58.5 | -14.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9501.json b/corpus/proharvest_plots/phpr-corn-2024-9501.json new file mode 100644 index 00000000..1f383b54 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9501.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9501", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Hinkley", + "county": "DeKalb", + "year": 2024, + "plot_id": 9501, + "cooperator": "Agrinetics Seed Service Plot 1", + "latitude": 42.0133353, + "longitude": -87.8351313, + "company_representative": "Eric Yoder", + "planted_date": "4/25/2024", + "harvested_date": "9/26/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 34000, + "fungicide": "Veltyma", + "herbicide": null, + "insecticide": "Fence", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "NuTech", + "rank": 1, + "product": "69B5V", + "traits": null, + "metrics": { + "% H2O": 23.3, + "Test Wt.": 56, + "Yield": 289.53, + "+/- Ave": 21.4 + } + }, + { + "brand": "NuTech", + "rank": 2, + "product": "63A7V", + "traits": null, + "metrics": { + "% H2O": 20.2, + "Test Wt.": 54.3, + "Yield": 283.59, + "+/- Ave": 15.4 + } + }, + { + "brand": "NuTech", + "rank": 3, + "product": "68C1V", + "traits": null, + "metrics": { + "% H2O": 22.4, + "Test Wt.": 55.1, + "Yield": 280.5, + "+/- Ave": 12.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "78P23", + "traits": "PCE", + "metrics": { + "% H2O": 22.4, + "Test Wt.": 56.1, + "Yield": 280.5, + "+/- Ave": 12.3 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 22.6, + "Test Wt.": 55.8, + "Yield": 272.7, + "+/- Ave": 4.5 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 23.3, + "Test Wt.": 55.4, + "Yield": 265.55, + "+/- Ave": -2.6 + } + }, + { + "brand": "NuTech", + "rank": 6, + "product": "64B5", + "traits": "Q", + "metrics": { + "% H2O": 22.2, + "Test Wt.": 54.5, + "Yield": 262.24, + "+/- Ave": -5.9 + } + }, + { + "brand": "NuTech", + "rank": 7, + "product": "65B8V", + "traits": null, + "metrics": { + "% H2O": 20.5, + "Test Wt.": 55.8, + "Yield": 261.91, + "+/- Ave": -6.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "77P60", + "traits": "SSRIB", + "metrics": { + "% H2O": 22.2, + "Test Wt.": 55.1, + "Yield": 261.05, + "+/- Ave": -7.1 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "76P42", + "traits": "PCE", + "metrics": { + "% H2O": 21.9, + "Test Wt.": 54.8, + "Yield": 259.68, + "+/- Ave": -8.5 + } + }, + { + "brand": "NuTech", + "rank": 10, + "product": "66C2", + "traits": "V", + "metrics": { + "% H2O": 22.9, + "Test Wt.": 56.4, + "Yield": 257.53, + "+/- Ave": -10.6 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "75P85", + "traits": "SSRIB", + "metrics": { + "% H2O": 21.4, + "Test Wt.": 54.6, + "Yield": 243.36, + "+/- Ave": -24.8 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Agrinetics-Hinckley-IL-60520.pdf" + ], + "fetched_at": "2026-06-05T00:58:29.480522+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9501.md b/corpus/proharvest_plots/phpr-corn-2024-9501.md new file mode 100644 index 00000000..b6be1a86 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9501.md @@ -0,0 +1,36 @@ +# Corn yield trial — Agrinetics Seed Service Plot 1 (Hinkley, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Hinkley, IL · DeKalb County +- **Cooperator:** Agrinetics Seed Service Plot 1 +- **Company rep:** Eric Yoder +- **Planted:** 4/25/2024 +- **Harvested:** 9/26/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Veltyma +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Agrinetics-Hinckley-IL-60520.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 69B5V | - | 289.53 | 23.3 | 56 | 21.4 | +| 2 | NuTech | 63A7V | - | 283.59 | 20.2 | 54.3 | 15.4 | +| 3 | NuTech | 68C1V | - | 280.5 | 22.4 | 55.1 | 12.3 | +| 3 | ProHarvest | 78P23 | PCE | 280.5 | 22.4 | 56.1 | 12.3 | +| 4 | ProHarvest | 79P87 | SSRIB | 272.7 | 22.6 | 55.8 | 4.5 | +| 5 | ProHarvest | 79P54 | SSPRO | 265.55 | 23.3 | 55.4 | -2.6 | +| 6 | NuTech | 64B5 | Q | 262.24 | 22.2 | 54.5 | -5.9 | +| 7 | NuTech | 65B8V | - | 261.91 | 20.5 | 55.8 | -6.3 | +| 8 | ProHarvest | 77P60 | SSRIB | 261.05 | 22.2 | 55.1 | -7.1 | +| 9 | ProHarvest | 76P42 | PCE | 259.68 | 21.9 | 54.8 | -8.5 | +| 10 | NuTech | 66C2 | V | 257.53 | 22.9 | 56.4 | -10.6 | +| 11 | ProHarvest | 75P85 | SSRIB | 243.36 | 21.4 | 54.6 | -24.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9503.json b/corpus/proharvest_plots/phpr-corn-2024-9503.json new file mode 100644 index 00000000..30f43072 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9503.json @@ -0,0 +1,257 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9503", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ransom", + "county": "LaSalle", + "year": 2024, + "plot_id": 9503, + "cooperator": "Andrew Wright", + "latitude": 41.1561445, + "longitude": -88.6495133, + "company_representative": "John Walsh", + "planted_date": "4/22/2024", + "harvested_date": "9/19/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 34000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 261.31, + "% H2O": 14.8, + "+/- Ave": 13.5 + }, + "brand": "Pioneer", + "product": "P10477V", + "traits": "VCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 259.96, + "% H2O": 15.6, + "+/- Ave": 12.1 + }, + "brand": "ProHarvest", + "product": "79P54", + "traits": "STAXPRO SSPRO" + }, + { + "rank": 3, + "metrics": { + "Yield": 259.69, + "% H2O": 18.5, + "+/- Ave": 11.9 + }, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "Qrome" + }, + { + "rank": 4, + "metrics": { + "Yield": 259.34, + "% H2O": 15.8, + "+/- Ave": 11.5 + }, + "brand": "Dekalb", + "product": "DKC108-64RIB", + "traits": "SSPRO" + }, + { + "rank": 5, + "metrics": { + "Yield": 257.69, + "% H2O": 15.5, + "+/- Ave": 9.9 + }, + "brand": "Pioneer", + "product": "P09312V", + "traits": "VCE" + }, + { + "rank": 6, + "metrics": { + "Yield": 253.62, + "% H2O": 15.7, + "+/- Ave": 5.8 + }, + "brand": "Pioneer", + "product": "P08527V", + "traits": "VCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 253.5, + "% H2O": 14.3, + "+/- Ave": 5.7 + }, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4P RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 251.94, + "% H2O": 17.1, + "+/- Ave": 4.1 + }, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "Qrome" + }, + { + "rank": 9, + "metrics": { + "Yield": 251.73, + "% H2O": 14.7, + "+/- Ave": 3.9 + }, + "brand": "Dekalb", + "product": "DKC56-26RIB", + "traits": "TRE RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 249.29, + "% H2O": 15.1, + "+/- Ave": 1.5 + }, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "Qrome" + }, + { + "rank": 11, + "metrics": { + "Yield": 248.52, + "% H2O": 17.3, + "+/- Ave": 0.7 + }, + "brand": "Pioneer", + "product": "P10625V", + "traits": "VCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 247.65, + "% H2O": 14.9, + "+/- Ave": -0.2 + }, + "brand": "Pioneer", + "product": "P04511V", + "traits": "VCE" + }, + { + "rank": 13, + "metrics": { + "Yield": 246.41, + "% H2O": 16.5, + "+/- Ave": -1.4 + }, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "Qrome" + }, + { + "rank": 14, + "metrics": { + "Yield": 245.44, + "% H2O": 19.1, + "+/- Ave": -2.4 + }, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TRE RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 241.92, + "% H2O": 18.6, + "+/- Ave": -5.9 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "STAXPRO SSPRO" + }, + { + "rank": 16, + "metrics": { + "Yield": 240.96, + "% H2O": 17.0, + "+/- Ave": -6.9 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "D D" + }, + { + "rank": 17, + "metrics": { + "Yield": 240.63, + "% H2O": 14.6, + "+/- Ave": -7.2 + }, + "brand": "Dekalb", + "product": "DKC64-22RIB", + "traits": "VT2P RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 236.69, + "% H2O": 20.8, + "+/- Ave": -11.1 + }, + "brand": "Pioneer", + "product": "P13777V", + "traits": "VCE" + }, + { + "rank": 19, + "metrics": { + "Yield": 227.49, + "% H2O": 16.5, + "+/- Ave": -20.3 + }, + "brand": "Dekalb", + "product": "DKC105-33RIB", + "traits": "SSPRO" + }, + { + "rank": 20, + "metrics": { + "Yield": 222.8, + "% H2O": 17.0, + "+/- Ave": -25.0 + }, + "brand": "Dekalb", + "product": "DKC62-69RIB", + "traits": "SS RIB" + } + ], + "n_results": 20, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Andy-Kurt-Wright-Random-IL-60470.pdf" + ], + "fetched_at": "2026-06-05T00:58:27.979117+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9503.md b/corpus/proharvest_plots/phpr-corn-2024-9503.md new file mode 100644 index 00000000..364352bf --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9503.md @@ -0,0 +1,44 @@ +# Corn yield trial — Andrew Wright (Ransom, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Ransom, IL · LaSalle County +- **Cooperator:** Andrew Wright +- **Company rep:** John Walsh +- **Planted:** 4/22/2024 +- **Harvested:** 9/19/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Andy-Kurt-Wright-Random-IL-60470.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P10477V | VCE | 261.31 | 14.8 | - | 13.5 | +| 2 | ProHarvest | 79P54 | STAXPRO SSPRO | 259.96 | 15.6 | - | 12.1 | +| 3 | Pioneer | P1742Q | Qrome | 259.69 | 18.5 | - | 11.9 | +| 4 | Dekalb | DKC108-64RIB | SSPRO | 259.34 | 15.8 | - | 11.5 | +| 5 | Pioneer | P09312V | VCE | 257.69 | 15.5 | - | 9.9 | +| 6 | Pioneer | P08527V | VCE | 253.62 | 15.7 | - | 5.8 | +| 7 | Dekalb | DKC114-99RIB | VT4P RIB | 253.5 | 14.3 | - | 5.7 | +| 8 | Pioneer | P14830Q | Qrome | 251.94 | 17.1 | - | 4.1 | +| 9 | Dekalb | DKC56-26RIB | TRE RIB | 251.73 | 14.7 | - | 3.9 | +| 10 | Pioneer | P0529Q | Qrome | 249.29 | 15.1 | - | 1.5 | +| 11 | Pioneer | P10625V | VCE | 248.52 | 17.3 | - | 0.7 | +| 12 | Pioneer | P04511V | VCE | 247.65 | 14.9 | - | -0.2 | +| 13 | Pioneer | P12065Q | Qrome | 246.41 | 16.5 | - | -1.4 | +| 14 | Dekalb | DKC66-06RIB | TRE RIB | 245.44 | 19.1 | - | -2.4 | +| 15 | ProHarvest | 83P48 | STAXPRO SSPRO | 241.92 | 18.6 | - | -5.9 | +| 16 | ProHarvest | 81P65 | D D | 240.96 | 17.0 | - | -6.9 | +| 17 | Dekalb | DKC64-22RIB | VT2P RIB | 240.63 | 14.6 | - | -7.2 | +| 18 | Pioneer | P13777V | VCE | 236.69 | 20.8 | - | -11.1 | +| 19 | Dekalb | DKC105-33RIB | SSPRO | 227.49 | 16.5 | - | -20.3 | +| 20 | Dekalb | DKC62-69RIB | SS RIB | 222.8 | 17.0 | - | -25.0 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9505.json b/corpus/proharvest_plots/phpr-corn-2024-9505.json new file mode 100644 index 00000000..fea212c6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9505.json @@ -0,0 +1,100 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9505", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2024, + "plot_id": 9505, + "cooperator": "Blair Hoerbert Bio", + "latitude": 40.305598, + "longitude": -89.6028829, + "company_representative": "Tom Forrest", + "planted_date": "5/20/2024", + "harvested_date": "10/17/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "Rhizolizer-Duo", + "% H2O": 16.5, + "Test Wt.": 58, + "Yield": 251.72, + "+/- Ave": 5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "Amplify-D", + "% H2O": 16.7, + "Test Wt.": 56.3, + "Yield": 249.51, + "+/- Ave": 3.1 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 57.2, + "Yield": 244.23, + "+/- Ave": -2.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 56.3, + "Yield": 243.48, + "+/- Ave": -2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "Meristem", + "% H2O": 16.6, + "Test Wt.": 56, + "Yield": 242.91, + "+/- Ave": -3.5 + } + } + ], + "n_results": 5, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Blair-Hoerbert-San-Jose-IL-62682-Bio.pdf" + ], + "fetched_at": "2026-06-05T00:58:26.420054+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9505.md b/corpus/proharvest_plots/phpr-corn-2024-9505.md new file mode 100644 index 00000000..c2b71172 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9505.md @@ -0,0 +1,29 @@ +# Corn yield trial — Blair Hoerbert Bio (San Jose, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert Bio +- **Company rep:** Tom Forrest +- **Planted:** 5/20/2024 +- **Harvested:** 10/17/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Blair-Hoerbert-San-Jose-IL-62682-Bio.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P65 | V | 251.72 | 16.5 | 58 | 5.4 | +| 2 | ProHarvest | 81P65 | V | 249.51 | 16.7 | 56.3 | 3.1 | +| 3 | ProHarvest | 81P65 | V | 244.23 | 16.7 | 57.2 | -2.1 | +| 4 | ProHarvest | 81P65 | V | 243.48 | 17.4 | 56.3 | -2.9 | +| 5 | ProHarvest | 81P65 | V | 242.91 | 16.6 | 56 | -3.5 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9507.json b/corpus/proharvest_plots/phpr-corn-2024-9507.json new file mode 100644 index 00000000..0b346ab8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9507.json @@ -0,0 +1,218 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9507", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2024, + "plot_id": 9507, + "cooperator": "Blair Hoerbert", + "latitude": 40.305598, + "longitude": -89.6028829, + "company_representative": "Tom Forrest", + "planted_date": "5/20/2024", + "harvested_date": "10/17/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 56.1, + "Yield": 273.95, + "+/- Ave": 14.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 16, + "Test Wt.": 59.8, + "Yield": 273.93, + "+/- Ave": 14.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 57.5, + "Yield": 272.75, + "+/- Ave": 13.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.9, + "Test Wt.": 58.3, + "Yield": 271.49, + "+/- Ave": 11.8 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.2, + "Test Wt.": 56, + "Yield": 270.64, + "+/- Ave": 11 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 19.1, + "Test Wt.": 56.9, + "Yield": 266.09, + "+/- Ave": 6.4 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 19.3, + "Test Wt.": 55.9, + "Yield": 264.73, + "+/- Ave": 5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 56.7, + "Yield": 257.04, + "+/- Ave": -2.6 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 54.4, + "Yield": 256.21, + "+/- Ave": -3.5 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16.5, + "Test Wt.": 59.8, + "Yield": 254.07, + "+/- Ave": -5.6 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 55.7, + "Yield": 254.04, + "+/- Ave": -5.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "78P23", + "traits": "PCE", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 57.6, + "Yield": 252.91, + "+/- Ave": -6.8 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "77P60", + "traits": "SSRIB", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 57.5, + "Yield": 250.21, + "+/- Ave": -9.5 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 55.6, + "Yield": 243.63, + "+/- Ave": -16 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Some green snap", + "% H2O": 18.9, + "Test Wt.": 55.5, + "Yield": 233.35, + "+/- Ave": -26.3 + } + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Blair-Hoerbert-San-Jose-IL-62682.pdf" + ], + "fetched_at": "2026-06-05T00:58:24.969255+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9507.md b/corpus/proharvest_plots/phpr-corn-2024-9507.md new file mode 100644 index 00000000..68b269ba --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9507.md @@ -0,0 +1,39 @@ +# Corn yield trial — Blair Hoerbert (San Jose, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert +- **Company rep:** Tom Forrest +- **Planted:** 5/20/2024 +- **Harvested:** 10/17/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Blair-Hoerbert-San-Jose-IL-62682.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 82P96 | PCE | 273.95 | 16.8 | 56.1 | 14.3 | +| 2 | ProHarvest | 85P58 | SSRIB | 273.93 | 16 | 59.8 | 14.3 | +| 3 | ProHarvest | 84P78 | TRERIB | 272.75 | 16.9 | 57.5 | 13.1 | +| 4 | ProHarvest | 83P48 | SSPRO | 271.49 | 17.9 | 58.3 | 11.8 | +| 5 | ProHarvest | 83P66 | VT2PRIB | 270.64 | 18.2 | 56 | 11 | +| 6 | ProHarvest | 84P30 | AA | 266.09 | 19.1 | 56.9 | 6.4 | +| 7 | ProHarvest | 83P17 | PCE | 264.73 | 19.3 | 55.9 | 5.1 | +| 8 | ProHarvest | 79P54 | SSPRO | 257.04 | 16.3 | 56.7 | -2.6 | +| 9 | ProHarvest | 80P75 | PCE | 256.21 | 15.7 | 54.4 | -3.5 | +| 10 | ProHarvest | 82P79 | VT2PRIB | 254.07 | 16.5 | 59.8 | -5.6 | +| 11 | ProHarvest | 81P20 | PCE | 254.04 | 16.8 | 55.7 | -5.6 | +| 12 | ProHarvest | 78P23 | PCE | 252.91 | 16.4 | 57.6 | -6.8 | +| 13 | ProHarvest | 77P60 | SSRIB | 250.21 | 14.3 | 57.5 | -9.5 | +| 14 | ProHarvest | 81P65 | V | 243.63 | 17.5 | 55.6 | -16 | +| 15 | ProHarvest | 8360 | VT2PRIB | 233.35 | 18.9 | 55.5 | -26.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9509.json b/corpus/proharvest_plots/phpr-corn-2024-9509.json new file mode 100644 index 00000000..7a9e2ab1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9509.json @@ -0,0 +1,265 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9509", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Martinton", + "county": "Iroquois", + "year": 2024, + "plot_id": 9509, + "cooperator": "Lanoue", + "latitude": 40.9158671, + "longitude": -87.7253124, + "company_representative": "Jake Wilken", + "planted_date": "5/4/2024", + "harvested_date": "10/14/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 34000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 274.32, + "% H2O": 15.5, + "Test Wt.": 61.4, + "+/- Ave": 21.3 + }, + "brand": "Dekalb", + "product": "DK68-35RIB", + "traits": "VT2P RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 266.68, + "% H2O": 14.5, + "Test Wt.": 58.1, + "+/- Ave": 13.6 + }, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRO" + }, + { + "rank": 3, + "metrics": { + "Yield": 262.74, + "% H2O": 15.4, + "Test Wt.": 57.7, + "+/- Ave": 9.7 + }, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TRE RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 260.91, + "% H2O": 14.4, + "Test Wt.": 57.8, + "+/- Ave": 7.9 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 260.36, + "% H2O": 15.7, + "Test Wt.": 60.6, + "+/- Ave": 7.3 + }, + "brand": "Dekalb", + "product": "DK66-06RIB", + "traits": "TRE RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 256.44, + "% H2O": 15.8, + "Test Wt.": 59.0, + "+/- Ave": 3.4 + }, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 256.4, + "% H2O": 13.4, + "Test Wt.": 59.3, + "+/- Ave": 3.3 + }, + "brand": "Wyffels", + "product": "W6505", + "traits": "TRE RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 256.24, + "% H2O": 14.8, + "Test Wt.": 62.1, + "+/- Ave": 3.2 + }, + "brand": "Dekalb", + "product": "DK64-21RIB", + "traits": "SS RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 254.88, + "% H2O": 14.6, + "Test Wt.": 61.2, + "+/- Ave": 1.8 + }, + "brand": "Wyffels", + "product": "W8108RIB", + "traits": "SS RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 253.22, + "% H2O": 14.2, + "Test Wt.": 58.3, + "+/- Ave": 0.2 + }, + "brand": "Wyffels", + "product": "W7048", + "traits": "SS RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 252.96, + "% H2O": 15.5, + "Test Wt.": 58.8, + "+/- Ave": -0.1 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 249.5, + "% H2O": 15.0, + "Test Wt.": 58.2, + "+/- Ave": -3.6 + }, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 247.47, + "% H2O": 13.6, + "Test Wt.": 57.8, + "+/- Ave": -5.6 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 246.77, + "% H2O": 13.6, + "Test Wt.": 58.9, + "+/- Ave": -6.3 + }, + "brand": "Wyffels", + "product": "W6479", + "traits": "SSPRO" + }, + { + "rank": 15, + "metrics": { + "Yield": 243.53, + "% H2O": 15.0, + "Test Wt.": 62.1, + "+/- Ave": -9.5 + }, + "brand": "ProHarvest", + "product": "85P58", + "traits": "SS RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 243.42, + "% H2O": 16.4, + "Test Wt.": 60.6, + "+/- Ave": -9.6 + }, + "brand": "Wyffels", + "product": "W9218RIB", + "traits": "SS RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 242.49, + "% H2O": 13.9, + "Test Wt.": 59.8, + "+/- Ave": -10.6 + }, + "brand": "Wyffels", + "product": "W7208RIB", + "traits": "SS RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 241.24, + "% H2O": 13.5, + "Test Wt.": 59.9, + "+/- Ave": -11.8 + }, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2P RIB" + }, + { + "rank": 19, + "metrics": { + "Yield": 238.61, + "% H2O": 13.5, + "Test Wt.": 59.2, + "+/- Ave": -14.5 + }, + "brand": "Wyffels", + "product": "W5778RIB", + "traits": "SS RIB" + } + ], + "n_results": 19, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brandon-Lanoue-Martinon-IL-60951.pdf" + ], + "fetched_at": "2026-06-05T00:58:23.499678+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9509.md b/corpus/proharvest_plots/phpr-corn-2024-9509.md new file mode 100644 index 00000000..3acc21ea --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9509.md @@ -0,0 +1,42 @@ +# Corn yield trial — Lanoue (Martinton, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Martinton, IL · Iroquois County +- **Cooperator:** Lanoue +- **Company rep:** Jake Wilken +- **Planted:** 5/4/2024 +- **Harvested:** 10/14/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brandon-Lanoue-Martinon-IL-60951.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DK68-35RIB | VT2P RIB | 274.32 | 15.5 | 61.4 | 21.3 | +| 2 | Wyffels | W7759RIB | SSPRO | 266.68 | 14.5 | 58.1 | 13.6 | +| 3 | Wyffels | W7945RIB | TRE RIB | 262.74 | 15.4 | 57.7 | 9.7 | +| 4 | ProHarvest | 81P20 | PCE | 260.91 | 14.4 | 57.8 | 7.9 | +| 5 | Dekalb | DK66-06RIB | TRE RIB | 260.36 | 15.7 | 60.6 | 7.3 | +| 6 | Wyffels | W7876RIB | VT2P RIB | 256.44 | 15.8 | 59.0 | 3.4 | +| 7 | Wyffels | W6505 | TRE RIB | 256.4 | 13.4 | 59.3 | 3.3 | +| 8 | Dekalb | DK64-21RIB | SS RIB | 256.24 | 14.8 | 62.1 | 3.2 | +| 9 | Wyffels | W8108RIB | SS RIB | 254.88 | 14.6 | 61.2 | 1.8 | +| 10 | Wyffels | W7048 | SS RIB | 253.22 | 14.2 | 58.3 | 0.2 | +| 11 | ProHarvest | 83P66 | VT2P RIB | 252.96 | 15.5 | 58.8 | -0.1 | +| 12 | Wyffels | W8086RIB | VT2P RIB | 249.5 | 15.0 | 58.2 | -3.6 | +| 13 | ProHarvest | 79P87 | SS RIB | 247.47 | 13.6 | 57.8 | -5.6 | +| 14 | Wyffels | W6479 | SSPRO | 246.77 | 13.6 | 58.9 | -6.3 | +| 15 | ProHarvest | 85P58 | SS RIB | 243.53 | 15.0 | 62.1 | -9.5 | +| 16 | Wyffels | W9218RIB | SS RIB | 243.42 | 16.4 | 60.6 | -9.6 | +| 17 | Wyffels | W7208RIB | SS RIB | 242.49 | 13.9 | 59.8 | -10.6 | +| 18 | Wyffels | W6886RIB | VT2P RIB | 241.24 | 13.5 | 59.9 | -11.8 | +| 19 | Wyffels | W5778RIB | SS RIB | 238.61 | 13.5 | 59.2 | -14.5 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9511.json b/corpus/proharvest_plots/phpr-corn-2024-9511.json new file mode 100644 index 00000000..49b22acb --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9511.json @@ -0,0 +1,217 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9511", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ransom", + "county": "LaSalle", + "year": 2024, + "plot_id": 9511, + "cooperator": "Jeff Brockman", + "latitude": 41.1561445, + "longitude": -88.6495133, + "company_representative": "John Walsh", + "planted_date": "5/20/2024", + "harvested_date": "10/18/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 34000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Strip/Zone", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 294.12, + "+/- Ave": 20.1 + }, + "brand": "AgriGold", + "product": "645-71", + "traits": "SS RIB 20.2 N/A" + }, + { + "rank": 2, + "metrics": { + "Yield": 289.74, + "+/- Ave": 15.8 + }, + "brand": "Dekalb", + "product": "64-64", + "traits": "SS RIB 18.6 N/A" + }, + { + "rank": 3, + "metrics": { + "Yield": 284.95, + "+/- Ave": 11.0 + }, + "brand": "Wyffels", + "product": "7759", + "traits": "SSPRO 18.9 N/A" + }, + { + "rank": 4, + "metrics": { + "Yield": 283.49, + "+/- Ave": 9.5 + }, + "brand": "Dekalb", + "product": "110-10", + "traits": "SS RIB 17.7 N/A" + }, + { + "rank": 5, + "metrics": { + "Yield": 282.02, + "+/- Ave": 8.0 + }, + "brand": "Dekalb", + "product": "112-29", + "traits": "SSPRO 18.4 N/A" + }, + { + "rank": 6, + "metrics": { + "Yield": 278.76, + "+/- Ave": 4.8 + }, + "brand": "Dekalb", + "product": "64-21", + "traits": "SS RIB 20.4 N/A" + }, + { + "rank": 7, + "metrics": { + "Yield": 278.69, + "+/- Ave": 4.7 + }, + "brand": "ProHarvest", + "product": "79P54", + "traits": "SSPRO 18.0 N/A" + }, + { + "rank": 8, + "metrics": { + "Yield": 276.27, + "+/- Ave": 2.3 + }, + "brand": "Wyffels", + "product": "6479", + "traits": "SSPRO 17.6 N/A" + }, + { + "rank": 9, + "metrics": { + "Yield": 275.8, + "+/- Ave": 1.8 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO 20.2 N/A" + }, + { + "rank": 10, + "metrics": { + "Yield": 274.03, + "+/- Ave": 0.0 + }, + "brand": "Wyffels", + "product": "7878", + "traits": "SS RIB 19.1 N/A" + }, + { + "rank": 11, + "metrics": { + "Yield": 273.85, + "+/- Ave": -0.1 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "D 18.6 N/A" + }, + { + "rank": 12, + "metrics": { + "Yield": 272.56, + "+/- Ave": -1.4 + }, + "brand": "Dekalb", + "product": "59-81", + "traits": "SS RIB 17.0 N/A" + }, + { + "rank": 13, + "metrics": { + "Yield": 270.4, + "+/- Ave": -3.6 + }, + "brand": "ProHarvest", + "product": "85P58", + "traits": "SS RIB 19.9 N/A" + }, + { + "rank": 14, + "metrics": { + "Yield": 269.41, + "+/- Ave": -4.6 + }, + "brand": "ProHarvest", + "product": "77P60", + "traits": "SS RIB 15.6 N/A" + }, + { + "rank": 15, + "metrics": { + "Yield": 263.33, + "+/- Ave": -10.6 + }, + "brand": "Dekalb", + "product": "108-64", + "traits": "SSPRO 16.3 N/A" + }, + { + "rank": 16, + "metrics": { + "Yield": 262.96, + "+/- Ave": -11.0 + }, + "brand": "ProHarvest", + "product": "82P68", + "traits": "SSPRO 18.5 N/A" + }, + { + "rank": 17, + "metrics": { + "Yield": 259.51, + "+/- Ave": -14.5 + }, + "brand": "Wyffels", + "product": "5778", + "traits": "SS RIB 16.6 N/A" + }, + { + "rank": 18, + "metrics": { + "Yield": 241.7, + "+/- Ave": -32.3 + }, + "brand": "ProHarvest", + "product": "75P85", + "traits": "SS RIB 15.8 N/A" + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brockman-Random-IL-60470.pdf" + ], + "fetched_at": "2026-06-05T00:58:22.022974+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9511.md b/corpus/proharvest_plots/phpr-corn-2024-9511.md new file mode 100644 index 00000000..34d1ce03 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9511.md @@ -0,0 +1,41 @@ +# Corn yield trial — Jeff Brockman (Ransom, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Ransom, IL · LaSalle County +- **Cooperator:** Jeff Brockman +- **Company rep:** John Walsh +- **Planted:** 5/20/2024 +- **Harvested:** 10/18/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 34,000 seeds/acre +- **Tillage:** Strip/Zone +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brockman-Random-IL-60470.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | AgriGold | 645-71 | SS RIB 20.2 N/A | 294.12 | - | - | 20.1 | +| 2 | Dekalb | 64-64 | SS RIB 18.6 N/A | 289.74 | - | - | 15.8 | +| 3 | Wyffels | 7759 | SSPRO 18.9 N/A | 284.95 | - | - | 11.0 | +| 4 | Dekalb | 110-10 | SS RIB 17.7 N/A | 283.49 | - | - | 9.5 | +| 5 | Dekalb | 112-29 | SSPRO 18.4 N/A | 282.02 | - | - | 8.0 | +| 6 | Dekalb | 64-21 | SS RIB 20.4 N/A | 278.76 | - | - | 4.8 | +| 7 | ProHarvest | 79P54 | SSPRO 18.0 N/A | 278.69 | - | - | 4.7 | +| 8 | Wyffels | 6479 | SSPRO 17.6 N/A | 276.27 | - | - | 2.3 | +| 9 | ProHarvest | 83P48 | SSPRO 20.2 N/A | 275.8 | - | - | 1.8 | +| 10 | Wyffels | 7878 | SS RIB 19.1 N/A | 274.03 | - | - | 0.0 | +| 11 | ProHarvest | 81P65 | D 18.6 N/A | 273.85 | - | - | -0.1 | +| 12 | Dekalb | 59-81 | SS RIB 17.0 N/A | 272.56 | - | - | -1.4 | +| 13 | ProHarvest | 85P58 | SS RIB 19.9 N/A | 270.4 | - | - | -3.6 | +| 14 | ProHarvest | 77P60 | SS RIB 15.6 N/A | 269.41 | - | - | -4.6 | +| 15 | Dekalb | 108-64 | SSPRO 16.3 N/A | 263.33 | - | - | -10.6 | +| 16 | ProHarvest | 82P68 | SSPRO 18.5 N/A | 262.96 | - | - | -11.0 | +| 17 | Wyffels | 5778 | SS RIB 16.6 N/A | 259.51 | - | - | -14.5 | +| 18 | ProHarvest | 75P85 | SS RIB 15.8 N/A | 241.7 | - | - | -32.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9513.json b/corpus/proharvest_plots/phpr-corn-2024-9513.json new file mode 100644 index 00000000..224a36c3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9513.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9513", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Modesto", + "county": "Macoupin", + "year": 2024, + "plot_id": 9513, + "cooperator": "Clint Turner", + "latitude": 39.4783816, + "longitude": -89.982051, + "company_representative": "Rick Urish", + "planted_date": "4/15/2024", + "harvested_date": "9/11/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": "Trivapro", + "herbicide": "Lexar W/R-UP Pre and Post", + "insecticide": "Warrior II", + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 267.58, + "% H2O": 20.1, + "Test Wt.": 60.0, + "+/- Ave": 19.5 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 256.96, + "% H2O": 18.2, + "Test Wt.": 60.0, + "+/- Ave": 8.9 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 253.85, + "% H2O": 24.2, + "Test Wt.": 60.0, + "+/- Ave": 5.8 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 249.23, + "% H2O": 20.0, + "Test Wt.": 60.0, + "+/- Ave": 1.1 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 245.38, + "% H2O": 19.9, + "Test Wt.": 62.0, + "+/- Ave": -2.7 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 244.37, + "% H2O": 20.9, + "Test Wt.": 58.0, + "+/- Ave": -3.7 + }, + "brand": "ProHarvest", + "product": "85P58", + "traits": "SS RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 243.71, + "% H2O": 25.2, + "Test Wt.": 60.0, + "+/- Ave": -4.4 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 242.72, + "% H2O": 24.6, + "Test Wt.": 59.0, + "+/- Ave": -5.4 + }, + "brand": "ProHarvest", + "product": "84P30", + "traits": "AA" + }, + { + "rank": 9, + "metrics": { + "Yield": 228.95, + "% H2O": 24.3, + "Test Wt.": 59.0, + "+/- Ave": -19.1 + }, + "brand": "ProHarvest", + "product": "83P33", + "traits": "VT2P RIB" + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Clint-Turner-Modesto-IL-62667.pdf" + ], + "fetched_at": "2026-06-05T00:58:20.517682+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9513.md b/corpus/proharvest_plots/phpr-corn-2024-9513.md new file mode 100644 index 00000000..7cd85706 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9513.md @@ -0,0 +1,33 @@ +# Corn yield trial — Clint Turner (Modesto, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Modesto, IL · Macoupin County +- **Cooperator:** Clint Turner +- **Company rep:** Rick Urish +- **Planted:** 4/15/2024 +- **Harvested:** 9/11/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Trivapro +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Clint-Turner-Modesto-IL-62667.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P20 | PCE | 267.58 | 20.1 | 60.0 | 19.5 | +| 2 | ProHarvest | 80P75 | PCE | 256.96 | 18.2 | 60.0 | 8.9 | +| 3 | ProHarvest | 83P66 | VT2P RIB | 253.85 | 24.2 | 60.0 | 5.8 | +| 4 | ProHarvest | 8360 | VT2P RIB | 249.23 | 20.0 | 60.0 | 1.1 | +| 5 | ProHarvest | 82P79 | VT2P RIB | 245.38 | 19.9 | 62.0 | -2.7 | +| 6 | ProHarvest | 85P58 | SS RIB | 244.37 | 20.9 | 58.0 | -3.7 | +| 7 | ProHarvest | 84P78 | TRE RIB | 243.71 | 25.2 | 60.0 | -4.4 | +| 8 | ProHarvest | 84P30 | AA | 242.72 | 24.6 | 59.0 | -5.4 | +| 9 | ProHarvest | 83P33 | VT2P RIB | 228.95 | 24.3 | 59.0 | -19.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9515.json b/corpus/proharvest_plots/phpr-corn-2024-9515.json new file mode 100644 index 00000000..1576082f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9515.json @@ -0,0 +1,830 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9515", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": null, + "county": "DeKalb", + "year": 2024, + "plot_id": 9515, + "cooperator": "DeKalb Co. Corn & Soybean Growers", + "latitude": 41.8903447, + "longitude": -88.7713953, + "company_representative": "Eric Yoder", + "planted_date": "5/2/2024", + "harvested_date": "10/16/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 36100, + "fungicide": null, + "herbicide": "Conventional", + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 248.1, + "% H2O": 17.5, + "+/- Ave": 13.0 + }, + "brand": "Pioneer", + "product": "P10477V", + "traits": "Vorceed" + }, + { + "rank": 2, + "metrics": { + "Yield": 244.4, + "% H2O": 16.6, + "+/- Ave": 9.3 + }, + "brand": "Prairie", + "product": "Hybrids", + "traits": "6755 CONV" + }, + { + "rank": 3, + "metrics": { + "Yield": 241.1, + "% H2O": 18.3, + "+/- Ave": 6.0 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "CONV" + }, + { + "rank": 4, + "metrics": { + "Yield": 241.0, + "% H2O": 17.9, + "+/- Ave": 5.9 + }, + "brand": "LG", + "product": "64C43", + "traits": "VT2" + }, + { + "rank": 5, + "metrics": { + "Yield": 240.5, + "% H2O": 16.6, + "+/- Ave": 5.4 + }, + "brand": "Viking/BlueRiver", + "product": "75-07", + "traits": "CONV" + }, + { + "rank": 6, + "metrics": { + "Yield": 238.8, + "% H2O": 18.1, + "+/- Ave": 3.7 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SmartStaxPro" + }, + { + "rank": 7, + "metrics": { + "Yield": 238.7, + "% H2O": 17.2, + "+/- Ave": 3.6 + }, + "brand": "Nutech", + "product": "72C1PCE", + "traits": "PowerCore" + }, + { + "rank": 8, + "metrics": { + "Yield": 238.3, + "% H2O": 17.4, + "+/- Ave": 3.2 + }, + "brand": "Pioneer", + "product": "P13777V", + "traits": "Vorceed" + }, + { + "rank": 9, + "metrics": { + "Yield": 237.7, + "% H2O": 16.6, + "+/- Ave": 2.6 + }, + "brand": "FS", + "product": "6432P", + "traits": "SmartStaxPro" + }, + { + "rank": 10, + "metrics": { + "Yield": 237.4, + "% H2O": 17.6, + "+/- Ave": 2.3 + }, + "brand": "FS", + "product": "6217X", + "traits": "SmartStax" + }, + { + "rank": 11, + "metrics": { + "Yield": 236.4, + "% H2O": 17.7, + "+/- Ave": 1.3 + }, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "Qrome" + }, + { + "rank": 12, + "metrics": { + "Yield": 234.7, + "% H2O": 17.8, + "+/- Ave": -0.4 + }, + "brand": "LG", + "product": "63C32", + "traits": "SmartStaxPro" + }, + { + "rank": 13, + "metrics": { + "Yield": 234.6, + "% H2O": 17.7, + "+/- Ave": -0.5 + }, + "brand": "AXIS", + "product": "63Y68RIB", + "traits": "SmartStaxPro" + }, + { + "rank": 14, + "metrics": { + "Yield": 234.5, + "% H2O": 16.6, + "+/- Ave": -0.6 + }, + "brand": "Wyffles", + "product": "W6505", + "traits": "Trecepta" + }, + { + "rank": 15, + "metrics": { + "Yield": 234.1, + "% H2O": 17.5, + "+/- Ave": -1.0 + }, + "brand": "AXIS", + "product": "63W23RIB", + "traits": "DGVT2" + }, + { + "rank": 16, + "metrics": { + "Yield": 233.9, + "% H2O": 17.1, + "+/- Ave": -1.2 + }, + "brand": "Viking/BlueRiver", + "product": "76-11", + "traits": "CONV" + }, + { + "rank": 17, + "metrics": { + "Yield": 233.5, + "% H2O": 17.3, + "+/- Ave": -1.6 + }, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "Qrome" + }, + { + "rank": 18, + "metrics": { + "Yield": 232.7, + "% H2O": 16.3, + "+/- Ave": -2.4 + }, + "brand": "American", + "product": "Organics", + "traits": "X4336 CONV" + }, + { + "rank": 19, + "metrics": { + "Yield": 232.5, + "% H2O": 17.4, + "+/- Ave": -2.6 + }, + "brand": "ProHarvest", + "product": "76P42", + "traits": "CONV" + }, + { + "rank": 20, + "metrics": { + "Yield": 232.4, + "% H2O": 16.7, + "+/- Ave": -2.7 + }, + "brand": "Cornelius", + "product": "C6618", + "traits": "CONV" + }, + { + "rank": 21, + "metrics": { + "Yield": 232.2, + "% H2O": 17.0, + "+/- Ave": -2.9 + }, + "brand": "Prairie", + "product": "6854", + "traits": "CONV" + }, + { + "rank": 22, + "metrics": { + "Yield": 232.0, + "% H2O": 16.2, + "+/- Ave": -3.1 + }, + "brand": "DeKalb", + "product": "DKC56-26", + "traits": "Trecepta" + }, + { + "rank": 22, + "metrics": { + "Yield": 232.0, + "% H2O": 16.4, + "+/- Ave": -3.1 + }, + "brand": "Nutech", + "product": "68C1V", + "traits": "Vorceed" + }, + { + "rank": 24, + "metrics": { + "Yield": 231.8, + "% H2O": 17.2, + "+/- Ave": -3.3 + }, + "brand": "Becks", + "product": "5674V", + "traits": "Vorceed" + }, + { + "rank": 24, + "metrics": { + "Yield": 231.8, + "% H2O": 17.3, + "+/- Ave": -3.3 + }, + "brand": "AXIS", + "product": "62B56RIB", + "traits": "SmartStax" + }, + { + "rank": 26, + "metrics": { + "Yield": 230.7, + "% H2O": 17.6, + "+/- Ave": -4.4 + }, + "brand": "DeKalb", + "product": "DKC114-99", + "traits": "VT4P" + }, + { + "rank": 27, + "metrics": { + "Yield": 229.3, + "% H2O": 17.3, + "+/- Ave": -5.8 + }, + "brand": "Prairie", + "product": "8864", + "traits": "CONV" + }, + { + "rank": 28, + "metrics": { + "Yield": 229.2, + "% H2O": 17.6, + "+/- Ave": -5.9 + }, + "brand": "Cornelius", + "product": "C7308TRE", + "traits": "Trecepta" + }, + { + "rank": 28, + "metrics": { + "Yield": 229.2, + "% H2O": 18.2, + "+/- Ave": -5.9 + }, + "brand": "Becks", + "product": "6629SSP", + "traits": "SmartStaxPro" + }, + { + "rank": 30, + "metrics": { + "Yield": 229.0, + "% H2O": 3110.0, + "Test Wt.": 18.0, + "+/- Ave": -6.1 + }, + "brand": "LG", + "product": "61C21", + "traits": null + }, + { + "rank": 31, + "metrics": { + "Yield": 228.4, + "% H2O": 18.0, + "+/- Ave": -6.7 + }, + "brand": "LG", + "product": "62C73", + "traits": "VT2" + }, + { + "rank": 32, + "metrics": { + "Yield": 227.0, + "% H2O": 17.8, + "+/- Ave": -8.1 + }, + "brand": "AXIS", + "product": "63W23RIB", + "traits": "DGVT2" + }, + { + "rank": 33, + "metrics": { + "Yield": 226.9, + "% H2O": 17.5, + "+/- Ave": -8.2 + }, + "brand": "Becks", + "product": "6485SX", + "traits": "SmartStax" + }, + { + "rank": 34, + "metrics": { + "Yield": 226.7, + "% H2O": 16.6, + "+/- Ave": -8.4 + }, + "brand": "Pioneer", + "product": "P10625V", + "traits": "Vorceed" + }, + { + "rank": 35, + "metrics": { + "Yield": 226.6, + "% H2O": 17.6, + "+/- Ave": -8.5 + }, + "brand": "Pioneer", + "product": "P13544V", + "traits": "Vorceed" + }, + { + "rank": 36, + "metrics": { + "Yield": 226.4, + "% H2O": 17.0, + "+/- Ave": -8.7 + }, + "brand": "Pioneer", + "product": "P09312V", + "traits": "Vorceed" + }, + { + "rank": 37, + "metrics": { + "Yield": 226.0, + "% H2O": 17.0, + "+/- Ave": -9.1 + }, + "brand": "Agrigold", + "product": "A641-85STXRIB", + "traits": "SmartStax" + }, + { + "rank": 38, + "metrics": { + "Yield": 225.9, + "% H2O": 17.8, + "+/- Ave": -9.2 + }, + "brand": "Prairie", + "product": "8904", + "traits": "CONV" + }, + { + "rank": 39, + "metrics": { + "Yield": 225.8, + "% H2O": 17.1, + "+/- Ave": -9.3 + }, + "brand": "DeKalb", + "product": "DKC110-10", + "traits": "SmartStax" + }, + { + "rank": 39, + "metrics": { + "Yield": 225.8, + "% H2O": 17.5, + "+/- Ave": -9.3 + }, + "brand": "Agrigold", + "product": "A640-12STXRIB", + "traits": "SmartStax" + }, + { + "rank": 41, + "metrics": { + "Yield": 225.4, + "% H2O": 17.2, + "+/- Ave": -9.7 + }, + "brand": "Pioneer", + "product": "P12065Q", + "traits": "Qrome" + }, + { + "rank": 42, + "metrics": { + "Yield": 225.3, + "% H2O": 17.4, + "+/- Ave": -9.8 + }, + "brand": "Cornelius", + "product": "C7216VT4P", + "traits": "VT4P" + }, + { + "rank": 43, + "metrics": { + "Yield": 225.2, + "% H2O": 17.9, + "+/- Ave": -9.9 + }, + "brand": "Becks", + "product": "6278SX", + "traits": "SmartStax" + }, + { + "rank": 44, + "metrics": { + "Yield": 224.9, + "% H2O": 17.1, + "+/- Ave": -10.2 + }, + "brand": "Wyffles", + "product": "W6630", + "traits": "CONV" + }, + { + "rank": 45, + "metrics": { + "Yield": 224.8, + "% H2O": 17.2, + "+/- Ave": -10.3 + }, + "brand": "American", + "product": "X4543", + "traits": "CONV" + }, + { + "rank": 46, + "metrics": { + "Yield": 224.0, + "% H2O": 17.0, + "+/- Ave": -11.1 + }, + "brand": "Becks", + "product": "5899SX", + "traits": "SmartStax" + }, + { + "rank": 47, + "metrics": { + "Yield": 223.8, + "% H2O": 17.1, + "+/- Ave": -11.3 + }, + "brand": "Wyffles", + "product": "W7048", + "traits": "SmartStaxPro" + }, + { + "rank": 48, + "metrics": { + "Yield": 223.7, + "% H2O": 16.6, + "+/- Ave": -11.4 + }, + "brand": "Prairie", + "product": "3051/3054", + "traits": "CONV" + }, + { + "rank": 48, + "metrics": { + "Yield": 223.7, + "% H2O": 17.8, + "+/- Ave": -11.4 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2" + }, + { + "rank": 50, + "metrics": { + "Yield": 222.8, + "% H2O": 17.7, + "+/- Ave": -12.3 + }, + "brand": "Viking/BlueRiver", + "product": "85-09", + "traits": "CONV" + }, + { + "rank": 51, + "metrics": { + "Yield": 222.5, + "% H2O": 18.3, + "+/- Ave": -12.6 + }, + "brand": "AXIS", + "product": "63F60RIB", + "traits": "SmartStaxPro" + }, + { + "rank": 52, + "metrics": { + "Yield": 222.0, + "% H2O": 17.2, + "+/- Ave": -13.1 + }, + "brand": "Prairie", + "product": "6878", + "traits": "CONV" + }, + { + "rank": 53, + "metrics": { + "Yield": 221.5, + "% H2O": 16.5, + "+/- Ave": -13.6 + }, + "brand": "Nutech", + "product": "70B4AM", + "traits": "AcreMax" + }, + { + "rank": 54, + "metrics": { + "Yield": 221.3, + "% H2O": 16.3, + "+/- Ave": -13.8 + }, + "brand": "LG", + "product": "53C44", + "traits": "VT2" + }, + { + "rank": 55, + "metrics": { + "Yield": 219.9, + "% H2O": 16.6, + "+/- Ave": -15.2 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PowerCore" + }, + { + "rank": 56, + "metrics": { + "Yield": 219.2, + "% H2O": 16.9, + "+/- Ave": -15.9 + }, + "brand": "LG", + "product": "57C45", + "traits": "SmartStaxPro" + }, + { + "rank": 57, + "metrics": { + "Yield": 216.8, + "% H2O": 17.2, + "+/- Ave": -18.3 + }, + "brand": "Nutech", + "product": "70F6V", + "traits": "Vorceed" + }, + { + "rank": 58, + "metrics": { + "Yield": 215.6, + "% H2O": 17.4, + "+/- Ave": -19.5 + }, + "brand": "FS", + "product": "5725X", + "traits": "SmartStax" + }, + { + "rank": 59, + "metrics": { + "Yield": 215.3, + "% H2O": 17.0, + "+/- Ave": -19.8 + }, + "brand": "American", + "product": "X4441", + "traits": "CONV" + }, + { + "rank": 60, + "metrics": { + "Yield": 214.3, + "% H2O": 16.4, + "+/- Ave": -20.8 + }, + "brand": "Prairie", + "product": "6251", + "traits": "CONV" + }, + { + "rank": 61, + "metrics": { + "Yield": 213.5, + "% H2O": 16.8, + "+/- Ave": -21.6 + }, + "brand": "Becks", + "product": "6041Q", + "traits": "Qrome" + }, + { + "rank": 62, + "metrics": { + "Yield": 212.5, + "% H2O": 18.1, + "+/- Ave": -22.6 + }, + "brand": "Prairie", + "product": "7461/7464", + "traits": "CONV" + }, + { + "rank": 63, + "metrics": { + "Yield": 211.9, + "% H2O": 16.9, + "+/- Ave": -23.2 + }, + "brand": "Nutech", + "product": "71A2V", + "traits": "Vorceed" + }, + { + "rank": 64, + "metrics": { + "Yield": 206.9, + "% H2O": 19.3, + "+/- Ave": -28.2 + }, + "brand": "AXIS", + "product": "66V66RIB", + "traits": "SmartStaxPro" + }, + { + "rank": 65, + "metrics": { + "Yield": 206.4, + "% H2O": 16.5, + "+/- Ave": -28.7 + }, + "brand": "LG", + "product": "56C25", + "traits": "SmartStaxPro" + }, + { + "rank": 66, + "metrics": { + "Yield": 204.9, + "% H2O": 17.0, + "+/- Ave": -30.2 + }, + "brand": "LG", + "product": "52C90", + "traits": "VT2" + }, + { + "rank": 67, + "metrics": { + "Yield": 202.3, + "% H2O": 17.0, + "+/- Ave": -32.8 + }, + "brand": "AXIS", + "product": "59D50RIB", + "traits": "SmartStax" + }, + { + "rank": 68, + "metrics": { + "Yield": 202.2, + "% H2O": 16.9, + "+/- Ave": -32.9 + }, + "brand": "Cornelius", + "product": "C6824", + "traits": "CONV" + }, + { + "rank": 69, + "metrics": { + "Yield": 202.1, + "% H2O": 16.8, + "+/- Ave": -33.0 + }, + "brand": "Pioneer", + "product": "P0720Q", + "traits": "Qrome" + }, + { + "rank": 70, + "metrics": { + "Yield": 197.1, + "% H2O": 17.8, + "+/- Ave": -38.0 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "CONV" + }, + { + "rank": 71, + "metrics": { + "Yield": 195.9, + "% H2O": 16.0, + "+/- Ave": -39.2 + }, + "brand": "Viking/BlueRiver", + "product": "46-02", + "traits": "CONV" + }, + { + "rank": 72, + "metrics": { + "Yield": 187.2, + "% H2O": 17.0, + "+/- Ave": -47.9 + }, + "brand": "Agrigold", + "product": "A636-16", + "traits": "5222EZ" + } + ], + "n_results": 72, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-DCCG-Malta-IL-60150.pdf" + ], + "fetched_at": "2026-06-05T00:58:19.245427+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9515.md b/corpus/proharvest_plots/phpr-corn-2024-9515.md new file mode 100644 index 00000000..54192bd7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9515.md @@ -0,0 +1,93 @@ +# Corn yield trial — DeKalb Co. Corn & Soybean Growers (IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** IL · DeKalb County +- **Cooperator:** DeKalb Co. Corn & Soybean Growers +- **Company rep:** Eric Yoder +- **Planted:** 5/2/2024 +- **Harvested:** 10/16/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 36,100 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-DCCG-Malta-IL-60150.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P10477V | Vorceed | 248.1 | 17.5 | - | 13.0 | +| 2 | Prairie | Hybrids | 6755 CONV | 244.4 | 16.6 | - | 9.3 | +| 3 | ProHarvest | 8360 | CONV | 241.1 | 18.3 | - | 6.0 | +| 4 | LG | 64C43 | VT2 | 241.0 | 17.9 | - | 5.9 | +| 5 | Viking/BlueRiver | 75-07 | CONV | 240.5 | 16.6 | - | 5.4 | +| 6 | ProHarvest | 83P48 | SmartStaxPro | 238.8 | 18.1 | - | 3.7 | +| 7 | Nutech | 72C1PCE | PowerCore | 238.7 | 17.2 | - | 3.6 | +| 8 | Pioneer | P13777V | Vorceed | 238.3 | 17.4 | - | 3.2 | +| 9 | FS | 6432P | SmartStaxPro | 237.7 | 16.6 | - | 2.6 | +| 10 | FS | 6217X | SmartStax | 237.4 | 17.6 | - | 2.3 | +| 11 | Pioneer | P1742Q | Qrome | 236.4 | 17.7 | - | 1.3 | +| 12 | LG | 63C32 | SmartStaxPro | 234.7 | 17.8 | - | -0.4 | +| 13 | AXIS | 63Y68RIB | SmartStaxPro | 234.6 | 17.7 | - | -0.5 | +| 14 | Wyffles | W6505 | Trecepta | 234.5 | 16.6 | - | -0.6 | +| 15 | AXIS | 63W23RIB | DGVT2 | 234.1 | 17.5 | - | -1.0 | +| 16 | Viking/BlueRiver | 76-11 | CONV | 233.9 | 17.1 | - | -1.2 | +| 17 | Pioneer | P14830Q | Qrome | 233.5 | 17.3 | - | -1.6 | +| 18 | American | Organics | X4336 CONV | 232.7 | 16.3 | - | -2.4 | +| 19 | ProHarvest | 76P42 | CONV | 232.5 | 17.4 | - | -2.6 | +| 20 | Cornelius | C6618 | CONV | 232.4 | 16.7 | - | -2.7 | +| 21 | Prairie | 6854 | CONV | 232.2 | 17.0 | - | -2.9 | +| 22 | DeKalb | DKC56-26 | Trecepta | 232.0 | 16.2 | - | -3.1 | +| 22 | Nutech | 68C1V | Vorceed | 232.0 | 16.4 | - | -3.1 | +| 24 | Becks | 5674V | Vorceed | 231.8 | 17.2 | - | -3.3 | +| 24 | AXIS | 62B56RIB | SmartStax | 231.8 | 17.3 | - | -3.3 | +| 26 | DeKalb | DKC114-99 | VT4P | 230.7 | 17.6 | - | -4.4 | +| 27 | Prairie | 8864 | CONV | 229.3 | 17.3 | - | -5.8 | +| 28 | Cornelius | C7308TRE | Trecepta | 229.2 | 17.6 | - | -5.9 | +| 28 | Becks | 6629SSP | SmartStaxPro | 229.2 | 18.2 | - | -5.9 | +| 30 | LG | 61C21 | - | 229.0 | 3110.0 | 18.0 | -6.1 | +| 31 | LG | 62C73 | VT2 | 228.4 | 18.0 | - | -6.7 | +| 32 | AXIS | 63W23RIB | DGVT2 | 227.0 | 17.8 | - | -8.1 | +| 33 | Becks | 6485SX | SmartStax | 226.9 | 17.5 | - | -8.2 | +| 34 | Pioneer | P10625V | Vorceed | 226.7 | 16.6 | - | -8.4 | +| 35 | Pioneer | P13544V | Vorceed | 226.6 | 17.6 | - | -8.5 | +| 36 | Pioneer | P09312V | Vorceed | 226.4 | 17.0 | - | -8.7 | +| 37 | Agrigold | A641-85STXRIB | SmartStax | 226.0 | 17.0 | - | -9.1 | +| 38 | Prairie | 8904 | CONV | 225.9 | 17.8 | - | -9.2 | +| 39 | DeKalb | DKC110-10 | SmartStax | 225.8 | 17.1 | - | -9.3 | +| 39 | Agrigold | A640-12STXRIB | SmartStax | 225.8 | 17.5 | - | -9.3 | +| 41 | Pioneer | P12065Q | Qrome | 225.4 | 17.2 | - | -9.7 | +| 42 | Cornelius | C7216VT4P | VT4P | 225.3 | 17.4 | - | -9.8 | +| 43 | Becks | 6278SX | SmartStax | 225.2 | 17.9 | - | -9.9 | +| 44 | Wyffles | W6630 | CONV | 224.9 | 17.1 | - | -10.2 | +| 45 | American | X4543 | CONV | 224.8 | 17.2 | - | -10.3 | +| 46 | Becks | 5899SX | SmartStax | 224.0 | 17.0 | - | -11.1 | +| 47 | Wyffles | W7048 | SmartStaxPro | 223.8 | 17.1 | - | -11.3 | +| 48 | Prairie | 3051/3054 | CONV | 223.7 | 16.6 | - | -11.4 | +| 48 | ProHarvest | 83P66 | VT2 | 223.7 | 17.8 | - | -11.4 | +| 50 | Viking/BlueRiver | 85-09 | CONV | 222.8 | 17.7 | - | -12.3 | +| 51 | AXIS | 63F60RIB | SmartStaxPro | 222.5 | 18.3 | - | -12.6 | +| 52 | Prairie | 6878 | CONV | 222.0 | 17.2 | - | -13.1 | +| 53 | Nutech | 70B4AM | AcreMax | 221.5 | 16.5 | - | -13.6 | +| 54 | LG | 53C44 | VT2 | 221.3 | 16.3 | - | -13.8 | +| 55 | ProHarvest | 80P75 | PowerCore | 219.9 | 16.6 | - | -15.2 | +| 56 | LG | 57C45 | SmartStaxPro | 219.2 | 16.9 | - | -15.9 | +| 57 | Nutech | 70F6V | Vorceed | 216.8 | 17.2 | - | -18.3 | +| 58 | FS | 5725X | SmartStax | 215.6 | 17.4 | - | -19.5 | +| 59 | American | X4441 | CONV | 215.3 | 17.0 | - | -19.8 | +| 60 | Prairie | 6251 | CONV | 214.3 | 16.4 | - | -20.8 | +| 61 | Becks | 6041Q | Qrome | 213.5 | 16.8 | - | -21.6 | +| 62 | Prairie | 7461/7464 | CONV | 212.5 | 18.1 | - | -22.6 | +| 63 | Nutech | 71A2V | Vorceed | 211.9 | 16.9 | - | -23.2 | +| 64 | AXIS | 66V66RIB | SmartStaxPro | 206.9 | 19.3 | - | -28.2 | +| 65 | LG | 56C25 | SmartStaxPro | 206.4 | 16.5 | - | -28.7 | +| 66 | LG | 52C90 | VT2 | 204.9 | 17.0 | - | -30.2 | +| 67 | AXIS | 59D50RIB | SmartStax | 202.3 | 17.0 | - | -32.8 | +| 68 | Cornelius | C6824 | CONV | 202.2 | 16.9 | - | -32.9 | +| 69 | Pioneer | P0720Q | Qrome | 202.1 | 16.8 | - | -33.0 | +| 70 | ProHarvest | 81P20 | CONV | 197.1 | 17.8 | - | -38.0 | +| 71 | Viking/BlueRiver | 46-02 | CONV | 195.9 | 16.0 | - | -39.2 | +| 72 | Agrigold | A636-16 | 5222EZ | 187.2 | 17.0 | - | -47.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9517.json b/corpus/proharvest_plots/phpr-corn-2024-9517.json new file mode 100644 index 00000000..e7bdd374 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9517.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9517", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Kempton", + "county": "Livingston", + "year": 2024, + "plot_id": 9517, + "cooperator": "Devin Winterroth", + "latitude": 40.9355888, + "longitude": -88.237273, + "company_representative": "Jake Wilken", + "planted_date": "4/25/2024", + "harvested_date": "9/23/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 278.09, + "% H2O": 17.7, + "Test Wt.": 57.6, + "+/- Ave": 24.8 + }, + "brand": "Becks", + "product": "6041", + "traits": "Qrome" + }, + { + "rank": 2, + "metrics": { + "Yield": 269.49, + "% H2O": 17.1, + "Test Wt.": 61.3, + "+/- Ave": 16.2 + }, + "brand": "LG", + "product": "67C27", + "traits": "SS RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 265.99, + "% H2O": 20.6, + "Test Wt.": 50.9, + "+/- Ave": 12.7 + }, + "brand": "NuTech", + "product": "7056", + "traits": "V" + }, + { + "rank": 4, + "metrics": { + "Yield": 259.07, + "% H2O": 19.0, + "Test Wt.": 56.7, + "+/- Ave": 5.8 + }, + "brand": "Becks", + "product": "6458", + "traits": "SS RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 256.79, + "% H2O": 18.0, + "Test Wt.": 57.2, + "+/- Ave": 3.5 + }, + "brand": "Channel", + "product": "215-42", + "traits": "SSPRO" + }, + { + "rank": 6, + "metrics": { + "Yield": 252.98, + "% H2O": 20.5, + "Test Wt.": 53.6, + "+/- Ave": -0.3 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO" + }, + { + "rank": 7, + "metrics": { + "Yield": 251.77, + "% H2O": 21.9, + "Test Wt.": 59.3, + "+/- Ave": -1.5 + }, + "brand": "ProHarvest", + "product": "79P84", + "traits": "SSPRO" + }, + { + "rank": 8, + "metrics": { + "Yield": 250.04, + "% H2O": 16.6, + "Test Wt.": 59.1, + "+/- Ave": -3.2 + }, + "brand": "Becks", + "product": "6064", + "traits": "AM" + }, + { + "rank": 9, + "metrics": { + "Yield": 248.75, + "% H2O": 20.2, + "Test Wt.": 54.3, + "+/- Ave": -4.5 + }, + "brand": "Becks", + "product": "6258", + "traits": "VT4P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 247.32, + "% H2O": 18.1, + "Test Wt.": 56.5, + "+/- Ave": -6.0 + }, + "brand": "Channel", + "product": "214-78", + "traits": "VT2P RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 240.66, + "% H2O": 22.3, + "Test Wt.": 49.6, + "+/- Ave": -12.6 + }, + "brand": "Channel", + "product": "212-63", + "traits": "VT4P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 237.37, + "% H2O": 21.3, + "Test Wt.": 54.5, + "+/- Ave": -15.9 + }, + "brand": "Becks", + "product": "6469", + "traits": "VT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 234.37, + "% H2O": 22.2, + "Test Wt.": 51.0, + "+/- Ave": -18.9 + }, + "brand": "Becks", + "product": "6692", + "traits": "SSPRO" + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Devin-Winteroth-Kempton-IL-60946.pdf" + ], + "fetched_at": "2026-06-05T00:58:17.499919+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9517.md b/corpus/proharvest_plots/phpr-corn-2024-9517.md new file mode 100644 index 00000000..795c42d0 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9517.md @@ -0,0 +1,36 @@ +# Corn yield trial — Devin Winterroth (Kempton, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Kempton, IL · Livingston County +- **Cooperator:** Devin Winterroth +- **Company rep:** Jake Wilken +- **Planted:** 4/25/2024 +- **Harvested:** 9/23/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Devin-Winteroth-Kempton-IL-60946.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Becks | 6041 | Qrome | 278.09 | 17.7 | 57.6 | 24.8 | +| 2 | LG | 67C27 | SS RIB | 269.49 | 17.1 | 61.3 | 16.2 | +| 3 | NuTech | 7056 | V | 265.99 | 20.6 | 50.9 | 12.7 | +| 4 | Becks | 6458 | SS RIB | 259.07 | 19.0 | 56.7 | 5.8 | +| 5 | Channel | 215-42 | SSPRO | 256.79 | 18.0 | 57.2 | 3.5 | +| 6 | ProHarvest | 83P48 | SSPRO | 252.98 | 20.5 | 53.6 | -0.3 | +| 7 | ProHarvest | 79P84 | SSPRO | 251.77 | 21.9 | 59.3 | -1.5 | +| 8 | Becks | 6064 | AM | 250.04 | 16.6 | 59.1 | -3.2 | +| 9 | Becks | 6258 | VT4P RIB | 248.75 | 20.2 | 54.3 | -4.5 | +| 10 | Channel | 214-78 | VT2P RIB | 247.32 | 18.1 | 56.5 | -6.0 | +| 11 | Channel | 212-63 | VT4P RIB | 240.66 | 22.3 | 49.6 | -12.6 | +| 12 | Becks | 6469 | VT2P RIB | 237.37 | 21.3 | 54.5 | -15.9 | +| 13 | Becks | 6692 | SSPRO | 234.37 | 22.2 | 51.0 | -18.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9519.json b/corpus/proharvest_plots/phpr-corn-2024-9519.json new file mode 100644 index 00000000..f052aebc --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9519.json @@ -0,0 +1,224 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9519", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lexington", + "county": "McLean", + "year": 2024, + "plot_id": 9519, + "cooperator": "Hacker Farms", + "latitude": 40.6414237, + "longitude": -88.7834001, + "company_representative": "Doug Hanson", + "planted_date": "5/25/2024", + "harvested_date": "9/24/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 34000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 291.08, + "% H2O": 20.0, + "+/- Ave": 24.1 + }, + "brand": "Channel", + "product": "213-23", + "traits": "VT2ProRib" + }, + { + "rank": 2, + "metrics": { + "Yield": 283.04, + "% H2O": 18.9, + "+/- Ave": 16.0 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TREC" + }, + { + "rank": 3, + "metrics": { + "Yield": 280.74, + "% H2O": 19.7, + "+/- Ave": 13.8 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCERib" + }, + { + "rank": 4, + "metrics": { + "Yield": 279.19, + "% H2O": 22.0, + "+/- Ave": 12.2 + }, + "brand": "Golden Harvest", + "product": "15J91", + "traits": "V" + }, + { + "rank": 5, + "metrics": { + "Yield": 276.1, + "% H2O": 17.7, + "+/- Ave": 9.1 + }, + "brand": "Channel", + "product": "209-25", + "traits": "SSPro Rib" + }, + { + "rank": 6, + "metrics": { + "Yield": 274.02, + "% H2O": 20.2, + "+/- Ave": 7.0 + }, + "brand": "ProHarvest", + "product": "83P33", + "traits": "DGVT2PRib" + }, + { + "rank": 7, + "metrics": { + "Yield": 273.33, + "% H2O": 20.4, + "+/- Ave": 6.3 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2ProRib" + }, + { + "rank": 8, + "metrics": { + "Yield": 273.18, + "% H2O": 20.3, + "+/- Ave": 6.2 + }, + "brand": "Golden Harvest", + "product": "GLV76", + "traits": "DGVT2PRib" + }, + { + "rank": 9, + "metrics": { + "Yield": 271.9, + "% H2O": 17.1, + "+/- Ave": 4.9 + }, + "brand": "Channel", + "product": "211-70", + "traits": "TRERib" + }, + { + "rank": 10, + "metrics": { + "Yield": 269.02, + "% H2O": 18.7, + "+/- Ave": 2.0 + }, + "brand": "Golden Harvest", + "product": "G10L16", + "traits": "DV" + }, + { + "rank": 11, + "metrics": { + "Yield": 268.69, + "% H2O": 18.8, + "+/- Ave": 1.7 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2ProRib" + }, + { + "rank": 12, + "metrics": { + "Yield": 267.05, + "% H2O": 19.6, + "+/- Ave": 0.1 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "V" + }, + { + "rank": 13, + "metrics": { + "Yield": 259.03, + "% H2O": 19.7, + "+/- Ave": -8.0 + }, + "brand": "Channel", + "product": "217-01", + "traits": "VT2ProRib" + }, + { + "rank": 14, + "metrics": { + "Yield": 258.64, + "% H2O": 18.4, + "+/- Ave": -8.3 + }, + "brand": "Channel", + "product": "211-57", + "traits": "SSRib" + }, + { + "rank": 15, + "metrics": { + "Yield": 245.37, + "% H2O": 19.8, + "+/- Ave": -21.6 + }, + "brand": "Channel", + "product": "215-42", + "traits": "SSProRib" + }, + { + "rank": 16, + "metrics": { + "Yield": 239.75, + "% H2O": 19.5, + "+/- Ave": -27.2 + }, + "brand": "Channel", + "product": "214-40", + "traits": "VT4PRib" + }, + { + "rank": 17, + "metrics": { + "Yield": 228.75, + "% H2O": 17.8, + "+/- Ave": -38.2 + }, + "brand": "Golden Harvest", + "product": "G051186", + "traits": "DV" + } + ], + "n_results": 17, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Hacker-Farms-Lexington-IL-61753.pdf" + ], + "fetched_at": "2026-06-05T00:58:16.029487+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9519.md b/corpus/proharvest_plots/phpr-corn-2024-9519.md new file mode 100644 index 00000000..f64bac0a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9519.md @@ -0,0 +1,40 @@ +# Corn yield trial — Hacker Farms (Lexington, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Lexington, IL · McLean County +- **Cooperator:** Hacker Farms +- **Company rep:** Doug Hanson +- **Planted:** 5/25/2024 +- **Harvested:** 9/24/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Hacker-Farms-Lexington-IL-61753.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Channel | 213-23 | VT2ProRib | 291.08 | 20.0 | - | 24.1 | +| 2 | ProHarvest | 84P78 | TREC | 283.04 | 18.9 | - | 16.0 | +| 3 | ProHarvest | 81P20 | PCERib | 280.74 | 19.7 | - | 13.8 | +| 4 | Golden Harvest | 15J91 | V | 279.19 | 22.0 | - | 12.2 | +| 5 | Channel | 209-25 | SSPro Rib | 276.1 | 17.7 | - | 9.1 | +| 6 | ProHarvest | 83P33 | DGVT2PRib | 274.02 | 20.2 | - | 7.0 | +| 7 | ProHarvest | 8360 | VT2ProRib | 273.33 | 20.4 | - | 6.3 | +| 8 | Golden Harvest | GLV76 | DGVT2PRib | 273.18 | 20.3 | - | 6.2 | +| 9 | Channel | 211-70 | TRERib | 271.9 | 17.1 | - | 4.9 | +| 10 | Golden Harvest | G10L16 | DV | 269.02 | 18.7 | - | 2.0 | +| 11 | ProHarvest | 82P79 | VT2ProRib | 268.69 | 18.8 | - | 1.7 | +| 12 | ProHarvest | 81P65 | V | 267.05 | 19.6 | - | 0.1 | +| 13 | Channel | 217-01 | VT2ProRib | 259.03 | 19.7 | - | -8.0 | +| 14 | Channel | 211-57 | SSRib | 258.64 | 18.4 | - | -8.3 | +| 15 | Channel | 215-42 | SSProRib | 245.37 | 19.8 | - | -21.6 | +| 16 | Channel | 214-40 | VT4PRib | 239.75 | 19.5 | - | -27.2 | +| 17 | Golden Harvest | G051186 | DV | 228.75 | 17.8 | - | -38.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9521.json b/corpus/proharvest_plots/phpr-corn-2024-9521.json new file mode 100644 index 00000000..d9c1c1bd --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9521.json @@ -0,0 +1,293 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9521", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lexington", + "county": "McLean", + "year": 2024, + "plot_id": 9521, + "cooperator": "Isu Farm-EXP", + "latitude": 40.6414237, + "longitude": -88.7834001, + "company_representative": "Eric Yoder", + "planted_date": "5/23/2024", + "harvested_date": "10/21/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 16, + "Test Wt.": 57.5, + "Yield": 298.55, + "+/- Ave": 18.2 + } + }, + { + "brand": "Pioneer", + "rank": 2, + "product": "P1742", + "traits": "Q", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 56.7, + "Yield": 295.44, + "+/- Ave": 15.1 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "82P82", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 59.1, + "Yield": 293.84, + "+/- Ave": 13.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "X24797", + "traits": null, + "metrics": { + "% H2O": 17.3, + "Test Wt.": 58.8, + "Yield": 293.7, + "+/- Ave": 13.4 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "8357", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.1, + "Test Wt.": 59.4, + "Yield": 292.48, + "+/- Ave": 12.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "X24728", + "traits": null, + "metrics": { + "% H2O": 15.6, + "Test Wt.": 57.6, + "Yield": 290.65, + "+/- Ave": 10.3 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 16.4, + "Test Wt.": 55.6, + "Yield": 290.4, + "+/- Ave": 10.1 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "X24794", + "traits": null, + "metrics": { + "% H2O": 16.1, + "Test Wt.": 60.4, + "Yield": 289.62, + "+/- Ave": 9.3 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "X24742", + "traits": null, + "metrics": { + "% H2O": 15.1, + "Test Wt.": 60.6, + "Yield": 284.5, + "+/- Ave": 4.2 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 16.7, + "Test Wt.": 54.6, + "Yield": 284.02, + "+/- Ave": 3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Meristem Hopper Throttle", + "% H2O": 15.7, + "Test Wt.": 57.1, + "Yield": 282.15, + "+/- Ave": 1.8 + } + }, + { + "brand": "Pioneer", + "rank": 12, + "product": "P10477V", + "traits": null, + "metrics": { + "% H2O": 15.5, + "Test Wt.": 56.4, + "Yield": 279.25, + "+/- Ave": -1.1 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Rosens Stride Bio", + "% H2O": 16.3, + "Test Wt.": 56.7, + "Yield": 277.74, + "+/- Ave": -2.6 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "X24755", + "traits": null, + "metrics": { + "% H2O": 18.3, + "Test Wt.": 56.5, + "Yield": 276.51, + "+/- Ave": -3.8 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "X24680", + "traits": null, + "metrics": { + "% H2O": 14.9, + "Test Wt.": 57.3, + "Yield": 276.12, + "+/- Ave": -4.2 + } + }, + { + "brand": "Pioneer", + "rank": 16, + "product": "P10625V", + "traits": null, + "metrics": { + "% H2O": 14.7, + "Test Wt.": 58.5, + "Yield": 273.4, + "+/- Ave": -6.9 + } + }, + { + "brand": "Pioneer", + "rank": 17, + "product": "P08527V", + "traits": null, + "metrics": { + "% H2O": 15.2, + "Test Wt.": 58.4, + "Yield": 268.91, + "+/- Ave": -11.4 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "X24640", + "traits": null, + "metrics": { + "% H2O": 16, + "Test Wt.": 57.8, + "Yield": 267.69, + "+/- Ave": -12.6 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "X24724", + "traits": null, + "metrics": { + "% H2O": 17.6, + "Test Wt.": 56.2, + "Yield": 266.58, + "+/- Ave": -13.7 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "X24700", + "traits": null, + "metrics": { + "% H2O": 17.4, + "Test Wt.": 57.7, + "Yield": 259.68, + "+/- Ave": -20.6 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "X24790", + "traits": null, + "metrics": { + "% H2O": 18.5, + "Test Wt.": 56.5, + "Yield": 245.11, + "+/- Ave": -35.2 + } + } + ], + "n_results": 21, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-ISU-Farm-Experimental-Normal-IL-61702.pdf" + ], + "fetched_at": "2026-06-05T00:58:14.519780+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9521.md b/corpus/proharvest_plots/phpr-corn-2024-9521.md new file mode 100644 index 00000000..3fdf963d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9521.md @@ -0,0 +1,43 @@ +# Corn yield trial — Isu Farm-EXP (Lexington, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Lexington, IL · McLean County +- **Cooperator:** Isu Farm-EXP +- **Company rep:** Eric Yoder +- **Planted:** 5/23/2024 +- **Harvested:** 10/21/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-ISU-Farm-Experimental-Normal-IL-61702.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 82P96 | PCE | 298.55 | 16 | 57.5 | 18.2 | +| 2 | Pioneer | P1742 | Q | 295.44 | 18.1 | 56.7 | 15.1 | +| 3 | ProHarvest | 82P82 | VT2PRIB | 293.84 | 14.3 | 59.1 | 13.5 | +| 4 | ProHarvest | X24797 | - | 293.7 | 17.3 | 58.8 | 13.4 | +| 5 | ProHarvest | 8357 | DGVT2PRIB | 292.48 | 16.1 | 59.4 | 12.2 | +| 6 | ProHarvest | X24728 | - | 290.65 | 15.6 | 57.6 | 10.3 | +| 7 | ProHarvest | 81P20 | PCE | 290.4 | 16.4 | 55.6 | 10.1 | +| 8 | ProHarvest | X24794 | - | 289.62 | 16.1 | 60.4 | 9.3 | +| 9 | ProHarvest | X24742 | - | 284.5 | 15.1 | 60.6 | 4.2 | +| 10 | ProHarvest | 81P20 | PCE | 284.02 | 16.7 | 54.6 | 3.7 | +| 11 | ProHarvest | 81P20 | PCE | 282.15 | 15.7 | 57.1 | 1.8 | +| 12 | Pioneer | P10477V | - | 279.25 | 15.5 | 56.4 | -1.1 | +| 13 | ProHarvest | 81P20 | PCE | 277.74 | 16.3 | 56.7 | -2.6 | +| 14 | ProHarvest | X24755 | - | 276.51 | 18.3 | 56.5 | -3.8 | +| 15 | ProHarvest | X24680 | - | 276.12 | 14.9 | 57.3 | -4.2 | +| 16 | Pioneer | P10625V | - | 273.4 | 14.7 | 58.5 | -6.9 | +| 17 | Pioneer | P08527V | - | 268.91 | 15.2 | 58.4 | -11.4 | +| 18 | ProHarvest | X24640 | - | 267.69 | 16 | 57.8 | -12.6 | +| 19 | ProHarvest | X24724 | - | 266.58 | 17.6 | 56.2 | -13.7 | +| 20 | ProHarvest | X24700 | - | 259.68 | 17.4 | 57.7 | -20.6 | +| 21 | ProHarvest | X24790 | - | 245.11 | 18.5 | 56.5 | -35.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9523.json b/corpus/proharvest_plots/phpr-corn-2024-9523.json new file mode 100644 index 00000000..7e0ccb88 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9523.json @@ -0,0 +1,268 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9523", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lexington", + "county": "McLean", + "year": 2024, + "plot_id": 9523, + "cooperator": "Isu Farm", + "latitude": 40.6414237, + "longitude": -88.7834001, + "company_representative": "Eric Yoder", + "planted_date": "5/13/2024", + "harvested_date": "10/16/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": "W/ Fung.", + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 54.9, + "Yield": 260.48, + "+/- Ave": 15.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 57.7, + "Yield": 257.91, + "+/- Ave": 12.7 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 19.2, + "Test Wt.": 58, + "Yield": 254.64, + "+/- Ave": 9.4 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 57.3, + "Yield": 253.8, + "+/- Ave": 8.6 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 18.2, + "Test Wt.": 56.9, + "Yield": 251.63, + "+/- Ave": 6.4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 19.4, + "Test Wt.": 57.1, + "Yield": 251.45, + "+/- Ave": 6.2 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "78P23", + "traits": "PCE", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 58.5, + "Yield": 251.21, + "+/- Ave": 6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Meristem Hopper Throttle", + "% H2O": 15.4, + "Test Wt.": 56, + "Yield": 245.92, + "+/- Ave": 0.7 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 19.6, + "Test Wt.": 56.2, + "Yield": 244.86, + "+/- Ave": -0.4 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "77P60", + "traits": "SSRIB", + "metrics": { + "% H2O": 14.6, + "Test Wt.": 56.2, + "Yield": 243.93, + "+/- Ave": -1.3 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 58.9, + "Yield": 243.49, + "+/- Ave": -1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "79P49", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17, + "Test Wt.": 58.6, + "Yield": 243.4, + "+/- Ave": -1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "77P19", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 57.9, + "Yield": 243.03, + "+/- Ave": -2.2 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 17.8, + "Test Wt.": 56.8, + "Yield": 242.2, + "+/- Ave": -3 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "85P58", + "traits": "VT2P", + "metrics": { + "% H2O": 17.8, + "Test Wt.": 59.9, + "Yield": 241.46, + "+/- Ave": -3.8 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Rosens Stride Bio", + "% H2O": 16.5, + "Test Wt.": 56, + "Yield": 241.06, + "+/- Ave": -4.2 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 59.8, + "Yield": 240.15, + "+/- Ave": -5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 15.9, + "Test Wt.": 57.2, + "Yield": 237.38, + "+/- Ave": -7.9 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.9, + "Test Wt.": 57.5, + "Yield": 211.65, + "+/- Ave": -33.6 + } + } + ], + "n_results": 19, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-ISU-Farm-Lexington-IL-61753.pdf" + ], + "fetched_at": "2026-06-05T00:58:13.012848+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9523.md b/corpus/proharvest_plots/phpr-corn-2024-9523.md new file mode 100644 index 00000000..482e6b08 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9523.md @@ -0,0 +1,43 @@ +# Corn yield trial — Isu Farm (Lexington, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Lexington, IL · McLean County +- **Cooperator:** Isu Farm +- **Company rep:** Eric Yoder +- **Planted:** 5/13/2024 +- **Harvested:** 10/16/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-ISU-Farm-Lexington-IL-61753.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 80P75 | PCE | 260.48 | 17.5 | 54.9 | 15.2 | +| 2 | ProHarvest | 79P54 | SSPRO | 257.91 | 16.8 | 57.7 | 12.7 | +| 3 | ProHarvest | 84P30 | AA | 254.64 | 19.2 | 58 | 9.4 | +| 4 | ProHarvest | 84P78 | TRERIB | 253.8 | 18.7 | 57.3 | 8.6 | +| 5 | ProHarvest | 83P17 | PCE | 251.63 | 18.2 | 56.9 | 6.4 | +| 6 | ProHarvest | 83P33 | DGVT2PRIB | 251.45 | 19.4 | 57.1 | 6.2 | +| 7 | ProHarvest | 78P23 | PCE | 251.21 | 16.7 | 58.5 | 6 | +| 8 | ProHarvest | 81P20 | PCE | 245.92 | 15.4 | 56 | 0.7 | +| 9 | ProHarvest | 83P66 | VT2PRIB | 244.86 | 19.6 | 56.2 | -0.4 | +| 10 | ProHarvest | 77P60 | SSRIB | 243.93 | 14.6 | 56.2 | -1.3 | +| 11 | ProHarvest | 82P79 | VT2PRIB | 243.49 | 17.5 | 58.9 | -1.8 | +| 12 | ProHarvest | 79P49 | VT2PRIB | 243.4 | 17 | 58.6 | -1.8 | +| 13 | ProHarvest | 77P19 | VT2PRIB | 243.03 | 15.5 | 57.9 | -2.2 | +| 14 | ProHarvest | 81P65 | V | 242.2 | 17.8 | 56.8 | -3 | +| 15 | ProHarvest | 85P58 | VT2P | 241.46 | 17.8 | 59.9 | -3.8 | +| 16 | ProHarvest | 81P20 | PCE | 241.06 | 16.5 | 56 | -4.2 | +| 17 | ProHarvest | 83P48 | SSPRO | 240.15 | 17.1 | 59.8 | -5.1 | +| 18 | ProHarvest | 81P20 | PCE | 237.38 | 15.9 | 57.2 | -7.9 | +| 19 | ProHarvest | 8360 | VT2PRIB | 211.65 | 18.9 | 57.5 | -33.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9525.json b/corpus/proharvest_plots/phpr-corn-2024-9525.json new file mode 100644 index 00000000..04a32419 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9525.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9525", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Monticello", + "county": "Piatt", + "year": 2024, + "plot_id": 9525, + "cooperator": "Jesse and Tucker Muse", + "latitude": 40.026295, + "longitude": -88.567956, + "company_representative": "Tucker Muse", + "planted_date": "5/21/2024", + "harvested_date": "10/27/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": "Aproach Prima", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 16, + "Test Wt.": 59.8, + "Yield": 273.4, + "+/- Ave": 19.1 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 57.2, + "Yield": 266.62, + "+/- Ave": 12.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 58.5, + "Yield": 266.45, + "+/- Ave": 12.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 17.8, + "Test Wt.": 56.9, + "Yield": 265.45, + "+/- Ave": 11.1 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 57.1, + "Yield": 258.68, + "+/- Ave": 4.4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 14.6, + "Test Wt.": 59.1, + "Yield": 257.99, + "+/- Ave": 3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.3, + "Test Wt.": 58.8, + "Yield": 254.33, + "+/- Ave": 0 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "85P58", + "traits": "VT2P RIB", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 62.4, + "Yield": 253.84, + "+/- Ave": -0.5 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "84P22", + "traits": "V", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 59.7, + "Yield": 252.16, + "+/- Ave": -2.1 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 15, + "Test Wt.": 61.2, + "Yield": 251.77, + "+/- Ave": -2.5 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 61.8, + "Yield": 226.87, + "+/- Ave": -27.4 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 18.4, + "Test Wt.": 59.8, + "Yield": 224.11, + "+/- Ave": -30.2 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Jesse-Tucker-Muse-Monticello-IL-61856.pdf" + ], + "fetched_at": "2026-06-05T00:58:11.453177+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9525.md b/corpus/proharvest_plots/phpr-corn-2024-9525.md new file mode 100644 index 00000000..d7410f16 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9525.md @@ -0,0 +1,36 @@ +# Corn yield trial — Jesse and Tucker Muse (Monticello, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Monticello, IL · Piatt County +- **Cooperator:** Jesse and Tucker Muse +- **Company rep:** Tucker Muse +- **Planted:** 5/21/2024 +- **Harvested:** 10/27/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Aproach Prima +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Jesse-Tucker-Muse-Monticello-IL-61856.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P48 | SSPRO | 273.4 | 16 | 59.8 | 19.1 | +| 2 | ProHarvest | 82P96 | PCE | 266.62 | 16.6 | 57.2 | 12.3 | +| 3 | ProHarvest | 84P78 | TRERIB | 266.45 | 16.2 | 58.5 | 12.1 | +| 4 | ProHarvest | 83P17 | PCE | 265.45 | 17.8 | 56.9 | 11.1 | +| 5 | ProHarvest | 80P75 | PCE | 258.68 | 14.9 | 57.1 | 4.4 | +| 6 | ProHarvest | 79P87 | SSRIB | 257.99 | 14.6 | 59.1 | 3.7 | +| 7 | ProHarvest | 83P66 | VT2PRIB | 254.33 | 17.3 | 58.8 | 0 | +| 8 | ProHarvest | 85P58 | VT2P RIB | 253.84 | 14.9 | 62.4 | -0.5 | +| 9 | ProHarvest | 84P22 | V | 252.16 | 16.6 | 59.7 | -2.1 | +| 10 | ProHarvest | 82P68 | SSPRO | 251.77 | 15 | 61.2 | -2.5 | +| 11 | ProHarvest | 8360 | VT2PRIB | 226.87 | 15.5 | 61.8 | -27.4 | +| 12 | ProHarvest | 84P30 | AA | 224.11 | 18.4 | 59.8 | -30.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9527.json b/corpus/proharvest_plots/phpr-corn-2024-9527.json new file mode 100644 index 00000000..10083e31 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9527.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9527", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Joliet", + "county": "Will", + "year": 2024, + "plot_id": 9527, + "cooperator": "Joliet Junior College", + "latitude": 41.5263603, + "longitude": -88.0840212, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Joliet-Junior-College-Joliet-IL-60403.pdf" + ], + "fetched_at": "2026-06-05T00:58:10.044465+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9527.md b/corpus/proharvest_plots/phpr-corn-2024-9527.md new file mode 100644 index 00000000..4f7a9492 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9527.md @@ -0,0 +1,59 @@ +# Corn yield trial — Joliet Junior College (Joliet, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Joliet, IL · Will County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Joliet-Junior-College-Joliet-IL-60403.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 Corn Hybrid Plot +J.F. Richards Land Laboratory Cooperator Joliet Junior College +Address 1215 Houbolt Road +City, State, Zip Joliet, IL 60431 +County Will +Crop Corn; 30" rows +Planting Rate 34,000 +Previous Crop corn +Tillage System fall chisel; spring disk; spring cultivate +Plot Width 180" +Plot Length 812' +Planting Date: May 20, 2024 Harvest Date: October 16-18, 2024 Nitrogen 100# N pre-plant; 85# side dress post emerge Irrigation none +Bu/A= [(100 - measured % moisture) * 0.01 ] x harvest weight Herbicide Calisto Xtra + Roundup Max Fungicide none +÷ [(1-0.155) x 56 lb/bu] ÷ [(plot width) x (plot length)/43,560ft²/A] +Entry Harvest Harvest Bu/Acre @ +(south to Brand Hybrid Traits RM Rank +north) Weight Moisture % 15% moisture +1 NuTech (check₁) 68C1V 108 2785 15.4 167.1 26 +2 Stone 1103 SS 111 3255 17.0 191.6 22 +3 LG 63C77 STX RIB 113 3445 18.1 200.1 18 +4 DeKalb DKC 110-10 SS RIB 110 3430 18.0 199.4 19 +5 SunPrairie 2607 RIB 111 3485 13.0 215.0 5 +6 Golden Harvest G10L16-DV 110 3585 17.8 209.0 9 +7 Wyffels W7759 PP RIB 113 3595 20.1 203.7 13 +8 Burrus 5F17Q QROME 110 3160 18.3 184.2 23 +9 NuTech 70F6V 110 3210 15.1 193.3 21 +10 Golden Harvest G05U86-DV 105 2605 15.5 156.1 27 +11 Wyffels W6479SP 110 3670 17.3 215.2 4 +12 Channel 211-11 111 3500 17.3 206.6 10 +13 ProHarvest 81P20 PCE 111 3540 17.1 209.4 8 +14 NuTech (check₂) 68C1V 108 3435 15.9 204.8 12 +15 CHS/Allegiant 10687 SS PRO RIB 106 2990 14.1 182.1 24 +16 Agrigold A643-24 PCE 113 3470 19.9 197.1 20 +17 LG 61C34 111 3560 18.5 205.7 11 +18 SunPrairie 2562 109 3340 15.0 201.3 14 +19 ProHarvest 79P87 Stax 109 3630 15.9 216.5 2 +20 NuTech 66C2V 106 3350 15.7 200.3 16 +21 Burrus 5J21AM 110 3560 17.0 209.5 7 +22 DeKalb DKC 112-29 SS PRO RIB 112 3765 18.7 217.0 1 +23 Agrigold A639-03 VT2 109 3575 17.1 210.2 6 +24 Stone 0904 SP 109 3620 15.9 215.9 3 +25 Channel 205-40 PRIB 105 3290 14.2 200.2 17 +26 CHS/Allegiant 111VT4P 108 3425 17.4 200.6 15 +27 NuTech (checkᵌ) 68C1V 108 2900 16.5 171.7 25 +PLOT AVERAGE: 199.4 bu/A +``` diff --git a/corpus/proharvest_plots/phpr-corn-2024-9529.json b/corpus/proharvest_plots/phpr-corn-2024-9529.json new file mode 100644 index 00000000..3a72d05f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9529.json @@ -0,0 +1,277 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9529", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clinton", + "county": "Dewitt", + "year": 2024, + "plot_id": 9529, + "cooperator": "Kevin McMath", + "latitude": 38.5896187, + "longitude": -89.420064, + "company_representative": "Rick Urish", + "planted_date": "1/0/1900", + "harvested_date": "1/0/1900", + "previous_crop": null, + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 276.36, + "% H2O": 19.7, + "Test Wt.": 56.6, + "+/- Ave": 23.0 + }, + "brand": "PIONEER", + "product": "P1742", + "traits": "PCE PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 279.26, + "% H2O": 16.3, + "Test Wt.": 56.6, + "+/- Ave": 26.0 + }, + "brand": "PRO", + "product": "HARVEST", + "traits": "80P75PCE PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 272.82, + "% H2O": 16.7, + "Test Wt.": 58.0, + "+/- Ave": 19.5 + }, + "brand": "PIONEER", + "product": "P09312V", + "traits": "VCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 270.21, + "% H2O": 18.8, + "Test Wt.": 55.4, + "+/- Ave": 16.9 + }, + "brand": "BURRUS", + "product": "6U77", + "traits": "SSP SSPRO" + }, + { + "rank": 5, + "metrics": { + "Yield": 265.89, + "% H2O": 20.1, + "Test Wt.": 58.0, + "+/- Ave": 12.6 + }, + "brand": "PRO", + "product": "HARVEST", + "traits": "83P48 STAX PRO SS RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 266.54, + "% H2O": 18.4, + "Test Wt.": 58.8, + "+/- Ave": 13.2 + }, + "brand": "BURRUS", + "product": "7P71", + "traits": "VT2P VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 259.31, + "% H2O": 20.4, + "Test Wt.": 58.4, + "+/- Ave": 6.0 + }, + "brand": "DEKALB", + "product": "DKC", + "traits": "68-34 RIB SS RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 261.74, + "% H2O": 19.0, + "Test Wt.": 58.5, + "+/- Ave": 8.4 + }, + "brand": "BURRUS", + "product": "6N54", + "traits": "VT2P VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 265.3, + "% H2O": 17.9, + "Test Wt.": 55.8, + "+/- Ave": 12.0 + }, + "brand": "DEKALB", + "product": "DKC110-10RIB110", + "traits": "SS RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 256.28, + "% H2O": 19.6, + "Test Wt.": 56.5, + "+/- Ave": 3.0 + }, + "brand": "BURRUS", + "product": "7F33", + "traits": "VT2P VT2P RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 262.62, + "% H2O": 19.6, + "Test Wt.": 57.8, + "+/- Ave": 9.3 + }, + "brand": "AGRIGOLD", + "product": "A643-52VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 259.94, + "% H2O": 18.9, + "Test Wt.": 56.8, + "+/- Ave": 6.6 + }, + "brand": "AGRIGOLD", + "product": "A642-05VT2RIB1", + "traits": "VT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 256.22, + "% H2O": 18.5, + "Test Wt.": 57.9, + "+/- Ave": 2.9 + }, + "brand": "PIONEER", + "product": "P14830Q", + "traits": "Qrome" + }, + { + "rank": 14, + "metrics": { + "Yield": 255.83, + "% H2O": 20.4, + "Test Wt.": 58.2, + "+/- Ave": 2.5 + }, + "brand": "PRO", + "product": "HARVEST", + "traits": "83P66VT2PRO VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 241.79, + "% H2O": 20.2, + "Test Wt.": 56.0, + "+/- Ave": -11.5 + }, + "brand": "BURRUS", + "product": "8M81", + "traits": "TRE TRE RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 243.19, + "% H2O": 20.2, + "Test Wt.": 56.6, + "+/- Ave": -10.1 + }, + "brand": "AGRIGOLD", + "product": "646130", + "traits": "VT2P RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 230.23, + "% H2O": 19.6, + "Test Wt.": 55.6, + "+/- Ave": -23.1 + }, + "brand": "DEKALB", + "product": "DKC", + "traits": "66-18 RIB VT2P RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 233.67, + "% H2O": 18.4, + "Test Wt.": 57.1, + "+/- Ave": -19.6 + }, + "brand": "PIONEER", + "product": "P13777V", + "traits": "VCE" + }, + { + "rank": 19, + "metrics": { + "Yield": 232.76, + "% H2O": 19.7, + "Test Wt.": 59.2, + "+/- Ave": -20.6 + }, + "brand": "PRO", + "product": "HARVEST", + "traits": "85P58 STAX SS RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 225.69, + "% H2O": 20.7, + "Test Wt.": 57.6, + "+/- Ave": -27.6 + }, + "brand": "BURRUS", + "product": "7L62", + "traits": "AA AA" + } + ], + "n_results": 20, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Kevin-McMath-Clinton-IL-61727.pdf" + ], + "fetched_at": "2026-06-05T00:58:08.529046+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9529.md b/corpus/proharvest_plots/phpr-corn-2024-9529.md new file mode 100644 index 00000000..367c8966 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9529.md @@ -0,0 +1,39 @@ +# Corn yield trial — Kevin McMath (Clinton, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Clinton, IL · Dewitt County +- **Cooperator:** Kevin McMath +- **Company rep:** Rick Urish +- **Planted:** 1/0/1900 +- **Harvested:** 1/0/1900 +- **Row width:** 30" +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Kevin-McMath-Clinton-IL-61727.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | PIONEER | P1742 | PCE PCE | 276.36 | 19.7 | 56.6 | 23.0 | +| 2 | PRO | HARVEST | 80P75PCE PCE | 279.26 | 16.3 | 56.6 | 26.0 | +| 3 | PIONEER | P09312V | VCE | 272.82 | 16.7 | 58.0 | 19.5 | +| 4 | BURRUS | 6U77 | SSP SSPRO | 270.21 | 18.8 | 55.4 | 16.9 | +| 5 | PRO | HARVEST | 83P48 STAX PRO SS RIB | 265.89 | 20.1 | 58.0 | 12.6 | +| 6 | BURRUS | 7P71 | VT2P VT2P RIB | 266.54 | 18.4 | 58.8 | 13.2 | +| 7 | DEKALB | DKC | 68-34 RIB SS RIB | 259.31 | 20.4 | 58.4 | 6.0 | +| 8 | BURRUS | 6N54 | VT2P VT2P RIB | 261.74 | 19.0 | 58.5 | 8.4 | +| 9 | DEKALB | DKC110-10RIB110 | SS RIB | 265.3 | 17.9 | 55.8 | 12.0 | +| 10 | BURRUS | 7F33 | VT2P VT2P RIB | 256.28 | 19.6 | 56.5 | 3.0 | +| 11 | AGRIGOLD | A643-52VT2RIB | VT2P RIB | 262.62 | 19.6 | 57.8 | 9.3 | +| 12 | AGRIGOLD | A642-05VT2RIB1 | VT2P RIB | 259.94 | 18.9 | 56.8 | 6.6 | +| 13 | PIONEER | P14830Q | Qrome | 256.22 | 18.5 | 57.9 | 2.9 | +| 14 | PRO | HARVEST | 83P66VT2PRO VT2P RIB | 255.83 | 20.4 | 58.2 | 2.5 | +| 15 | BURRUS | 8M81 | TRE TRE RIB | 241.79 | 20.2 | 56.0 | -11.5 | +| 16 | AGRIGOLD | 646130 | VT2P RIB | 243.19 | 20.2 | 56.6 | -10.1 | +| 17 | DEKALB | DKC | 66-18 RIB VT2P RIB | 230.23 | 19.6 | 55.6 | -23.1 | +| 18 | PIONEER | P13777V | VCE | 233.67 | 18.4 | 57.1 | -19.6 | +| 19 | PRO | HARVEST | 85P58 STAX SS RIB | 232.76 | 19.7 | 59.2 | -20.6 | +| 20 | BURRUS | 7L62 | AA AA | 225.69 | 20.7 | 57.6 | -27.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9531.json b/corpus/proharvest_plots/phpr-corn-2024-9531.json new file mode 100644 index 00000000..cb540e89 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9531.json @@ -0,0 +1,289 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9531", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ashkum", + "county": "Iroquois", + "year": 2024, + "plot_id": 9531, + "cooperator": "Wilken", + "latitude": 40.8803114, + "longitude": -87.9550405, + "company_representative": "Jake Wilken", + "planted_date": "5/11/2024", + "harvested_date": "10/15/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 37250, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 24.2, + "Test Wt.": null, + "Yield": 272.3, + "+/- Ave": 19.6 + } + }, + { + "brand": "Wyffels", + "rank": 2, + "product": "W7876RIB", + "traits": null, + "metrics": { + "% H2O": 23.5, + "Test Wt.": null, + "Yield": 269.61, + "+/- Ave": 16.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 23, + "Test Wt.": null, + "Yield": 268.09, + "+/- Ave": 15.3 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 23.6, + "Test Wt.": null, + "Yield": 265.35, + "+/- Ave": 12.6 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 21.6, + "Test Wt.": null, + "Yield": 261.62, + "+/- Ave": 8.9 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 22.5, + "Test Wt.": null, + "Yield": 259.28, + "+/- Ave": 6.5 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "77P60", + "traits": "SSRIB", + "metrics": { + "% H2O": 20.3, + "Test Wt.": null, + "Yield": 256.46, + "+/- Ave": 3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 22, + "Test Wt.": null, + "Yield": 253.65, + "+/- Ave": 0.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 22.7, + "Test Wt.": null, + "Yield": 253.34, + "+/- Ave": 0.6 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 23.5, + "Test Wt.": null, + "Yield": 252.68, + "+/- Ave": -0.1 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 21, + "Test Wt.": null, + "Yield": 251.52, + "+/- Ave": -1.2 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 21.9, + "Test Wt.": null, + "Yield": 251.31, + "+/- Ave": -1.4 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 22.6, + "Test Wt.": null, + "Yield": 249.06, + "+/- Ave": -3.7 + } + }, + { + "brand": "DEKALB", + "rank": 14, + "product": "DKC63-90RIB", + "traits": null, + "metrics": { + "% H2O": 22, + "Test Wt.": null, + "Yield": 249, + "+/- Ave": -3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 24.4, + "Test Wt.": null, + "Yield": 248.42, + "+/- Ave": -4.3 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "81P88", + "traits": "SSRIB", + "metrics": { + "% H2O": 22.3, + "Test Wt.": null, + "Yield": 248.04, + "+/- Ave": -4.7 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 21.9, + "Test Wt.": null, + "Yield": 247.99, + "+/- Ave": -4.8 + } + }, + { + "brand": "DEKALB", + "rank": 18, + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "% H2O": 20.7, + "Test Wt.": null, + "Yield": 242.35, + "+/- Ave": -10.4 + } + }, + { + "brand": "Wyffels", + "rank": 19, + "product": "W5778RIB", + "traits": null, + "metrics": { + "% H2O": 20.5, + "Test Wt.": null, + "Yield": 238.22, + "+/- Ave": -14.5 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 24.8, + "Test Wt.": null, + "Yield": 237.5, + "+/- Ave": -15.2 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "75P85", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 18, + "Test Wt.": null, + "Yield": 231.75, + "+/- Ave": -21 + } + } + ], + "n_results": 21, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Lynn-Wilken-Ashkum-IL-60911.pdf" + ], + "fetched_at": "2026-06-05T00:58:07.018498+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9531.md b/corpus/proharvest_plots/phpr-corn-2024-9531.md new file mode 100644 index 00000000..ab88e528 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9531.md @@ -0,0 +1,44 @@ +# Corn yield trial — Wilken (Ashkum, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Ashkum, IL · Iroquois County +- **Cooperator:** Wilken +- **Company rep:** Jake Wilken +- **Planted:** 5/11/2024 +- **Harvested:** 10/15/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 37,250 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Lynn-Wilken-Ashkum-IL-60911.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRERIB | 272.3 | 24.2 | None | 19.6 | +| 2 | Wyffels | W7876RIB | - | 269.61 | 23.5 | None | 16.9 | +| 3 | ProHarvest | 83P66 | VT2PRIB | 268.09 | 23 | None | 15.3 | +| 4 | ProHarvest | 83P17 | PCE | 265.35 | 23.6 | None | 12.6 | +| 5 | ProHarvest | 79P87 | SSRIB | 261.62 | 21.6 | None | 8.9 | +| 6 | ProHarvest | 8360 | VT2PRIB | 259.28 | 22.5 | None | 6.5 | +| 7 | ProHarvest | 77P60 | SSRIB | 256.46 | 20.3 | None | 3.7 | +| 8 | ProHarvest | 79P54 | SSPRO | 253.65 | 22 | None | 0.9 | +| 9 | ProHarvest | 81P65 | V | 253.34 | 22.7 | None | 0.6 | +| 10 | ProHarvest | 85P58 | SSRIB | 252.68 | 23.5 | None | -0.1 | +| 11 | ProHarvest | 80P75 | PCE | 251.52 | 21 | None | -1.2 | +| 12 | ProHarvest | 81P20 | PCE | 251.31 | 21.9 | None | -1.4 | +| 13 | ProHarvest | 82P68 | SSPRO | 249.06 | 22.6 | None | -3.7 | +| 14 | DEKALB | DKC63-90RIB | - | 249 | 22 | None | -3.7 | +| 15 | ProHarvest | 83P48 | SSPRO | 248.42 | 24.4 | None | -4.3 | +| 16 | ProHarvest | 81P88 | SSRIB | 248.04 | 22.3 | None | -4.7 | +| 17 | ProHarvest | 83P33 | DGVT2PRIB | 247.99 | 21.9 | None | -4.8 | +| 18 | DEKALB | DKC59-82RIB | - | 242.35 | 20.7 | None | -10.4 | +| 19 | Wyffels | W5778RIB | - | 238.22 | 20.5 | None | -14.5 | +| 20 | ProHarvest | 84P30 | AA | 237.5 | 24.8 | None | -15.2 | +| 21 | ProHarvest | 75P85 | DGVT2PRIB | 231.75 | 18 | None | -21 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9533.json b/corpus/proharvest_plots/phpr-corn-2024-9533.json new file mode 100644 index 00000000..44f92ddd --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9533.json @@ -0,0 +1,301 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9533", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Aledo", + "county": "Mercer", + "year": 2024, + "plot_id": 9533, + "cooperator": "Paul Young", + "latitude": 41.1998568, + "longitude": -90.7486349, + "company_representative": "Ronn Dillavou", + "planted_date": "4/23/2024", + "harvested_date": "10/4/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 313.42, + "% H2O": 16.0, + "Test Wt.": 61.2, + "+/- Ave": 19.4 + }, + "brand": "Brevant", + "product": "B13C49", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 312.83, + "% H2O": 14.0, + "Test Wt.": 60.2, + "+/- Ave": 18.8 + }, + "brand": "Brevant", + "product": "B10Y21", + "traits": "Vorceed" + }, + { + "rank": 3, + "metrics": { + "Yield": 309.1, + "% H2O": 15.6, + "Test Wt.": 60.9, + "+/- Ave": 15.1 + }, + "brand": "LG", + "product": "63C54", + "traits": "PCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 307.9, + "% H2O": 15.6, + "Test Wt.": 62.3, + "+/- Ave": 13.9 + }, + "brand": "Brevant", + "product": "B11M47", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 299.15, + "% H2O": 14.0, + "Test Wt.": 62.2, + "+/- Ave": 5.1 + }, + "brand": "Midwest", + "product": "MW14-60", + "traits": "TRE" + }, + { + "rank": 6, + "metrics": { + "Yield": 298.87, + "% H2O": 15.2, + "Test Wt.": 61.7, + "+/- Ave": 4.8 + }, + "brand": "Brevant", + "product": "B12H48", + "traits": "PCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 298.27, + "% H2O": 14.6, + "Test Wt.": 61.9, + "+/- Ave": 4.2 + }, + "brand": "LG", + "product": "63C82", + "traits": "DGVT2P" + }, + { + "rank": 8, + "metrics": { + "Yield": 298.27, + "% H2O": 15.5, + "Test Wt.": 62.3, + "+/- Ave": 4.2 + }, + "brand": "Brevant", + "product": "B13C49", + "traits": "PCE" + }, + { + "rank": 9, + "metrics": { + "Yield": 298.12, + "% H2O": 15.5, + "Test Wt.": 61.1, + "+/- Ave": 4.1 + }, + "brand": "Midwest", + "product": "MW12-48", + "traits": "DGVT2P" + }, + { + "rank": 10, + "metrics": { + "Yield": 297.27, + "% H2O": 14.8, + "Test Wt.": 61.4, + "+/- Ave": 3.2 + }, + "brand": "Brevant", + "product": "B16K30", + "traits": "PCE" + }, + { + "rank": 11, + "metrics": { + "Yield": 296.88, + "% H2O": 13.6, + "Test Wt.": 63.1, + "+/- Ave": 2.9 + }, + "brand": "ProHarvest", + "product": "78P23", + "traits": "PCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 293.23, + "% H2O": 14.4, + "Test Wt.": 60.7, + "+/- Ave": -0.8 + }, + "brand": "Brevant", + "product": "B10A20", + "traits": "AM" + }, + { + "rank": 13, + "metrics": { + "Yield": 292.99, + "% H2O": 15.6, + "Test Wt.": 62.2, + "+/- Ave": -1.0 + }, + "brand": "ProHarvest", + "product": "83P17", + "traits": "PCE" + }, + { + "rank": 14, + "metrics": { + "Yield": 291.2, + "% H2O": 13.7, + "Test Wt.": 59.7, + "+/- Ave": -2.8 + }, + "brand": "Brevant", + "product": "B08R32", + "traits": "AM" + }, + { + "rank": 15, + "metrics": { + "Yield": 291.17, + "% H2O": 13.8, + "Test Wt.": 62.0, + "+/- Ave": -2.9 + }, + "brand": "Midwest", + "product": "MW13-60", + "traits": "PCE" + }, + { + "rank": 16, + "metrics": { + "Yield": 290.54, + "% H2O": 14.3, + "Test Wt.": 59.3, + "+/- Ave": -3.5 + }, + "brand": "LG", + "product": "61C34", + "traits": "SS" + }, + { + "rank": 17, + "metrics": { + "Yield": 289.68, + "% H2O": 13.7, + "Test Wt.": 58.0, + "+/- Ave": -4.4 + }, + "brand": "Midwest", + "product": "MW09-90", + "traits": "PCE" + }, + { + "rank": 18, + "metrics": { + "Yield": 285.84, + "% H2O": 15.2, + "Test Wt.": 59.7, + "+/- Ave": -8.2 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE" + }, + { + "rank": 19, + "metrics": { + "Yield": 282.49, + "% H2O": 14.9, + "Test Wt.": 60.5, + "+/- Ave": -11.5 + }, + "brand": "LG", + "product": "60C86", + "traits": "5222EZ" + }, + { + "rank": 20, + "metrics": { + "Yield": 281.56, + "% H2O": 15.0, + "Test Wt.": 62.1, + "+/- Ave": -12.5 + }, + "brand": "LG", + "product": "63C32", + "traits": "SSP" + }, + { + "rank": 21, + "metrics": { + "Yield": 272.86, + "% H2O": 15.6, + "Test Wt.": 61.1, + "+/- Ave": -21.2 + }, + "brand": "Midwest", + "product": "MW11-30", + "traits": "TRE" + }, + { + "rank": 22, + "metrics": { + "Yield": 267.05, + "% H2O": 14.5, + "Test Wt.": 62.4, + "+/- Ave": -27.0 + }, + "brand": "LG", + "product": "63C77", + "traits": "SS" + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Paul-Young-Aledo-IL-61231.pdf" + ], + "fetched_at": "2026-06-05T00:58:05.492005+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9533.md b/corpus/proharvest_plots/phpr-corn-2024-9533.md new file mode 100644 index 00000000..4c2d4ef8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9533.md @@ -0,0 +1,46 @@ +# Corn yield trial — Paul Young (Aledo, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Aledo, IL · Mercer County +- **Cooperator:** Paul Young +- **Company rep:** Ronn Dillavou +- **Planted:** 4/23/2024 +- **Harvested:** 10/4/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Paul-Young-Aledo-IL-61231.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Brevant | B13C49 | PCE | 313.42 | 16.0 | 61.2 | 19.4 | +| 2 | Brevant | B10Y21 | Vorceed | 312.83 | 14.0 | 60.2 | 18.8 | +| 3 | LG | 63C54 | PCE | 309.1 | 15.6 | 60.9 | 15.1 | +| 4 | Brevant | B11M47 | PCE | 307.9 | 15.6 | 62.3 | 13.9 | +| 5 | Midwest | MW14-60 | TRE | 299.15 | 14.0 | 62.2 | 5.1 | +| 6 | Brevant | B12H48 | PCE | 298.87 | 15.2 | 61.7 | 4.8 | +| 7 | LG | 63C82 | DGVT2P | 298.27 | 14.6 | 61.9 | 4.2 | +| 8 | Brevant | B13C49 | PCE | 298.27 | 15.5 | 62.3 | 4.2 | +| 9 | Midwest | MW12-48 | DGVT2P | 298.12 | 15.5 | 61.1 | 4.1 | +| 10 | Brevant | B16K30 | PCE | 297.27 | 14.8 | 61.4 | 3.2 | +| 11 | ProHarvest | 78P23 | PCE | 296.88 | 13.6 | 63.1 | 2.9 | +| 12 | Brevant | B10A20 | AM | 293.23 | 14.4 | 60.7 | -0.8 | +| 13 | ProHarvest | 83P17 | PCE | 292.99 | 15.6 | 62.2 | -1.0 | +| 14 | Brevant | B08R32 | AM | 291.2 | 13.7 | 59.7 | -2.8 | +| 15 | Midwest | MW13-60 | PCE | 291.17 | 13.8 | 62.0 | -2.9 | +| 16 | LG | 61C34 | SS | 290.54 | 14.3 | 59.3 | -3.5 | +| 17 | Midwest | MW09-90 | PCE | 289.68 | 13.7 | 58.0 | -4.4 | +| 18 | ProHarvest | 84P78 | TRE | 285.84 | 15.2 | 59.7 | -8.2 | +| 19 | LG | 60C86 | 5222EZ | 282.49 | 14.9 | 60.5 | -11.5 | +| 20 | LG | 63C32 | SSP | 281.56 | 15.0 | 62.1 | -12.5 | +| 21 | Midwest | MW11-30 | TRE | 272.86 | 15.6 | 61.1 | -21.2 | +| 22 | LG | 63C77 | SS | 267.05 | 14.5 | 62.4 | -27.0 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9535.json b/corpus/proharvest_plots/phpr-corn-2024-9535.json new file mode 100644 index 00000000..f165bb2d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9535.json @@ -0,0 +1,325 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9535", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Melvin", + "county": "Ford", + "year": 2024, + "plot_id": 9535, + "cooperator": "Premium Ag Partners", + "latitude": 40.5675346, + "longitude": -88.2478272, + "company_representative": "Jake Wilken", + "planted_date": "4/24/2024", + "harvested_date": "10/9/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "AgriGold", + "rank": 1, + "product": "A646-30", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 20.7, + "Test Wt.": 54, + "Yield": 309.71, + "+/- Ave": 21.9 + } + }, + { + "brand": "AgriGold", + "rank": 2, + "product": "A644-64", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 55.5, + "Yield": 308.53, + "+/- Ave": 20.7 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 19.4, + "Test Wt.": 57, + "Yield": 297.3, + "+/- Ave": 9.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 53.8, + "Yield": 296.58, + "+/- Ave": 8.7 + } + }, + { + "brand": "AgriGold", + "rank": 5, + "product": "A642-05", + "traits": "VT2RIB", + "metrics": { + "% H2O": 20.7, + "Test Wt.": 54.7, + "Yield": 296.55, + "+/- Ave": 8.7 + } + }, + { + "brand": "AgriGold", + "rank": 6, + "product": "A639-03", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.6, + "Test Wt.": 55.1, + "Yield": 296.44, + "+/- Ave": 8.6 + } + }, + { + "brand": "Becks", + "rank": 7, + "product": "6557", + "traits": "CONV", + "metrics": { + "% H2O": 20.7, + "Test Wt.": 53.6, + "Yield": 295.54, + "+/- Ave": 7.7 + } + }, + { + "brand": "AgriGold", + "rank": 8, + "product": "A643-52", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 19.4, + "Test Wt.": 58.1, + "Yield": 293.18, + "+/- Ave": 5.3 + } + }, + { + "brand": "AgriGold", + "rank": 9, + "product": "A636-16", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 54.4, + "Yield": 293.09, + "+/- Ave": 5.3 + } + }, + { + "brand": "AgriGold", + "rank": 10, + "product": "A643-52", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 20.4, + "Test Wt.": 55.6, + "Yield": 289.89, + "+/- Ave": 2.1 + } + }, + { + "brand": "AgriGold", + "rank": 11, + "product": "A645-16", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.5, + "Test Wt.": 54, + "Yield": 289.87, + "+/- Ave": 2 + } + }, + { + "brand": "AgriGold", + "rank": 12, + "product": "A641-85", + "traits": "STXRIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": 59.3, + "Yield": 287.46, + "+/- Ave": -0.4 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18, + "Test Wt.": 57.4, + "Yield": 286.76, + "+/- Ave": -1.1 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 55.7, + "Yield": 285.35, + "+/- Ave": -2.5 + } + }, + { + "brand": "AgriGold", + "rank": 15, + "product": "A643-52", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 57.9, + "Yield": 284.32, + "+/- Ave": -3.5 + } + }, + { + "brand": "AgriGold", + "rank": 16, + "product": "A643-52", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 19.7, + "Test Wt.": 58, + "Yield": 284.24, + "+/- Ave": -3.6 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "77P60", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 57.2, + "Yield": 283.31, + "+/- Ave": -4.5 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 58.1, + "Yield": 282.36, + "+/- Ave": -5.5 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 17, + "Test Wt.": 62.8, + "Yield": 282.14, + "+/- Ave": -5.7 + } + }, + { + "brand": "Becks", + "rank": 20, + "product": "6219PQ", + "traits": null, + "metrics": { + "% H2O": 18.4, + "Test Wt.": 56.4, + "Yield": 280.51, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 19.4, + "Test Wt.": 55.4, + "Yield": 278.78, + "+/- Ave": -9.1 + } + }, + { + "brand": "ProHarvest", + "rank": 22, + "product": "8360", + "traits": "CONV", + "metrics": { + "% H2O": 18.3, + "Test Wt.": 56.6, + "Yield": 277.37, + "+/- Ave": -10.5 + } + }, + { + "brand": "AgriGold", + "rank": 23, + "product": "A637-72", + "traits": null, + "metrics": { + "% H2O": 15.5, + "Test Wt.": 59.6, + "Yield": 264.95, + "+/- Ave": -22.9 + } + }, + { + "brand": "AgriGold", + "rank": 24, + "product": "A643-52", + "traits": null, + "metrics": { + "% H2O": 20.9, + "Test Wt.": 54.2, + "Yield": 263.84, + "+/- Ave": -24 + } + } + ], + "n_results": 24, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Premium-Ag-Partners-Melvin-IL-60952.pdf" + ], + "fetched_at": "2026-06-05T00:58:04.021282+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9535.md b/corpus/proharvest_plots/phpr-corn-2024-9535.md new file mode 100644 index 00000000..f58e69e9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9535.md @@ -0,0 +1,47 @@ +# Corn yield trial — Premium Ag Partners (Melvin, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Melvin, IL · Ford County +- **Cooperator:** Premium Ag Partners +- **Company rep:** Jake Wilken +- **Planted:** 4/24/2024 +- **Harvested:** 10/9/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Premium-Ag-Partners-Melvin-IL-60952.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | AgriGold | A646-30 | VT2PRIB | 309.71 | 20.7 | 54 | 21.9 | +| 2 | AgriGold | A644-64 | VT2PRIB | 308.53 | 18.7 | 55.5 | 20.7 | +| 3 | ProHarvest | 84P78 | TRERIB | 297.3 | 19.4 | 57 | 9.5 | +| 4 | ProHarvest | 80P75 | PCE | 296.58 | 17.6 | 53.8 | 8.7 | +| 5 | AgriGold | A642-05 | VT2RIB | 296.55 | 20.7 | 54.7 | 8.7 | +| 6 | AgriGold | A639-03 | VT2PRIB | 296.44 | 18.6 | 55.1 | 8.6 | +| 7 | Becks | 6557 | CONV | 295.54 | 20.7 | 53.6 | 7.7 | +| 8 | AgriGold | A643-52 | VT2PRIB | 293.18 | 19.4 | 58.1 | 5.3 | +| 9 | AgriGold | A636-16 | VT2PRIB | 293.09 | 17.1 | 54.4 | 5.3 | +| 10 | AgriGold | A643-52 | VT2PRIB | 289.89 | 20.4 | 55.6 | 2.1 | +| 11 | AgriGold | A645-16 | VT2PRIB | 289.87 | 18.5 | 54 | 2 | +| 12 | AgriGold | A641-85 | STXRIB | 287.46 | 17.7 | 59.3 | -0.4 | +| 13 | ProHarvest | 83P66 | VT2PRIB | 286.76 | 18 | 57.4 | -1.1 | +| 14 | ProHarvest | 81P20 | PCE | 285.35 | 17.4 | 55.7 | -2.5 | +| 15 | AgriGold | A643-52 | VT2PRIB | 284.32 | 18.7 | 57.9 | -3.5 | +| 16 | AgriGold | A643-52 | VT2PRIB | 284.24 | 19.7 | 58 | -3.6 | +| 17 | ProHarvest | 77P60 | SSRIB | 283.31 | 15.6 | 57.2 | -4.5 | +| 18 | ProHarvest | 79P87 | SSRIB | 282.36 | 16.2 | 58.1 | -5.5 | +| 19 | ProHarvest | 85P58 | SSRIB | 282.14 | 17 | 62.8 | -5.7 | +| 20 | Becks | 6219PQ | - | 280.51 | 18.4 | 56.4 | -7.3 | +| 21 | ProHarvest | 83P17 | PCE | 278.78 | 19.4 | 55.4 | -9.1 | +| 22 | ProHarvest | 8360 | CONV | 277.37 | 18.3 | 56.6 | -10.5 | +| 23 | AgriGold | A637-72 | - | 264.95 | 15.5 | 59.6 | -22.9 | +| 24 | AgriGold | A643-52 | - | 263.84 | 20.9 | 54.2 | -24 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9537.json b/corpus/proharvest_plots/phpr-corn-2024-9537.json new file mode 100644 index 00000000..b9b51998 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9537.json @@ -0,0 +1,207 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9537", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "St. Augustine", + "county": "Fulton", + "year": 2024, + "plot_id": 9537, + "cooperator": "Sam & Julie Serven", + "latitude": 40.7183728, + "longitude": -90.4109616, + "company_representative": "Eric Yoder", + "planted_date": "5/17/2024", + "harvested_date": "10/22/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 33000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": "No", + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 15.7, + "Test Wt.": 59.4, + "Yield": 266.9, + "+/- Ave": 11.4 + } + }, + { + "brand": "LG Seeds", + "rank": 2, + "product": "LG63C32STXRIB", + "traits": null, + "metrics": { + "% H2O": 16, + "Test Wt.": 58.3, + "Yield": 264.7, + "+/- Ave": 9.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 59.4, + "Yield": 264.7, + "+/- Ave": 9.2 + } + }, + { + "brand": "LG Seeds", + "rank": 3, + "product": "LG64C43", + "traits": "VT2RIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 59, + "Yield": 264.4, + "+/- Ave": 8.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 16.1, + "Test Wt.": 58, + "Yield": 264.4, + "+/- Ave": 8.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 58.1, + "Yield": 255.9, + "+/- Ave": 0.4 + } + }, + { + "brand": "LG Seeds", + "rank": 5, + "product": "LG66C44", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 59.9, + "Yield": 255.1, + "+/- Ave": -0.4 + } + }, + { + "brand": "LG Seeds", + "rank": 6, + "product": "LG62C73VT2P", + "traits": null, + "metrics": { + "% H2O": 16.8, + "Test Wt.": 59.3, + "Yield": 254.4, + "+/- Ave": -1.1 + } + }, + { + "brand": "LG Seeds", + "rank": 7, + "product": "LG63C82", + "traits": "DGVT2", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 61.3, + "Yield": 254, + "+/- Ave": -1.5 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 14.2, + "Test Wt.": 58.3, + "Yield": 253.1, + "+/- Ave": -2.4 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 59.2, + "Yield": 250.3, + "+/- Ave": -5.2 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 63, + "Yield": 248.5, + "+/- Ave": -7 + } + }, + { + "brand": "LG Seeds", + "rank": 11, + "product": "LG65C30VT2P", + "traits": null, + "metrics": { + "% H2O": 16.3, + "Test Wt.": 62.6, + "Yield": 244.3, + "+/- Ave": -11.2 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 17.2, + "Test Wt.": 59.3, + "Yield": 236.6, + "+/- Ave": -18.9 + } + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Sam-Julie-Serven-St-Augustine-IL-61474.pdf" + ], + "fetched_at": "2026-06-05T00:58:02.467992+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9537.md b/corpus/proharvest_plots/phpr-corn-2024-9537.md new file mode 100644 index 00000000..f3354373 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9537.md @@ -0,0 +1,38 @@ +# Corn yield trial — Sam & Julie Serven (St. Augustine, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** St. Augustine, IL · Fulton County +- **Cooperator:** Sam & Julie Serven +- **Company rep:** Eric Yoder +- **Planted:** 5/17/2024 +- **Harvested:** 10/22/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 33,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Sam-Julie-Serven-St-Augustine-IL-61474.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRERIB | 266.9 | 15.7 | 59.4 | 11.4 | +| 2 | LG Seeds | LG63C32STXRIB | - | 264.7 | 16 | 58.3 | 9.2 | +| 2 | ProHarvest | 84P78 | TRERIB | 264.7 | 15.8 | 59.4 | 9.2 | +| 3 | LG Seeds | LG64C43 | VT2RIB | 264.4 | 17.5 | 59 | 8.9 | +| 3 | ProHarvest | 84P78 | TRERIB | 264.4 | 16.1 | 58 | 8.9 | +| 4 | ProHarvest | 83P66 | VT2PRIB | 255.9 | 17.6 | 58.1 | 0.4 | +| 5 | LG Seeds | LG66C44 | VT2PRIB | 255.1 | 16.6 | 59.9 | -0.4 | +| 6 | LG Seeds | LG62C73VT2P | - | 254.4 | 16.8 | 59.3 | -1.1 | +| 7 | LG Seeds | LG63C82 | DGVT2 | 254 | 15.1 | 61.3 | -1.5 | +| 8 | ProHarvest | 81P20 | PCE | 253.1 | 14.2 | 58.3 | -2.4 | +| 9 | ProHarvest | 83P33 | DGVT2PRIB | 250.3 | 15.6 | 59.2 | -5.2 | +| 10 | ProHarvest | 85P58 | SSRIB | 248.5 | 16.2 | 63 | -7 | +| 11 | LG Seeds | LG65C30VT2P | - | 244.3 | 16.3 | 62.6 | -11.2 | +| 12 | ProHarvest | 84P30 | AA | 236.6 | 17.2 | 59.3 | -18.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9539.json b/corpus/proharvest_plots/phpr-corn-2024-9539.json new file mode 100644 index 00000000..c0da0b6c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9539.json @@ -0,0 +1,493 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9539", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tonica", + "county": "LaSalle", + "year": 2024, + "plot_id": 9539, + "cooperator": "DANNY SCHMITT", + "latitude": 41.2158684, + "longitude": -89.0667489, + "company_representative": "John Walsh", + "planted_date": "5/18/2024", + "harvested_date": "10/15/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 32500, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 314.22, + "% H2O": 16.1, + "Test Wt.": 60.7, + "+/- Ave": 35.3 + }, + "brand": "Pioneer", + "product": "13777", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 304.24, + "% H2O": 19.1, + "Test Wt.": 58.7, + "+/- Ave": 25.4 + }, + "brand": "Sun Prairie", + "product": "2820", + "traits": "TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 298.94, + "% H2O": 13.5, + "Test Wt.": 61.6, + "+/- Ave": 20.1 + }, + "brand": "Dyna-Gro", + "product": "47SS93", + "traits": "SS RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 296.56, + "% H2O": 21.7, + "Test Wt.": 56.2, + "+/- Ave": 17.7 + }, + "brand": "Sun Prairie", + "product": "2789", + "traits": "VT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 295.86, + "% H2O": 19.7, + "Test Wt.": 57.0, + "+/- Ave": 17.0 + }, + "brand": "LG", + "product": "Seeds", + "traits": "63C32 SSPRO" + }, + { + "rank": 6, + "metrics": { + "Yield": 295.17, + "% H2O": 22.5, + "Test Wt.": 56.9, + "+/- Ave": 16.3 + }, + "brand": "Sun Prairie", + "product": "2903", + "traits": "TRE RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 291.98, + "% H2O": 17.5, + "Test Wt.": 61.1, + "+/- Ave": 13.1 + }, + "brand": "Axis", + "product": "63F60", + "traits": "SSPRO" + }, + { + "rank": 8, + "metrics": { + "Yield": 291.64, + "% H2O": 15.3, + "Test Wt.": 59.5, + "+/- Ave": 12.8 + }, + "brand": "Axis", + "product": "57Q66", + "traits": "PCE" + }, + { + "rank": 9, + "metrics": { + "Yield": 290.88, + "% H2O": 19.7, + "Test Wt.": 60.7, + "+/- Ave": 12.0 + }, + "brand": "Becks", + "product": "6469", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 285.57, + "% H2O": 15.4, + "Test Wt.": 61.3, + "+/- Ave": 6.7 + }, + "brand": "Pioneer", + "product": "9132", + "traits": "PCE" + }, + { + "rank": 11, + "metrics": { + "Yield": 285.49, + "% H2O": 19.4, + "Test Wt.": 60.3, + "+/- Ave": 6.6 + }, + "brand": "Sun Prairie", + "product": "4806", + "traits": "SSPRO" + }, + { + "rank": 12, + "metrics": { + "Yield": 284.28, + "% H2O": 17.1, + "Test Wt.": 58.7, + "+/- Ave": 5.4 + }, + "brand": "Golden Harvest", + "product": "11V76", + "traits": "D" + }, + { + "rank": 13, + "metrics": { + "Yield": 284.05, + "% H2O": 16.2, + "Test Wt.": 61.8, + "+/- Ave": 5.2 + }, + "brand": "Dyna-Gro", + "product": "53SS13", + "traits": "SS RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 283.23, + "% H2O": 15.1, + "Test Wt.": 59.7, + "+/- Ave": 4.4 + }, + "brand": "Pioneer", + "product": "8527", + "traits": "PCE" + }, + { + "rank": 15, + "metrics": { + "Yield": 283.23, + "% H2O": 19.2, + "Test Wt.": 59.0, + "+/- Ave": 4.4 + }, + "brand": "Pioneer", + "product": "14830", + "traits": "Qrome" + }, + { + "rank": 16, + "metrics": { + "Yield": 282.44, + "% H2O": 17.5, + "Test Wt.": 59.0, + "+/- Ave": 3.6 + }, + "brand": "Becks", + "product": "6041", + "traits": "Qrome" + }, + { + "rank": 17, + "metrics": { + "Yield": 282.24, + "% H2O": 16.7, + "Test Wt.": 60.1, + "+/- Ave": 3.4 + }, + "brand": "ProHarvest", + "product": "79P54", + "traits": "SSPRO" + }, + { + "rank": 18, + "metrics": { + "Yield": 280.89, + "% H2O": 17.8, + "Test Wt.": 62.4, + "+/- Ave": 2.0 + }, + "brand": "Dyna-Gro", + "product": "53SS13", + "traits": "SS RIB" + }, + { + "rank": 19, + "metrics": { + "Yield": 280.08, + "% H2O": 20.1, + "Test Wt.": 58.1, + "+/- Ave": 1.2 + }, + "brand": "Becks", + "product": "6485", + "traits": "SS RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 280.04, + "% H2O": 15.7, + "Test Wt.": 58.5, + "+/- Ave": 1.2 + }, + "brand": "Brevant", + "product": "13K20Q", + "traits": "Qrome" + }, + { + "rank": 21, + "metrics": { + "Yield": 279.72, + "% H2O": 17.1, + "Test Wt.": 59.7, + "+/- Ave": 0.8 + }, + "brand": "NK", + "product": "1307", + "traits": "DV" + }, + { + "rank": 22, + "metrics": { + "Yield": 278.64, + "% H2O": 16.3, + "Test Wt.": 61.7, + "+/- Ave": -0.2 + }, + "brand": "Dyna-Gro", + "product": "53SS13", + "traits": "SS RIB" + }, + { + "rank": 23, + "metrics": { + "Yield": 278.52, + "% H2O": 21.1, + "Test Wt.": 57.1, + "+/- Ave": -0.4 + }, + "brand": "Becks", + "product": "6692", + "traits": "SSPRO" + }, + { + "rank": 24, + "metrics": { + "Yield": 277.4, + "% H2O": 18.4, + "Test Wt.": 59.5, + "+/- Ave": -1.5 + }, + "brand": "Sun Prairie", + "product": "2607", + "traits": "SS RIB" + }, + { + "rank": 25, + "metrics": { + "Yield": 277.22, + "% H2O": 17.6, + "Test Wt.": 61.0, + "+/- Ave": -1.7 + }, + "brand": "NK", + "product": "1228", + "traits": "AA" + }, + { + "rank": 26, + "metrics": { + "Yield": 276.59, + "% H2O": 21.0, + "Test Wt.": 55.8, + "+/- Ave": -2.3 + }, + "brand": "NK", + "product": "1480", + "traits": "DV" + }, + { + "rank": 27, + "metrics": { + "Yield": 274.51, + "% H2O": 18.2, + "Test Wt.": 60.3, + "+/- Ave": -4.4 + }, + "brand": "Dyna-Gro", + "product": "53SS13", + "traits": "SS RIB" + }, + { + "rank": 28, + "metrics": { + "Yield": 272.53, + "% H2O": 15.0, + "Test Wt.": 64.1, + "+/- Ave": -6.3 + }, + "brand": "Axis", + "product": "59D50", + "traits": "SS RIB" + }, + { + "rank": 29, + "metrics": { + "Yield": 272.18, + "% H2O": 20.3, + "Test Wt.": 55.8, + "+/- Ave": -6.7 + }, + "brand": "Golden Harvest", + "product": "12S75", + "traits": "D" + }, + { + "rank": 30, + "metrics": { + "Yield": 270.32, + "% H2O": 16.5, + "Test Wt.": 58.7, + "+/- Ave": -8.6 + }, + "brand": "Pioneer", + "product": "10477", + "traits": "PCE" + }, + { + "rank": 31, + "metrics": { + "Yield": 269.4, + "% H2O": 17.0, + "Test Wt.": 58.1, + "+/- Ave": -9.5 + }, + "brand": "Golden Harvest", + "product": "10B61", + "traits": "AA" + }, + { + "rank": 32, + "metrics": { + "Yield": 264.87, + "% H2O": 16.1, + "Test Wt.": 61.0, + "+/- Ave": -14.0 + }, + "brand": "Sun Prairie", + "product": "2409", + "traits": "SS RIB" + }, + { + "rank": 33, + "metrics": { + "Yield": 264.49, + "% H2O": 19.7, + "Test Wt.": 58.3, + "+/- Ave": -14.4 + }, + "brand": "Axis", + "product": "65R36", + "traits": "PCE" + }, + { + "rank": 34, + "metrics": { + "Yield": 261.99, + "% H2O": 17.6, + "Test Wt.": 59.3, + "+/- Ave": -16.9 + }, + "brand": "LG", + "product": "Seeds", + "traits": "58C48 VT2P RIB" + }, + { + "rank": 35, + "metrics": { + "Yield": 257.6, + "% H2O": 16.5, + "Test Wt.": 58.0, + "+/- Ave": -21.3 + }, + "brand": "Brevant", + "product": "08R32", + "traits": "PCE" + }, + { + "rank": 36, + "metrics": { + "Yield": 251.26, + "% H2O": 15.5, + "Test Wt.": 61.0, + "+/- Ave": -27.6 + }, + "brand": "Dyna-Gro", + "product": "53SS13", + "traits": "SS RIB" + }, + { + "rank": 37, + "metrics": { + "Yield": 246.26, + "% H2O": 18.8, + "Test Wt.": 59.7, + "+/- Ave": -32.6 + }, + "brand": "Dyna-Gro", + "product": "53SS13", + "traits": "SS RIB" + }, + { + "rank": 38, + "metrics": { + "Yield": 242.16, + "% H2O": 16.3, + "Test Wt.": 60.9, + "+/- Ave": -36.7 + }, + "brand": "LG", + "product": "Seeds", + "traits": "61C21 AA" + } + ], + "n_results": 38, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Schmitt-Tonica-IL-61370.pdf" + ], + "fetched_at": "2026-06-05T00:58:01.090841+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9539.md b/corpus/proharvest_plots/phpr-corn-2024-9539.md new file mode 100644 index 00000000..ddaa84f4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9539.md @@ -0,0 +1,61 @@ +# Corn yield trial — DANNY SCHMITT (Tonica, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Tonica, IL · LaSalle County +- **Cooperator:** DANNY SCHMITT +- **Company rep:** John Walsh +- **Planted:** 5/18/2024 +- **Harvested:** 10/15/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 32,500 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Schmitt-Tonica-IL-61370.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | 13777 | PCE | 314.22 | 16.1 | 60.7 | 35.3 | +| 2 | Sun Prairie | 2820 | TRE RIB | 304.24 | 19.1 | 58.7 | 25.4 | +| 3 | Dyna-Gro | 47SS93 | SS RIB | 298.94 | 13.5 | 61.6 | 20.1 | +| 4 | Sun Prairie | 2789 | VT2P RIB | 296.56 | 21.7 | 56.2 | 17.7 | +| 5 | LG | Seeds | 63C32 SSPRO | 295.86 | 19.7 | 57.0 | 17.0 | +| 6 | Sun Prairie | 2903 | TRE RIB | 295.17 | 22.5 | 56.9 | 16.3 | +| 7 | Axis | 63F60 | SSPRO | 291.98 | 17.5 | 61.1 | 13.1 | +| 8 | Axis | 57Q66 | PCE | 291.64 | 15.3 | 59.5 | 12.8 | +| 9 | Becks | 6469 | VT2P RIB | 290.88 | 19.7 | 60.7 | 12.0 | +| 10 | Pioneer | 9132 | PCE | 285.57 | 15.4 | 61.3 | 6.7 | +| 11 | Sun Prairie | 4806 | SSPRO | 285.49 | 19.4 | 60.3 | 6.6 | +| 12 | Golden Harvest | 11V76 | D | 284.28 | 17.1 | 58.7 | 5.4 | +| 13 | Dyna-Gro | 53SS13 | SS RIB | 284.05 | 16.2 | 61.8 | 5.2 | +| 14 | Pioneer | 8527 | PCE | 283.23 | 15.1 | 59.7 | 4.4 | +| 15 | Pioneer | 14830 | Qrome | 283.23 | 19.2 | 59.0 | 4.4 | +| 16 | Becks | 6041 | Qrome | 282.44 | 17.5 | 59.0 | 3.6 | +| 17 | ProHarvest | 79P54 | SSPRO | 282.24 | 16.7 | 60.1 | 3.4 | +| 18 | Dyna-Gro | 53SS13 | SS RIB | 280.89 | 17.8 | 62.4 | 2.0 | +| 19 | Becks | 6485 | SS RIB | 280.08 | 20.1 | 58.1 | 1.2 | +| 20 | Brevant | 13K20Q | Qrome | 280.04 | 15.7 | 58.5 | 1.2 | +| 21 | NK | 1307 | DV | 279.72 | 17.1 | 59.7 | 0.8 | +| 22 | Dyna-Gro | 53SS13 | SS RIB | 278.64 | 16.3 | 61.7 | -0.2 | +| 23 | Becks | 6692 | SSPRO | 278.52 | 21.1 | 57.1 | -0.4 | +| 24 | Sun Prairie | 2607 | SS RIB | 277.4 | 18.4 | 59.5 | -1.5 | +| 25 | NK | 1228 | AA | 277.22 | 17.6 | 61.0 | -1.7 | +| 26 | NK | 1480 | DV | 276.59 | 21.0 | 55.8 | -2.3 | +| 27 | Dyna-Gro | 53SS13 | SS RIB | 274.51 | 18.2 | 60.3 | -4.4 | +| 28 | Axis | 59D50 | SS RIB | 272.53 | 15.0 | 64.1 | -6.3 | +| 29 | Golden Harvest | 12S75 | D | 272.18 | 20.3 | 55.8 | -6.7 | +| 30 | Pioneer | 10477 | PCE | 270.32 | 16.5 | 58.7 | -8.6 | +| 31 | Golden Harvest | 10B61 | AA | 269.4 | 17.0 | 58.1 | -9.5 | +| 32 | Sun Prairie | 2409 | SS RIB | 264.87 | 16.1 | 61.0 | -14.0 | +| 33 | Axis | 65R36 | PCE | 264.49 | 19.7 | 58.3 | -14.4 | +| 34 | LG | Seeds | 58C48 VT2P RIB | 261.99 | 17.6 | 59.3 | -16.9 | +| 35 | Brevant | 08R32 | PCE | 257.6 | 16.5 | 58.0 | -21.3 | +| 36 | Dyna-Gro | 53SS13 | SS RIB | 251.26 | 15.5 | 61.0 | -27.6 | +| 37 | Dyna-Gro | 53SS13 | SS RIB | 246.26 | 18.8 | 59.7 | -32.6 | +| 38 | LG | Seeds | 61C21 AA | 242.16 | 16.3 | 60.9 | -36.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9543.json b/corpus/proharvest_plots/phpr-corn-2024-9543.json new file mode 100644 index 00000000..eee5daf4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9543.json @@ -0,0 +1,177 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9543", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ashkum", + "county": "Iroquois", + "year": 2024, + "plot_id": 9543, + "cooperator": "Synergy Seeds Ashkum", + "latitude": 40.8992991, + "longitude": -87.8853652, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 18, + "metrics": { + "Yield": 9.0, + "+/- Ave": 92.89 + }, + "brand": "Wyffels", + "product": "6505", + "traits": "Trec 4 504 1640 15.8 250.7 20 $" + }, + { + "rank": 19, + "metrics": { + "Yield": 9.0, + "+/- Ave": 91.68 + }, + "brand": "Wyffels", + "product": "6886", + "traits": "VT2P 4 504 1630 15.6 249.8 21 $" + }, + { + "rank": 20, + "metrics": { + "Yield": 9.0, + "+/- Ave": 91.52 + }, + "brand": "Dekalb", + "product": "112-29", + "traits": "SSPro 4 504 1610 15.1 248.2 24 $" + }, + { + "rank": 21, + "metrics": { + "Yield": 9.0, + "+/- Ave": 88.64 + }, + "brand": "Wyffels", + "product": "6215", + "traits": "Trec 4 504 1625 15.6 249.0 23 $" + }, + { + "rank": 22, + "metrics": { + "Yield": 9.0, + "+/- Ave": 77.04 + }, + "brand": "Agrigold", + "product": "639-03", + "traits": "VT2P 4 504 1650 16.7 249.6 22 $" + }, + { + "rank": 23, + "metrics": { + "Yield": 9.0, + "+/- Ave": 71.41 + }, + "brand": "Dekalb", + "product": "108-17", + "traits": "Trec 4 494 1695 18.8 255.0 17 $" + }, + { + "rank": 24, + "metrics": { + "Yield": 9.0, + "+/- Ave": 69.98 + }, + "brand": "Dekalb", + "product": "56-26", + "traits": "Trec 4 504 1630 16.5 247.1 25 $" + }, + { + "rank": 25, + "metrics": { + "Yield": 9.0, + "+/- Ave": 67.13 + }, + "brand": "Wyffels", + "product": "7048", + "traits": "SS 4 504 1700 18.3 252.2 19 $" + }, + { + "rank": 26, + "metrics": { + "Yield": 9.0, + "+/- Ave": 44.08 + }, + "brand": "ProHarvest", + "product": "77P60", + "traits": "SS 4 504 1515 14.2 236.0 29 $" + }, + { + "rank": 27, + "metrics": { + "Yield": 9.0, + "+/- Ave": 41.45 + }, + "brand": "Wyffels", + "product": "6479", + "traits": "SSPro 4 504 1525 15.0 235.4 30 $" + }, + { + "rank": 28, + "metrics": { + "Yield": 9.0, + "+/- Ave": 39.15 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P 4 504 1655 18.4 245.2 26 $" + }, + { + "rank": 29, + "metrics": { + "Yield": 9.0, + "+/- Ave": 37.53 + }, + "brand": "Burrus", + "product": "4W42", + "traits": "Powercore 4 504 1560 16.1 237.6 28 $" + }, + { + "rank": 30, + "metrics": { + "Yield": 9.0, + "+/- Ave": 30.15 + }, + "brand": "Pioneer", + "product": "14830", + "traits": "Qrome 4 504 1635 18.3 242.5 27 $" + }, + { + "rank": 31, + "metrics": { + "Yield": 9.0, + "+/- Ave": 10.59 + }, + "brand": "ProHarvest", + "product": "75P85", + "traits": "DGVT2 4 504 1475 15.0 227.6 31 $" + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Ashkum-IL-60911.pdf" + ], + "fetched_at": "2026-06-05T00:57:58.175325+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9543.md b/corpus/proharvest_plots/phpr-corn-2024-9543.md new file mode 100644 index 00000000..11c0e908 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9543.md @@ -0,0 +1,29 @@ +# Corn yield trial — Synergy Seeds Ashkum (Ashkum, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Ashkum, IL · Iroquois County +- **Cooperator:** Synergy Seeds Ashkum +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Ashkum-IL-60911.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 18 | Wyffels | 6505 | Trec 4 504 1640 15.8 250.7 20 $ | 9.0 | - | - | 92.89 | +| 19 | Wyffels | 6886 | VT2P 4 504 1630 15.6 249.8 21 $ | 9.0 | - | - | 91.68 | +| 20 | Dekalb | 112-29 | SSPro 4 504 1610 15.1 248.2 24 $ | 9.0 | - | - | 91.52 | +| 21 | Wyffels | 6215 | Trec 4 504 1625 15.6 249.0 23 $ | 9.0 | - | - | 88.64 | +| 22 | Agrigold | 639-03 | VT2P 4 504 1650 16.7 249.6 22 $ | 9.0 | - | - | 77.04 | +| 23 | Dekalb | 108-17 | Trec 4 494 1695 18.8 255.0 17 $ | 9.0 | - | - | 71.41 | +| 24 | Dekalb | 56-26 | Trec 4 504 1630 16.5 247.1 25 $ | 9.0 | - | - | 69.98 | +| 25 | Wyffels | 7048 | SS 4 504 1700 18.3 252.2 19 $ | 9.0 | - | - | 67.13 | +| 26 | ProHarvest | 77P60 | SS 4 504 1515 14.2 236.0 29 $ | 9.0 | - | - | 44.08 | +| 27 | Wyffels | 6479 | SSPro 4 504 1525 15.0 235.4 30 $ | 9.0 | - | - | 41.45 | +| 28 | ProHarvest | 83P66 | VT2P 4 504 1655 18.4 245.2 26 $ | 9.0 | - | - | 39.15 | +| 29 | Burrus | 4W42 | Powercore 4 504 1560 16.1 237.6 28 $ | 9.0 | - | - | 37.53 | +| 30 | Pioneer | 14830 | Qrome 4 504 1635 18.3 242.5 27 $ | 9.0 | - | - | 30.15 | +| 31 | ProHarvest | 75P85 | DGVT2 4 504 1475 15.0 227.6 31 $ | 9.0 | - | - | 10.59 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9545.json b/corpus/proharvest_plots/phpr-corn-2024-9545.json new file mode 100644 index 00000000..c56d699d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9545.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9545", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2024, + "plot_id": 9545, + "cooperator": "Synergy Seeds Herscher", + "latitude": 41.106563, + "longitude": -88.096008, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Herscher-IL-60941-Replicated.pdf" + ], + "fetched_at": "2026-06-05T00:57:56.687194+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9545.md b/corpus/proharvest_plots/phpr-corn-2024-9545.md new file mode 100644 index 00000000..165cda60 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9545.md @@ -0,0 +1,83 @@ +# Corn yield trial — Synergy Seeds Herscher (Herscher, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Herscher, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Herscher-IL-60941-Replicated.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +LOCATION: HERSCHER, IL Yield Sorted +plant: 5/13/2024 % Corn price $4.00 Drying $0.05 +harvest: 10/23/2024 4 REP 4 REP Yield Gross Income +Brand HYBRID AVERAGE AVERAGE Rank Income Rank +Burrus 4V73 AM 14.1 293.8 1 $1,175.27 1 +Burrus 5J21 AM 14.7 289.1 2 $1,156.38 2 +ProHarvest 76P42 Powercore 14.0 287.7 3 $1,150.67 3 +ProHarvest 80P75 Powercore 14.2 287.3 4 $1,149.01 4 +Dekalb 108-64 SSPro 14.5 285.4 5 $1,141.60 5 +Burrus 5F17 Qrome 14.6 285.2 6 $1,140.60 6 +ProHarvest 81P20 Powercore 14.7 284.1 7 $1,136.47 7 +Pioneer 10477 Qrome 14.4 283.8 8 $1,135.08 8 +Burrus 4W42 Powercore 14.7 283.8 9 $1,135.07 9 +Burrus 3G31 AM 13.8 282.0 10 $1,128.16 10 +Dekalb 64-22 VT2 16.1 280.2 11 $1,105.47 13 +Pioneer 14830 Qrome 15.5 279.7 12 $1,111.98 12 +ProHarvest 78P23 Powercore 15.2 278.8 13 $1,112.59 11 +Pioneer 1742 Qrome 16.5 278.7 14 $1,093.85 20 +AgriGold 642-18 SSPro 15.6 278.2 15 $1,104.26 15 +ProHarvest 84P78 Trec 15.7 277.3 16 $1,099.61 17 +Dekalb 110-10 SS 14.7 276.1 17 $1,104.40 14 +ProHarvest 79P87 SS 14.1 276.0 18 $1,103.98 16 +Wyffels 7945 Trec 15.4 275.8 19 $1,097.83 18 +Dekalb 114-42 SSPro 16.9 275.7 20 $1,076.80 27 +Dekalb 106-98 SSPro 16.3 274.4 21 $1,079.60 25 +Burrus 4P27 Vorceed 14.3 274.2 22 $1,096.95 19 +Wyffels 6505 Trec 15.1 273.7 23 $1,093.45 22 +Dekalb 56-26 Trec 13.7 273.4 24 $1,093.56 21 +Wyffels 7876 VT2 15.6 273.0 25 $1,083.82 24 +ProHarvest 79P54 SSPro 14.5 271.8 26 $1,087.05 23 +ProHarvest 83P66 VT2 16.4 271.3 27 $1,066.38 34 +ProHarvest 83P48 SSPro 16.5 270.4 28 $1,061.51 37 +AgriGold 644-64 VT2 16.2 270.1 29 $1,064.33 35 +AgriGold 643-24 Powercore 15.1 269.6 30 $1,077.00 26 +Wyffels 7208 SS 15.4 269.4 31 $1,072.10 28 +Dekalb 112-12 Trec 15.7 269.0 32 $1,066.49 33 +ProHarvest 83P17 Powercore 15.3 268.8 33 $1,071.31 30 +ProHarvest 79P37 Trec 14.1 267.9 34 $1,071.54 29 +Dekalb 66-18 VT2 16.5 267.3 35 $1,049.24 42 +AgriGold 639-03 VT2 15.0 267.1 36 $1,068.59 31 +Wyffels 6215 Trec 14.2 267.0 37 $1,067.93 32 +Wyffels 6886 VT2 16.0 266.1 38 $1,050.94 41 +ProHarvest 77P19 VT2 14.3 266.0 39 $1,063.95 36 +AgriGold 643-52 VT2 16.1 264.6 40 $1,043.88 44 +Wyffels 6479 SSPro 14.7 264.4 41 $1,057.75 38 +ProHarvest 85P58 SS 16.5 264.4 42 $1,037.73 46 +Wyffels 5778 SS 13.7 264.3 43 $1,057.38 39 +Dekalb 110-41 Trec 14.5 264.3 44 $1,057.02 40 +ProHarvest 77P60 SS 13.3 261.2 45 $1,044.98 43 +Wyffels 5406 VT2 15.2 260.2 46 $1,038.25 45 +Wyffels 7048 SS 15.1 259.3 47 $1,035.77 48 +Dekalb 108-17 Trec 14.3 259.1 48 $1,036.26 47 +Wyffels 7759 SSPro 15.1 258.8 49 $1,033.93 49 +Dekalb 59-82 VT2 13.8 258.4 50 $1,033.72 50 +Dekalb 64-21 SS 17.2 257.4 51 $1,001.31 56 +Dekalb 66-17 SS 16.0 256.5 52 $1,013.21 52 +ProHarvest 81P65 Viptera 16.1 256.3 53 $1,011.13 54 +AgriGold 642-05 DGVT2 15.9 256.0 54 $1,012.56 53 +Dekalb 66-06 Trec 17.2 254.8 55 $991.13 58 +ProHarvest 75P85 DGVT2 13.2 254.5 56 $1,017.98 51 +AgriGold 643-01 Waxy 15.9 253.7 57 $1,003.45 55 +AgriGold 642-32 VT2 16.9 253.0 58 $987.82 59 +Wyffels 8086 VT2 16.8 252.6 59 $987.54 60 +Dekalb 112-29 SSPro 15.2 249.3 60 $994.74 57 +Dekalb 114-99 VT4 15.8 248.2 61 $983.06 61 +15.2 269.5 $1,070.91 +Bold indicates above average in yield or income +Latitude: N41.106563 +Longitude: W88.096008 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2024-9547.json b/corpus/proharvest_plots/phpr-corn-2024-9547.json new file mode 100644 index 00000000..73114d38 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9547.json @@ -0,0 +1,117 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9547", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2024, + "plot_id": 9547, + "cooperator": "Synergy Seeds Herscher 2", + "latitude": 41.1065591, + "longitude": -88.0955062, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 25, + "metrics": { + "Yield": 9.0, + "+/- Ave": 94.07 + }, + "brand": "Dekalb", + "product": "64-22", + "traits": "VT2P 4 574 1800 13.4 248.5 25 $" + }, + { + "rank": 26, + "metrics": { + "Yield": 9.0, + "+/- Ave": 91.19 + }, + "brand": "Agrigold", + "product": "644-64", + "traits": "VT2P 4 574 1820 14.6 247.8 26 $" + }, + { + "rank": 27, + "metrics": { + "Yield": 9.0, + "+/- Ave": 69.82 + }, + "brand": "Wyffels", + "product": "6505", + "traits": "Trec 4 574 1740 12.6 242.5 28 $" + }, + { + "rank": 28, + "metrics": { + "Yield": 9.0, + "+/- Ave": 65.25 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P 4 574 1760 14.0 241.3 29 $" + }, + { + "rank": 29, + "metrics": { + "Yield": 9.0, + "+/- Ave": 65.12 + }, + "brand": "Wyffels", + "product": "6479", + "traits": "SSPro 4 574 1820 15.9 244.0 27 $" + }, + { + "rank": 30, + "metrics": { + "Yield": 9.0, + "+/- Ave": 59.64 + }, + "brand": "Wyffels", + "product": "7945", + "traits": "Trec 4 574 1760 14.5 239.9 30 $" + }, + { + "rank": 31, + "metrics": { + "Yield": 9.0, + "+/- Ave": 40.52 + }, + "brand": "Dekalb", + "product": "66-06", + "traits": "Trec 4 574 1800 16.5 239.6 31 $" + }, + { + "rank": 32, + "metrics": { + "Yield": 9.0, + "+/- Ave": 32.09 + }, + "brand": "ProHarvest", + "product": "77P60", + "traits": "SS 4 574 1680 13.0 233.0 32 $" + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Herscher-IL-60941.pdf" + ], + "fetched_at": "2026-06-05T00:57:55.185211+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9547.md b/corpus/proharvest_plots/phpr-corn-2024-9547.md new file mode 100644 index 00000000..199c4438 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9547.md @@ -0,0 +1,23 @@ +# Corn yield trial — Synergy Seeds Herscher 2 (Herscher, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Herscher, IL · Kankakee County +- **Cooperator:** Synergy Seeds Herscher 2 +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Herscher-IL-60941.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 25 | Dekalb | 64-22 | VT2P 4 574 1800 13.4 248.5 25 $ | 9.0 | - | - | 94.07 | +| 26 | Agrigold | 644-64 | VT2P 4 574 1820 14.6 247.8 26 $ | 9.0 | - | - | 91.19 | +| 27 | Wyffels | 6505 | Trec 4 574 1740 12.6 242.5 28 $ | 9.0 | - | - | 69.82 | +| 28 | ProHarvest | 83P66 | VT2P 4 574 1760 14.0 241.3 29 $ | 9.0 | - | - | 65.25 | +| 29 | Wyffels | 6479 | SSPro 4 574 1820 15.9 244.0 27 $ | 9.0 | - | - | 65.12 | +| 30 | Wyffels | 7945 | Trec 4 574 1760 14.5 239.9 30 $ | 9.0 | - | - | 59.64 | +| 31 | Dekalb | 66-06 | Trec 4 574 1800 16.5 239.6 31 $ | 9.0 | - | - | 40.52 | +| 32 | ProHarvest | 77P60 | SS 4 574 1680 13.0 233.0 32 $ | 9.0 | - | - | 32.09 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9549.json b/corpus/proharvest_plots/phpr-corn-2024-9549.json new file mode 100644 index 00000000..4338c77c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9549.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9549", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Manteno", + "county": "Kankakee", + "year": 2024, + "plot_id": 9549, + "cooperator": "Synergy Seeds Manteno", + "latitude": 41.2506759, + "longitude": -87.8314299, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Manteno-IL-60950.pdf" + ], + "fetched_at": "2026-06-05T00:57:53.524760+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9549.md b/corpus/proharvest_plots/phpr-corn-2024-9549.md new file mode 100644 index 00000000..56c13f2b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9549.md @@ -0,0 +1,49 @@ +# Corn yield trial — Synergy Seeds Manteno (Manteno, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Manteno, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Manteno-IL-60950.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 SYNERGY SEEDS Corn Harvest Report +Cooperator STRIP-TILL Prev Crop soybeans Prior Year Herb +Mailing Address Tillage Type PreE Herb +City, State, Zip MANTENO % Ground Cover Date Applied +County Kankakee Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer Synergy Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/24/2024 Soil Texture Seed Treatment $4.00 +Planting Pop. 34,500 NPK applied Soil Insecticide per bushel +Row Width 30 P2O5 Std Moisture 15% Drying Charge +Harvest Date 10/24/2024 K2O Per Moisture Pt: +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years$,0 2.055-50% +Grower Signature YES Experiment Number: +Use Grower's Name OK +Row Harvest Harvest Corn @15.0% +Entry # Length Weight Moist. Bushels/Acre Gross Rank by +No. Brand Hybrid Traits Rows (ft.) (lbs.) (%) Yield Rank Income Income +1 Wyffels 7759 SSPRO 4 400 1230 16.9 233.8 13 $ 913.16 13 +2 Wyffels 3576 VT2P 4 400 1220 13.5 241.4 10 $ 983.84 6 +3 Dekalb 56-26 TRECEPTA 4 400 1250 14.4 244.8 7 $ 986.53 5 +4 NuTech 68C1V VORCEED 4 400 1390 15.7 268.1 1 $ 1,062.93 1 +5 ProHarvest 79P87 SS 4 400 1250 16.8 237.9 11 $ 930.32 11 +6 Agrigold 639-03 VT2P 4 400 1290 15.1 250.6 3 $ 1,001.00 3 +7 ProHarvest 79P37 TRECEPTA 4 400 1300 16.7 247.7 6 $ 969.93 8 +8 Dekalb 110-10 SS 4 400 1300 17.9 244.2 8 $ 941.31 10 +9 NuTech 70F6V VORCEED 4 400 1290 15.4 249.7 5 $ 993.72 4 +10 Burrus 5F17 QROME 4 400 1260 16.0 242.1 9 $ 956.46 9 +11 Wyffels 6886 VT2P 4 400 1310 16.6 250.0 4 $ 979.81 7 +12 Dekalb 114-99 VT4P 4 400 1180 18.8 219.2 14 $ 835.19 14 +13 Wyffels 7876 VT2P 4 400 1320 15.9 254.0 2 $ 1,004.47 2 +14 Dekalb 64-22 VT2P 4 400 1100 16.0 211.4 15 $ 835.01 15 +15 Dekalb 66-06 TRECEPTA 4 400 1260 17.5 237.8 12 $ 921.55 12 +16 Wyffels 7759 SSPRO 4 400 1070 17.4 202.2 16 $ 784.54 16 +Plot Average: 16.3 239.7 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2024-9551.json b/corpus/proharvest_plots/phpr-corn-2024-9551.json new file mode 100644 index 00000000..8625c509 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9551.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9551", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2024, + "plot_id": 9551, + "cooperator": "Synergy Seeds Onarga", + "latitude": 40.6612874, + "longitude": -87.9792851, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Onarga-IL-60955.pdf" + ], + "fetched_at": "2026-06-05T00:57:52.199023+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9551.md b/corpus/proharvest_plots/phpr-corn-2024-9551.md new file mode 100644 index 00000000..6ba89eaf --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9551.md @@ -0,0 +1,82 @@ +# Corn yield trial — Synergy Seeds Onarga (Onarga, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Onarga, IL · Iroquois County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Onarga-IL-60955.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +LOCATION: ONARGA, IL Yield Sorted +Plant date: 5/4/2024 % Corn price $4.00 Drying $0.05 +Harvest date: 10/3/2024 4 REP 4 REP Yield Gross Income +Brand Hybrid AVERAGE AVERAGE Rank Income Rank +Wyffels 7945 Trec 23.1 294.7 1 $1,059.31 1 +Pioneer 1742 Qrome 22.4 289.8 2 $1,051.96 2 +Dekalb 66-06 Trec 22.2 285.3 3 $1,038.44 3 +ProHarvest 84P78 Trec 22.5 280.8 4 $1,017.97 7 +Wyffels 6505 Trec 21.5 280.5 5 $1,030.72 5 +Dekalb 112-12 Trec 22.4 280.4 6 $1,017.89 8 +Agrigold 642-05 VT2 22.7 274.7 7 $993.07 14 +Pioneer 14830 Qrome 21.2 273.3 8 $1,008.51 10 +ProHarvest 83P66 VT2 22.9 272.9 9 $983.71 17 +Burrus 4P27 Vorceed 19.8 271.9 10 $1,022.38 6 +Burrus 5J21 AM 21.0 271.4 11 $1,004.17 11 +ProHarvest 85P58 SS 22.8 270.9 12 $978.09 23 +ProHarvest 80P75 Powercore 19.7 269.5 13 $1,014.73 9 +ProHarvest 76P42 Powercore 18.0 269.1 14 $1,036.05 4 +Agrigold 643-24 Powercore 21.8 268.8 15 $983.67 18 +Dekalb 64-22 VT2 21.9 268.0 16 $979.64 21 +Dekalb 114-42 SSPro 22.5 267.5 17 $969.70 26 +Agrigold 639-03 VT2 21.3 267.1 18 $984.34 15 +Burrus 5F17 Qrome 21.0 265.3 19 $981.61 19 +Agrigold 642-32 VT2 22.6 264.9 20 $958.89 30 +Burrus 3G31 AM 19.2 264.4 21 $1,002.02 12 +Dekalb 56-26 Trec 19.1 263.8 22 $1,001.02 13 +Agrigold 642-18 SSPro 21.2 263.8 23 $973.26 25 +Wyffels 6479 SSPro 21.1 263.7 24 $974.28 24 +Burrus 4V73 AM 20.1 262.7 25 $983.87 16 +Wyffels 8086 VT2 21.8 262.6 26 $961.11 29 +Burrus 4W42 Powercore 20.1 261.3 27 $978.64 22 +Wyffels 5778 SS 19.7 260.3 28 $979.97 20 +Pioneer 10477 Qrome 20.4 259.7 29 $968.58 27 +ProHarvest 81P20 Powercore 20.8 259.2 30 $961.46 28 +Dekalb 114-99 VT4 22.6 258.1 31 $934.21 35 +Dekalb 108-17 Trec 20.8 258.0 32 $957.26 31 +ProHarvest 83P17 Powercore 22.4 258.0 33 $936.52 34 +ProHarvest 78P23 Powercore 21.1 258.0 34 $953.24 33 +Dekalb 110-41 Trec 20.6 256.6 35 $954.66 32 +ProHarvest 81P65 Viptera 22.2 255.7 36 $930.81 36 +Wyffels 7876 VT2 22.9 253.8 37 $914.78 46 +Wyffels 6886 VT2 22.2 253.2 38 $921.60 42 +Agrigold 643-52 VT2 22.5 251.0 39 $909.71 50 +Wyffels 7759 SSPro 21.6 250.9 40 $920.75 44 +Dekalb 66-17 SS 22.3 250.2 41 $909.45 51 +ProHarvest 79P54 SSPro 21.3 250.1 42 $921.80 41 +ProHarvest 83P48 SSPro 22.0 249.9 43 $912.17 47 +Dekalb 112-29 SSPro 20.9 249.9 44 $925.90 39 +Dekalb 64-21 SS 22.6 249.9 45 $904.65 53 +Dekalb 59-82 VT2 20.5 249.7 46 $930.30 37 +ProHarvest 79P37 Trec 21.1 249.7 47 $922.68 40 +Dekalb 66-18 VT2 22.1 248.8 48 $906.89 52 +Agrigold 644-64 VT2 22.8 248.7 49 $897.97 56 +Dekalb 108-64 SSPro 20.3 248.5 50 $928.24 38 +Wyffels 7208 SS 22.2 248.3 51 $903.71 54 +Dekalb 110-10 SS 21.5 248.0 52 $911.22 48 +ProHarvest 79P87 SS 19.7 244.7 53 $921.12 43 +Wyffels 5406 VT2 21.9 243.3 54 $889.14 58 +Wyffels 6215 Trec 22.1 242.5 55 $884.05 59 +ProHarvest 75P85 DGVt2 18.5 240.4 56 $919.64 45 +ProHarvest 77P19 VT2 19.3 240.4 57 $909.94 49 +Wyffels 7048 SS 20.6 240.0 58 $892.85 57 +ProHarvest 77P60 SS 19.3 238.0 59 $900.67 55 +Agrigold 643-01 Waxy 22.3 234.2 60 $851.42 60 +21.3 259.6 $956.27 +Bold indicates above average in yield or income +Latitude: N40.6612874 +Longitude: W87.9792851 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2024-9553.json b/corpus/proharvest_plots/phpr-corn-2024-9553.json new file mode 100644 index 00000000..56398c0b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9553.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9553", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Wilmington", + "county": "Will", + "year": 2024, + "plot_id": 9553, + "cooperator": "Synergy Seeds Wilmington", + "latitude": 41.285935, + "longitude": 88.031329, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Wilmington-IL-60481.pdf" + ], + "fetched_at": "2026-06-05T00:57:50.699834+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9553.md b/corpus/proharvest_plots/phpr-corn-2024-9553.md new file mode 100644 index 00000000..4b251606 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9553.md @@ -0,0 +1,83 @@ +# Corn yield trial — Synergy Seeds Wilmington (Wilmington, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Wilmington, IL · Will County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Synergy-Wilmington-IL-60481.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +LOCATION: Wilmington, IL Yield Sorted +Plant date: 5/13/2024 % Corn price $4.00 Drying $0.05 +Harvest date: 10/23/2024 4 REP 4 REP Yield Gross Income +Brand HYBRID AVERAGE AVERAGE Rank Income Rank +ProHarvest 80P75 Powercore 15.3 254.9 1 $1,015.92 1 +Dekalb 56-26 Trec 14.8 249.8 2 $999.28 2 +Pioneer 10477 Qrome 15.7 245.8 3 $974.50 3 +ProHarvest 79P54 SSPro 16.3 245.6 4 $966.41 4 +AgriGold 642-05 VT2 18.2 243.9 5 $936.70 6 +Wyffels 6505 Trec 16.7 243.0 6 $951.53 5 +Dekalb 114-42 SSPro 17.1 238.8 7 $930.20 7 +ProHarvest 79P37 Trec 15.9 234.0 8 $925.44 8 +AgriGold 642-18 SSPro 16.9 234.0 9 $913.73 12 +Dekalb 108-17 Trec 16.6 232.3 10 $910.47 15 +Wyffels 5778 SS 15.4 232.2 11 $924.04 9 +ProHarvest 83P66 VT2 18.9 231.9 12 $882.41 24 +Dekalb 112-12 Trec 17.4 231.6 13 $898.47 19 +Burrus 4V73 AM 15.6 230.0 14 $913.13 13 +ProHarvest 81P65 Viptera 17.7 229.9 15 $888.38 21 +ProHarvest 76P42 Powercore 15.2 229.8 16 $916.81 10 +ProHarvest 79P87 SS 15.6 229.7 17 $912.05 14 +Burrus 5F17 Qrome 15.4 229.6 18 $913.80 11 +Wyffels 7759 SSPro 16.1 228.7 19 $902.37 18 +AgriGold 643-52 VT2 17.9 228.3 20 $880.28 26 +Burrus 4W42 Powercore 15.3 228.2 21 $909.42 16 +Dekalb 108-64 SSPro 15.3 227.6 22 $906.85 17 +Dekalb 112-29 SSPro 16.5 226.4 23 $888.61 20 +Dekalb 64-22 VT2 17.8 226.4 24 $873.78 29 +Wyffels 7876 VT2 17.9 225.7 25 $870.20 30 +Wyffels 6479 SSPro 16.3 225.2 26 $886.25 22 +Pioneer 14830 Qrome 17.5 224.3 27 $869.24 32 +ProHarvest 81P20 Powercore 16.1 224.1 28 $884.04 23 +AgriGold 643-24 Powercore 16.7 223.7 29 $875.74 28 +Dekalb 110-10 SS 16.5 223.5 30 $877.18 27 +AgriGold 644-64 VT2 18.2 223.1 31 $856.74 34 +Dekalb 59-82 VT2 15.8 222.7 32 $881.87 25 +Wyffels 5406 VT2 16.4 221.4 33 $869.95 31 +AgriGold 642-32 VT2 17.7 219.5 34 $848.55 37 +ProHarvest 83P17 Powercore 17.0 218.6 35 $852.57 35 +Burrus 5J21 AM 16.4 218.0 36 $856.76 33 +Dekalb 66-06 Trec 19.1 217.4 37 $825.02 43 +Dekalb 114-99 VT4 17.5 216.1 38 $837.26 40 +Wyffels 6215 Trec 16.3 215.5 39 $848.02 38 +Pioneer 1742 Qrome 18.4 215.5 40 $825.35 42 +ProHarvest 84P78 Trec 18.1 213.0 41 $819.00 47 +ProHarvest 75P85 DGVt2 14.1 213.0 42 $851.98 36 +Dekalb 66-18 VT2 17.9 212.5 43 $819.20 46 +ProHarvest 77P19 VT2 15.9 211.8 44 $837.58 39 +Dekalb 66-17 SS 17.3 210.5 45 $817.78 48 +Burrus 4P27 Vorceed 15.5 210.4 46 $836.26 41 +AgriGold 643-01 Waxy 17.5 209.4 47 $811.28 51 +Dekalb 64-21 SS 18.1 209.1 48 $803.95 54 +Dekalb 106-98 VT4 16.0 208.0 49 $821.54 45 +Wyffels 7208 SS 17.7 207.5 50 $802.06 55 +ProHarvest 78P23 Powercore 16.6 207.2 51 $812.06 49 +AgriGold 639-03 VT2 16.5 206.8 52 $811.62 50 +Burrus 3G31 AM 14.8 205.9 53 $823.47 44 +Wyffels 7945 Trec 17.0 204.4 54 $797.03 56 +Dekalb 110-41 Trec 15.8 203.6 55 $806.26 53 +ProHarvest 77P60 SS 14.4 202.5 56 $810.18 52 +Wyffels 8086 VT2 18.8 202.5 57 $771.60 58 +ProHarvest 83P48 SSPro 17.9 201.8 58 $777.94 57 +Wyffels 7048 SS 16.6 190.0 59 $744.84 59 +Wyffels 6886 VT2 18.2 185.9 60 $713.67 61 +ProHarvest 85P58 SS 17.3 185.6 61 $720.90 60 +16.7 220.8 $864.09 +Bold indicates above plot average for yield or income +Latitude: N41.285935 +Longitude: W88.031329 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2024-9555.json b/corpus/proharvest_plots/phpr-corn-2024-9555.json new file mode 100644 index 00000000..26913a24 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9555.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9555", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": null, + "county": "Tazewell", + "year": 2024, + "plot_id": 9555, + "cooperator": "Tazewell County Corn Growers", + "latitude": 40.5126429, + "longitude": -89.5442084, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-TCCG-Morton-IL-61550.pdf" + ], + "fetched_at": "2026-06-05T00:57:49.204748+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9555.md b/corpus/proharvest_plots/phpr-corn-2024-9555.md new file mode 100644 index 00000000..b2413083 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9555.md @@ -0,0 +1,101 @@ +# Corn yield trial — Tazewell County Corn Growers (IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** IL · Tazewell County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-TCCG-Morton-IL-61550.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 Tazewell County Corn Growers Plot +Planted 5/18/24 Pop 34,000 +Harvest 10/12/24 +2023 Plot winner and check for 2024 Channel 214-78 ++ /- +Nearest Nearest +Check Avg Ranking - +Hybrid Traits MoistureWeight Yield Avg. Check Top 5 +Check CH. 214-78 DGVT2PRIB 17.9 4468 285.4 +Channel 207-87 VT2PRIB 16.2 4152 267.1 (14.85) Check Average 275.3 +281.95 +Dyna-Gro D50SP65 SSPRIB 16.3 4146 268.2 (13.75) Plot Average 277.6 +Check DGVT2PRIB 19.0 4418 278.5 Plot Average w/o Check 278.7 +NuTech 70B4AM ACREMAX 16.8 4458 290.6 16.75 +273.85 +Sun Prairie SP2607 SS 19.1 4000 258.0 (15.85) Company Power Ratings Avg. +Check DGVT2PRIB 17.6 4070 269.2 1. Pioneer 302.3 +Merschman 2411C-30 PowerCore Enlist 18.7 4122 273.8 6.15 2. Wyffels 286.5 +267.65 +Channel 212-40VT4 VT4PRIB 16.5 4140 284.5 16.85 3. F.S. 285.0 +Check DGVT2PRIB 19.2 3916 266.1 4. NuTech 284.8 +Roeschley RX12-58 SSRIB 16.0 3960 281.9 8.55 5. Merschman 283.8 +273.35 +G. Harvest G12U11 AGRISUREABOVE 19.7 3654 250.5 (22.85) +Check DGVT2PRIB 16.9 3934 280.6 +Sun Prairie SP2788 VT2P 19.2 3994 277.6 2.90 +274.7 +Merschman 2512C-30 PowerCore Enlist 17.4 4094 290.8 16.10 +Check DGVT2PRIB 19.7 3900 268.8 +NuTech 72C1PCE PowerCore Enlist 17.8 3946 277.4 7.15 +270.25 +Wyffels W7759 SSPRIB 19.0 4050 281.6 11.35 +Check DGVT2PRIB 18.1 3886 271.7 +Burrus 6U77 SSPRIB 18.1 3824 261.0 (6.00) +267 +Merschman 2413C-30 PowerCore Enlist 17.9 4408 298.9 31.90 1 +Check DGVT2PRIB 19.9 4008 262.3 +FS 6395 DGVT2PRIB 18.4 4500 297.9 25.75 4 +272.15 +Sun Prairie SP2789 VT2P 19.4 4484 290.6 18.45 +Check DGVT2PRIB 18.0 4306 282.0 +G. Harvest G13U96 DURACADEVIPTERA 20.2 4330 274.0 (1.60) +275.6 +Burrus 6N54 VT2PRIB 17.4 4236 276.5 0.90 +Check DGVT2PRIB 19.4 4270 269.2 +LG 63C54 PowerCore Enlist 17.9 4748 302.3 28.75 2 +273.55 +ProHarvest 83P66 VT2PRIB 19.9 4620 285.1 11.55 +Check DGVT2PRIB 17.3 6052 277.9 +Becks 6485SX SSRIB 19.7 5528 246.5 (27.85) +274.35 +Roeschley RX14-36 SSRIB 16.6 5464 253.0 (21.35) +Check DGVT2PRIB 19.7 6074 270.8 ( +Burrus 7T27 SSPRIB 17.4 6088 279.6 6.70 +272.9 +Sun Prairie SP2903 TRERIB 20.3 6368 282.5 9.60 +Check DGVT2PRIB 16.7 5946 275.0 +Wyffels W7945 TRERIB 18.9 6448 291.4 14.80 +276.6 +Pioneer P14830Q QROME 17.4 6496 298.7 22.10 +Check DGVT2PRIB 17.9 6088 278.2 +Dekalb DKC64-22 VT2PRIB 17.2 6072 280.5 (3.05) +283.55 +Channel 215-70 TRERIB 16.4 6364 282.7 (0.85) +Check DGVT2PRIB 15.8 6148 288.9 +FS 6595V VT2PRIB 19.9 6086 272 (11.05) +283.05 +Burrus 7P71 VT2PRIB 18.0 6200 283.7 0.65 +Check DGVT2PRIB 18.3 6080 277.2 +G.Harvest G15J91-V VIPTERA 19.2 6124 276.1 (2.30) +278.4 +Merschman 2512C-30 PowerCore Enlist 19.5 6050 271.8 (6.60) +Check DGVT2PRIB 17 6036 279.6 +P. Harvest 85P58 VT2PRIB 17.5 5926 272.8 (0.90) +273.7 +Becks 6692SXP SSPRIB 18.3 6510 296.8 23.10 5 +Check DGVT2PRIB 16.2 5728 267.8 +LG 66C06 VT2PRIB 18 4376 261.4 (13.40) +274.8 +Dekalb DKC66-18 VT2PRIB 16.6 4689 284.9 10.10 +Check DGVT2PRIB 15.7 4588 281.8 ( +Pioneer P1742Q QROME 17.5 5088 305.8 25.85 3 +279.95 +Channel 218-66 VT2PRIB 20.6 4494 260.0 (19.95) +Check DGVT2PRIB 16.3 4560 278.1 +Mix Plot Sample MIX PLOT SAMPLE 16.4 4606 280.6 2.50 +278.1 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2024-9557.json b/corpus/proharvest_plots/phpr-corn-2024-9557.json new file mode 100644 index 00000000..cf15022e --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9557.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9557", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "St. Anne", + "county": "Iroquois", + "year": 2024, + "plot_id": 9557, + "cooperator": "Todd Arseneau", + "latitude": 41.0252, + "longitude": -87.7133804, + "company_representative": "Jake Wilken", + "planted_date": "5/23/2024", + "harvested_date": "10/17/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 32000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": "No", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 234.37, + "% H2O": 18.2, + "Test Wt.": 57.7, + "+/- Ave": 17.8 + }, + "brand": "ProHarvest", + "product": "83P33", + "traits": "DGVT2P RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 229.52, + "% H2O": 17.0, + "Test Wt.": 58.4, + "+/- Ave": 12.9 + }, + "brand": "Wyffels", + "product": "W6215RIB", + "traits": "TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 228.54, + "% H2O": 20.1, + "Test Wt.": 57.2, + "+/- Ave": 12.0 + }, + "brand": "Wyffels", + "product": "W8086RIB", + "traits": "VT2P RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 225.55, + "% H2O": 17.3, + "Test Wt.": 58.5, + "+/- Ave": 9.0 + }, + "brand": "Wyffels", + "product": "W6505", + "traits": "TRE RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 223.4, + "% H2O": 17.8, + "Test Wt.": 58.7, + "+/- Ave": 6.8 + }, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TRE RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 217.16, + "% H2O": 16.9, + "Test Wt.": 60.6, + "+/- Ave": 0.6 + }, + "brand": "Wyffels", + "product": "W6886RIB", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 216.76, + "% H2O": 17.8, + "Test Wt.": 57.3, + "+/- Ave": 0.2 + }, + "brand": "Wyffels", + "product": "W6479", + "traits": "SSPRO" + }, + { + "rank": 8, + "metrics": { + "Yield": 213.25, + "% H2O": 18.1, + "Test Wt.": 58.2, + "+/- Ave": -3.3 + }, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 210.96, + "% H2O": 16.7, + "Test Wt.": 57.9, + "+/- Ave": -5.6 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 210.53, + "% H2O": 21.3, + "Test Wt.": 57.1, + "+/- Ave": -6.0 + }, + "brand": "ProHarvest", + "product": "84P30", + "traits": "AA" + }, + { + "rank": 11, + "metrics": { + "Yield": 209.06, + "% H2O": 20.0, + "Test Wt.": 59.2, + "+/- Ave": -7.5 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO" + }, + { + "rank": 12, + "metrics": { + "Yield": 202.99, + "% H2O": 18.0, + "Test Wt.": 56.7, + "+/- Ave": -13.6 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 13, + "metrics": { + "Yield": 193.35, + "% H2O": 19.1, + "Test Wt.": 56.8, + "+/- Ave": -23.2 + }, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRO" + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Todd-Arseneau-St-Anne-IL-60954.pdf" + ], + "fetched_at": "2026-06-05T00:57:47.515657+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9557.md b/corpus/proharvest_plots/phpr-corn-2024-9557.md new file mode 100644 index 00000000..dec04df3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9557.md @@ -0,0 +1,37 @@ +# Corn yield trial — Todd Arseneau (St. Anne, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** St. Anne, IL · Iroquois County +- **Cooperator:** Todd Arseneau +- **Company rep:** Jake Wilken +- **Planted:** 5/23/2024 +- **Harvested:** 10/17/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 32,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Todd-Arseneau-St-Anne-IL-60954.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P33 | DGVT2P RIB | 234.37 | 18.2 | 57.7 | 17.8 | +| 2 | Wyffels | W6215RIB | TRE RIB | 229.52 | 17.0 | 58.4 | 12.9 | +| 3 | Wyffels | W8086RIB | VT2P RIB | 228.54 | 20.1 | 57.2 | 12.0 | +| 4 | Wyffels | W6505 | TRE RIB | 225.55 | 17.3 | 58.5 | 9.0 | +| 5 | Wyffels | W7945RIB | TRE RIB | 223.4 | 17.8 | 58.7 | 6.8 | +| 6 | Wyffels | W6886RIB | VT2P RIB | 217.16 | 16.9 | 60.6 | 0.6 | +| 7 | Wyffels | W6479 | SSPRO | 216.76 | 17.8 | 57.3 | 0.2 | +| 8 | Wyffels | W7876RIB | VT2P RIB | 213.25 | 18.1 | 58.2 | -3.3 | +| 9 | ProHarvest | 79P87 | SS RIB | 210.96 | 16.7 | 57.9 | -5.6 | +| 10 | ProHarvest | 84P30 | AA | 210.53 | 21.3 | 57.1 | -6.0 | +| 11 | ProHarvest | 83P48 | SSPRO | 209.06 | 20.0 | 59.2 | -7.5 | +| 12 | ProHarvest | 81P20 | PCE | 202.99 | 18.0 | 56.7 | -13.6 | +| 13 | Wyffels | W7759RIB | SSPRO | 193.35 | 19.1 | 56.8 | -23.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9559.json b/corpus/proharvest_plots/phpr-corn-2024-9559.json new file mode 100644 index 00000000..1692d02f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9559.json @@ -0,0 +1,224 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9559", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tremont", + "county": "Tazewell", + "year": 2024, + "plot_id": 9559, + "cooperator": "TODD UHMAN", + "latitude": 40.5275392, + "longitude": -89.4925979, + "company_representative": "John Walsh", + "planted_date": "5/22/2024", + "harvested_date": "10/29/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Strip/Zone", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 288.23, + "% H2O": 19.0, + "+/- Ave": 14.4 + }, + "brand": "Dekalb", + "product": "66-06", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 285.96, + "% H2O": 18.3, + "+/- Ave": 12.1 + }, + "brand": "Croplan", + "product": "5682", + "traits": "TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 282.06, + "% H2O": 18.6, + "+/- Ave": 8.2 + }, + "brand": "Dekalb", + "product": "68-35", + "traits": "VT2P RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 281.29, + "% H2O": 16.9, + "+/- Ave": 7.5 + }, + "brand": "Brevant", + "product": "14H38", + "traits": "AM" + }, + { + "rank": 5, + "metrics": { + "Yield": 280.44, + "% H2O": 19.0, + "+/- Ave": 6.6 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 278.59, + "% H2O": 17.2, + "+/- Ave": 4.8 + }, + "brand": "Dekalb", + "product": "112-12", + "traits": "TRE RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 278.29, + "% H2O": 16.2, + "+/- Ave": 4.5 + }, + "brand": "Dekalb", + "product": "110-41", + "traits": "TRE RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 276.9, + "% H2O": 14.7, + "+/- Ave": 3.1 + }, + "brand": "Brevant", + "product": "08R32", + "traits": "AM" + }, + { + "rank": 9, + "metrics": { + "Yield": 274.09, + "% H2O": 16.1, + "+/- Ave": 0.3 + }, + "brand": "Dekalb", + "product": "64-22", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 274.06, + "% H2O": 13.8, + "+/- Ave": 0.2 + }, + "brand": "Croplan", + "product": "4840", + "traits": "TRE RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 270.18, + "% H2O": 15.7, + "+/- Ave": -3.6 + }, + "brand": "Dekalb", + "product": "110-10", + "traits": "SSPRO" + }, + { + "rank": 12, + "metrics": { + "Yield": 270.16, + "% H2O": 18.0, + "+/- Ave": -3.7 + }, + "brand": "Croplan", + "product": "5550", + "traits": "VT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 265.09, + "% H2O": 15.5, + "+/- Ave": -8.7 + }, + "brand": "Croplan", + "product": "4839", + "traits": "PCE" + }, + { + "rank": 14, + "metrics": { + "Yield": 263.34, + "% H2O": 18.0, + "+/- Ave": -10.5 + }, + "brand": "Dekalb", + "product": "66-18", + "traits": "VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 262.84, + "% H2O": 18.6, + "+/- Ave": -11.0 + }, + "brand": "Dekalb", + "product": "114-99", + "traits": "VT4P RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 261.95, + "% H2O": 16.5, + "+/- Ave": -11.9 + }, + "brand": "Brevant", + "product": "13K20", + "traits": "Qrome" + }, + { + "rank": 17, + "metrics": { + "Yield": 261.53, + "% H2O": 16.4, + "+/- Ave": -12.3 + }, + "brand": "Brevant", + "product": "13C49V", + "traits": "PCE" + } + ], + "n_results": 17, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Todd-Uhman-Sun-Ag-Tremon-IL-61568.pdf" + ], + "fetched_at": "2026-06-05T00:57:45.974737+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9559.md b/corpus/proharvest_plots/phpr-corn-2024-9559.md new file mode 100644 index 00000000..b2540227 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9559.md @@ -0,0 +1,41 @@ +# Corn yield trial — TODD UHMAN (Tremont, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Tremont, IL · Tazewell County +- **Cooperator:** TODD UHMAN +- **Company rep:** John Walsh +- **Planted:** 5/22/2024 +- **Harvested:** 10/29/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Tillage:** Strip/Zone +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Todd-Uhman-Sun-Ag-Tremon-IL-61568.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Dekalb | 66-06 | TRE RIB | 288.23 | 19.0 | - | 14.4 | +| 2 | Croplan | 5682 | TRE RIB | 285.96 | 18.3 | - | 12.1 | +| 3 | Dekalb | 68-35 | VT2P RIB | 282.06 | 18.6 | - | 8.2 | +| 4 | Brevant | 14H38 | AM | 281.29 | 16.9 | - | 7.5 | +| 5 | ProHarvest | 83P66 | VT2P RIB | 280.44 | 19.0 | - | 6.6 | +| 6 | Dekalb | 112-12 | TRE RIB | 278.59 | 17.2 | - | 4.8 | +| 7 | Dekalb | 110-41 | TRE RIB | 278.29 | 16.2 | - | 4.5 | +| 8 | Brevant | 08R32 | AM | 276.9 | 14.7 | - | 3.1 | +| 9 | Dekalb | 64-22 | VT2P RIB | 274.09 | 16.1 | - | 0.3 | +| 10 | Croplan | 4840 | TRE RIB | 274.06 | 13.8 | - | 0.2 | +| 11 | Dekalb | 110-10 | SSPRO | 270.18 | 15.7 | - | -3.6 | +| 12 | Croplan | 5550 | VT2P RIB | 270.16 | 18.0 | - | -3.7 | +| 13 | Croplan | 4839 | PCE | 265.09 | 15.5 | - | -8.7 | +| 14 | Dekalb | 66-18 | VT2P RIB | 263.34 | 18.0 | - | -10.5 | +| 15 | Dekalb | 114-99 | VT4P RIB | 262.84 | 18.6 | - | -11.0 | +| 16 | Brevant | 13K20 | Qrome | 261.95 | 16.5 | - | -11.9 | +| 17 | Brevant | 13C49V | PCE | 261.53 | 16.4 | - | -12.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9561.json b/corpus/proharvest_plots/phpr-corn-2024-9561.json new file mode 100644 index 00000000..a33686e3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9561.json @@ -0,0 +1,157 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9561", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Farmington", + "county": "Fulton", + "year": 2024, + "plot_id": 9561, + "cooperator": "Tom Kepple", + "latitude": 40.6980933, + "longitude": -90.0059483, + "company_representative": "Corey Torrance", + "planted_date": "5/14/2024", + "harvested_date": "10/16/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 246.38, + "+/- Ave": 20.9 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 14.6, + "Test Wt.": null, + "Yield": 243.39, + "+/- Ave": 17.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 13.5, + "Test Wt.": null, + "Yield": 228.64, + "+/- Ave": 3.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P66VT2", + "traits": null, + "metrics": { + "% H2O": 15.5, + "Test Wt.": null, + "Yield": 228.62, + "+/- Ave": 3.1 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.2, + "Test Wt.": null, + "Yield": 224.08, + "+/- Ave": -1.4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.1, + "Test Wt.": null, + "Yield": 223.51, + "+/- Ave": -2 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 13.8, + "Test Wt.": null, + "Yield": 223.47, + "+/- Ave": -2 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 15, + "Test Wt.": null, + "Yield": 222.42, + "+/- Ave": -3.1 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 14.8, + "Test Wt.": null, + "Yield": 215.89, + "+/- Ave": -9.6 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 14.3, + "Test Wt.": null, + "Yield": 198.54, + "+/- Ave": -27 + } + } + ], + "n_results": 10, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tom-Kepple-Farmington-IL-61531.pdf" + ], + "fetched_at": "2026-06-05T00:57:44.438729+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9561.md b/corpus/proharvest_plots/phpr-corn-2024-9561.md new file mode 100644 index 00000000..4e371f73 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9561.md @@ -0,0 +1,32 @@ +# Corn yield trial — Tom Kepple (Farmington, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Farmington, IL · Fulton County +- **Cooperator:** Tom Kepple +- **Company rep:** Corey Torrance +- **Planted:** 5/14/2024 +- **Harvested:** 10/16/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tom-Kepple-Farmington-IL-61531.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 80P75 | PCE | 246.38 | 12.8 | None | 20.9 | +| 2 | ProHarvest | 83P17 | PCE | 243.39 | 14.6 | None | 17.9 | +| 3 | ProHarvest | 81P20 | PCE | 228.64 | 13.5 | None | 3.1 | +| 4 | ProHarvest | 83P66VT2 | - | 228.62 | 15.5 | None | 3.1 | +| 5 | ProHarvest | 85P58 | SSRIB | 224.08 | 15.2 | None | -1.4 | +| 6 | ProHarvest | 8360 | VT2PRIB | 223.51 | 14.1 | None | -2 | +| 7 | ProHarvest | 82P79 | VT2PRIB | 223.47 | 13.8 | None | -2 | +| 8 | ProHarvest | 84P78 | TRERIB | 222.42 | 15 | None | -3.1 | +| 9 | ProHarvest | 84P30 | AA | 215.89 | 14.8 | None | -9.6 | +| 10 | ProHarvest | 83P33 | DGVT2PRIB | 198.54 | 14.3 | None | -27 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9563.json b/corpus/proharvest_plots/phpr-corn-2024-9563.json new file mode 100644 index 00000000..c24346d1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9563.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9563", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Prairie City", + "county": "McDonough", + "year": 2024, + "plot_id": 9563, + "cooperator": "Tom & Bill Mcgrew", + "latitude": 40.6211512, + "longitude": -90.4620731, + "company_representative": "Eric Yoder", + "planted_date": "4/24/2024", + "harvested_date": "10/10/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35700, + "fungicide": "Yes", + "herbicide": null, + "insecticide": "Yes", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 58.8, + "Yield": 298.07, + "+/- Ave": 23.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 13.9, + "Test Wt.": 60, + "Yield": 286.57, + "+/- Ave": 11.8 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "78P23", + "traits": "PCE", + "metrics": { + "% H2O": 13, + "Test Wt.": 58.9, + "Yield": 284.93, + "+/- Ave": 10.2 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 14, + "Test Wt.": 58.7, + "Yield": 280.11, + "+/- Ave": 5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 56.8, + "Yield": 280.1, + "+/- Ave": 5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 58.9, + "Yield": 278.67, + "+/- Ave": 3.9 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 12.2, + "Test Wt.": 59.1, + "Yield": 278.1, + "+/- Ave": 3.4 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 14, + "Test Wt.": 58.6, + "Yield": 274, + "+/- Ave": -0.7 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 12.3, + "Test Wt.": 60, + "Yield": 266.78, + "+/- Ave": -8 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 56.9, + "Yield": 266.08, + "+/- Ave": -8.7 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "79P49", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 12.4, + "Test Wt.": 61, + "Yield": 265.56, + "+/- Ave": -9.2 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 60.3, + "Yield": 261.64, + "+/- Ave": -13.1 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "81P65", + "traits": "D", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 59.8, + "Yield": 250.93, + "+/- Ave": -23.8 + } + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tom-Bill-McGrew-Prairie-City-IL-61470.pdf" + ], + "fetched_at": "2026-06-05T00:57:42.970664+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9563.md b/corpus/proharvest_plots/phpr-corn-2024-9563.md new file mode 100644 index 00000000..1b056740 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9563.md @@ -0,0 +1,37 @@ +# Corn yield trial — Tom & Bill Mcgrew (Prairie City, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Prairie City, IL · McDonough County +- **Cooperator:** Tom & Bill Mcgrew +- **Company rep:** Eric Yoder +- **Planted:** 4/24/2024 +- **Harvested:** 10/10/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,700 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tom-Bill-McGrew-Prairie-City-IL-61470.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P66 | VT2PRIB | 298.07 | 14.5 | 58.8 | 23.3 | +| 2 | ProHarvest | 8360 | VT2PRIB | 286.57 | 13.9 | 60 | 11.8 | +| 3 | ProHarvest | 78P23 | PCE | 284.93 | 13 | 58.9 | 10.2 | +| 4 | ProHarvest | 83P17 | PCE | 280.11 | 14 | 58.7 | 5.4 | +| 5 | ProHarvest | 80P75 | PCE | 280.1 | 13.1 | 56.8 | 5.4 | +| 6 | ProHarvest | 84P78 | TRERIB | 278.67 | 13.1 | 58.9 | 3.9 | +| 7 | ProHarvest | 79P87 | SSRIB | 278.1 | 12.2 | 59.1 | 3.4 | +| 8 | ProHarvest | 84P78 | TRERIB | 274 | 14 | 58.6 | -0.7 | +| 9 | ProHarvest | 79P54 | SSPRO | 266.78 | 12.3 | 60 | -8 | +| 10 | ProHarvest | 81P20 | PCE | 266.08 | 13.1 | 56.9 | -8.7 | +| 11 | ProHarvest | 79P49 | VT2PRIB | 265.56 | 12.4 | 61 | -9.2 | +| 12 | ProHarvest | 82P68 | SSPRO | 261.64 | 12.6 | 60.3 | -13.1 | +| 13 | ProHarvest | 81P65 | D | 250.93 | 13.1 | 59.8 | -23.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9565.json b/corpus/proharvest_plots/phpr-corn-2024-9565.json new file mode 100644 index 00000000..acde7bf8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9565.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9565", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Danvers", + "county": "McLean", + "year": 2024, + "plot_id": 9565, + "cooperator": "Tyler Deal", + "latitude": 40.5294818, + "longitude": -89.1773055, + "company_representative": "Rick Urish", + "planted_date": "5/25/2024", + "harvested_date": "10/24/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 36000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 286.7, + "% H2O": 17.8, + "Test Wt.": 58.4, + "+/- Ave": 21.6 + }, + "brand": "ProHarvest", + "product": "84P78TRERIB", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 285.1, + "% H2O": 17.1, + "Test Wt.": 59.2, + "+/- Ave": 20.0 + }, + "brand": "AgriGold", + "product": "A642-05VT2RIBD1", + "traits": "DGVT2P RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 284.7, + "% H2O": 18.1, + "Test Wt.": 58.4, + "+/- Ave": 19.6 + }, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 282.2, + "% H2O": 16.8, + "Test Wt.": 60.8, + "+/- Ave": 17.1 + }, + "brand": "AgriGold", + "product": "A643-52VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 281.2, + "% H2O": 17.2, + "Test Wt.": 61.4, + "+/- Ave": 16.1 + }, + "brand": "AgriGold", + "product": "A642-32VT2PRO", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 277.3, + "% H2O": 17.8, + "Test Wt.": 62.4, + "+/- Ave": 12.2 + }, + "brand": "AgriGold", + "product": "A645-30VT2PRO", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 277.0, + "% H2O": 20.0, + "Test Wt.": 56.6, + "+/- Ave": 11.9 + }, + "brand": "AgriGold", + "product": "A647-42TRCRIB", + "traits": "TRE RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 272.2, + "% H2O": 18.1, + "Test Wt.": 58.0, + "+/- Ave": 7.1 + }, + "brand": "AgriGold", + "product": "A645-16VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 266.5, + "% H2O": 17.7, + "Test Wt.": 59.1, + "+/- Ave": 1.4 + }, + "brand": "ProHarvest", + "product": "83P66VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 264.3, + "% H2O": 17.4, + "Test Wt.": 59.2, + "+/- Ave": -0.8 + }, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSPRO" + }, + { + "rank": 11, + "metrics": { + "Yield": 263.3, + "% H2O": 18.1, + "Test Wt.": 58.0, + "+/- Ave": -1.8 + }, + "brand": "AgriGold", + "product": "A645-16", + "traits": "CONV" + }, + { + "rank": 12, + "metrics": { + "Yield": 254.0, + "% H2O": 15.4, + "Test Wt.": 60.4, + "+/- Ave": -11.1 + }, + "brand": "AgriGold", + "product": "J6015PWE", + "traits": "PCE" + }, + { + "rank": 13, + "metrics": { + "Yield": 251.8, + "% H2O": 16.9, + "Test Wt.": 59.7, + "+/- Ave": -13.3 + }, + "brand": "AgriGold", + "product": "A646-30", + "traits": "CONV" + }, + { + "rank": 14, + "metrics": { + "Yield": 242.2, + "% H2O": 17.1, + "Test Wt.": 58.8, + "+/- Ave": -22.9 + }, + "brand": "AgriGold", + "product": "A646-30VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 229.2, + "% H2O": 17.4, + "Test Wt.": 60.7, + "+/- Ave": -35.9 + }, + "brand": "AgriGold", + "product": "A645-71STXRIB", + "traits": "SS RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 223.8, + "% H2O": 20.2, + "Test Wt.": 56.6, + "+/- Ave": -41.3 + }, + "brand": "AgriGold", + "product": "A648-11", + "traits": "CONV" + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tyler-Deal-Danvers-IL-61732.pdf" + ], + "fetched_at": "2026-06-05T00:57:41.517353+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9565.md b/corpus/proharvest_plots/phpr-corn-2024-9565.md new file mode 100644 index 00000000..452615c1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9565.md @@ -0,0 +1,38 @@ +# Corn yield trial — Tyler Deal (Danvers, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Danvers, IL · McLean County +- **Cooperator:** Tyler Deal +- **Company rep:** Rick Urish +- **Planted:** 5/25/2024 +- **Harvested:** 10/24/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 36,000 seeds/acre +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tyler-Deal-Danvers-IL-61732.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78TRERIB | TRE RIB | 286.7 | 17.8 | 58.4 | 21.6 | +| 2 | AgriGold | A642-05VT2RIBD1 | DGVT2P RIB | 285.1 | 17.1 | 59.2 | 20.0 | +| 3 | AgriGold | A644-64VT2RIB | VT2P RIB | 284.7 | 18.1 | 58.4 | 19.6 | +| 4 | AgriGold | A643-52VT2RIB | VT2P RIB | 282.2 | 16.8 | 60.8 | 17.1 | +| 5 | AgriGold | A642-32VT2PRO | VT2P RIB | 281.2 | 17.2 | 61.4 | 16.1 | +| 6 | AgriGold | A645-30VT2PRO | VT2P RIB | 277.3 | 17.8 | 62.4 | 12.2 | +| 7 | AgriGold | A647-42TRCRIB | TRE RIB | 277.0 | 20.0 | 56.6 | 11.9 | +| 8 | AgriGold | A645-16VT2RIB | VT2P RIB | 272.2 | 18.1 | 58.0 | 7.1 | +| 9 | ProHarvest | 83P66VT2RIB | VT2P RIB | 266.5 | 17.7 | 59.1 | 1.4 | +| 10 | AgriGold | A642-18SSP | SSPRO | 264.3 | 17.4 | 59.2 | -0.8 | +| 11 | AgriGold | A645-16 | CONV | 263.3 | 18.1 | 58.0 | -1.8 | +| 12 | AgriGold | J6015PWE | PCE | 254.0 | 15.4 | 60.4 | -11.1 | +| 13 | AgriGold | A646-30 | CONV | 251.8 | 16.9 | 59.7 | -13.3 | +| 14 | AgriGold | A646-30VT2RIB | VT2P RIB | 242.2 | 17.1 | 58.8 | -22.9 | +| 15 | AgriGold | A645-71STXRIB | SS RIB | 229.2 | 17.4 | 60.7 | -35.9 | +| 16 | AgriGold | A648-11 | CONV | 223.8 | 20.2 | 56.6 | -41.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9567.json b/corpus/proharvest_plots/phpr-corn-2024-9567.json new file mode 100644 index 00000000..6717d6c7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9567.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9567", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2024, + "plot_id": 9567, + "cooperator": "Blair Hoerbert", + "latitude": 40.305598, + "longitude": -89.6028829, + "company_representative": "Tom Forrest", + "planted_date": "5/20/2024", + "harvested_date": "10/17/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 57.1, + "Yield": 283.93, + "+/- Ave": 16.6 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 59.7, + "Yield": 283.26, + "+/- Ave": 15.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 19.7, + "Test Wt.": 55.2, + "Yield": 278.25, + "+/- Ave": 10.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 20.1, + "Test Wt.": 55.5, + "Yield": 272.23, + "+/- Ave": 4.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 57.1, + "Yield": 263.08, + "+/- Ave": -4.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 60.9, + "Yield": 256.45, + "+/- Ave": -10.9 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "84P22", + "traits": "V", + "metrics": { + "% H2O": 18.5, + "Test Wt.": 57.5, + "Yield": 252.15, + "+/- Ave": -15.2 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P65", + "traits": "D", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 56, + "Yield": 249.44, + "+/- Ave": -17.9 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-on-Corn-Blair-Hoerbert-San-Jose-IL-62682.pdf" + ], + "fetched_at": "2026-06-05T00:57:39.935037+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9567.md b/corpus/proharvest_plots/phpr-corn-2024-9567.md new file mode 100644 index 00000000..1aac320f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9567.md @@ -0,0 +1,32 @@ +# Corn yield trial — Blair Hoerbert (San Jose, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert +- **Company rep:** Tom Forrest +- **Planted:** 5/20/2024 +- **Harvested:** 10/17/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-on-Corn-Blair-Hoerbert-San-Jose-IL-62682.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 82P68 | SSPRO | 283.93 | 17.6 | 57.1 | 16.6 | +| 2 | ProHarvest | 83P48 | SSPRO | 283.26 | 17.5 | 59.7 | 15.9 | +| 3 | ProHarvest | 83P66 | VT2PRIB | 278.25 | 19.7 | 55.2 | 10.9 | +| 4 | ProHarvest | 84P78 | TRERIB | 272.23 | 20.1 | 55.5 | 4.9 | +| 5 | ProHarvest | 79P54 | SSPRO | 263.08 | 16.3 | 57.1 | -4.3 | +| 6 | ProHarvest | 85P58 | SSRIB | 256.45 | 16.3 | 60.9 | -10.9 | +| 7 | ProHarvest | 84P22 | V | 252.15 | 18.5 | 57.5 | -15.2 | +| 8 | ProHarvest | 81P65 | D | 249.44 | 17.4 | 56 | -17.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9569.json b/corpus/proharvest_plots/phpr-corn-2024-9569.json new file mode 100644 index 00000000..189c766e --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9569.json @@ -0,0 +1,157 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9569", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Arcola", + "county": "Douglas", + "year": 2024, + "plot_id": 9569, + "cooperator": "Dan Wesch", + "latitude": 39.6847591, + "longitude": -88.306308, + "company_representative": "Tom Forrest", + "planted_date": "5/29/2024", + "harvested_date": "10/28/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 58.2, + "Yield": 254.78, + "+/- Ave": 20.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 17.9, + "Test Wt.": 56.8, + "Yield": 253.33, + "+/- Ave": 18.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 54.5, + "Yield": 247.99, + "+/- Ave": 13.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.1, + "Test Wt.": 57.1, + "Yield": 243.63, + "+/- Ave": 9.2 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 56.2, + "Yield": 243.46, + "+/- Ave": 9 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": 54.9, + "Yield": 238.78, + "+/- Ave": 4.3 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 17, + "Test Wt.": 58.8, + "Yield": 232.86, + "+/- Ave": -1.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P22", + "traits": "V", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 56.4, + "Yield": 227.61, + "+/- Ave": -6.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "81P65", + "traits": "D", + "metrics": { + "% H2O": 17, + "Test Wt.": 56.8, + "Yield": 214.31, + "+/- Ave": -20.2 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.9, + "Test Wt.": 56.7, + "Yield": 187.98, + "+/- Ave": -46.5 + } + } + ], + "n_results": 10, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Dan-Wesch-Arcola-IL-61910.pdf" + ], + "fetched_at": "2026-06-05T00:57:38.451367+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9569.md b/corpus/proharvest_plots/phpr-corn-2024-9569.md new file mode 100644 index 00000000..7e67288c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9569.md @@ -0,0 +1,34 @@ +# Corn yield trial — Dan Wesch (Arcola, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Arcola, IL · Douglas County +- **Cooperator:** Dan Wesch +- **Company rep:** Tom Forrest +- **Planted:** 5/29/2024 +- **Harvested:** 10/28/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Dan-Wesch-Arcola-IL-61910.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P48 | SSPRO | 254.78 | 16.7 | 58.2 | 20.3 | +| 2 | ProHarvest | 83P17 | PCE | 253.33 | 17.9 | 56.8 | 18.9 | +| 3 | ProHarvest | 84P78 | TRERIB | 247.99 | 16.3 | 54.5 | 13.5 | +| 4 | ProHarvest | 79P87 | SSRIB | 243.63 | 16.1 | 57.1 | 9.2 | +| 5 | ProHarvest | 79P54 | SSPRO | 243.46 | 16.3 | 56.2 | 9 | +| 6 | ProHarvest | 83P66 | VT2PRIB | 238.78 | 17.7 | 54.9 | 4.3 | +| 7 | ProHarvest | 85P58 | SSRIB | 232.86 | 17 | 58.8 | -1.6 | +| 8 | ProHarvest | 84P22 | V | 227.61 | 17.5 | 56.4 | -6.9 | +| 9 | ProHarvest | 81P65 | D | 214.31 | 17 | 56.8 | -20.2 | +| 10 | ProHarvest | 8360 | VT2PRIB | 187.98 | 17.9 | 56.7 | -46.5 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9571.json b/corpus/proharvest_plots/phpr-corn-2024-9571.json new file mode 100644 index 00000000..ac1138c7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9571.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9571", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Morrisonville", + "county": "Christian", + "year": 2024, + "plot_id": 9571, + "cooperator": "Lynn Tryon", + "latitude": 39.4200501, + "longitude": -89.4556486, + "company_representative": "Keith Knapp", + "planted_date": "4/22/2024", + "harvested_date": "9/26/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": "Callisto", + "insecticide": "Yes", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 56.9, + "Yield": 269.86, + "+/- Ave": 19.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 18.4, + "Test Wt.": 60.3, + "Yield": 259.52, + "+/- Ave": 8.8 + } + }, + { + "brand": "AgriGold", + "rank": 3, + "product": "A645-16", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.4, + "Test Wt.": 55.6, + "Yield": 258.11, + "+/- Ave": 7.4 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 18.8, + "Test Wt.": 59.4, + "Yield": 257.55, + "+/- Ave": 6.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 59.5, + "Yield": 256.26, + "+/- Ave": 5.6 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 18.9, + "Test Wt.": 55, + "Yield": 245.98, + "+/- Ave": -4.7 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 56, + "Yield": 242.36, + "+/- Ave": -8.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 56.4, + "Yield": 239.18, + "+/- Ave": -11.5 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 18, + "Test Wt.": 60, + "Yield": 227.39, + "+/- Ave": -23.3 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Morrisonville-IL-62546.pdf" + ], + "fetched_at": "2026-06-05T00:57:36.942710+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9571.md b/corpus/proharvest_plots/phpr-corn-2024-9571.md new file mode 100644 index 00000000..2585584a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9571.md @@ -0,0 +1,33 @@ +# Corn yield trial — Lynn Tryon (Morrisonville, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Morrisonville, IL · Christian County +- **Cooperator:** Lynn Tryon +- **Company rep:** Keith Knapp +- **Planted:** 4/22/2024 +- **Harvested:** 9/26/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Morrisonville-IL-62546.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P66 | VT2PRIB | 269.86 | 17.4 | 56.9 | 19.2 | +| 2 | ProHarvest | 83P48 | SSPRO | 259.52 | 18.4 | 60.3 | 8.8 | +| 3 | AgriGold | A645-16 | VT2PRIB | 258.11 | 18.4 | 55.6 | 7.4 | +| 4 | ProHarvest | 84P30 | AA | 257.55 | 18.8 | 59.4 | 6.9 | +| 5 | ProHarvest | 83P33 | DGVT2PRIB | 256.26 | 17.4 | 59.5 | 5.6 | +| 6 | ProHarvest | 83P17 | PCE | 245.98 | 18.9 | 55 | -4.7 | +| 7 | ProHarvest | 82P68 | SSPRO | 242.36 | 18.7 | 56 | -8.3 | +| 8 | ProHarvest | 84P78 | TRERIB | 239.18 | 18.1 | 56.4 | -11.5 | +| 9 | ProHarvest | 85P58 | SSRIB | 227.39 | 18 | 60 | -23.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9609.json b/corpus/proharvest_plots/phpr-corn-2024-9609.json new file mode 100644 index 00000000..bbafa8ec --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9609.json @@ -0,0 +1,349 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9609", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Flora", + "county": "Carroll", + "year": 2024, + "plot_id": 9609, + "cooperator": "Bruce Dutter", + "latitude": 40.5472587, + "longitude": -86.5244434, + "company_representative": "David Hopkins", + "planted_date": "5/9/2024", + "harvested_date": "10/17/2024", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": 58.5, + "Yield": 280.74, + "+/- Ave": 14.8 + } + }, + { + "brand": "DEKALB", + "rank": 2, + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "% H2O": 14.5, + "Test Wt.": 59.7, + "Yield": 280.63, + "+/- Ave": 14.7 + } + }, + { + "brand": "Becks", + "rank": 3, + "product": "6374", + "traits": "V2P", + "metrics": { + "% H2O": 16.5, + "Test Wt.": 60.4, + "Yield": 280.47, + "+/- Ave": 14.5 + } + }, + { + "brand": "Becks", + "rank": 4, + "product": "6184", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 60.5, + "Yield": 277.98, + "+/- Ave": 12 + } + }, + { + "brand": "Pioneer", + "rank": 5, + "product": "P10811", + "traits": "AM", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 58.4, + "Yield": 277.86, + "+/- Ave": 11.9 + } + }, + { + "brand": "Becks", + "rank": 6, + "product": "6469", + "traits": "V2P", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 60.2, + "Yield": 277.45, + "+/- Ave": 11.5 + } + }, + { + "brand": "Pioneer", + "rank": 7, + "product": "13777", + "traits": "PCE", + "metrics": { + "% H2O": 16.5, + "Test Wt.": 60.7, + "Yield": 276.83, + "+/- Ave": 10.9 + } + }, + { + "brand": "Becks", + "rank": 8, + "product": "6064", + "traits": "AM", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 60, + "Yield": 273.02, + "+/- Ave": 7.1 + } + }, + { + "brand": "Becks", + "rank": 9, + "product": "6485", + "traits": "SX", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 61, + "Yield": 271.63, + "+/- Ave": 5.7 + } + }, + { + "brand": "Becks", + "rank": 10, + "product": "5899", + "traits": "SX", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 59.7, + "Yield": 271.16, + "+/- Ave": 5.2 + } + }, + { + "brand": "DEKALB", + "rank": 11, + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "% H2O": 15.9, + "Test Wt.": 62.4, + "Yield": 270.76, + "+/- Ave": 4.8 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 16.1, + "Test Wt.": 58.4, + "Yield": 270.12, + "+/- Ave": 4.2 + } + }, + { + "brand": "DEKALB", + "rank": 13, + "product": "DKC111-35RIB", + "traits": null, + "metrics": { + "% H2O": 15.5, + "Test Wt.": 62.3, + "Yield": 269.25, + "+/- Ave": 3.3 + } + }, + { + "brand": "Becks", + "rank": 14, + "product": "6585", + "traits": "TCV2P", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 61, + "Yield": 266.82, + "+/- Ave": 0.9 + } + }, + { + "brand": "Becks", + "rank": 15, + "product": "6241", + "traits": "Q", + "metrics": { + "% H2O": 17, + "Test Wt.": 59, + "Yield": 262.3, + "+/- Ave": -3.6 + } + }, + { + "brand": "Pioneer", + "rank": 16, + "product": "P1742", + "traits": "Q", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 58.8, + "Yield": 262.16, + "+/- Ave": -3.8 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "77P19", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 59.8, + "Yield": 261.13, + "+/- Ave": -4.8 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 63.2, + "Yield": 260.64, + "+/- Ave": -5.3 + } + }, + { + "brand": "Becks", + "rank": 19, + "product": "5794", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 59.4, + "Yield": 259.31, + "+/- Ave": -6.6 + } + }, + { + "brand": "Becks", + "rank": 20, + "product": "5530", + "traits": "PCE", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 58.2, + "Yield": 259.01, + "+/- Ave": -6.9 + } + }, + { + "brand": "DEKALB", + "rank": 21, + "product": "DKC113-83RIB", + "traits": null, + "metrics": { + "% H2O": 15.2, + "Test Wt.": 60.4, + "Yield": 257.35, + "+/- Ave": -8.6 + } + }, + { + "brand": "Becks", + "rank": 22, + "product": "5413", + "traits": "Q", + "metrics": { + "% H2O": 14, + "Test Wt.": 59.4, + "Yield": 254.84, + "+/- Ave": -11.1 + } + }, + { + "brand": "Becks", + "rank": 23, + "product": "5824", + "traits": "AM", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 59.5, + "Yield": 252.01, + "+/- Ave": -13.9 + } + }, + { + "brand": "Becks", + "rank": 24, + "product": "6774", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 59.9, + "Yield": 251.93, + "+/- Ave": -14 + } + }, + { + "brand": "Becks", + "rank": 25, + "product": "6081", + "traits": "AM", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 59.2, + "Yield": 248.33, + "+/- Ave": -17.6 + } + }, + { + "brand": "Becks", + "rank": 26, + "product": "5929", + "traits": "BZ", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 58.2, + "Yield": 240.52, + "+/- Ave": -25.4 + } + } + ], + "n_results": 26, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Bruce-Dutter-Flora-IN-46929.pdf" + ], + "fetched_at": "2026-06-05T00:57:08.506131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9609.md b/corpus/proharvest_plots/phpr-corn-2024-9609.md new file mode 100644 index 00000000..4a090612 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9609.md @@ -0,0 +1,47 @@ +# Corn yield trial — Bruce Dutter (Flora, IN, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Flora, IN · Carroll County +- **Cooperator:** Bruce Dutter +- **Company rep:** David Hopkins +- **Planted:** 5/9/2024 +- **Harvested:** 10/17/2024 +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Bruce-Dutter-Flora-IN-46929.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P66 | VT2PRIB | 280.74 | 17.7 | 58.5 | 14.8 | +| 2 | DEKALB | DKC110-41RIB | - | 280.63 | 14.5 | 59.7 | 14.7 | +| 3 | Becks | 6374 | V2P | 280.47 | 16.5 | 60.4 | 14.5 | +| 4 | Becks | 6184 | VT2PRIB | 277.98 | 15.8 | 60.5 | 12 | +| 5 | Pioneer | P10811 | AM | 277.86 | 15.3 | 58.4 | 11.9 | +| 6 | Becks | 6469 | V2P | 277.45 | 17.4 | 60.2 | 11.5 | +| 7 | Pioneer | 13777 | PCE | 276.83 | 16.5 | 60.7 | 10.9 | +| 8 | Becks | 6064 | AM | 273.02 | 15.7 | 60 | 7.1 | +| 9 | Becks | 6485 | SX | 271.63 | 16.8 | 61 | 5.7 | +| 10 | Becks | 5899 | SX | 271.16 | 14.9 | 59.7 | 5.2 | +| 11 | DEKALB | DKC64-22RIB | - | 270.76 | 15.9 | 62.4 | 4.8 | +| 12 | ProHarvest | 81P20 | PCE | 270.12 | 16.1 | 58.4 | 4.2 | +| 13 | DEKALB | DKC111-35RIB | - | 269.25 | 15.5 | 62.3 | 3.3 | +| 14 | Becks | 6585 | TCV2P | 266.82 | 16.9 | 61 | 0.9 | +| 15 | Becks | 6241 | Q | 262.3 | 17 | 59 | -3.6 | +| 16 | Pioneer | P1742 | Q | 262.16 | 16.4 | 58.8 | -3.8 | +| 17 | ProHarvest | 77P19 | VT2PRIB | 261.13 | 14.1 | 59.8 | -4.8 | +| 18 | ProHarvest | 85P58 | SSRIB | 260.64 | 15.9 | 63.2 | -5.3 | +| 19 | Becks | 5794 | VT2PRIB | 259.31 | 14.7 | 59.4 | -6.6 | +| 20 | Becks | 5530 | PCE | 259.01 | 14.7 | 58.2 | -6.9 | +| 21 | DEKALB | DKC113-83RIB | - | 257.35 | 15.2 | 60.4 | -8.6 | +| 22 | Becks | 5413 | Q | 254.84 | 14 | 59.4 | -11.1 | +| 23 | Becks | 5824 | AM | 252.01 | 15.6 | 59.5 | -13.9 | +| 24 | Becks | 6774 | VT2PRIB | 251.93 | 17.6 | 59.9 | -14 | +| 25 | Becks | 6081 | AM | 248.33 | 15.3 | 59.2 | -17.6 | +| 26 | Becks | 5929 | BZ | 240.52 | 15.4 | 58.2 | -25.4 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9611.json b/corpus/proharvest_plots/phpr-corn-2024-9611.json new file mode 100644 index 00000000..db5f87d4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9611.json @@ -0,0 +1,313 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9611", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Earl Park", + "county": "Benton", + "year": 2024, + "plot_id": 9611, + "cooperator": "David Smith", + "latitude": 40.6828155, + "longitude": -87.4116891, + "company_representative": "Doug Hanson", + "planted_date": "5/20/2024", + "harvested_date": "11/1/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 262.48, + "% H2O": 14.4, + "Test Wt.": 58.7, + "+/- Ave": 26.9 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 259.05, + "% H2O": 16.1, + "Test Wt.": 60.3, + "+/- Ave": 23.5 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO" + }, + { + "rank": 3, + "metrics": { + "Yield": 257.17, + "% H2O": 14.2, + "Test Wt.": 59.1, + "+/- Ave": 21.6 + }, + "brand": "Becks", + "product": "5824", + "traits": "AM" + }, + { + "rank": 4, + "metrics": { + "Yield": 252.89, + "% H2O": 13.8, + "Test Wt.": 59.1, + "+/- Ave": 17.4 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 251.26, + "% H2O": 14.2, + "Test Wt.": 59.1, + "+/- Ave": 15.7 + }, + "brand": "Becks", + "product": "5608", + "traits": "AM" + }, + { + "rank": 6, + "metrics": { + "Yield": 248.93, + "% H2O": 15.3, + "Test Wt.": 58.6, + "+/- Ave": 13.4 + }, + "brand": "Golden Harvest", + "product": "12S75", + "traits": "D" + }, + { + "rank": 7, + "metrics": { + "Yield": 243.97, + "% H2O": 14.2, + "Test Wt.": 59.2, + "+/- Ave": 8.4 + }, + "brand": "Becks", + "product": "5794", + "traits": "VT2P RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 242.67, + "% H2O": 14.5, + "Test Wt.": 58.8, + "+/- Ave": 7.1 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 9, + "metrics": { + "Yield": 241.87, + "% H2O": 15.1, + "Test Wt.": 59.2, + "+/- Ave": 6.3 + }, + "brand": "Golden Harvest", + "product": "12U11", + "traits": "DV" + }, + { + "rank": 10, + "metrics": { + "Yield": 241.13, + "% H2O": 14.4, + "Test Wt.": 58.7, + "+/- Ave": 5.6 + }, + "brand": "Becks", + "product": "5530", + "traits": "PCE" + }, + { + "rank": 11, + "metrics": { + "Yield": 239.49, + "% H2O": 14.5, + "Test Wt.": 60.5, + "+/- Ave": 4.0 + }, + "brand": "Becks", + "product": "6184", + "traits": "VT2P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 235.0, + "% H2O": 15.3, + "Test Wt.": 58.8, + "+/- Ave": -0.5 + }, + "brand": "Golden Harvest", + "product": "14B32", + "traits": "DV" + }, + { + "rank": 13, + "metrics": { + "Yield": 234.13, + "% H2O": 14.8, + "Test Wt.": 60.8, + "+/- Ave": -1.4 + }, + "brand": "Golden Harvest", + "product": "G11V76", + "traits": "AA" + }, + { + "rank": 14, + "metrics": { + "Yield": 232.38, + "% H2O": 15.6, + "Test Wt.": 59.0, + "+/- Ave": -3.1 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "V" + }, + { + "rank": 15, + "metrics": { + "Yield": 231.23, + "% H2O": 14.2, + "Test Wt.": 59.8, + "+/- Ave": -4.3 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 16, + "metrics": { + "Yield": 229.39, + "% H2O": 13.0, + "Test Wt.": 59.3, + "+/- Ave": -6.1 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 17, + "metrics": { + "Yield": 226.49, + "% H2O": 14.1, + "Test Wt.": 58.4, + "+/- Ave": -9.0 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 18, + "metrics": { + "Yield": 225.28, + "% H2O": 14.9, + "Test Wt.": 59.2, + "+/- Ave": -10.2 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 19, + "metrics": { + "Yield": 224.22, + "% H2O": 15.3, + "Test Wt.": 58.3, + "+/- Ave": -11.3 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 20, + "metrics": { + "Yield": 216.71, + "% H2O": 12.9, + "Test Wt.": 61.3, + "+/- Ave": -18.8 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 21, + "metrics": { + "Yield": 214.19, + "% H2O": 15.0, + "Test Wt.": 58.5, + "+/- Ave": -21.3 + }, + "brand": "Pioneer", + "product": "P04511", + "traits": "AM" + }, + { + "rank": 22, + "metrics": { + "Yield": 210.59, + "% H2O": 15.9, + "Test Wt.": 59.8, + "+/- Ave": -24.9 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2P RIB" + }, + { + "rank": 23, + "metrics": { + "Yield": 196.63, + "% H2O": 14.4, + "Test Wt.": 59.4, + "+/- Ave": -38.9 + }, + "brand": "Becks", + "product": "5413", + "traits": "Q" + } + ], + "n_results": 23, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-David-Smith-Earl-Park-IN-47942.pdf" + ], + "fetched_at": "2026-06-05T00:57:07.013337+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9611.md b/corpus/proharvest_plots/phpr-corn-2024-9611.md new file mode 100644 index 00000000..df0dd1af --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9611.md @@ -0,0 +1,44 @@ +# Corn yield trial — David Smith (Earl Park, IN, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Earl Park, IN · Benton County +- **Cooperator:** David Smith +- **Company rep:** Doug Hanson +- **Planted:** 5/20/2024 +- **Harvested:** 11/1/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-David-Smith-Earl-Park-IN-47942.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRE RIB | 262.48 | 14.4 | 58.7 | 26.9 | +| 2 | ProHarvest | 83P48 | SSPRO | 259.05 | 16.1 | 60.3 | 23.5 | +| 3 | Becks | 5824 | AM | 257.17 | 14.2 | 59.1 | 21.6 | +| 4 | ProHarvest | 81P20 | PCE | 252.89 | 13.8 | 59.1 | 17.4 | +| 5 | Becks | 5608 | AM | 251.26 | 14.2 | 59.1 | 15.7 | +| 6 | Golden Harvest | 12S75 | D | 248.93 | 15.3 | 58.6 | 13.4 | +| 7 | Becks | 5794 | VT2P RIB | 243.97 | 14.2 | 59.2 | 8.4 | +| 8 | Pioneer | P04511 | AM | 242.67 | 14.5 | 58.8 | 7.1 | +| 9 | Golden Harvest | 12U11 | DV | 241.87 | 15.1 | 59.2 | 6.3 | +| 10 | Becks | 5530 | PCE | 241.13 | 14.4 | 58.7 | 5.6 | +| 11 | Becks | 6184 | VT2P RIB | 239.49 | 14.5 | 60.5 | 4.0 | +| 12 | Golden Harvest | 14B32 | DV | 235.0 | 15.3 | 58.8 | -0.5 | +| 13 | Golden Harvest | G11V76 | AA | 234.13 | 14.8 | 60.8 | -1.4 | +| 14 | ProHarvest | 81P65 | V | 232.38 | 15.6 | 59.0 | -3.1 | +| 15 | Pioneer | P04511 | AM | 231.23 | 14.2 | 59.8 | -4.3 | +| 16 | Pioneer | P04511 | AM | 229.39 | 13.0 | 59.3 | -6.1 | +| 17 | Pioneer | P04511 | AM | 226.49 | 14.1 | 58.4 | -9.0 | +| 18 | Pioneer | P04511 | AM | 225.28 | 14.9 | 59.2 | -10.2 | +| 19 | Pioneer | P04511 | AM | 224.22 | 15.3 | 58.3 | -11.3 | +| 20 | ProHarvest | 79P87 | SS RIB | 216.71 | 12.9 | 61.3 | -18.8 | +| 21 | Pioneer | P04511 | AM | 214.19 | 15.0 | 58.5 | -21.3 | +| 22 | ProHarvest | 8360 | VT2P RIB | 210.59 | 15.9 | 59.8 | -24.9 | +| 23 | Becks | 5413 | Q | 196.63 | 14.4 | 59.4 | -38.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9613.json b/corpus/proharvest_plots/phpr-corn-2024-9613.json new file mode 100644 index 00000000..6dee04e8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9613.json @@ -0,0 +1,217 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9613", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Montgomery", + "county": "Daviess", + "year": 2024, + "plot_id": 9613, + "cooperator": "Wagler Brothers", + "latitude": 40.0361447, + "longitude": -86.9007083, + "company_representative": "Tom Forrest", + "planted_date": "5/13/2024", + "harvested_date": "10/10/2024", + "previous_crop": "Soybeans", + "row_width": "34", + "population_seeds_per_acre": 34000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.2, + "Test Wt.": 60, + "Yield": 243.37, + "+/- Ave": 37.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 57.6, + "Yield": 232.4, + "+/- Ave": 26.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 58.1, + "Yield": 230.23, + "+/- Ave": 24.2 + } + }, + { + "brand": "Seed Consultants", + "rank": 4, + "product": "1094PCE", + "traits": null, + "metrics": { + "% H2O": 13.9, + "Test Wt.": 56.8, + "Yield": 227.29, + "+/- Ave": 21.2 + } + }, + { + "brand": "Seed Consultants", + "rank": 5, + "product": "1055PCE", + "traits": null, + "metrics": { + "% H2O": 12.4, + "Test Wt.": 56.3, + "Yield": 217.28, + "+/- Ave": 11.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 58.7, + "Yield": 210.55, + "+/- Ave": 4.5 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 56.6, + "Yield": 208.14, + "+/- Ave": 2.1 + } + }, + { + "brand": "Seed Consultants", + "rank": 8, + "product": "1135", + "traits": "PCE", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 57.3, + "Yield": 205.6, + "+/- Ave": -0.5 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16, + "Test Wt.": 55.9, + "Yield": 202.35, + "+/- Ave": -3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 57.9, + "Yield": 197.32, + "+/- Ave": -8.7 + } + }, + { + "brand": "Seed Consultants", + "rank": 11, + "product": "SC", + "traits": "1093 AM", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 58.2, + "Yield": 191.54, + "+/- Ave": -14.5 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 57.7, + "Yield": 191.23, + "+/- Ave": -14.8 + } + }, + { + "brand": "Seed Consultants", + "rank": 13, + "product": "SC", + "traits": "1183 AM", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 56.1, + "Yield": 187.63, + "+/- Ave": -18.4 + } + }, + { + "brand": "Seed Consultants", + "rank": 14, + "product": "SC", + "traits": "1084 AM", + "metrics": { + "% H2O": 13, + "Test Wt.": 57.4, + "Yield": 177.61, + "+/- Ave": -28.4 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "84P30", + "traits": "AA", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 58.7, + "Yield": 168.27, + "+/- Ave": -37.8 + } + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Wagler-Brothers-Montgomery-IN-46321.pdf" + ], + "fetched_at": "2026-06-05T00:57:05.476436+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9613.md b/corpus/proharvest_plots/phpr-corn-2024-9613.md new file mode 100644 index 00000000..2d1d06b1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9613.md @@ -0,0 +1,39 @@ +# Corn yield trial — Wagler Brothers (Montgomery, IN, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Montgomery, IN · Daviess County +- **Cooperator:** Wagler Brothers +- **Company rep:** Tom Forrest +- **Planted:** 5/13/2024 +- **Harvested:** 10/10/2024 +- **Previous crop:** Soybeans +- **Row width:** 34 +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Wagler-Brothers-Montgomery-IN-46321.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 85P58 | SSRIB | 243.37 | 15.2 | 60 | 37.3 | +| 2 | ProHarvest | 8360 | VT2PRIB | 232.4 | 15.5 | 57.6 | 26.3 | +| 3 | ProHarvest | 84P78 | TRERIB | 230.23 | 14.4 | 58.1 | 24.2 | +| 4 | Seed Consultants | 1094PCE | - | 227.29 | 13.9 | 56.8 | 21.2 | +| 5 | Seed Consultants | 1055PCE | - | 217.28 | 12.4 | 56.3 | 11.2 | +| 6 | ProHarvest | 82P79 | VT2PRIB | 210.55 | 15.3 | 58.7 | 4.5 | +| 7 | ProHarvest | 83P17 | PCE | 208.14 | 15.1 | 56.6 | 2.1 | +| 8 | Seed Consultants | 1135 | PCE | 205.6 | 14.4 | 57.3 | -0.5 | +| 9 | ProHarvest | 83P66 | VT2PRIB | 202.35 | 16 | 55.9 | -3.7 | +| 10 | ProHarvest | 83P33 | DGVT2PRIB | 197.32 | 14.5 | 57.9 | -8.7 | +| 11 | Seed Consultants | SC | 1093 AM | 191.54 | 14.1 | 58.2 | -14.5 | +| 12 | ProHarvest | 81P65 | V | 191.23 | 14.9 | 57.7 | -14.8 | +| 13 | Seed Consultants | SC | 1183 AM | 187.63 | 14.8 | 56.1 | -18.4 | +| 14 | Seed Consultants | SC | 1084 AM | 177.61 | 13 | 57.4 | -28.4 | +| 15 | ProHarvest | 84P30 | AA | 168.27 | 16.6 | 58.7 | -37.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9619.json b/corpus/proharvest_plots/phpr-corn-2024-9619.json new file mode 100644 index 00000000..0f9f8da8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9619.json @@ -0,0 +1,301 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9619", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Parks", + "county": "Dundy", + "year": 2024, + "plot_id": 9619, + "cooperator": "Loker LLC", + "latitude": 40.0416595, + "longitude": -101.7251724, + "company_representative": "Derald Watson", + "planted_date": "5/20/2024", + "harvested_date": "10/31/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 32000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 227.45, + "% H2O": 15.8, + "Test Wt.": 59.5, + "+/- Ave": 17.6 + }, + "brand": "Hoegemeyer", + "product": "8454", + "traits": "Qrome" + }, + { + "rank": 2, + "metrics": { + "Yield": 219.75, + "% H2O": 14.1, + "Test Wt.": 59.0, + "+/- Ave": 9.9 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2P RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 219.18, + "% H2O": 15.7, + "Test Wt.": 58.0, + "+/- Ave": 9.4 + }, + "brand": "Pioneer", + "product": "P12904", + "traits": "AML" + }, + { + "rank": 4, + "metrics": { + "Yield": 216.91, + "% H2O": 15.1, + "Test Wt.": 60.0, + "+/- Ave": 7.1 + }, + "brand": "Pioneer", + "product": "P13777", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 216.04, + "% H2O": 14.9, + "Test Wt.": 58.5, + "+/- Ave": 6.2 + }, + "brand": "Channel", + "product": "211-11", + "traits": "SS RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 214.64, + "% H2O": 15.7, + "Test Wt.": 59.0, + "+/- Ave": 4.8 + }, + "brand": "Hoegemeyer", + "product": "8207", + "traits": "V" + }, + { + "rank": 7, + "metrics": { + "Yield": 213.39, + "% H2O": 14.5, + "Test Wt.": 60.5, + "+/- Ave": 3.6 + }, + "brand": "Channel", + "product": "211-11", + "traits": "SS RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 212.73, + "% H2O": 14.3, + "Test Wt.": 58.5, + "+/- Ave": 2.9 + }, + "brand": "Pioneer", + "product": "PO859", + "traits": "AM" + }, + { + "rank": 9, + "metrics": { + "Yield": 212.35, + "% H2O": 15.0, + "Test Wt.": 59.5, + "+/- Ave": 2.5 + }, + "brand": "Pioneer", + "product": "P1122", + "traits": "AML" + }, + { + "rank": 10, + "metrics": { + "Yield": 211.34, + "% H2O": 17.1, + "Test Wt.": 58.0, + "+/- Ave": 1.5 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 211.31, + "% H2O": 15.4, + "Test Wt.": 59.5, + "+/- Ave": 1.5 + }, + "brand": "Pioneer", + "product": "P10625", + "traits": "PCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 208.54, + "% H2O": 16.6, + "Test Wt.": 59.5, + "+/- Ave": -1.3 + }, + "brand": "ProHarvest", + "product": "83P33", + "traits": "DGVT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 205.47, + "% H2O": 14.9, + "Test Wt.": 59.0, + "+/- Ave": -4.3 + }, + "brand": "ProHarvest", + "product": "78P23", + "traits": "PCE" + }, + { + "rank": 14, + "metrics": { + "Yield": 205.18, + "% H2O": 14.0, + "Test Wt.": 58.0, + "+/- Ave": -4.6 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 15, + "metrics": { + "Yield": 204.59, + "% H2O": 15.1, + "Test Wt.": 59.5, + "+/- Ave": -5.2 + }, + "brand": "Hoegemeyer", + "product": "8172", + "traits": "V" + }, + { + "rank": 16, + "metrics": { + "Yield": 204.46, + "% H2O": 14.2, + "Test Wt.": 59.5, + "+/- Ave": -5.3 + }, + "brand": "Channel", + "product": "211-11", + "traits": "SS RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 204.22, + "% H2O": 14.7, + "Test Wt.": 58.5, + "+/- Ave": -5.6 + }, + "brand": "Hoegemeyer", + "product": "7126", + "traits": "V" + }, + { + "rank": 18, + "metrics": { + "Yield": 204.16, + "% H2O": 15.6, + "Test Wt.": 60.5, + "+/- Ave": -5.6 + }, + "brand": "Hoegemeyer", + "product": "8235", + "traits": "Qrome" + }, + { + "rank": 19, + "metrics": { + "Yield": 203.99, + "% H2O": 14.5, + "Test Wt.": 58.5, + "+/- Ave": -5.8 + }, + "brand": "Hoegemeyer", + "product": "7977", + "traits": "V" + }, + { + "rank": 20, + "metrics": { + "Yield": 202.72, + "% H2O": 14.1, + "Test Wt.": 58.5, + "+/- Ave": -7.1 + }, + "brand": "Hoegemeyer", + "product": "7918", + "traits": "V" + }, + { + "rank": 21, + "metrics": { + "Yield": 199.7, + "% H2O": 14.8, + "Test Wt.": 59.5, + "+/- Ave": -10.1 + }, + "brand": "Hoegemeyer", + "product": "8054", + "traits": "V" + }, + { + "rank": 22, + "metrics": { + "Yield": 197.65, + "% H2O": 14.3, + "Test Wt.": 58.0, + "+/- Ave": -12.2 + }, + "brand": "ProHarvest", + "product": "75P85", + "traits": "DGVT2P RIB" + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brad-Zach-Loker-Parks-NE-69041.pdf" + ], + "fetched_at": "2026-06-05T00:57:01.048108+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9619.md b/corpus/proharvest_plots/phpr-corn-2024-9619.md new file mode 100644 index 00000000..bda8dbdc --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9619.md @@ -0,0 +1,46 @@ +# Corn yield trial — Loker LLC (Parks, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Parks, NE · Dundy County +- **Cooperator:** Loker LLC +- **Company rep:** Derald Watson +- **Planted:** 5/20/2024 +- **Harvested:** 10/31/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 32,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brad-Zach-Loker-Parks-NE-69041.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Hoegemeyer | 8454 | Qrome | 227.45 | 15.8 | 59.5 | 17.6 | +| 2 | ProHarvest | 8360 | VT2P RIB | 219.75 | 14.1 | 59.0 | 9.9 | +| 3 | Pioneer | P12904 | AML | 219.18 | 15.7 | 58.0 | 9.4 | +| 4 | Pioneer | P13777 | PCE | 216.91 | 15.1 | 60.0 | 7.1 | +| 5 | Channel | 211-11 | SS RIB | 216.04 | 14.9 | 58.5 | 6.2 | +| 6 | Hoegemeyer | 8207 | V | 214.64 | 15.7 | 59.0 | 4.8 | +| 7 | Channel | 211-11 | SS RIB | 213.39 | 14.5 | 60.5 | 3.6 | +| 8 | Pioneer | PO859 | AM | 212.73 | 14.3 | 58.5 | 2.9 | +| 9 | Pioneer | P1122 | AML | 212.35 | 15.0 | 59.5 | 2.5 | +| 10 | ProHarvest | 83P66 | VT2P RIB | 211.34 | 17.1 | 58.0 | 1.5 | +| 11 | Pioneer | P10625 | PCE | 211.31 | 15.4 | 59.5 | 1.5 | +| 12 | ProHarvest | 83P33 | DGVT2P RIB | 208.54 | 16.6 | 59.5 | -1.3 | +| 13 | ProHarvest | 78P23 | PCE | 205.47 | 14.9 | 59.0 | -4.3 | +| 14 | ProHarvest | 81P20 | PCE | 205.18 | 14.0 | 58.0 | -4.6 | +| 15 | Hoegemeyer | 8172 | V | 204.59 | 15.1 | 59.5 | -5.2 | +| 16 | Channel | 211-11 | SS RIB | 204.46 | 14.2 | 59.5 | -5.3 | +| 17 | Hoegemeyer | 7126 | V | 204.22 | 14.7 | 58.5 | -5.6 | +| 18 | Hoegemeyer | 8235 | Qrome | 204.16 | 15.6 | 60.5 | -5.6 | +| 19 | Hoegemeyer | 7977 | V | 203.99 | 14.5 | 58.5 | -5.8 | +| 20 | Hoegemeyer | 7918 | V | 202.72 | 14.1 | 58.5 | -7.1 | +| 21 | Hoegemeyer | 8054 | V | 199.7 | 14.8 | 59.5 | -10.1 | +| 22 | ProHarvest | 75P85 | DGVT2P RIB | 197.65 | 14.3 | 58.0 | -12.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9621.json b/corpus/proharvest_plots/phpr-corn-2024-9621.json new file mode 100644 index 00000000..f615d752 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9621.json @@ -0,0 +1,219 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9621", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Nebraska City", + "county": "Otoe", + "year": 2024, + "plot_id": 9621, + "cooperator": "Garrett Schomerus", + "latitude": 40.676526, + "longitude": -95.858694, + "company_representative": "Trent Geistlinger", + "planted_date": "5/29/2024", + "harvested_date": "10/25/2024", + "previous_crop": "Soybeans", + "row_width": "36", + "population_seeds_per_acre": 26000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 12.4, + "Test Wt.": 58.7, + "Yield": 181.88, + "+/- Ave": 16 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "82P68", + "traits": "SSRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 12.8, + "Test Wt.": 57.6, + "Yield": 179.3, + "+/- Ave": 13.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 13.2, + "Test Wt.": 58.8, + "Yield": 176.75, + "+/- Ave": 10.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 14.1, + "Test Wt.": 54.9, + "Yield": 176.63, + "+/- Ave": 10.8 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 14.9, + "Test Wt.": 56.8, + "Yield": 174.99, + "+/- Ave": 9.1 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 11.9, + "Test Wt.": 57.4, + "Yield": 174.12, + "+/- Ave": 8.2 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 12, + "Test Wt.": 58.2, + "Yield": 172.16, + "+/- Ave": 6.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "80P75", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11.4, + "Test Wt.": 55.9, + "Yield": 169.8, + "+/- Ave": 3.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 13.4, + "Test Wt.": 56.7, + "Yield": 167.7, + "+/- Ave": 1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "83P66VT2PRORIB", + "traits": null, + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 14.2, + "Test Wt.": 55.8, + "Yield": 159.3, + "+/- Ave": -6.6 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "83P17", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 13.5, + "Test Wt.": 57.9, + "Yield": 158.87, + "+/- Ave": -7 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "78P23", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11, + "Test Wt.": 58.6, + "Yield": 151.02, + "+/- Ave": -14.9 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "78P23", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11.6, + "Test Wt.": 57.6, + "Yield": 146.48, + "+/- Ave": -19.4 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "84P30", + "traits": "AA", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 14.4, + "Test Wt.": 58.7, + "Yield": 133.29, + "+/- Ave": -32.6 + } + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Garrett-Schomerus-Nebraska-City-NE-68410.pdf" + ], + "fetched_at": "2026-06-05T00:56:59.467456+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9621.md b/corpus/proharvest_plots/phpr-corn-2024-9621.md new file mode 100644 index 00000000..8ae2deb7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9621.md @@ -0,0 +1,37 @@ +# Corn yield trial — Garrett Schomerus (Nebraska City, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Nebraska City, NE · Otoe County +- **Cooperator:** Garrett Schomerus +- **Company rep:** Trent Geistlinger +- **Planted:** 5/29/2024 +- **Harvested:** 10/25/2024 +- **Previous crop:** Soybeans +- **Row width:** 36 +- **Population:** 26,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Garrett-Schomerus-Nebraska-City-NE-68410.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 82P79 | VT2PRIB | 181.88 | 12.4 | 58.7 | 16 | +| 2 | ProHarvest | 82P68 | SSRIB | 179.3 | 12.8 | 57.6 | 13.4 | +| 3 | ProHarvest | 85P58 | SSRIB | 176.75 | 13.2 | 58.8 | 10.9 | +| 4 | ProHarvest | 84P78 | TRERIB | 176.63 | 14.1 | 54.9 | 10.8 | +| 5 | ProHarvest | 83P48 | SSPRO | 174.99 | 14.9 | 56.8 | 9.1 | +| 6 | ProHarvest | 79P54 | SSPRO | 174.12 | 11.9 | 57.4 | 8.2 | +| 7 | ProHarvest | 81P65 | V | 172.16 | 12 | 58.2 | 6.3 | +| 8 | ProHarvest | 80P75 | PCE | 169.8 | 11.4 | 55.9 | 3.9 | +| 9 | ProHarvest | 83P33 | DGVT2PRIB | 167.7 | 13.4 | 56.7 | 1.8 | +| 10 | ProHarvest | 83P66VT2PRORIB | - | 159.3 | 14.2 | 55.8 | -6.6 | +| 11 | ProHarvest | 83P17 | PCE | 158.87 | 13.5 | 57.9 | -7 | +| 12 | ProHarvest | 78P23 | PCE | 151.02 | 11 | 58.6 | -14.9 | +| 13 | ProHarvest | 78P23 | PCE | 146.48 | 11.6 | 57.6 | -19.4 | +| 14 | ProHarvest | 84P30 | AA | 133.29 | 14.4 | 58.7 | -32.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9623.json b/corpus/proharvest_plots/phpr-corn-2024-9623.json new file mode 100644 index 00000000..618a66d2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9623.json @@ -0,0 +1,289 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9623", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Chapman", + "county": "Merrick", + "year": 2024, + "plot_id": 9623, + "cooperator": "Gary Houdek", + "latitude": 41.0241795, + "longitude": -98.1592257, + "company_representative": "Derald Watson", + "planted_date": "1/0/1900", + "harvested_date": "10/2/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 240.73, + "% H2O": 16.6, + "Test Wt.": 59.2, + "+/- Ave": 19.1 + }, + "brand": "Channel", + "product": "216-36", + "traits": "STX SS RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 237.35, + "% H2O": 15.7, + "Test Wt.": 59.1, + "+/- Ave": 15.7 + }, + "brand": "Channel", + "product": "216-36STX", + "traits": "SS RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 236.36, + "% H2O": 15.8, + "Test Wt.": 59.5, + "+/- Ave": 14.7 + }, + "brand": "Channel", + "product": "216-36STX", + "traits": "SS RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 233.61, + "% H2O": 14.5, + "Test Wt.": 58.8, + "+/- Ave": 12.0 + }, + "brand": "Channel", + "product": "214-78", + "traits": "DGVT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 230.78, + "% H2O": 13.2, + "Test Wt.": 59.9, + "+/- Ave": 9.1 + }, + "brand": "NK", + "product": "NK1307", + "traits": "DV" + }, + { + "rank": 6, + "metrics": { + "Yield": 229.66, + "% H2O": 12.9, + "Test Wt.": 58.5, + "+/- Ave": 8.0 + }, + "brand": "Brevant", + "product": "B13K20", + "traits": "Qrome" + }, + { + "rank": 7, + "metrics": { + "Yield": 227.22, + "% H2O": 13.1, + "Test Wt.": 60.2, + "+/- Ave": 5.6 + }, + "brand": "Channel", + "product": "211-11", + "traits": "VT2P RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 225.74, + "% H2O": 17.6, + "Test Wt.": 60.1, + "+/- Ave": 4.1 + }, + "brand": "Becks", + "product": "6692", + "traits": "SXP" + }, + { + "rank": 9, + "metrics": { + "Yield": 220.57, + "% H2O": 14.1, + "Test Wt.": 59.9, + "+/- Ave": -1.1 + }, + "brand": "Brevant", + "product": "B14H38", + "traits": "AM" + }, + { + "rank": 10, + "metrics": { + "Yield": 220.53, + "% H2O": 14.7, + "Test Wt.": 58.5, + "+/- Ave": -1.1 + }, + "brand": "Becks", + "product": "6485", + "traits": "SX" + }, + { + "rank": 11, + "metrics": { + "Yield": 219.8, + "% H2O": 17.1, + "Test Wt.": 59.5, + "+/- Ave": -1.9 + }, + "brand": "Channel", + "product": "216-36", + "traits": "STX SS RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 219.68, + "% H2O": 16.1, + "Test Wt.": 59.8, + "+/- Ave": -2.0 + }, + "brand": "Channel", + "product": "216-36STX", + "traits": "SS RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 218.67, + "% H2O": 14.2, + "Test Wt.": 58.5, + "+/- Ave": -3.0 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2P RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 218.53, + "% H2O": 13.0, + "Test Wt.": 59.7, + "+/- Ave": -3.1 + }, + "brand": "Channel", + "product": "217-01", + "traits": "VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 215.99, + "% H2O": 13.2, + "Test Wt.": 60.7, + "+/- Ave": -5.7 + }, + "brand": "Channel", + "product": "214-22", + "traits": "STX SS RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 214.14, + "% H2O": 14.5, + "Test Wt.": 59.8, + "+/- Ave": -7.5 + }, + "brand": "Prairie", + "product": "Valley", + "traits": "PV14-D44 TRE RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 213.47, + "% H2O": 13.5, + "Test Wt.": 61.2, + "+/- Ave": -8.2 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO" + }, + { + "rank": 18, + "metrics": { + "Yield": 211.35, + "% H2O": 14.1, + "Test Wt.": 58.6, + "+/- Ave": -10.3 + }, + "brand": "Becks", + "product": "6442", + "traits": "AM" + }, + { + "rank": 19, + "metrics": { + "Yield": 207.73, + "% H2O": 15.7, + "Test Wt.": 59.5, + "+/- Ave": -13.9 + }, + "brand": "Channel", + "product": "216-36STX", + "traits": "SS RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 207.43, + "% H2O": 13.5, + "Test Wt.": 60.0, + "+/- Ave": -14.2 + }, + "brand": "Becks", + "product": "6041", + "traits": "Qrome" + }, + { + "rank": 21, + "metrics": { + "Yield": 205.51, + "% H2O": 16.1, + "Test Wt.": 58.0, + "+/- Ave": -16.1 + }, + "brand": "ProHarvest", + "product": "83P17", + "traits": "PCE" + } + ], + "n_results": 21, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Gary-Houdek-Chapman-NE-68827.pdf" + ], + "fetched_at": "2026-06-05T00:56:58.042193+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9623.md b/corpus/proharvest_plots/phpr-corn-2024-9623.md new file mode 100644 index 00000000..7086d9f1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9623.md @@ -0,0 +1,44 @@ +# Corn yield trial — Gary Houdek (Chapman, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Chapman, NE · Merrick County +- **Cooperator:** Gary Houdek +- **Company rep:** Derald Watson +- **Planted:** 1/0/1900 +- **Harvested:** 10/2/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Tillage:** Min-Till +- **Irrigation:** Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Gary-Houdek-Chapman-NE-68827.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Channel | 216-36 | STX SS RIB | 240.73 | 16.6 | 59.2 | 19.1 | +| 2 | Channel | 216-36STX | SS RIB | 237.35 | 15.7 | 59.1 | 15.7 | +| 3 | Channel | 216-36STX | SS RIB | 236.36 | 15.8 | 59.5 | 14.7 | +| 4 | Channel | 214-78 | DGVT2P RIB | 233.61 | 14.5 | 58.8 | 12.0 | +| 5 | NK | NK1307 | DV | 230.78 | 13.2 | 59.9 | 9.1 | +| 6 | Brevant | B13K20 | Qrome | 229.66 | 12.9 | 58.5 | 8.0 | +| 7 | Channel | 211-11 | VT2P RIB | 227.22 | 13.1 | 60.2 | 5.6 | +| 8 | Becks | 6692 | SXP | 225.74 | 17.6 | 60.1 | 4.1 | +| 9 | Brevant | B14H38 | AM | 220.57 | 14.1 | 59.9 | -1.1 | +| 10 | Becks | 6485 | SX | 220.53 | 14.7 | 58.5 | -1.1 | +| 11 | Channel | 216-36 | STX SS RIB | 219.8 | 17.1 | 59.5 | -1.9 | +| 12 | Channel | 216-36STX | SS RIB | 219.68 | 16.1 | 59.8 | -2.0 | +| 13 | ProHarvest | 8360 | VT2P RIB | 218.67 | 14.2 | 58.5 | -3.0 | +| 14 | Channel | 217-01 | VT2P RIB | 218.53 | 13.0 | 59.7 | -3.1 | +| 15 | Channel | 214-22 | STX SS RIB | 215.99 | 13.2 | 60.7 | -5.7 | +| 16 | Prairie | Valley | PV14-D44 TRE RIB | 214.14 | 14.5 | 59.8 | -7.5 | +| 17 | ProHarvest | 83P48 | SSPRO | 213.47 | 13.5 | 61.2 | -8.2 | +| 18 | Becks | 6442 | AM | 211.35 | 14.1 | 58.6 | -10.3 | +| 19 | Channel | 216-36STX | SS RIB | 207.73 | 15.7 | 59.5 | -13.9 | +| 20 | Becks | 6041 | Qrome | 207.43 | 13.5 | 60.0 | -14.2 | +| 21 | ProHarvest | 83P17 | PCE | 205.51 | 16.1 | 58.0 | -16.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9625.json b/corpus/proharvest_plots/phpr-corn-2024-9625.json new file mode 100644 index 00000000..fad03faa --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9625.json @@ -0,0 +1,401 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9625", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Stella", + "county": "Richardson", + "year": 2024, + "plot_id": 9625, + "cooperator": "Mike Bredemeier", + "latitude": 40.233057, + "longitude": -95.773325, + "company_representative": "Trent Geistlinger", + "planted_date": "4/22/2024", + "harvested_date": "9/18/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 31000, + "fungicide": "YES", + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Pioneer", + "rank": 1, + "product": "P1742", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumigen 1250", + "% H2O": 21.6, + "Test Wt.": 54, + "Yield": 257.77, + "+/- Ave": 28.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "77P19", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 15.6, + "Test Wt.": 58.5, + "Yield": 257.46, + "+/- Ave": 27.9 + } + }, + { + "brand": "Pioneer", + "rank": 3, + "product": "P1742", + "traits": "Q", + "metrics": { + "Seed Trtmt.": "Lumigen 1250", + "% H2O": 20.7, + "Test Wt.": 54.2, + "Yield": 256.06, + "+/- Ave": 26.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "80P75", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 17.6, + "Test Wt.": 55.5, + "Yield": 255.52, + "+/- Ave": 25.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 19.8, + "Test Wt.": 55.3, + "Yield": 252.7, + "+/- Ave": 23.1 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 20, + "Test Wt.": 57.7, + "Yield": 249.58, + "+/- Ave": 20 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 18.3, + "Test Wt.": 56.6, + "Yield": 248.47, + "+/- Ave": 18.9 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "76P42", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 16.2, + "Test Wt.": 56.7, + "Yield": 247.56, + "+/- Ave": 18 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "78P23", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 16.7, + "Test Wt.": 57.9, + "Yield": 246.09, + "+/- Ave": 16.5 + } + }, + { + "brand": "Hoegemeyer", + "rank": 10, + "product": "8370", + "traits": "AM", + "metrics": { + "Seed Trtmt.": "Lumigen 1250", + "% H2O": 18.8, + "Test Wt.": 54.9, + "Yield": 241.33, + "+/- Ave": 11.7 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 21.1, + "Test Wt.": 55.2, + "Yield": 237.8, + "+/- Ave": 8.2 + } + }, + { + "brand": "Hoegemeyer", + "rank": 12, + "product": "8453", + "traits": "AML", + "metrics": { + "Seed Trtmt.": "Lumigen 1250", + "% H2O": 19.5, + "Test Wt.": 56.2, + "Yield": 237.1, + "+/- Ave": 7.5 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "77P60", + "traits": "SSRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 15.4, + "Test Wt.": 57.6, + "Yield": 236.88, + "+/- Ave": 7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 18.6, + "Test Wt.": 55.3, + "Yield": 231.37, + "+/- Ave": 1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "79P49", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 16.3, + "Test Wt.": 58.3, + "Yield": 229.33, + "+/- Ave": -0.3 + } + }, + { + "brand": "Pioneer", + "rank": 16, + "product": "P09944", + "traits": "AM", + "metrics": { + "Seed Trtmt.": "Lumigen 1250", + "% H2O": 17, + "Test Wt.": 58.1, + "Yield": 227.41, + "+/- Ave": -2.2 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "8360", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 20.1, + "Test Wt.": 55.6, + "Yield": 227.11, + "+/- Ave": -2.5 + } + }, + { + "brand": "Pioneer", + "rank": 18, + "product": "P13050", + "traits": "AM", + "metrics": { + "Seed Trtmt.": "Lumigen 1250", + "% H2O": 17.6, + "Test Wt.": 56.1, + "Yield": 222.79, + "+/- Ave": -6.8 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 16.9, + "Test Wt.": 57, + "Yield": 222.66, + "+/- Ave": -6.9 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "79P49", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron / Pivot Bio", + "% H2O": 16.8, + "Test Wt.": 58.1, + "Yield": 218.52, + "+/- Ave": -11.1 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 16.3, + "Test Wt.": 57.8, + "Yield": 217.86, + "+/- Ave": -11.7 + } + }, + { + "brand": "ProHarvest", + "rank": 22, + "product": "83P66VT2PRORIB", + "traits": null, + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 20.5, + "Test Wt.": 55.6, + "Yield": 217.82, + "+/- Ave": -11.8 + } + }, + { + "brand": "ProHarvest", + "rank": 23, + "product": "84P30", + "traits": "AA", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 18.8, + "Test Wt.": 56.5, + "Yield": 211.36, + "+/- Ave": -18.2 + } + }, + { + "brand": "ProHarvest", + "rank": 24, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 17.7, + "Test Wt.": 56.3, + "Yield": 204.17, + "+/- Ave": -25.4 + } + }, + { + "brand": "ProHarvest", + "rank": 25, + "product": "82P68", + "traits": "SSPRO", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 18.8, + "Test Wt.": 56.9, + "Yield": 201.44, + "+/- Ave": -28.2 + } + }, + { + "brand": "ProHarvest", + "rank": 26, + "product": "83P17", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 21.1, + "Test Wt.": 54.1, + "Yield": 195.73, + "+/- Ave": -33.9 + } + }, + { + "brand": "ProHarvest", + "rank": 27, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 19.1, + "Test Wt.": 57.5, + "Yield": 193.95, + "+/- Ave": -35.6 + } + }, + { + "brand": "ProHarvest", + "rank": 28, + "product": "8357", + "traits": "DGVT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 19.4, + "Test Wt.": 55.3, + "Yield": 182.74, + "+/- Ave": -46.9 + } + } + ], + "n_results": 28, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Mike-Bredemeier-Stella-NE-68442.pdf" + ], + "fetched_at": "2026-06-05T00:56:56.569112+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9625.md b/corpus/proharvest_plots/phpr-corn-2024-9625.md new file mode 100644 index 00000000..2dc51e64 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9625.md @@ -0,0 +1,52 @@ +# Corn yield trial — Mike Bredemeier (Stella, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Stella, NE · Richardson County +- **Cooperator:** Mike Bredemeier +- **Company rep:** Trent Geistlinger +- **Planted:** 4/22/2024 +- **Harvested:** 9/18/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 31,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** YES +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Mike-Bredemeier-Stella-NE-68442.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P1742 | PCE | 257.77 | 21.6 | 54 | 28.2 | +| 2 | ProHarvest | 77P19 | VT2PRIB | 257.46 | 15.6 | 58.5 | 27.9 | +| 3 | Pioneer | P1742 | Q | 256.06 | 20.7 | 54.2 | 26.5 | +| 4 | ProHarvest | 80P75 | PCE | 255.52 | 17.6 | 55.5 | 25.9 | +| 5 | ProHarvest | 83P33 | DGVT2PRIB | 252.7 | 19.8 | 55.3 | 23.1 | +| 6 | ProHarvest | 85P58 | SSRIB | 249.58 | 20 | 57.7 | 20 | +| 7 | ProHarvest | 81P65 | V | 248.47 | 18.3 | 56.6 | 18.9 | +| 8 | ProHarvest | 76P42 | PCE | 247.56 | 16.2 | 56.7 | 18 | +| 9 | ProHarvest | 78P23 | PCE | 246.09 | 16.7 | 57.9 | 16.5 | +| 10 | Hoegemeyer | 8370 | AM | 241.33 | 18.8 | 54.9 | 11.7 | +| 11 | ProHarvest | 83P48 | SSPRO | 237.8 | 21.1 | 55.2 | 8.2 | +| 12 | Hoegemeyer | 8453 | AML | 237.1 | 19.5 | 56.2 | 7.5 | +| 13 | ProHarvest | 77P60 | SSRIB | 236.88 | 15.4 | 57.6 | 7.3 | +| 14 | ProHarvest | 84P78 | TRERIB | 231.37 | 18.6 | 55.3 | 1.8 | +| 15 | ProHarvest | 79P49 | VT2PRIB | 229.33 | 16.3 | 58.3 | -0.3 | +| 16 | Pioneer | P09944 | AM | 227.41 | 17 | 58.1 | -2.2 | +| 17 | ProHarvest | 8360 | VT2PRIB | 227.11 | 20.1 | 55.6 | -2.5 | +| 18 | Pioneer | P13050 | AM | 222.79 | 17.6 | 56.1 | -6.8 | +| 19 | ProHarvest | 79P54 | SSPRO | 222.66 | 16.9 | 57 | -6.9 | +| 20 | ProHarvest | 79P49 | VT2PRIB | 218.52 | 16.8 | 58.1 | -11.1 | +| 21 | ProHarvest | 79P87 | SSRIB | 217.86 | 16.3 | 57.8 | -11.7 | +| 22 | ProHarvest | 83P66VT2PRORIB | - | 217.82 | 20.5 | 55.6 | -11.8 | +| 23 | ProHarvest | 84P30 | AA | 211.36 | 18.8 | 56.5 | -18.2 | +| 24 | ProHarvest | 81P20 | PCE | 204.17 | 17.7 | 56.3 | -25.4 | +| 25 | ProHarvest | 82P68 | SSPRO | 201.44 | 18.8 | 56.9 | -28.2 | +| 26 | ProHarvest | 83P17 | PCE | 195.73 | 21.1 | 54.1 | -33.9 | +| 27 | ProHarvest | 82P79 | VT2PRIB | 193.95 | 19.1 | 57.5 | -35.6 | +| 28 | ProHarvest | 8357 | DGVT2PRIB | 182.74 | 19.4 | 55.3 | -46.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9627.json b/corpus/proharvest_plots/phpr-corn-2024-9627.json new file mode 100644 index 00000000..959b37f6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9627.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9627", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Callaway", + "county": "Custer", + "year": 2024, + "plot_id": 9627, + "cooperator": "Richard Cool", + "latitude": 41.2908572, + "longitude": -99.9254127, + "company_representative": "Derald Watson", + "planted_date": "5/28/2024", + "harvested_date": "10/17/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 19000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 142.03, + "% H2O": 15.4, + "Test Wt.": 57.4, + "+/- Ave": 15.2 + }, + "brand": "Pioneer", + "product": "P08527", + "traits": "V" + }, + { + "rank": 2, + "metrics": { + "Yield": 139.06, + "% H2O": 14.7, + "Test Wt.": 57.0, + "+/- Ave": 12.3 + }, + "brand": "Pioneer", + "product": "P0859", + "traits": "AM" + }, + { + "rank": 3, + "metrics": { + "Yield": 135.52, + "% H2O": 14.7, + "Test Wt.": 57.2, + "+/- Ave": 8.7 + }, + "brand": "ProHarvest", + "product": "79P54", + "traits": "SS RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 125.77, + "% H2O": 16.3, + "Test Wt.": 57.2, + "+/- Ave": -1.0 + }, + "brand": "Pioneer", + "product": "P05081", + "traits": "AML" + }, + { + "rank": 5, + "metrics": { + "Yield": 123.69, + "% H2O": 15.9, + "Test Wt.": 57.4, + "+/- Ave": -3.1 + }, + "brand": "Pioneer", + "product": "P0622", + "traits": "Qrome" + }, + { + "rank": 6, + "metrics": { + "Yield": 121.83, + "% H2O": 14.0, + "Test Wt.": 58.6, + "+/- Ave": -5.0 + }, + "brand": "ProHarvest", + "product": "77P60", + "traits": "SS RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 118.02, + "% H2O": 15.6, + "Test Wt.": 58.0, + "+/- Ave": -8.8 + }, + "brand": "ProHarvest", + "product": "75P85", + "traits": "SS RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 108.34, + "% H2O": 14.1, + "Test Wt.": 55.7, + "+/- Ave": -18.4 + }, + "brand": "Pioneer", + "product": "P05466", + "traits": "V" + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Richard-Cool-Callaway-NE-68825.pdf" + ], + "fetched_at": "2026-06-05T00:56:54.970417+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9627.md b/corpus/proharvest_plots/phpr-corn-2024-9627.md new file mode 100644 index 00000000..fe13cae8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9627.md @@ -0,0 +1,31 @@ +# Corn yield trial — Richard Cool (Callaway, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Callaway, NE · Custer County +- **Cooperator:** Richard Cool +- **Company rep:** Derald Watson +- **Planted:** 5/28/2024 +- **Harvested:** 10/17/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 19,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Richard-Cool-Callaway-NE-68825.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P08527 | V | 142.03 | 15.4 | 57.4 | 15.2 | +| 2 | Pioneer | P0859 | AM | 139.06 | 14.7 | 57.0 | 12.3 | +| 3 | ProHarvest | 79P54 | SS RIB | 135.52 | 14.7 | 57.2 | 8.7 | +| 4 | Pioneer | P05081 | AML | 125.77 | 16.3 | 57.2 | -1.0 | +| 5 | Pioneer | P0622 | Qrome | 123.69 | 15.9 | 57.4 | -3.1 | +| 6 | ProHarvest | 77P60 | SS RIB | 121.83 | 14.0 | 58.6 | -5.0 | +| 7 | ProHarvest | 75P85 | SS RIB | 118.02 | 15.6 | 58.0 | -8.8 | +| 8 | Pioneer | P05466 | V | 108.34 | 14.1 | 55.7 | -18.4 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9629.json b/corpus/proharvest_plots/phpr-corn-2024-9629.json new file mode 100644 index 00000000..d4bf94e6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9629.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9629", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Callaway", + "county": "Custer", + "year": 2024, + "plot_id": 9629, + "cooperator": "Richard Cool Irrigated", + "latitude": 41.2908572, + "longitude": -99.9254127, + "company_representative": "Derald Watson", + "planted_date": "5/10/2024", + "harvested_date": "10/20/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 32000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 229.25, + "% H2O": 18.3, + "Test Wt.": 56.3, + "+/- Ave": 5.8 + }, + "brand": "Pioneer", + "product": "P0662", + "traits": "Qrome" + }, + { + "rank": 2, + "metrics": { + "Yield": 227.74, + "% H2O": 20.3, + "Test Wt.": 56.2, + "+/- Ave": 4.2 + }, + "brand": "Pioneer", + "product": "P08527", + "traits": "V" + }, + { + "rank": 3, + "metrics": { + "Yield": 226.72, + "% H2O": 18.2, + "Test Wt.": 56.2, + "+/- Ave": 3.2 + }, + "brand": "Pioneer", + "product": "P05081", + "traits": "AML" + }, + { + "rank": 4, + "metrics": { + "Yield": 225.97, + "% H2O": 19.4, + "Test Wt.": 55.8, + "+/- Ave": 2.5 + }, + "brand": "ProHarvest", + "product": "75P85", + "traits": "SS RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 225.15, + "% H2O": 18.7, + "Test Wt.": 55.5, + "+/- Ave": 1.7 + }, + "brand": "Pioneer", + "product": "P05466", + "traits": "V" + }, + { + "rank": 6, + "metrics": { + "Yield": 222.07, + "% H2O": 18.9, + "Test Wt.": 55.3, + "+/- Ave": -1.4 + }, + "brand": "Pioneer", + "product": "P0622", + "traits": "AML" + }, + { + "rank": 7, + "metrics": { + "Yield": 221.2, + "% H2O": 21.8, + "Test Wt.": 55.7, + "+/- Ave": -2.3 + }, + "brand": "Pioneer", + "product": "P0859", + "traits": "AM" + }, + { + "rank": 8, + "metrics": { + "Yield": 218.16, + "% H2O": 20.8, + "Test Wt.": 54.9, + "+/- Ave": -5.3 + }, + "brand": "ProHarvest", + "product": "77P54", + "traits": "SS RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 215.14, + "% H2O": 17.8, + "Test Wt.": 55.8, + "+/- Ave": -8.3 + }, + "brand": "ProHarvest", + "product": "77P60", + "traits": "SS RIB" + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Richard-Cool-Irrigated-Callaway-NE-68825.pdf" + ], + "fetched_at": "2026-06-05T00:56:53.436220+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9629.md b/corpus/proharvest_plots/phpr-corn-2024-9629.md new file mode 100644 index 00000000..6b8ae468 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9629.md @@ -0,0 +1,33 @@ +# Corn yield trial — Richard Cool Irrigated (Callaway, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Callaway, NE · Custer County +- **Cooperator:** Richard Cool Irrigated +- **Company rep:** Derald Watson +- **Planted:** 5/10/2024 +- **Harvested:** 10/20/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 32,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Richard-Cool-Irrigated-Callaway-NE-68825.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P0662 | Qrome | 229.25 | 18.3 | 56.3 | 5.8 | +| 2 | Pioneer | P08527 | V | 227.74 | 20.3 | 56.2 | 4.2 | +| 3 | Pioneer | P05081 | AML | 226.72 | 18.2 | 56.2 | 3.2 | +| 4 | ProHarvest | 75P85 | SS RIB | 225.97 | 19.4 | 55.8 | 2.5 | +| 5 | Pioneer | P05466 | V | 225.15 | 18.7 | 55.5 | 1.7 | +| 6 | Pioneer | P0622 | AML | 222.07 | 18.9 | 55.3 | -1.4 | +| 7 | Pioneer | P0859 | AM | 221.2 | 21.8 | 55.7 | -2.3 | +| 8 | ProHarvest | 77P54 | SS RIB | 218.16 | 20.8 | 54.9 | -5.3 | +| 9 | ProHarvest | 77P60 | SS RIB | 215.14 | 17.8 | 55.8 | -8.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9631.json b/corpus/proharvest_plots/phpr-corn-2024-9631.json new file mode 100644 index 00000000..c87aad5c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9631.json @@ -0,0 +1,154 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9631", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Beatrice", + "county": "Gage", + "year": 2024, + "plot_id": 9631, + "cooperator": "Rob Pinkerton", + "latitude": 40.266429, + "longitude": -96.747369, + "company_representative": "Trent Geistlinger", + "planted_date": "5/17/2024", + "harvested_date": "10/1/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 24000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "78P23", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 13, + "Test Wt.": 56, + "Yield": 174.46, + "+/- Ave": 13.1 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "80P75", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 13, + "Test Wt.": 56, + "Yield": 174.26, + "+/- Ave": 12.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 13.2, + "Test Wt.": 55, + "Yield": 164.01, + "+/- Ave": 2.6 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 14, + "Test Wt.": 56.4, + "Yield": 163.31, + "+/- Ave": 1.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 14.5, + "Test Wt.": 56.3, + "Yield": 160.84, + "+/- Ave": -0.5 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 14.1, + "Test Wt.": 58.5, + "Yield": 157.55, + "+/- Ave": -3.8 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 13.8, + "Test Wt.": 57.7, + "Yield": 157.11, + "+/- Ave": -4.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P30", + "traits": "AA", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 14.7, + "Test Wt.": 53.5, + "Yield": 151.36, + "+/- Ave": -10 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 12.4, + "Test Wt.": 56.6, + "Yield": 149.43, + "+/- Ave": -11.9 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Rob-Pinkerton-Beatrice-NE-68310.pdf" + ], + "fetched_at": "2026-06-05T00:56:51.934509+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9631.md b/corpus/proharvest_plots/phpr-corn-2024-9631.md new file mode 100644 index 00000000..537fd3ae --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9631.md @@ -0,0 +1,32 @@ +# Corn yield trial — Rob Pinkerton (Beatrice, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Beatrice, NE · Gage County +- **Cooperator:** Rob Pinkerton +- **Company rep:** Trent Geistlinger +- **Planted:** 5/17/2024 +- **Harvested:** 10/1/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 24,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Rob-Pinkerton-Beatrice-NE-68310.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 78P23 | PCE | 174.46 | 13 | 56 | 13.1 | +| 2 | ProHarvest | 80P75 | PCE | 174.26 | 13 | 56 | 12.9 | +| 3 | ProHarvest | 81P20 | PCE | 164.01 | 13.2 | 55 | 2.6 | +| 4 | ProHarvest | 83P33 | DGVT2PRIB | 163.31 | 14 | 56.4 | 1.9 | +| 5 | ProHarvest | 83P66 | VT2PRIB | 160.84 | 14.5 | 56.3 | -0.5 | +| 6 | ProHarvest | 82P79 | VT2PRIB | 157.55 | 14.1 | 58.5 | -3.8 | +| 7 | ProHarvest | 81P65 | V | 157.11 | 13.8 | 57.7 | -4.3 | +| 8 | ProHarvest | 84P30 | AA | 151.36 | 14.7 | 53.5 | -10 | +| 9 | ProHarvest | 84P78 | TRERIB | 149.43 | 12.4 | 56.6 | -11.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9633.json b/corpus/proharvest_plots/phpr-corn-2024-9633.json new file mode 100644 index 00000000..05aa59c0 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9633.json @@ -0,0 +1,469 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9633", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Cairo", + "county": "Hall", + "year": 2024, + "plot_id": 9633, + "cooperator": "RoMar LLC", + "latitude": 41.0009594, + "longitude": -98.6074087, + "company_representative": "Derald Watson", + "planted_date": "4/25/2024", + "harvested_date": "10/11/2020", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 32000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 263.92, + "% H2O": 13.8, + "Test Wt.": 58.3, + "+/- Ave": 18.1 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 262.87, + "% H2O": 13.0, + "Test Wt.": 62.8, + "+/- Ave": 17.1 + }, + "brand": "Prairie", + "product": "Valley", + "traits": "PV 114-D44 TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 262.0, + "% H2O": 14.0, + "Test Wt.": 59.0, + "+/- Ave": 16.2 + }, + "brand": "ProHarvest", + "product": "83P17", + "traits": "PCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 261.05, + "% H2O": 12.6, + "Test Wt.": 61.4, + "+/- Ave": 15.3 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 261.05, + "% H2O": 13.2, + "Test Wt.": 63.6, + "+/- Ave": 15.3 + }, + "brand": "Brevant", + "product": "B16K30", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 257.88, + "% H2O": 12.5, + "Test Wt.": 63.2, + "+/- Ave": 12.1 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 256.96, + "% H2O": 13.7, + "Test Wt.": 62.1, + "+/- Ave": 11.2 + }, + "brand": "Pioneer", + "product": "P1742", + "traits": "Qrome" + }, + { + "rank": 8, + "metrics": { + "Yield": 255.03, + "% H2O": 12.1, + "Test Wt.": 62.7, + "+/- Ave": 9.2 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 254.55, + "% H2O": 12.5, + "Test Wt.": 63.1, + "+/- Ave": 8.8 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 253.57, + "% H2O": 12.8, + "Test Wt.": 60.2, + "+/- Ave": 7.8 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 253.11, + "% H2O": 12.4, + "Test Wt.": 63.5, + "+/- Ave": 7.3 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 253.04, + "% H2O": 13.6, + "Test Wt.": 61.3, + "+/- Ave": 7.3 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 252.17, + "% H2O": 13.7, + "Test Wt.": 64.1, + "+/- Ave": 6.4 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO" + }, + { + "rank": 14, + "metrics": { + "Yield": 251.99, + "% H2O": 12.2, + "Test Wt.": 63.0, + "+/- Ave": 6.2 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 250.88, + "% H2O": 12.8, + "Test Wt.": 60.0, + "+/- Ave": 5.1 + }, + "brand": "Prairie", + "product": "Valley", + "traits": "PV115-D59 VT2P RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 250.8, + "% H2O": 12.3, + "Test Wt.": 62.5, + "+/- Ave": 5.0 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 248.69, + "% H2O": 12.9, + "Test Wt.": 62.6, + "+/- Ave": 2.9 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 247.75, + "% H2O": 11.6, + "Test Wt.": 62.8, + "+/- Ave": 2.0 + }, + "brand": "Prairie", + "product": "Valley", + "traits": "PV 111-111 VT2P RIB" + }, + { + "rank": 19, + "metrics": { + "Yield": 246.51, + "% H2O": 12.0, + "Test Wt.": 63.1, + "+/- Ave": 0.7 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 245.61, + "% H2O": 13.1, + "Test Wt.": 61.5, + "+/- Ave": -0.2 + }, + "brand": "ProHarvest", + "product": "83P33", + "traits": "DGVT2P RIB" + }, + { + "rank": 21, + "metrics": { + "Yield": 245.32, + "% H2O": 11.9, + "Test Wt.": 61.0, + "+/- Ave": -0.5 + }, + "brand": "Brevant", + "product": "BO9C43", + "traits": "PCE" + }, + { + "rank": 22, + "metrics": { + "Yield": 245.01, + "% H2O": 13.5, + "Test Wt.": 63.8, + "+/- Ave": -0.8 + }, + "brand": "ProHarvest", + "product": "85P58", + "traits": "SS RIB" + }, + { + "rank": 23, + "metrics": { + "Yield": 243.44, + "% H2O": 11.6, + "Test Wt.": 64.7, + "+/- Ave": -2.4 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 24, + "metrics": { + "Yield": 243.39, + "% H2O": 13.4, + "Test Wt.": 60.8, + "+/- Ave": -2.4 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 25, + "metrics": { + "Yield": 242.36, + "% H2O": 13.1, + "Test Wt.": 61.2, + "+/- Ave": -3.4 + }, + "brand": "Pioneer", + "product": "P1653", + "traits": "Qrome" + }, + { + "rank": 26, + "metrics": { + "Yield": 239.96, + "% H2O": 12.1, + "Test Wt.": 63.2, + "+/- Ave": -5.8 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 27, + "metrics": { + "Yield": 237.01, + "% H2O": 12.7, + "Test Wt.": 60.2, + "+/- Ave": -8.8 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "D" + }, + { + "rank": 28, + "metrics": { + "Yield": 236.08, + "% H2O": 12.3, + "Test Wt.": 62.4, + "+/- Ave": -9.7 + }, + "brand": "ProHarvest", + "product": "82P79", + "traits": "VT2P RIB" + }, + { + "rank": 29, + "metrics": { + "Yield": 234.19, + "% H2O": 12.6, + "Test Wt.": 61.9, + "+/- Ave": -11.6 + }, + "brand": "Brevant", + "product": "B14R22", + "traits": "PCE" + }, + { + "rank": 30, + "metrics": { + "Yield": 233.74, + "% H2O": 12.7, + "Test Wt.": 62.1, + "+/- Ave": -12.1 + }, + "brand": "ProHarvest", + "product": "84P30", + "traits": "AA" + }, + { + "rank": 31, + "metrics": { + "Yield": 232.76, + "% H2O": 11.6, + "Test Wt.": 63.7, + "+/- Ave": -13.0 + }, + "brand": "Brevant", + "product": "B11M47", + "traits": "PCE" + }, + { + "rank": 32, + "metrics": { + "Yield": 231.14, + "% H2O": 13.7, + "Test Wt.": 59.0, + "+/- Ave": -14.7 + }, + "brand": "NK", + "product": "1523", + "traits": "V" + }, + { + "rank": 33, + "metrics": { + "Yield": 230.14, + "% H2O": 12.9, + "Test Wt.": 59.0, + "+/- Ave": -15.7 + }, + "brand": "NK", + "product": "1307", + "traits": "DV" + }, + { + "rank": 34, + "metrics": { + "Yield": 222.48, + "% H2O": 11.4, + "Test Wt.": 63.0, + "+/- Ave": -23.3 + }, + "brand": "Prairie", + "product": "Valley", + "traits": "PV-110-E54 VT2P RIB" + }, + { + "rank": 35, + "metrics": { + "Yield": 218.96, + "% H2O": 11.5, + "Test Wt.": 59.6, + "+/- Ave": -26.8 + }, + "brand": "NK", + "product": "880", + "traits": "D" + }, + { + "rank": 36, + "metrics": { + "Yield": 216.57, + "% H2O": 13.7, + "Test Wt.": 63.7, + "+/- Ave": -29.2 + }, + "brand": "NK", + "product": "1188", + "traits": "D" + } + ], + "n_results": 36, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Roy-John-Stoltenberg-Cairo-NE-68824.pdf" + ], + "fetched_at": "2026-06-05T00:56:50.537378+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9633.md b/corpus/proharvest_plots/phpr-corn-2024-9633.md new file mode 100644 index 00000000..ddc32123 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9633.md @@ -0,0 +1,60 @@ +# Corn yield trial — RoMar LLC (Cairo, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Cairo, NE · Hall County +- **Cooperator:** RoMar LLC +- **Company rep:** Derald Watson +- **Planted:** 4/25/2024 +- **Harvested:** 10/11/2020 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 32,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Roy-John-Stoltenberg-Cairo-NE-68824.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P20 | PCE | 263.92 | 13.8 | 58.3 | 18.1 | +| 2 | Prairie | Valley | PV 114-D44 TRE RIB | 262.87 | 13.0 | 62.8 | 17.1 | +| 3 | ProHarvest | 83P17 | PCE | 262.0 | 14.0 | 59.0 | 16.2 | +| 4 | ProHarvest | 82P79 | VT2P RIB | 261.05 | 12.6 | 61.4 | 15.3 | +| 5 | Brevant | B16K30 | VT2P RIB | 261.05 | 13.2 | 63.6 | 15.3 | +| 6 | ProHarvest | 82P79 | VT2P RIB | 257.88 | 12.5 | 63.2 | 12.1 | +| 7 | Pioneer | P1742 | Qrome | 256.96 | 13.7 | 62.1 | 11.2 | +| 8 | ProHarvest | 82P79 | VT2P RIB | 255.03 | 12.1 | 62.7 | 9.2 | +| 9 | ProHarvest | 82P79 | VT2P RIB | 254.55 | 12.5 | 63.1 | 8.8 | +| 10 | ProHarvest | 82P79 | VT2P RIB | 253.57 | 12.8 | 60.2 | 7.8 | +| 11 | ProHarvest | 82P79 | VT2P RIB | 253.11 | 12.4 | 63.5 | 7.3 | +| 12 | ProHarvest | 8360 | VT2P RIB | 253.04 | 13.6 | 61.3 | 7.3 | +| 13 | ProHarvest | 83P48 | SSPRO | 252.17 | 13.7 | 64.1 | 6.4 | +| 14 | ProHarvest | 82P79 | VT2P RIB | 251.99 | 12.2 | 63.0 | 6.2 | +| 15 | Prairie | Valley | PV115-D59 VT2P RIB | 250.88 | 12.8 | 60.0 | 5.1 | +| 16 | ProHarvest | 82P79 | VT2P RIB | 250.8 | 12.3 | 62.5 | 5.0 | +| 17 | ProHarvest | 82P79 | VT2P RIB | 248.69 | 12.9 | 62.6 | 2.9 | +| 18 | Prairie | Valley | PV 111-111 VT2P RIB | 247.75 | 11.6 | 62.8 | 2.0 | +| 19 | ProHarvest | 82P79 | VT2P RIB | 246.51 | 12.0 | 63.1 | 0.7 | +| 20 | ProHarvest | 83P33 | DGVT2P RIB | 245.61 | 13.1 | 61.5 | -0.2 | +| 21 | Brevant | BO9C43 | PCE | 245.32 | 11.9 | 61.0 | -0.5 | +| 22 | ProHarvest | 85P58 | SS RIB | 245.01 | 13.5 | 63.8 | -0.8 | +| 23 | ProHarvest | 82P79 | VT2P RIB | 243.44 | 11.6 | 64.7 | -2.4 | +| 24 | ProHarvest | 83P66 | VT2P RIB | 243.39 | 13.4 | 60.8 | -2.4 | +| 25 | Pioneer | P1653 | Qrome | 242.36 | 13.1 | 61.2 | -3.4 | +| 26 | ProHarvest | 82P79 | VT2P RIB | 239.96 | 12.1 | 63.2 | -5.8 | +| 27 | ProHarvest | 81P65 | D | 237.01 | 12.7 | 60.2 | -8.8 | +| 28 | ProHarvest | 82P79 | VT2P RIB | 236.08 | 12.3 | 62.4 | -9.7 | +| 29 | Brevant | B14R22 | PCE | 234.19 | 12.6 | 61.9 | -11.6 | +| 30 | ProHarvest | 84P30 | AA | 233.74 | 12.7 | 62.1 | -12.1 | +| 31 | Brevant | B11M47 | PCE | 232.76 | 11.6 | 63.7 | -13.0 | +| 32 | NK | 1523 | V | 231.14 | 13.7 | 59.0 | -14.7 | +| 33 | NK | 1307 | DV | 230.14 | 12.9 | 59.0 | -15.7 | +| 34 | Prairie | Valley | PV-110-E54 VT2P RIB | 222.48 | 11.4 | 63.0 | -23.3 | +| 35 | NK | 880 | D | 218.96 | 11.5 | 59.6 | -26.8 | +| 36 | NK | 1188 | D | 216.57 | 13.7 | 63.7 | -29.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9635.json b/corpus/proharvest_plots/phpr-corn-2024-9635.json new file mode 100644 index 00000000..d8321c4d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9635.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9635", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "NE", + "state_abbrev": "ne", + "city": "Gladstone", + "county": "Jefferson", + "year": 2024, + "plot_id": 9635, + "cooperator": "Vonderfecht Brothers", + "latitude": 40.1597246, + "longitude": -97.3080947, + "company_representative": "Trent Geistlinger", + "planted_date": "5/23/2024", + "harvested_date": "10/29/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 24500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 11.8, + "Test Wt.": 61.3, + "Yield": 152.21, + "+/- Ave": 19.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P66VT2PRORIB", + "traits": null, + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 11.9, + "Test Wt.": 59, + "Yield": 139.92, + "+/- Ave": 7.2 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 12.1, + "Test Wt.": 61.5, + "Yield": 137.84, + "+/- Ave": 5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 12.2, + "Test Wt.": 59.3, + "Yield": 137.69, + "+/- Ave": 5 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "81P65", + "traits": "V", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11.9, + "Test Wt.": 59.3, + "Yield": 136.89, + "+/- Ave": 4.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "82P79", + "traits": "VT2PRIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 11.5, + "Test Wt.": 59.7, + "Yield": 136.76, + "+/- Ave": 4 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "83P17", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11.9, + "Test Wt.": 59.9, + "Yield": 136.26, + "+/- Ave": 3.5 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "78P23", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 12.1, + "Test Wt.": 60.5, + "Yield": 135.07, + "+/- Ave": 2.3 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "81P20", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11.3, + "Test Wt.": 59.9, + "Yield": 127.54, + "+/- Ave": -5.2 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "Acceleron", + "% H2O": 11.5, + "Test Wt.": 59.3, + "Yield": 127, + "+/- Ave": -5.7 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "80P75", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 11.7, + "Test Wt.": 58.1, + "Yield": 126.46, + "+/- Ave": -6.3 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "84P30", + "traits": "AA", + "metrics": { + "Seed Trtmt.": "CruiserMaxx", + "% H2O": 12.3, + "Test Wt.": 60.1, + "Yield": 99.22, + "+/- Ave": -33.5 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Vonderfecht-Brothers-Gladstone-NE-68352.pdf" + ], + "fetched_at": "2026-06-05T00:56:48.951369+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9635.md b/corpus/proharvest_plots/phpr-corn-2024-9635.md new file mode 100644 index 00000000..011b003b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9635.md @@ -0,0 +1,35 @@ +# Corn yield trial — Vonderfecht Brothers (Gladstone, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Gladstone, NE · Jefferson County +- **Cooperator:** Vonderfecht Brothers +- **Company rep:** Trent Geistlinger +- **Planted:** 5/23/2024 +- **Harvested:** 10/29/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 24,500 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Vonderfecht-Brothers-Gladstone-NE-68352.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P48 | SSPRO | 152.21 | 11.8 | 61.3 | 19.5 | +| 2 | ProHarvest | 83P66VT2PRORIB | - | 139.92 | 11.9 | 59 | 7.2 | +| 3 | ProHarvest | 85P58 | SSRIB | 137.84 | 12.1 | 61.5 | 5.1 | +| 4 | ProHarvest | 83P33 | DGVT2PRIB | 137.69 | 12.2 | 59.3 | 5 | +| 5 | ProHarvest | 81P65 | V | 136.89 | 11.9 | 59.3 | 4.2 | +| 6 | ProHarvest | 82P79 | VT2PRIB | 136.76 | 11.5 | 59.7 | 4 | +| 7 | ProHarvest | 83P17 | PCE | 136.26 | 11.9 | 59.9 | 3.5 | +| 8 | ProHarvest | 78P23 | PCE | 135.07 | 12.1 | 60.5 | 2.3 | +| 9 | ProHarvest | 81P20 | PCE | 127.54 | 11.3 | 59.9 | -5.2 | +| 10 | ProHarvest | 84P78 | TRERIB | 127 | 11.5 | 59.3 | -5.7 | +| 11 | ProHarvest | 80P75 | PCE | 126.46 | 11.7 | 58.1 | -6.3 | +| 12 | ProHarvest | 84P30 | AA | 99.22 | 12.3 | 60.1 | -33.5 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9647.json b/corpus/proharvest_plots/phpr-corn-2024-9647.json new file mode 100644 index 00000000..7711a9b5 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9647.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9647", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Delphos", + "county": "Putnam", + "year": 2024, + "plot_id": 9647, + "cooperator": "Grow It to Show It", + "latitude": 40.8437457, + "longitude": -84.3397658, + "company_representative": "Matthew Reichert", + "planted_date": "5/8/2024", + "harvested_date": "10/13/2024", + "previous_crop": null, + "row_width": "30\"", + "population_seeds_per_acre": 34500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 233.6, + "% H2O": 15.3, + "Test Wt.": 60.0, + "+/- Ave": 21.3 + }, + "brand": "LG", + "product": "Seeds", + "traits": "59C72-5222EZ DV" + }, + { + "rank": 2, + "metrics": { + "Yield": 233.1, + "% H2O": 15.0, + "Test Wt.": 60.0, + "+/- Ave": 20.8 + }, + "brand": "ProHarvest", + "product": "78P23", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 228.3, + "% H2O": 14.1, + "Test Wt.": 58.5, + "+/- Ave": 16.0 + }, + "brand": "ProHarvest", + "product": "76P42", + "traits": "PCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 228.1, + "% H2O": 14.7, + "Test Wt.": 61.5, + "+/- Ave": 15.8 + }, + "brand": "LG", + "product": "Seeds", + "traits": "61C34 STXRIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 222.9, + "% H2O": 15.5, + "Test Wt.": 59.5, + "+/- Ave": 10.6 + }, + "brand": "LG", + "product": "Seeds", + "traits": "60C86-5222EZ DV" + }, + { + "rank": 6, + "metrics": { + "Yield": 219.2, + "% H2O": 13.6, + "Test Wt.": 59.5, + "+/- Ave": 6.9 + }, + "brand": "ProHarvest", + "product": "77P19", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 216.5, + "% H2O": 14.7, + "Test Wt.": 59.5, + "+/- Ave": 4.2 + }, + "brand": "LG", + "product": "Seeds", + "traits": "58C73-3110 AA" + }, + { + "rank": 8, + "metrics": { + "Yield": 214.4, + "% H2O": 14.4, + "Test Wt.": 59.25, + "+/- Ave": 2.1 + }, + "brand": "LG", + "product": "Seeds", + "traits": "58C48 VT2RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 211.7, + "% H2O": 13.7, + "Test Wt.": 60.0, + "+/- Ave": -0.6 + }, + "brand": "ProHarvest", + "product": "75P85", + "traits": "SS RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 211.7, + "% H2O": 14.8, + "Test Wt.": 59.25, + "+/- Ave": -0.6 + }, + "brand": "LG", + "product": "Seeds", + "traits": "59C72-VT2RIB VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 211.7, + "% H2O": 14.0, + "Test Wt.": 59.0, + "+/- Ave": -0.6 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 208.9, + "% H2O": 14.0, + "Test Wt.": 59.0, + "+/- Ave": -3.4 + }, + "brand": "LG", + "product": "Seeds", + "traits": "57C33 VT2RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 208.7, + "% H2O": 14.0, + "Test Wt.": 62.5, + "+/- Ave": -3.6 + }, + "brand": "LG", + "product": "Seeds", + "traits": "53C44 VT2RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 200.6, + "% H2O": 14.3, + "Test Wt.": 59.5, + "+/- Ave": -11.7 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 15, + "metrics": { + "Yield": 197.8, + "% H2O": 14.2, + "Test Wt.": 59.0, + "+/- Ave": -14.5 + }, + "brand": "LG", + "product": "Seeds", + "traits": "56C78-3110 AA" + }, + { + "rank": 16, + "metrics": { + "Yield": 149.7, + "% H2O": 14.3, + "Test Wt.": 61.0, + "+/- Ave": -62.6 + }, + "brand": "ProHarvest", + "product": "73P40", + "traits": "PCE" + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Grow-It-2-Show-It-Delphos-OH-45833.pdf" + ], + "fetched_at": "2026-06-05T00:56:40.025767+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9647.md b/corpus/proharvest_plots/phpr-corn-2024-9647.md new file mode 100644 index 00000000..65d5d0ca --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9647.md @@ -0,0 +1,37 @@ +# Corn yield trial — Grow It to Show It (Delphos, OH, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Delphos, OH · Putnam County +- **Cooperator:** Grow It to Show It +- **Company rep:** Matthew Reichert +- **Planted:** 5/8/2024 +- **Harvested:** 10/13/2024 +- **Row width:** 30" +- **Population:** 34,500 seeds/acre +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Grow-It-2-Show-It-Delphos-OH-45833.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | LG | Seeds | 59C72-5222EZ DV | 233.6 | 15.3 | 60.0 | 21.3 | +| 2 | ProHarvest | 78P23 | PCE | 233.1 | 15.0 | 60.0 | 20.8 | +| 3 | ProHarvest | 76P42 | PCE | 228.3 | 14.1 | 58.5 | 16.0 | +| 4 | LG | Seeds | 61C34 STXRIB | 228.1 | 14.7 | 61.5 | 15.8 | +| 5 | LG | Seeds | 60C86-5222EZ DV | 222.9 | 15.5 | 59.5 | 10.6 | +| 6 | ProHarvest | 77P19 | VT2P RIB | 219.2 | 13.6 | 59.5 | 6.9 | +| 7 | LG | Seeds | 58C73-3110 AA | 216.5 | 14.7 | 59.5 | 4.2 | +| 8 | LG | Seeds | 58C48 VT2RIB | 214.4 | 14.4 | 59.25 | 2.1 | +| 9 | ProHarvest | 75P85 | SS RIB | 211.7 | 13.7 | 60.0 | -0.6 | +| 9 | LG | Seeds | 59C72-VT2RIB VT2P RIB | 211.7 | 14.8 | 59.25 | -0.6 | +| 9 | ProHarvest | 80P75 | PCE | 211.7 | 14.0 | 59.0 | -0.6 | +| 12 | LG | Seeds | 57C33 VT2RIB | 208.9 | 14.0 | 59.0 | -3.4 | +| 13 | LG | Seeds | 53C44 VT2RIB | 208.7 | 14.0 | 62.5 | -3.6 | +| 14 | ProHarvest | 81P20 | PCE | 200.6 | 14.3 | 59.5 | -11.7 | +| 15 | LG | Seeds | 56C78-3110 AA | 197.8 | 14.2 | 59.0 | -14.5 | +| 16 | ProHarvest | 73P40 | PCE | 149.7 | 14.3 | 61.0 | -62.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9649.json b/corpus/proharvest_plots/phpr-corn-2024-9649.json new file mode 100644 index 00000000..a42c3bf2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9649.json @@ -0,0 +1,157 @@ +{ + "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" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9649.md b/corpus/proharvest_plots/phpr-corn-2024-9649.md new file mode 100644 index 00000000..dc5aacdf --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9649.md @@ -0,0 +1,34 @@ +# Corn yield trial — Larry Reichert (Maria Stein, OH, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Maria Stein, OH · Mercer County +- **Cooperator:** Larry Reichert +- **Company rep:** Matthew Reichert +- **Planted:** 5/13/2024 +- **Harvested:** 9/21/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 33,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Veltyma +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Larry-Reichert-Maria-Stein-OH-45860.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 79P54 | SSPRO | 254.09 | 20 | None | 27.5 | +| 2 | ProHarvest | 76P42 | - | 233.46 | 18 | None | 6.9 | +| 3 | ProHarvest | 79P49 | VT2PRIB | 231.33 | 21.5 | None | 4.7 | +| 4 | ProHarvest | 79P87 | SSRIB | 230.73 | 18 | None | 4.1 | +| 5 | ProHarvest | 80P75 | PCE | 228.3 | 19.5 | None | 1.7 | +| 6 | ProHarvest | 78P23 | PCE | 224.2 | 18.5 | None | -2.4 | +| 7 | ProHarvest | 74P51 | VT2PRIB | 223.84 | 16.5 | None | -2.8 | +| 8 | ProHarvest | 77P60 | SSRIB | 214.97 | 15 | None | -11.6 | +| 9 | ProHarvest | 77P19 | VT2PRIB | 214.31 | 16 | None | -12.3 | +| 10 | ProHarvest | 75P85 | DGVT2PRIB | 210.87 | 16.5 | None | -15.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9651.json b/corpus/proharvest_plots/phpr-corn-2024-9651.json new file mode 100644 index 00000000..499ae2c9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9651.json @@ -0,0 +1,97 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9651", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Coldwater", + "county": "Mercer", + "year": 2024, + "plot_id": 9651, + "cooperator": "Tyler Muhlenkamp", + "latitude": 40.4797688, + "longitude": -84.628291, + "company_representative": "Matthew Reichert", + "planted_date": "5/20/2024", + "harvested_date": "10/1/2024", + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": 36000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 183.6, + "+/- Ave": 17.6 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "V" + }, + { + "rank": 2, + "metrics": { + "Yield": 173.5, + "+/- Ave": 7.5 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 169.7, + "+/- Ave": 3.7 + }, + "brand": "ProHarvest", + "product": "78P23", + "traits": "PCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 164.1, + "+/- Ave": -1.9 + }, + "brand": "ProHarvest", + "product": "77P60", + "traits": "SS RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 154.0, + "+/- Ave": -12.0 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 150.9, + "+/- Ave": -15.1 + }, + "brand": "ProHarvest", + "product": "77P85", + "traits": "SS RIB" + } + ], + "n_results": 6, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tyller-Muhlenkamp-Coldwater-OH-45828.pdf" + ], + "fetched_at": "2026-06-05T00:56:36.986918+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9651.md b/corpus/proharvest_plots/phpr-corn-2024-9651.md new file mode 100644 index 00000000..ed6b2f67 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9651.md @@ -0,0 +1,25 @@ +# Corn yield trial — Tyler Muhlenkamp (Coldwater, OH, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Coldwater, OH · Mercer County +- **Cooperator:** Tyler Muhlenkamp +- **Company rep:** Matthew Reichert +- **Planted:** 5/20/2024 +- **Harvested:** 10/1/2024 +- **Population:** 36,000 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Tyller-Muhlenkamp-Coldwater-OH-45828.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P65 | V | 183.6 | - | - | 17.6 | +| 2 | ProHarvest | 80P75 | PCE | 173.5 | - | - | 7.5 | +| 3 | ProHarvest | 78P23 | PCE | 169.7 | - | - | 3.7 | +| 4 | ProHarvest | 77P60 | SS RIB | 164.1 | - | - | -1.9 | +| 5 | ProHarvest | 79P87 | SS RIB | 154.0 | - | - | -12.0 | +| 6 | ProHarvest | 77P85 | SS RIB | 150.9 | - | - | -15.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9661.json b/corpus/proharvest_plots/phpr-corn-2024-9661.json new file mode 100644 index 00000000..2fd11b0a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9661.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9661", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "MD", + "state_abbrev": "md", + "city": "Manchester", + "county": "Carroll", + "year": 2024, + "plot_id": 9661, + "cooperator": "Panora Acres", + "latitude": 39.6656092, + "longitude": -76.8781927, + "company_representative": "Keith Knapp", + "planted_date": "5/21/2024", + "harvested_date": "10/19/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 33000, + "fungicide": "No", + "herbicide": "Roundup/Status", + "insecticide": "No", + "tillage": "Strip/Zone", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 252.63, + "% H2O": 21.6, + "Test Wt.": 53.5, + "+/- Ave": 23.0 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 246.23, + "% H2O": 20.5, + "Test Wt.": 55.7, + "+/- Ave": 16.6 + }, + "brand": "ProHarvest", + "product": "78P23", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 244.3, + "% H2O": 20.6, + "Test Wt.": 54.7, + "+/- Ave": 14.7 + }, + "brand": "ProHarvest", + "product": "76P42", + "traits": "PCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 243.73, + "% H2O": 21.5, + "Test Wt.": 52.8, + "+/- Ave": 14.1 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 241.16, + "% H2O": 22.2, + "Test Wt.": 52.0, + "+/- Ave": 11.5 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 237.28, + "% H2O": 23.2, + "Test Wt.": 50.6, + "+/- Ave": 7.6 + }, + "brand": "ProHarvest", + "product": "83P17", + "traits": "PCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 236.54, + "% H2O": 22.8, + "Test Wt.": 55.4, + "+/- Ave": 6.9 + }, + "brand": "AgriGold", + "product": "64352", + "traits": "VT2P RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 236.09, + "% H2O": 22.3, + "Test Wt.": 56.2, + "+/- Ave": 6.5 + }, + "brand": "AgriGold", + "product": "64352", + "traits": "VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 225.11, + "% H2O": 22.8, + "Test Wt.": 54.1, + "+/- Ave": -4.5 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 222.09, + "% H2O": 21.5, + "Test Wt.": 56.2, + "+/- Ave": -7.6 + }, + "brand": "ProHarvest", + "product": "85P58", + "traits": "SS RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 189.21, + "% H2O": 21.5, + "Test Wt.": 54.9, + "+/- Ave": -40.4 + }, + "brand": "ProHarvest", + "product": "81P65", + "traits": "V" + }, + { + "rank": 12, + "metrics": { + "Yield": 181.3, + "% H2O": 20.4, + "Test Wt.": 56.7, + "+/- Ave": -48.3 + }, + "brand": "ProHarvest", + "product": "73P40", + "traits": "PCE" + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-ANB-Farms-Manchester-MD-21102.pdf" + ], + "fetched_at": "2026-06-05T00:56:29.494533+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9661.md b/corpus/proharvest_plots/phpr-corn-2024-9661.md new file mode 100644 index 00000000..63e0c21c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9661.md @@ -0,0 +1,36 @@ +# Corn yield trial — Panora Acres (Manchester, MD, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Manchester, MD · Carroll County +- **Cooperator:** Panora Acres +- **Company rep:** Keith Knapp +- **Planted:** 5/21/2024 +- **Harvested:** 10/19/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 33,000 seeds/acre +- **Tillage:** Strip/Zone +- **Irrigation:** Non-Irrigated +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-ANB-Farms-Manchester-MD-21102.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 80P75 | PCE | 252.63 | 21.6 | 53.5 | 23.0 | +| 2 | ProHarvest | 78P23 | PCE | 246.23 | 20.5 | 55.7 | 16.6 | +| 3 | ProHarvest | 76P42 | PCE | 244.3 | 20.6 | 54.7 | 14.7 | +| 4 | ProHarvest | 81P20 | PCE | 243.73 | 21.5 | 52.8 | 14.1 | +| 5 | ProHarvest | 79P87 | SS RIB | 241.16 | 22.2 | 52.0 | 11.5 | +| 6 | ProHarvest | 83P17 | PCE | 237.28 | 23.2 | 50.6 | 7.6 | +| 7 | AgriGold | 64352 | VT2P RIB | 236.54 | 22.8 | 55.4 | 6.9 | +| 8 | AgriGold | 64352 | VT2P RIB | 236.09 | 22.3 | 56.2 | 6.5 | +| 9 | ProHarvest | 83P66 | VT2P RIB | 225.11 | 22.8 | 54.1 | -4.5 | +| 10 | ProHarvest | 85P58 | SS RIB | 222.09 | 21.5 | 56.2 | -7.6 | +| 11 | ProHarvest | 81P65 | V | 189.21 | 21.5 | 54.9 | -40.4 | +| 12 | ProHarvest | 73P40 | PCE | 181.3 | 20.4 | 56.7 | -48.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9663.json b/corpus/proharvest_plots/phpr-corn-2024-9663.json new file mode 100644 index 00000000..27f3fe5d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9663.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9663", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Baring", + "county": "Knox", + "year": 2024, + "plot_id": 9663, + "cooperator": "Nolan Good", + "latitude": 40.2442046, + "longitude": -92.2057395, + "company_representative": "Jake Ekstrand", + "planted_date": "5/30/2024", + "harvested_date": "10/26/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 32000, + "fungicide": "Aquila XL", + "herbicide": "Helmet Maxx", + "insecticide": "Bifin", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "85P13", + "traits": "CONV", + "metrics": { + "% H2O": 18.9, + "Test Wt.": 52.1, + "Yield": 222.84, + "+/- Ave": 27.5 + } + }, + { + "brand": "Partners Brand", + "rank": 2, + "product": "8014", + "traits": "CONV", + "metrics": { + "% H2O": 17.3, + "Test Wt.": 50.7, + "Yield": 217.71, + "+/- Ave": 22.4 + } + }, + { + "brand": "Partners Brand", + "rank": 3, + "product": "8436", + "traits": "CONV", + "metrics": { + "% H2O": 21.3, + "Test Wt.": 49.5, + "Yield": 216.25, + "+/- Ave": 20.9 + } + }, + { + "brand": "Partners Brand", + "rank": 4, + "product": "8366", + "traits": "CONV", + "metrics": { + "% H2O": 19.7, + "Test Wt.": 52.3, + "Yield": 211.39, + "+/- Ave": 16.1 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "8360", + "traits": "CONV", + "metrics": { + "% H2O": 19, + "Test Wt.": 54.4, + "Yield": 210.32, + "+/- Ave": 15 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "80P75", + "traits": "CONV", + "metrics": { + "% H2O": 17.2, + "Test Wt.": 50.2, + "Yield": 205.24, + "+/- Ave": 9.9 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "81P20", + "traits": "CONV", + "metrics": { + "% H2O": 19.6, + "Test Wt.": 50.1, + "Yield": 203.93, + "+/- Ave": 8.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "8360", + "traits": "CONV", + "metrics": { + "% H2O": 20.1, + "Test Wt.": 51.4, + "Yield": 190.38, + "+/- Ave": -4.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "81P65", + "traits": "CONV", + "metrics": { + "% H2O": 18.5, + "Test Wt.": 51.1, + "Yield": 189.49, + "+/- Ave": -5.8 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "81P20", + "traits": "CONV", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 53.4, + "Yield": 187.95, + "+/- Ave": -7.4 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "85P13", + "traits": "CONV", + "metrics": { + "% H2O": 19.9, + "Test Wt.": 47.1, + "Yield": 183.16, + "+/- Ave": -12.2 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "83W13", + "traits": "WAXY", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 59, + "Yield": 182.62, + "+/- Ave": -12.7 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "80P75", + "traits": "CONV", + "metrics": { + "% H2O": 20.7, + "Test Wt.": 45.9, + "Yield": 181.33, + "+/- Ave": -14 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "78P23", + "traits": "CONV", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 49.1, + "Yield": 178.92, + "+/- Ave": -16.4 + } + }, + { + "brand": "Partners Brand", + "rank": 15, + "product": "8264", + "traits": "WAXY", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 56.3, + "Yield": 173.4, + "+/- Ave": -21.9 + } + }, + { + "brand": "Partners Brand", + "rank": 16, + "product": "7783", + "traits": "CONV", + "metrics": { + "% H2O": 18.8, + "Test Wt.": 51.3, + "Yield": 170.07, + "+/- Ave": -25.2 + } + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Nolan-Good-Baring-MO-63537.pdf" + ], + "fetched_at": "2026-06-05T00:56:27.981850+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9663.md b/corpus/proharvest_plots/phpr-corn-2024-9663.md new file mode 100644 index 00000000..4198c0b3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9663.md @@ -0,0 +1,40 @@ +# Corn yield trial — Nolan Good (Baring, MO, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Baring, MO · Knox County +- **Cooperator:** Nolan Good +- **Company rep:** Jake Ekstrand +- **Planted:** 5/30/2024 +- **Harvested:** 10/26/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 32,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Aquila XL +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Nolan-Good-Baring-MO-63537.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 85P13 | CONV | 222.84 | 18.9 | 52.1 | 27.5 | +| 2 | Partners Brand | 8014 | CONV | 217.71 | 17.3 | 50.7 | 22.4 | +| 3 | Partners Brand | 8436 | CONV | 216.25 | 21.3 | 49.5 | 20.9 | +| 4 | Partners Brand | 8366 | CONV | 211.39 | 19.7 | 52.3 | 16.1 | +| 5 | ProHarvest | 8360 | CONV | 210.32 | 19 | 54.4 | 15 | +| 6 | ProHarvest | 80P75 | CONV | 205.24 | 17.2 | 50.2 | 9.9 | +| 7 | ProHarvest | 81P20 | CONV | 203.93 | 19.6 | 50.1 | 8.6 | +| 8 | ProHarvest | 8360 | CONV | 190.38 | 20.1 | 51.4 | -4.9 | +| 9 | ProHarvest | 81P65 | CONV | 189.49 | 18.5 | 51.1 | -5.8 | +| 10 | ProHarvest | 81P20 | CONV | 187.95 | 16.4 | 53.4 | -7.4 | +| 11 | ProHarvest | 85P13 | CONV | 183.16 | 19.9 | 47.1 | -12.2 | +| 12 | ProHarvest | 83W13 | WAXY | 182.62 | 17.5 | 59 | -12.7 | +| 13 | ProHarvest | 80P75 | CONV | 181.33 | 20.7 | 45.9 | -14 | +| 14 | ProHarvest | 78P23 | CONV | 178.92 | 17.6 | 49.1 | -16.4 | +| 15 | Partners Brand | 8264 | WAXY | 173.4 | 18.7 | 56.3 | -21.9 | +| 16 | Partners Brand | 7783 | CONV | 170.07 | 18.8 | 51.3 | -25.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9665.json b/corpus/proharvest_plots/phpr-corn-2024-9665.json new file mode 100644 index 00000000..0fc0e5b9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9665.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2024-9665", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "KS", + "state_abbrev": "ks", + "city": "Esbon", + "county": "Jewell", + "year": 2024, + "plot_id": 9665, + "cooperator": "Todd Davis", + "latitude": 39.8221094, + "longitude": -98.435713, + "company_representative": "Derald Watson", + "planted_date": "5/22/2024", + "harvested_date": "10/23/2024", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 22500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 110.0, + "% H2O": 11.2, + "Test Wt.": 58.5, + "+/- Ave": 8.1 + }, + "brand": "AgriGold", + "product": "638-19", + "traits": "AA" + }, + { + "rank": 2, + "metrics": { + "Yield": 109.32, + "% H2O": 11.3, + "Test Wt.": 59.5, + "+/- Ave": 7.4 + }, + "brand": "ProHarvest", + "product": "78P23", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 109.25, + "% H2O": 11.8, + "Test Wt.": 57.8, + "+/- Ave": 7.4 + }, + "brand": "AgriGold", + "product": "636-39", + "traits": "AA" + }, + { + "rank": 4, + "metrics": { + "Yield": 108.94, + "% H2O": 11.6, + "Test Wt.": 58.5, + "+/- Ave": 7.0 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 108.73, + "% H2O": 12.7, + "Test Wt.": 60.2, + "+/- Ave": 6.8 + }, + "brand": "AgriGold", + "product": "643-52", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 107.3, + "% H2O": 10.9, + "Test Wt.": 59.7, + "+/- Ave": 5.4 + }, + "brand": "Dekalb", + "product": "DK62-89", + "traits": "TRE RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 104.24, + "% H2O": 11.7, + "Test Wt.": 58.3, + "+/- Ave": 2.3 + }, + "brand": "Dekalb", + "product": "DK103-07", + "traits": "TRE RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 103.44, + "% H2O": 12.9, + "Test Wt.": 60.7, + "+/- Ave": 1.5 + }, + "brand": "AgriGold", + "product": "6572", + "traits": "VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 103.31, + "% H2O": 11.8, + "Test Wt.": 57.3, + "+/- Ave": 1.4 + }, + "brand": "Dekalb", + "product": "DK61-41", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 103.22, + "% H2O": 11.5, + "Test Wt.": 59.4, + "+/- Ave": 1.3 + }, + "brand": "Dekalb", + "product": "DK62-22", + "traits": "VT2P RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 101.76, + "% H2O": 12.8, + "Test Wt.": 58.6, + "+/- Ave": -0.1 + }, + "brand": "ProHarvest", + "product": "8360", + "traits": "VT2P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 99.39, + "% H2O": 12.4, + "Test Wt.": 59.2, + "+/- Ave": -2.5 + }, + "brand": "Channel", + "product": "214-78", + "traits": "DGVT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 96.54, + "% H2O": 11.7, + "Test Wt.": 58.9, + "+/- Ave": -5.4 + }, + "brand": "Dekalb", + "product": "DK62-70", + "traits": "VT2P RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 96.31, + "% H2O": 12.3, + "Test Wt.": 58.0, + "+/- Ave": -5.6 + }, + "brand": "ProHarvest", + "product": "83P33", + "traits": "DGVT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 95.96, + "% H2O": 12.1, + "Test Wt.": 59.2, + "+/- Ave": -5.9 + }, + "brand": "AgriGold", + "product": "641-26", + "traits": "V" + }, + { + "rank": 16, + "metrics": { + "Yield": 94.98, + "% H2O": 13.0, + "Test Wt.": 60.0, + "+/- Ave": -6.9 + }, + "brand": "AgriGold", + "product": "643-24", + "traits": "PCE" + }, + { + "rank": 17, + "metrics": { + "Yield": 94.86, + "% H2O": 12.6, + "Test Wt.": 57.8, + "+/- Ave": -7.0 + }, + "brand": "Channel", + "product": "215-60", + "traits": "TRE RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 86.6, + "% H2O": 11.0, + "Test Wt.": 58.3, + "+/- Ave": -15.3 + }, + "brand": "Dekalb", + "product": "DK105-35", + "traits": "V" + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Todd-Davis-Esbon-KS-66941.pdf" + ], + "fetched_at": "2026-06-05T00:56:26.582025+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9665.md b/corpus/proharvest_plots/phpr-corn-2024-9665.md new file mode 100644 index 00000000..34d9aeef --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9665.md @@ -0,0 +1,40 @@ +# Corn yield trial — Todd Davis (Esbon, KS, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Esbon, KS · Jewell County +- **Cooperator:** Todd Davis +- **Company rep:** Derald Watson +- **Planted:** 5/22/2024 +- **Harvested:** 10/23/2024 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 22,500 seeds/acre +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Todd-Davis-Esbon-KS-66941.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | AgriGold | 638-19 | AA | 110.0 | 11.2 | 58.5 | 8.1 | +| 2 | ProHarvest | 78P23 | PCE | 109.32 | 11.3 | 59.5 | 7.4 | +| 3 | AgriGold | 636-39 | AA | 109.25 | 11.8 | 57.8 | 7.4 | +| 4 | ProHarvest | 81P20 | PCE | 108.94 | 11.6 | 58.5 | 7.0 | +| 5 | AgriGold | 643-52 | VT2P RIB | 108.73 | 12.7 | 60.2 | 6.8 | +| 6 | Dekalb | DK62-89 | TRE RIB | 107.3 | 10.9 | 59.7 | 5.4 | +| 7 | Dekalb | DK103-07 | TRE RIB | 104.24 | 11.7 | 58.3 | 2.3 | +| 8 | AgriGold | 6572 | VT2P RIB | 103.44 | 12.9 | 60.7 | 1.5 | +| 9 | Dekalb | DK61-41 | VT2P RIB | 103.31 | 11.8 | 57.3 | 1.4 | +| 10 | Dekalb | DK62-22 | VT2P RIB | 103.22 | 11.5 | 59.4 | 1.3 | +| 11 | ProHarvest | 8360 | VT2P RIB | 101.76 | 12.8 | 58.6 | -0.1 | +| 12 | Channel | 214-78 | DGVT2P RIB | 99.39 | 12.4 | 59.2 | -2.5 | +| 13 | Dekalb | DK62-70 | VT2P RIB | 96.54 | 11.7 | 58.9 | -5.4 | +| 14 | ProHarvest | 83P33 | DGVT2P RIB | 96.31 | 12.3 | 58.0 | -5.6 | +| 15 | AgriGold | 641-26 | V | 95.96 | 12.1 | 59.2 | -5.9 | +| 16 | AgriGold | 643-24 | PCE | 94.98 | 13.0 | 60.0 | -6.9 | +| 17 | Channel | 215-60 | TRE RIB | 94.86 | 12.6 | 57.8 | -7.0 | +| 18 | Dekalb | DK105-35 | V | 86.6 | 11.0 | 58.3 | -15.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2024-9667.json b/corpus/proharvest_plots/phpr-corn-2024-9667.json new file mode 100644 index 00000000..279f1ff6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9667.json @@ -0,0 +1,121 @@ +{ + "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" +} diff --git a/corpus/proharvest_plots/phpr-corn-2024-9667.md b/corpus/proharvest_plots/phpr-corn-2024-9667.md new file mode 100644 index 00000000..d457d40b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2024-9667.md @@ -0,0 +1,30 @@ +# Corn yield trial — Brooks Clayville (Snow Hill, MD, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2024 +- **Location:** Snow Hill, MD · Worcester County +- **Cooperator:** Brooks Clayville +- **Company rep:** David Hopkins +- **Planted:** 5/21/2024 +- **Harvested:** 9/27/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 26,000 seeds/acre +- **Irrigation:** Irrigated +- **Fungicide:** Aquilla XL +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Corn-Brooks-Clayville-Snow-Hill-MD-21863.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRERIB | 225 | 24 | 53.3 | 20 | +| 2 | ProHarvest | 83P66 | VT2PRIB | 219 | 22.1 | 55.4 | 14 | +| 3 | ProHarvest | 8360 | VT2PRIB | 212 | 22.35 | 56.2 | 7 | +| 4 | ProHarvest | 81P20 | PCE | 203 | 22.11 | 53.6 | -2 | +| 4 | Pioneer | P1136 | AM | 203 | 22.27 | 55.3 | -2 | +| 5 | ProHarvest | 80P75 | PCE | 191 | 21.52 | 53.7 | -14 | +| 6 | ProHarvest | 79P54 | SSPRO | 182 | 21.77 | 55.7 | -23 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9820.json b/corpus/proharvest_plots/phpr-corn-2025-9820.json new file mode 100644 index 00000000..39321844 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9820.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9820", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": null, + "county": "Mercer", + "year": 2025, + "plot_id": 9820, + "cooperator": "McCleary Corn", + "latitude": 41.20294248653201, + "longitude": -90.78886123484706, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": "Soybean Tillage Type: Conventional or Intensive or Deep Tillage (<30% Crop Residue)", + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-McCleary-Mercer-County-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:22.842306+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9820.md b/corpus/proharvest_plots/phpr-corn-2025-9820.md new file mode 100644 index 00000000..54eb90d7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9820.md @@ -0,0 +1,103 @@ +# Corn yield trial — McCleary Corn (IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** IL · Mercer County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-McCleary-Mercer-County-IL-min.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +McCleary Corn +Mercer County, IL +Crop: CORN Set Name: CT25USA1744831498200 Row Spacing: 30 IN +Planting Year: 2025 Planting Date: 2025-04-16 Irrigation Applied: No +Planting Season: Spring Previous Crop: Soybean Tillage Type: Conventional or Intensive or Deep Tillage (<30% Crop Residue) +Agronomist: Rachel Willis Target Drop Plant Population: 34000 CNT_PER_AC Harvest Date: -- +Grower: Doug McCleary Data Rows Per Plot: 8 Data Review Signoff Completed Date: -- +Entry # Product Brand Moisture Percent Grain Test Weight Yield Yield Rank +Grain Moisture Test Weight +1 DKC56-26RIB DEKALB 15 60 258 21 +2 DKC107-69RIB DEKALB 16.4 61 256 22 +3 78P95 PCE PROHARVEST SEEDS 17.4 59 266 9 +4 D49PN05 PCE DYNA-GRO 17.5 58 266 10 +5 B10G53PCE BREVANT 17.2 60 263 15 +6 DKC110-41RIB DEKALB 16.2 60 261 17 +7 B11M47PCE BREVANT 17.9 61 267 7 +8 (81P45) 17.4 57 258 20 +9 DKC112-12RIB DEKALB 19 63 276 1 +10 B12J58V BREVANT 17.7 60 268 6 +11 D52PN76RA DYNA-GRO 20.3 55 270 3 +12 82P96 PCE PROHARVEST SEEDS 20.4 55 269 5 +13 D52VT96RIB DYNA-GRO 16.8 60 266 11 +14 9755-20 VT2P STINE 16.2 62 253 23 +15 9754-20 VT2P STINE 19.6 56 264 14 +16 B13C49PCE BREVANT 18.7 59 266 12 +17 B14C59PCE BREVANT 20.3 57 252 24 +Entry # Product Brand Moisture Percent Grain Test Weight Yield Yield Rank +Grain Moisture Test Weight +18 83P66 VT2P PROHARVEST SEEDS 19.6 58 270 4 +19 DKC114-43RIB DEKALB 18.4 60 259 19 +20 LG62C20 D-RN LG SEEDS 20.3 57 262 16 +21 LG63C32 SSPRIB LG SEEDS 17.6 61 265 13 +22 DKC114-99RIB DEKALB 18.2 59 267 8 +23 9753-20 VT2P STINE 17.8 61 228 27 +24 D55TC86RIB DYNA-GRO 17.3 63 250 26 +25 DKC66-06RIB DEKALB 17.1 61 272 2 +26 DKC110-10RIB DEKALB 17 60 251 25 +27 B12H48PCE BREVANT 17.6 54 260 18 +Unit of Measure - Moisture Percent: PCT; Grain Test Weight: LB_PER_BU; Yield: BU56_AC_15 +DEKALB® CORN Legend +Value Added Traits: Bayer is a member of Excellence Through Stewardship® (ETS). Bayer products are commercialized in accordance with ETS +Product Launch Stewardship Guidance, and in compliance with Bayer’s Policy for Commercialization of Biotechnology- +Conv=Conventional Derived Plant Products in Commodity Crops. Commercialized products have been approved for import into key export +markets with functioning regulatory systems. Any crop or material produced from this product can only be exported to, or +RR2=Roundup Ready® 2 +used, processed or sold in countries where all necessary regulatory approvals have been granted. It is a violation of +SS=SmartStax® national and international law to move material containing biotech traits across boundaries into nations where import is +not permitted. Growers should talk to their grain handler or product purchaser to confirm their buying position for this +SSRIB=SmartStax® RIB Complete® +product. Excellence Through Stewardship® is a registered trademark of Excellence Through Stewardship. +SSP=SmartStax® PRO® +SSPRIB=SmartStax® PRO® RIB Complete® ALWAYS READ AND FOLLOW PESTICIDE LABEL DIRECTIONS. FOR CORN, EACH ACCELERON® SEED APPLIED SOLUTIONS +OFFERING is a combination of separate individually registered products containing the active ingredients: BASIC plus +TRECEPTA=Trecepta® Poncho®/VOTiVO® Offering for corn: metalaxyl, ethaboxam, prothioconazole, fluoxastrobin, clothianidin, Bacillus firmus +TRERIB=Trecepta® RIB Complete® I-1582. ELITE plus Poncho®/VOTiVO® Offering for corn: metalaxyl, ethaboxam, clothianidin, and Bacillus firmus I-1582; +prothioconazole and fluoxastrobin at rates that suppress additional diseases. BASIC Offering for corn: metalaxyl, +VT2P=VT Double PRO® prothioconazole, fluoxastrobin, ethaboxam, and clothianidin. ELITE Offering for corn: metalaxyl, ethaboxam, and +VT2PRIB=VT Double PRO® RIB Complete® clothianidin; and prothioconazole and fluoxastrobin at rates that suppress additional diseases. BioRise® Corn Offering is +the on-seed application of BioRise® 360 ST. BioRise® Corn Offering is included seamlessly across offerings on all class of +VT3P=VT Triple PRO® 2017 and newer products. +VT3PRIB=VT Triple PRO® RIB Complete® +VT4P=VT4PROTM with RNAi Technology Not all products are registered in all states and may be subject to use restrictions. The distribution, sale, or use of an +unregistered pesticide is a violation of federal and/or state law and is strictly prohibited. +DGVT2P=DroughtGard® Hybrids with VT Double PRO® +DGVT2PRIB=DroughtGard® Hybrids with VT Double PRO® RIB Complete® The distribution, sale, or use of an unregistered pesticide is a violation of federal and/or state law and is strictly prohibited. +Not all products are approved in all states. +B.t. products may not yet be registered in all states. Check with your seed brand representative for the registration status in +your state. +IMPORTANT IRM INFORMATION: RIB Complete® corn blend products do not require the planting of a structured refuge +except in the Cotton-Growing Area where corn earworm is a significant pest. See the IRM/Grower Guide for additional +information. Always read and follow IRM requirements. +Performance may vary, from location to location and from year to year, as local growing, soil and weather conditions may +vary. Growers should evaluate data from multiple locations and years whenever possible and should consider the impacts +of these conditions on the grower’s fields. +Roundup Ready® Technology contains genes that confer tolerance to glyphosate. Roundup Ready® 2 Technology contains +genes that confer tolerance to glyphosate. Glyphosate will kill crops that are not tolerant to glyphosate. +Insect control technology provided by Vip3A is utilized under license from Syngenta Crop Protection AG. XtendiMax® is a +restricted use pesticide. Not all products are registered for use in all states and may be subject to use restrictions. The +distribution, sale, or use of an unregistered pesticide is a violation of federal and/or state law and is strictly prohibited. +Check with your local dealer or representative for the product registration status in your state. Herculex® is a registered +trademark of Dow AgroSciences LLC. Agrisure Viptera® is a registered trademark of a Syngenta group company. Copeo®, +LibertyLink® and the Water Droplet Design®, Poncho®, Poncho®/Votivo® and Votivo® are trademarks of BASF Corporation. +Respect the Refuge and Corn Design® and Respect the Refuge® are registered trademarks of National Corn Growers +Association. Acceleron®, Bayer, Bayer Cross, BioRise®, DEKALB and Design®, DEKALB®, Disease Shield®, DroughtGard®, +Respect the Refuge and Cotton Design®, RIB Complete®, Roundup Ready 2 Technology and Design™, Roundup Ready®, +SmartStax®, VT Double PRO®, VT Triple PRO®, VT4PRO™, and VT4PRO™ RIB Complete corn blend are trademarks of Bayer +Group. For additional product information call toll-free 1-866-99-BAYER (1-866-992-2937) or visit our website at +www.BayerCropScience.us. Bayer CropScience LP, 800 North Lindbergh Boulevard, St. Louis, MO 63167. ©2023 Bayer +Group. All Rights Reserved. +``` diff --git a/corpus/proharvest_plots/phpr-corn-2025-9824.json b/corpus/proharvest_plots/phpr-corn-2025-9824.json new file mode 100644 index 00000000..6c1de130 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9824.json @@ -0,0 +1,157 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9824", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2025, + "plot_id": 9824, + "cooperator": "SYNERGY SEEDS", + "latitude": 41.1065591, + "longitude": -88.0955062, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 19, + "metrics": { + "Yield": 9.0, + "+/- Ave": 93.79 + }, + "brand": "ProHarvest", + "product": "78P95", + "traits": "Powercore 4 574 2020 18.9 261.2 23 $" + }, + { + "rank": 20, + "metrics": { + "Yield": 9.0, + "+/- Ave": 93.42 + }, + "brand": "Agrigold", + "product": "642-32", + "traits": "VT2P 4 574 2260 23.2 276.7 12 $" + }, + { + "rank": 21, + "metrics": { + "Yield": 9.0, + "+/- Ave": 79.33 + }, + "brand": "Agrigold", + "product": "642-18", + "traits": "SSPro 4 574 2240 23.4 273.6 15 $" + }, + { + "rank": 22, + "metrics": { + "Yield": 9.0, + "+/- Ave": 68.16 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "Powercore 4 574 2040 20.3 259.2 25 $" + }, + { + "rank": 23, + "metrics": { + "Yield": 9.0, + "+/- Ave": 63.94 + }, + "brand": "Agrigold", + "product": "636-42", + "traits": "SSPro 4 574 1920 18.1 250.7 29 $" + }, + { + "rank": 24, + "metrics": { + "Yield": 9.0, + "+/- Ave": 63.43 + }, + "brand": "Wyffels", + "product": "7424", + "traits": "Powercore 4 574 2180 23.0 267.6 19 $" + }, + { + "rank": 25, + "metrics": { + "Yield": 9.0, + "+/- Ave": 62.28 + }, + "brand": "Wyffels", + "product": "4514", + "traits": "Powercore 4 574 1860 16.9 246.4 30 $" + }, + { + "rank": 26, + "metrics": { + "Yield": 9.0, + "+/- Ave": 28.04 + }, + "brand": "Burrus", + "product": "5C11", + "traits": "Powercore 4 574 2140 23.7 260.3 24 $" + }, + { + "rank": 27, + "metrics": { + "Yield": 9.0, + "+/- Ave": 22.44 + }, + "brand": "Agrigold", + "product": "640-94", + "traits": "VT4 4 574 2180 24.6 262.1 21 $" + }, + { + "rank": 28, + "metrics": { + "Yield": 9.0, + "+/- Ave": 21.86 + }, + "brand": "Merschman", + "product": "2512C30", + "traits": "Powercore 4 574 2120 23.6 258.2 26 $" + }, + { + "rank": 29, + "metrics": { + "Yield": 9.0, + "+/- Ave": 20.6 + }, + "brand": "ProHarvest", + "product": "82P96", + "traits": "Powercore 4 574 2100 23.3 256.8 27 $" + }, + { + "rank": 30, + "metrics": { + "Yield": 8.0, + "+/- Ave": 83.27 + }, + "brand": "Wyffels", + "product": "8007", + "traits": "VT4 4 574 2140 25.5 254.2 28 $" + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Bauer-Herscher-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:20.994529+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9824.md b/corpus/proharvest_plots/phpr-corn-2025-9824.md new file mode 100644 index 00000000..d1d43c7d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9824.md @@ -0,0 +1,27 @@ +# Corn yield trial — SYNERGY SEEDS (Herscher, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Herscher, IL · Kankakee County +- **Cooperator:** SYNERGY SEEDS +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Bauer-Herscher-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 19 | ProHarvest | 78P95 | Powercore 4 574 2020 18.9 261.2 23 $ | 9.0 | - | - | 93.79 | +| 20 | Agrigold | 642-32 | VT2P 4 574 2260 23.2 276.7 12 $ | 9.0 | - | - | 93.42 | +| 21 | Agrigold | 642-18 | SSPro 4 574 2240 23.4 273.6 15 $ | 9.0 | - | - | 79.33 | +| 22 | ProHarvest | 81P20 | Powercore 4 574 2040 20.3 259.2 25 $ | 9.0 | - | - | 68.16 | +| 23 | Agrigold | 636-42 | SSPro 4 574 1920 18.1 250.7 29 $ | 9.0 | - | - | 63.94 | +| 24 | Wyffels | 7424 | Powercore 4 574 2180 23.0 267.6 19 $ | 9.0 | - | - | 63.43 | +| 25 | Wyffels | 4514 | Powercore 4 574 1860 16.9 246.4 30 $ | 9.0 | - | - | 62.28 | +| 26 | Burrus | 5C11 | Powercore 4 574 2140 23.7 260.3 24 $ | 9.0 | - | - | 28.04 | +| 27 | Agrigold | 640-94 | VT4 4 574 2180 24.6 262.1 21 $ | 9.0 | - | - | 22.44 | +| 28 | Merschman | 2512C30 | Powercore 4 574 2120 23.6 258.2 26 $ | 9.0 | - | - | 21.86 | +| 29 | ProHarvest | 82P96 | Powercore 4 574 2100 23.3 256.8 27 $ | 9.0 | - | - | 20.6 | +| 30 | Wyffels | 8007 | VT4 4 574 2140 25.5 254.2 28 $ | 8.0 | - | - | 83.27 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9826.json b/corpus/proharvest_plots/phpr-corn-2025-9826.json new file mode 100644 index 00000000..82410000 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9826.json @@ -0,0 +1,349 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9826", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Nichols", + "county": "Muscatine", + "year": 2025, + "plot_id": 9826, + "cooperator": "Brian Egel", + "latitude": 41.4812006793151, + "longitude": -91.3078807237883, + "company_representative": "Jake Ekstrand", + "planted_date": "4/27/2025", + "harvested_date": "10/2/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 34000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 11.8, + "Test Wt.": 59, + "Yield": 230.09, + "+/- Ave": 31.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 12, + "Test Wt.": 59, + "Yield": 230.02, + "+/- Ave": 31.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 12.4, + "Test Wt.": 60, + "Yield": 224.91, + "+/- Ave": 26.3 + } + }, + { + "brand": "Cornelius", + "rank": 4, + "product": "7399", + "traits": "PCE", + "metrics": { + "% H2O": 12.2, + "Test Wt.": 58, + "Yield": 221.85, + "+/- Ave": 23.3 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 12.2, + "Test Wt.": 58, + "Yield": 220.06, + "+/- Ave": 21.5 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 11.4, + "Test Wt.": 58, + "Yield": 219.37, + "+/- Ave": 20.8 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 12.1, + "Test Wt.": 59, + "Yield": 214.35, + "+/- Ave": 15.8 + } + }, + { + "brand": "Cornelius", + "rank": 8, + "product": "C7235", + "traits": "PCE", + "metrics": { + "% H2O": 12.1, + "Test Wt.": 58, + "Yield": 210.01, + "+/- Ave": 11.4 + } + }, + { + "brand": "Cornelius", + "rank": 9, + "product": "C7448", + "traits": "PCE", + "metrics": { + "% H2O": 13.2, + "Test Wt.": 58, + "Yield": 205.64, + "+/- Ave": 7.1 + } + }, + { + "brand": "Cornelius", + "rank": 10, + "product": "C7202", + "traits": "SSP", + "metrics": { + "% H2O": 11, + "Test Wt.": 60, + "Yield": 204.72, + "+/- Ave": 6.1 + } + }, + { + "brand": "Brevant", + "rank": 11, + "product": "B13C49", + "traits": "PCE", + "metrics": { + "% H2O": 11, + "Test Wt.": 58, + "Yield": 203.16, + "+/- Ave": 4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 12.7, + "Test Wt.": 59, + "Yield": 202.39, + "+/- Ave": 3.8 + } + }, + { + "brand": "Cornelius", + "rank": 13, + "product": "C7120", + "traits": null, + "metrics": { + "% H2O": 12.6, + "Test Wt.": 59, + "Yield": 201.9, + "+/- Ave": 3.3 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 11.6, + "Test Wt.": 59, + "Yield": 201.45, + "+/- Ave": 2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 11.9, + "Test Wt.": 57, + "Yield": 193.04, + "+/- Ave": -5.5 + } + }, + { + "brand": "Cornelius", + "rank": 16, + "product": "C7216", + "traits": "VT4P", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 59, + "Yield": 192.35, + "+/- Ave": -6.2 + } + }, + { + "brand": "Cornelius", + "rank": 17, + "product": "C7021", + "traits": "DP", + "metrics": { + "% H2O": 12, + "Test Wt.": 59, + "Yield": 191.97, + "+/- Ave": -6.6 + } + }, + { + "brand": "Cornelius", + "rank": 18, + "product": "7342", + "traits": "SSP", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 58, + "Yield": 190.62, + "+/- Ave": -8 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 11.1, + "Test Wt.": 58, + "Yield": 189.83, + "+/- Ave": -8.7 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 10.7, + "Test Wt.": 57, + "Yield": 188.3, + "+/- Ave": -10.3 + } + }, + { + "brand": "Cornelius", + "rank": 21, + "product": "C7366", + "traits": "DGDP", + "metrics": { + "% H2O": 12.1, + "Test Wt.": 58, + "Yield": 187.69, + "+/- Ave": -10.9 + } + }, + { + "brand": "ProHarvest", + "rank": 22, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 12.8, + "Test Wt.": 60, + "Yield": 187.53, + "+/- Ave": -11 + } + }, + { + "brand": "Brevant", + "rank": 23, + "product": "B12H48", + "traits": "PCE", + "metrics": { + "% H2O": 11.3, + "Test Wt.": 57, + "Yield": 169.56, + "+/- Ave": -29 + } + }, + { + "brand": "Cornelius", + "rank": 24, + "product": "C6847", + "traits": "TRE", + "metrics": { + "% H2O": 12, + "Test Wt.": 58, + "Yield": 167.93, + "+/- Ave": -30.6 + } + }, + { + "brand": "Cornelius", + "rank": 25, + "product": "C7373", + "traits": "SSP", + "metrics": { + "% H2O": 12, + "Test Wt.": 58, + "Yield": 164.54, + "+/- Ave": -34 + } + }, + { + "brand": "ProHarvest", + "rank": 26, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.2, + "Test Wt.": 56, + "Yield": 149.62, + "+/- Ave": -49 + } + } + ], + "n_results": 26, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Egel-Nichols-IA-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:19.386677+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9826.md b/corpus/proharvest_plots/phpr-corn-2025-9826.md new file mode 100644 index 00000000..21659726 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9826.md @@ -0,0 +1,49 @@ +# Corn yield trial — Brian Egel (Nichols, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Nichols, IA · Muscatine County +- **Cooperator:** Brian Egel +- **Company rep:** Jake Ekstrand +- **Planted:** 4/27/2025 +- **Harvested:** 10/2/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Egel-Nichols-IA-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 78P95 | PCE | 230.09 | 11.8 | 59 | 31.5 | +| 2 | ProHarvest | 81P19 | VT4PRIB | 230.02 | 12 | 59 | 31.4 | +| 3 | ProHarvest | 84P78 | TRERIB | 224.91 | 12.4 | 60 | 26.3 | +| 4 | Cornelius | 7399 | PCE | 221.85 | 12.2 | 58 | 23.3 | +| 5 | ProHarvest | 82P96 | PCE | 220.06 | 12.2 | 58 | 21.5 | +| 6 | ProHarvest | 83P66 | VT2PRIB | 219.37 | 11.4 | 58 | 20.8 | +| 7 | ProHarvest | 79P15 | V | 214.35 | 12.1 | 59 | 15.8 | +| 8 | Cornelius | C7235 | PCE | 210.01 | 12.1 | 58 | 11.4 | +| 9 | Cornelius | C7448 | PCE | 205.64 | 13.2 | 58 | 7.1 | +| 10 | Cornelius | C7202 | SSP | 204.72 | 11 | 60 | 6.1 | +| 11 | Brevant | B13C49 | PCE | 203.16 | 11 | 58 | 4.6 | +| 12 | ProHarvest | 83P48 | SSPRO | 202.39 | 12.7 | 59 | 3.8 | +| 13 | Cornelius | C7120 | - | 201.9 | 12.6 | 59 | 3.3 | +| 14 | ProHarvest | 79P54 | SSPRO | 201.45 | 11.6 | 59 | 2.9 | +| 15 | ProHarvest | 81P20 | PCE | 193.04 | 11.9 | 57 | -5.5 | +| 16 | Cornelius | C7216 | VT4P | 192.35 | 15.1 | 59 | -6.2 | +| 17 | Cornelius | C7021 | DP | 191.97 | 12 | 59 | -6.6 | +| 18 | Cornelius | 7342 | SSP | 190.62 | 12.6 | 58 | -8 | +| 19 | ProHarvest | 81P45 | TRERIB | 189.83 | 11.1 | 58 | -8.7 | +| 20 | ProHarvest | 77P25 | VT4PRIB | 188.3 | 10.7 | 57 | -10.3 | +| 21 | Cornelius | C7366 | DGDP | 187.69 | 12.1 | 58 | -10.9 | +| 22 | ProHarvest | 85P58 | VT2PRIB | 187.53 | 12.8 | 60 | -11 | +| 23 | Brevant | B12H48 | PCE | 169.56 | 11.3 | 57 | -29 | +| 24 | Cornelius | C6847 | TRE | 167.93 | 12 | 58 | -30.6 | +| 25 | Cornelius | C7373 | SSP | 164.54 | 12 | 58 | -34 | +| 26 | ProHarvest | 86P55 | TRERIB | 149.62 | 14.2 | 56 | -49 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9828.json b/corpus/proharvest_plots/phpr-corn-2025-9828.json new file mode 100644 index 00000000..f00850e5 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9828.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9828", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2025, + "plot_id": 9828, + "cooperator": "Blair Hoerbert", + "latitude": 40.305704128849584, + "longitude": -89.6033762282469, + "company_representative": "Tom Forrest", + "planted_date": "5/7/2025", + "harvested_date": "9/26/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "81P19", + "traits": "VT4P RIB", + "metrics": { + "% H2O": 24.2, + "Test Wt.": 54.1, + "Yield": 267.97, + "+/- Ave": 33.9 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 20.2, + "Test Wt.": 58.1, + "Yield": 248.55, + "+/- Ave": 14.5 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 21.7, + "Test Wt.": 55.2, + "Yield": 244.4, + "+/- Ave": 10.4 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 19.3, + "Test Wt.": 56.2, + "Yield": 239.91, + "+/- Ave": 5.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 20.2, + "Test Wt.": 55.1, + "Yield": 226.71, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 21, + "Test Wt.": 54.6, + "Yield": 226.52, + "+/- Ave": -7.5 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "77P25", + "traits": "TRERIB", + "metrics": { + "% H2O": 20.1, + "Test Wt.": 53, + "Yield": 217.12, + "+/- Ave": -16.9 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 58.7, + "Yield": 201.03, + "+/- Ave": -33 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Joes-IL-corn-on-corn-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:17.789341+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9828.md b/corpus/proharvest_plots/phpr-corn-2025-9828.md new file mode 100644 index 00000000..4a05ba17 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9828.md @@ -0,0 +1,32 @@ +# Corn yield trial — Blair Hoerbert (San Jose, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert +- **Company rep:** Tom Forrest +- **Planted:** 5/7/2025 +- **Harvested:** 9/26/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Joes-IL-corn-on-corn-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P19 | VT4P RIB | 267.97 | 24.2 | 54.1 | 33.9 | +| 2 | ProHarvest | 85P58 | SSRIB | 248.55 | 20.2 | 58.1 | 14.5 | +| 3 | ProHarvest | 83P48 | SSPRO | 244.4 | 21.7 | 55.2 | 10.4 | +| 4 | ProHarvest | 79P54 | SSPRO | 239.91 | 19.3 | 56.2 | 5.9 | +| 5 | ProHarvest | 82P96 | PCE | 226.71 | 20.2 | 55.1 | -7.3 | +| 6 | ProHarvest | 79P15 | V | 226.52 | 21 | 54.6 | -7.5 | +| 7 | ProHarvest | 77P25 | TRERIB | 217.12 | 20.1 | 53 | -16.9 | +| 8 | ProHarvest | 79P87 | SSRIB | 201.03 | 15.8 | 58.7 | -33 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9830.json b/corpus/proharvest_plots/phpr-corn-2025-9830.json new file mode 100644 index 00000000..b52f98d2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9830.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9830", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2025, + "plot_id": 9830, + "cooperator": "Blair Hoerbert", + "latitude": 40.30567274779218, + "longitude": -89.60271753971931, + "company_representative": "Tom Forrest", + "planted_date": "5/7/2025", + "harvested_date": "9/26/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 27.6, + "Test Wt.": 53.2, + "Yield": 272.3, + "+/- Ave": 29.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P19", + "traits": "VT4P RIB", + "metrics": { + "% H2O": 27, + "Test Wt.": 52.2, + "Yield": 272.03, + "+/- Ave": 29.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 23.1, + "Test Wt.": 54.2, + "Yield": 253.22, + "+/- Ave": 10.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 21.4, + "Test Wt.": 54.2, + "Yield": 252.72, + "+/- Ave": 10 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 23.8, + "Test Wt.": 54.8, + "Yield": 252.17, + "+/- Ave": 9.4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 22.1, + "Test Wt.": 55.1, + "Yield": 247.39, + "+/- Ave": 4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 22.2, + "Test Wt.": 54.5, + "Yield": 245.02, + "+/- Ave": 2.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "78P30", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 55.7, + "Yield": 241.81, + "+/- Ave": -1 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 22.4, + "Test Wt.": 53.4, + "Yield": 241.7, + "+/- Ave": -1.1 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 55.6, + "Yield": 239.53, + "+/- Ave": -3.2 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 22.3, + "Test Wt.": 54.4, + "Yield": 238.17, + "+/- Ave": -4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 28.5, + "Test Wt.": 51.6, + "Yield": 236.02, + "+/- Ave": -6.7 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 22.1, + "Test Wt.": 52.8, + "Yield": 235.44, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 20.1, + "Test Wt.": 55.8, + "Yield": 235.43, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "77P25", + "traits": "TRERIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 54.6, + "Yield": 229.49, + "+/- Ave": -13.3 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 18.9, + "Test Wt.": 56.4, + "Yield": 228.67, + "+/- Ave": -14.1 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "X24722", + "traits": null, + "metrics": { + "% H2O": 26, + "Test Wt.": 54, + "Yield": 227.56, + "+/- Ave": -15.2 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 21.4, + "Test Wt.": 53.4, + "Yield": 221.1, + "+/- Ave": -21.7 + } + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:16.341964+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9830.md b/corpus/proharvest_plots/phpr-corn-2025-9830.md new file mode 100644 index 00000000..55b3b033 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9830.md @@ -0,0 +1,42 @@ +# Corn yield trial — Blair Hoerbert (San Jose, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert +- **Company rep:** Tom Forrest +- **Planted:** 5/7/2025 +- **Harvested:** 9/26/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRERIB | 272.3 | 27.6 | 53.2 | 29.5 | +| 2 | ProHarvest | 81P19 | VT4P RIB | 272.03 | 27 | 52.2 | 29.3 | +| 3 | ProHarvest | 84P41 | PCE | 253.22 | 23.1 | 54.2 | 10.5 | +| 4 | ProHarvest | 83P66 | VT2PRIB | 252.72 | 21.4 | 54.2 | 10 | +| 5 | ProHarvest | 85P58 | VT2PRIB | 252.17 | 23.8 | 54.8 | 9.4 | +| 6 | ProHarvest | 83P48 | SSPRO | 247.39 | 22.1 | 55.1 | 4.6 | +| 7 | ProHarvest | 79P54 | SSPRO | 245.02 | 22.2 | 54.5 | 2.3 | +| 8 | ProHarvest | 78P30 | VT2PRIB | 241.81 | 17.1 | 55.7 | -1 | +| 9 | ProHarvest | 81P45 | TRERIB | 241.7 | 22.4 | 53.4 | -1.1 | +| 10 | ProHarvest | 80P75 | PCE | 239.53 | 17.6 | 55.6 | -3.2 | +| 11 | ProHarvest | 79P15 | V | 238.17 | 22.3 | 54.4 | -4.6 | +| 12 | ProHarvest | 86P55 | TRERIB | 236.02 | 28.5 | 51.6 | -6.7 | +| 13 | ProHarvest | 82P96 | PCE | 235.44 | 22.1 | 52.8 | -7.3 | +| 14 | ProHarvest | 78P95 | PCE | 235.43 | 20.1 | 55.8 | -7.3 | +| 15 | ProHarvest | 77P25 | TRERIB | 229.49 | 17.5 | 54.6 | -13.3 | +| 16 | ProHarvest | 79P87 | SSRIB | 228.67 | 18.9 | 56.4 | -14.1 | +| 17 | ProHarvest | X24722 | - | 227.56 | 26 | 54 | -15.2 | +| 18 | ProHarvest | 81P20 | PCE | 221.1 | 21.4 | 53.4 | -21.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9832.json b/corpus/proharvest_plots/phpr-corn-2025-9832.json new file mode 100644 index 00000000..dbf4bf38 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9832.json @@ -0,0 +1,266 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9832", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lexington", + "county": "Mclean", + "year": 2025, + "plot_id": 9832, + "cooperator": "Isu Farm", + "latitude": 40.64196953314467, + "longitude": -88.78536346851163, + "company_representative": "Eric Yoder", + "planted_date": "4/28/2025", + "harvested_date": "9/30/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": "Yes", + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 21, + "Test Wt.": 53.6, + "Yield": 296.7, + "+/- Ave": 34.4 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": 59.5, + "Yield": 284.85, + "+/- Ave": 22.6 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 20, + "Test Wt.": 55.9, + "Yield": 283.86, + "+/- Ave": 21.6 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 56.9, + "Yield": 282.53, + "+/- Ave": 20.2 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 19.8, + "Test Wt.": 55.5, + "Yield": 273.41, + "+/- Ave": 11.1 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 18.5, + "Test Wt.": 58.8, + "Yield": 270.41, + "+/- Ave": 8.1 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 55.8, + "Yield": 268.92, + "+/- Ave": 6.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 19.8, + "Test Wt.": 55, + "Yield": 265.45, + "+/- Ave": 3.2 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 55.1, + "Yield": 263.8, + "+/- Ave": 1.5 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 57.1, + "Yield": 263.65, + "+/- Ave": 1.4 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "78P30", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16, + "Test Wt.": 56.2, + "Yield": 262.21, + "+/- Ave": -0.1 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 58.8, + "Yield": 261.28, + "+/- Ave": -1 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "80P75", + "traits": "PCE", + "metrics": { + "Seed Trtmt.": "W/ Tune Up", + "% H2O": 16.8, + "Test Wt.": 55.3, + "Yield": 257.71, + "+/- Ave": -4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 19.7, + "Test Wt.": 55.7, + "Yield": 252.35, + "+/- Ave": -9.9 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 56.5, + "Yield": 250.91, + "+/- Ave": -11.4 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 18.4, + "Test Wt.": 55.4, + "Yield": 242.78, + "+/- Ave": -19.5 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 57.5, + "Yield": 237.73, + "+/- Ave": -24.6 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "76P42", + "traits": "PCE", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 56.8, + "Yield": 237.51, + "+/- Ave": -24.8 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 56, + "Yield": 227.35, + "+/- Ave": -34.9 + } + } + ], + "n_results": 19, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-ISU-Farm-Lexington-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:14.868846+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9832.md b/corpus/proharvest_plots/phpr-corn-2025-9832.md new file mode 100644 index 00000000..32a7f29e --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9832.md @@ -0,0 +1,43 @@ +# Corn yield trial — Isu Farm (Lexington, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Lexington, IL · Mclean County +- **Cooperator:** Isu Farm +- **Company rep:** Eric Yoder +- **Planted:** 4/28/2025 +- **Harvested:** 9/30/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-ISU-Farm-Lexington-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 86P55 | TRERIB | 296.7 | 21 | 53.6 | 34.4 | +| 2 | ProHarvest | 85P58 | VT2PRIB | 284.85 | 17.7 | 59.5 | 22.6 | +| 3 | ProHarvest | 83P66 | VT2PRIB | 283.86 | 20 | 55.9 | 21.6 | +| 4 | ProHarvest | 84P78 | TRERIB | 282.53 | 18.7 | 56.9 | 20.2 | +| 5 | ProHarvest | 81P45 | TRERIB | 273.41 | 19.8 | 55.5 | 11.1 | +| 6 | ProHarvest | 83P48 | SSPRO | 270.41 | 18.5 | 58.8 | 8.1 | +| 7 | ProHarvest | 80P75 | PCE | 268.92 | 16.4 | 55.8 | 6.6 | +| 8 | ProHarvest | 81P19 | VT4PRIB | 265.45 | 19.8 | 55 | 3.2 | +| 9 | ProHarvest | 82P96 | PCE | 263.8 | 18.7 | 55.1 | 1.5 | +| 10 | ProHarvest | 79P54 | SSPRO | 263.65 | 16.9 | 57.1 | 1.4 | +| 11 | ProHarvest | 78P30 | VT2PRIB | 262.21 | 16 | 56.2 | -0.1 | +| 12 | ProHarvest | 79P87 | SSRIB | 261.28 | 16.7 | 58.8 | -1 | +| 13 | ProHarvest | 80P75 | PCE | 257.71 | 16.8 | 55.3 | -4.6 | +| 14 | ProHarvest | 84P41 | PCE | 252.35 | 19.7 | 55.7 | -9.9 | +| 15 | ProHarvest | 77P25 | VT4PRIB | 250.91 | 14.4 | 56.5 | -11.4 | +| 16 | ProHarvest | 79P15 | V | 242.78 | 18.4 | 55.4 | -19.5 | +| 17 | ProHarvest | 78P95 | PCE | 237.73 | 17.6 | 57.5 | -24.6 | +| 18 | ProHarvest | 76P42 | PCE | 237.51 | 16.9 | 56.8 | -24.8 | +| 19 | ProHarvest | 81P20 | PCE | 227.35 | 18.1 | 56 | -34.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9834.json b/corpus/proharvest_plots/phpr-corn-2025-9834.json new file mode 100644 index 00000000..4e88c7be --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9834.json @@ -0,0 +1,301 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9834", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Tallula", + "county": "Menard", + "year": 2025, + "plot_id": 9834, + "cooperator": "Menard County Plot", + "latitude": 39.94465622440297, + "longitude": -89.9377125209187, + "company_representative": "Rick Urish", + "planted_date": "4/14/2025", + "harvested_date": "9/23/2025", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35500, + "fungicide": "None", + "herbicide": "Verdict fb Status", + "insecticide": "None", + "tillage": "Strip/Zone", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 266.27, + "% H2O": 19.2, + "Test Wt.": 63.0, + "+/- Ave": 26.2 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 261.06, + "% H2O": 20.6, + "Test Wt.": 61.0, + "+/- Ave": 21.0 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 253.61, + "% H2O": 18.4, + "Test Wt.": 60.0, + "+/- Ave": 13.5 + }, + "brand": "ProHarvest", + "product": "86P55", + "traits": "TRE RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 252.76, + "% H2O": 15.9, + "Test Wt.": 63.0, + "+/- Ave": 12.7 + }, + "brand": "ProHarvest", + "product": "84P41", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 251.92, + "% H2O": 16.8, + "Test Wt.": 64.0, + "+/- Ave": 11.8 + }, + "brand": "Burrus", + "product": "6N54", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 251.09, + "% H2O": 16.8, + "Test Wt.": 60.0, + "+/- Ave": 11.0 + }, + "brand": "Dekalb", + "product": "66-06", + "traits": "TRE RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 248.24, + "% H2O": 16.5, + "Test Wt.": 60.0, + "+/- Ave": 8.1 + }, + "brand": "Dekalb", + "product": "112-12", + "traits": "TRE RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 248.14, + "% H2O": 14.0, + "Test Wt.": 63.0, + "+/- Ave": 8.0 + }, + "brand": "Burrus", + "product": "4V73", + "traits": "AM" + }, + { + "rank": 9, + "metrics": { + "Yield": 246.87, + "% H2O": 15.9, + "Test Wt.": 59.0, + "+/- Ave": 6.8 + }, + "brand": "Dekalb", + "product": "68-35", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 245.55, + "% H2O": 14.9, + "Test Wt.": 63.0, + "+/- Ave": 5.5 + }, + "brand": "Great", + "product": "Heart", + "traits": "7360 V" + }, + { + "rank": 11, + "metrics": { + "Yield": 243.83, + "% H2O": 13.7, + "Test Wt.": 63.0, + "+/- Ave": 3.7 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 242.57, + "% H2O": 14.9, + "Test Wt.": 62.0, + "+/- Ave": 2.5 + }, + "brand": "Great", + "product": "Heart", + "traits": "7272 PCE" + }, + { + "rank": 13, + "metrics": { + "Yield": 238.11, + "% H2O": 15.5, + "Test Wt.": 63.0, + "+/- Ave": -2.0 + }, + "brand": "Burrus", + "product": "5C11", + "traits": "PCE" + }, + { + "rank": 14, + "metrics": { + "Yield": 237.46, + "% H2O": 14.9, + "Test Wt.": 63.0, + "+/- Ave": -2.6 + }, + "brand": "Wyffels", + "product": "7876", + "traits": "VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 237.22, + "% H2O": 18.0, + "Test Wt.": 62.0, + "+/- Ave": -2.9 + }, + "brand": "ProHarvest", + "product": "83P17", + "traits": "PCE" + }, + { + "rank": 16, + "metrics": { + "Yield": 235.92, + "% H2O": 15.3, + "Test Wt.": 63.0, + "+/- Ave": -4.2 + }, + "brand": "Great", + "product": "Heart", + "traits": "7195 TRE RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 232.38, + "% H2O": 14.5, + "Test Wt.": 62.0, + "+/- Ave": -7.7 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + }, + { + "rank": 18, + "metrics": { + "Yield": 225.26, + "% H2O": 14.2, + "Test Wt.": 63.0, + "+/- Ave": -14.8 + }, + "brand": "Burrus", + "product": "7B14", + "traits": "PCE" + }, + { + "rank": 19, + "metrics": { + "Yield": 219.16, + "% H2O": 14.9, + "Test Wt.": 63.0, + "+/- Ave": -20.9 + }, + "brand": "Wyffels", + "product": "7485", + "traits": "TRE RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 218.61, + "% H2O": 14.2, + "Test Wt.": 63.0, + "+/- Ave": -21.5 + }, + "brand": "Wyffels", + "product": "5684", + "traits": "PCE" + }, + { + "rank": 21, + "metrics": { + "Yield": 217.76, + "% H2O": 14.7, + "Test Wt.": 64.0, + "+/- Ave": -22.3 + }, + "brand": "Wyffels", + "product": "7424", + "traits": "PCE" + }, + { + "rank": 22, + "metrics": { + "Yield": 208.33, + "% H2O": 14.9, + "Test Wt.": 64.0, + "+/- Ave": -31.8 + }, + "brand": "Wyffels", + "product": "7485", + "traits": "TRE RIB" + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Menard-County-Plot-Tallula-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:13.370056+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9834.md b/corpus/proharvest_plots/phpr-corn-2025-9834.md new file mode 100644 index 00000000..f283b39b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9834.md @@ -0,0 +1,46 @@ +# Corn yield trial — Menard County Plot (Tallula, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Tallula, IL · Menard County +- **Cooperator:** Menard County Plot +- **Company rep:** Rick Urish +- **Planted:** 4/14/2025 +- **Harvested:** 9/23/2025 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,500 seeds/acre +- **Tillage:** Strip/Zone +- **Irrigation:** Non-Irrigated +- **Fungicide:** None +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Menard-County-Plot-Tallula-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRE RIB | 266.27 | 19.2 | 63.0 | 26.2 | +| 2 | ProHarvest | 84P78 | TRE RIB | 261.06 | 20.6 | 61.0 | 21.0 | +| 3 | ProHarvest | 86P55 | TRE RIB | 253.61 | 18.4 | 60.0 | 13.5 | +| 4 | ProHarvest | 84P41 | PCE | 252.76 | 15.9 | 63.0 | 12.7 | +| 5 | Burrus | 6N54 | VT2P RIB | 251.92 | 16.8 | 64.0 | 11.8 | +| 6 | Dekalb | 66-06 | TRE RIB | 251.09 | 16.8 | 60.0 | 11.0 | +| 7 | Dekalb | 112-12 | TRE RIB | 248.24 | 16.5 | 60.0 | 8.1 | +| 8 | Burrus | 4V73 | AM | 248.14 | 14.0 | 63.0 | 8.0 | +| 9 | Dekalb | 68-35 | VT2P RIB | 246.87 | 15.9 | 59.0 | 6.8 | +| 10 | Great | Heart | 7360 V | 245.55 | 14.9 | 63.0 | 5.5 | +| 11 | ProHarvest | 80P75 | PCE | 243.83 | 13.7 | 63.0 | 3.7 | +| 12 | Great | Heart | 7272 PCE | 242.57 | 14.9 | 62.0 | 2.5 | +| 13 | Burrus | 5C11 | PCE | 238.11 | 15.5 | 63.0 | -2.0 | +| 14 | Wyffels | 7876 | VT2P RIB | 237.46 | 14.9 | 63.0 | -2.6 | +| 15 | ProHarvest | 83P17 | PCE | 237.22 | 18.0 | 62.0 | -2.9 | +| 16 | Great | Heart | 7195 TRE RIB | 235.92 | 15.3 | 63.0 | -4.2 | +| 17 | ProHarvest | 81P20 | PCE | 232.38 | 14.5 | 62.0 | -7.7 | +| 18 | Burrus | 7B14 | PCE | 225.26 | 14.2 | 63.0 | -14.8 | +| 19 | Wyffels | 7485 | TRE RIB | 219.16 | 14.9 | 63.0 | -20.9 | +| 20 | Wyffels | 5684 | PCE | 218.61 | 14.2 | 63.0 | -21.5 | +| 21 | Wyffels | 7424 | PCE | 217.76 | 14.7 | 64.0 | -22.3 | +| 22 | Wyffels | 7485 | TRE RIB | 208.33 | 14.9 | 64.0 | -31.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9836.json b/corpus/proharvest_plots/phpr-corn-2025-9836.json new file mode 100644 index 00000000..9c346ba6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9836.json @@ -0,0 +1,325 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9836", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Chalmers", + "county": "White", + "year": 2025, + "plot_id": 9836, + "cooperator": "Rosenbarger Farms", + "latitude": 40.66328057801128, + "longitude": -86.86992216900732, + "company_representative": "David Hopkins", + "planted_date": "4/28/2025", + "harvested_date": "10/6/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "DEKALB", + "rank": 1, + "product": "DKC114-42RIB", + "traits": null, + "metrics": { + "% H2O": 15.8, + "Test Wt.": null, + "Yield": 241.27, + "+/- Ave": 30.5 + } + }, + { + "brand": "Brevant", + "rank": 2, + "product": "B14C59", + "traits": "V", + "metrics": { + "% H2O": 14.9, + "Test Wt.": null, + "Yield": 222.18, + "+/- Ave": 11.4 + } + }, + { + "brand": "DEKALB", + "rank": 3, + "product": "DKC111-62RIB", + "traits": null, + "metrics": { + "% H2O": 15, + "Test Wt.": null, + "Yield": 218.42, + "+/- Ave": 7.7 + } + }, + { + "brand": "Brevant", + "rank": 4, + "product": "B10G53", + "traits": "PCE", + "metrics": { + "% H2O": 14, + "Test Wt.": null, + "Yield": 217.58, + "+/- Ave": 6.8 + } + }, + { + "brand": "Agrigold", + "rank": 5, + "product": "A644-64", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16, + "Test Wt.": null, + "Yield": 216.95, + "+/- Ave": 6.2 + } + }, + { + "brand": "Agrigold", + "rank": 6, + "product": "A643-52", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.9, + "Test Wt.": null, + "Yield": 215.4, + "+/- Ave": 4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 14.8, + "Test Wt.": null, + "Yield": 215.13, + "+/- Ave": 4.4 + } + }, + { + "brand": "DEKALB", + "rank": 8, + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "% H2O": 14.5, + "Test Wt.": null, + "Yield": 214.52, + "+/- Ave": 3.8 + } + }, + { + "brand": "DEKALB", + "rank": 9, + "product": "DKC68-35", + "traits": null, + "metrics": { + "% H2O": 16, + "Test Wt.": null, + "Yield": 214.33, + "+/- Ave": 3.6 + } + }, + { + "brand": "DEKALB", + "rank": 10, + "product": "DKC66-06", + "traits": null, + "metrics": { + "% H2O": 16.2, + "Test Wt.": null, + "Yield": 213.63, + "+/- Ave": 2.9 + } + }, + { + "brand": "DEKALB", + "rank": 11, + "product": "DKC112-12RIB", + "traits": null, + "metrics": { + "% H2O": 14.6, + "Test Wt.": null, + "Yield": 213.24, + "+/- Ave": 2.5 + } + }, + { + "brand": "Agrigold", + "rank": 12, + "product": "A642-32", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": null, + "Yield": 212.72, + "+/- Ave": 2 + } + }, + { + "brand": "Brevant", + "rank": 13, + "product": "B12H48", + "traits": "PCE", + "metrics": { + "% H2O": 14.5, + "Test Wt.": null, + "Yield": 211.03, + "+/- Ave": 0.3 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.2, + "Test Wt.": null, + "Yield": 210.91, + "+/- Ave": 0.1 + } + }, + { + "brand": "Agrigold", + "rank": 15, + "product": "A642-18", + "traits": "SSP", + "metrics": { + "% H2O": 14.8, + "Test Wt.": null, + "Yield": 210.85, + "+/- Ave": 0.1 + } + }, + { + "brand": "DEKALB", + "rank": 16, + "product": "DKC113-03RIB", + "traits": null, + "metrics": { + "% H2O": 15.5, + "Test Wt.": null, + "Yield": 210.84, + "+/- Ave": 0.1 + } + }, + { + "brand": "Brevant", + "rank": 17, + "product": "B17H53", + "traits": "PCE", + "metrics": { + "% H2O": 15.8, + "Test Wt.": null, + "Yield": 210.67, + "+/- Ave": -0.1 + } + }, + { + "brand": "DEKALB", + "rank": 18, + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "% H2O": 13.5, + "Test Wt.": null, + "Yield": 204.16, + "+/- Ave": -6.6 + } + }, + { + "brand": "Brevant", + "rank": 19, + "product": "B12J58", + "traits": "V", + "metrics": { + "% H2O": 14.9, + "Test Wt.": null, + "Yield": 202.83, + "+/- Ave": -7.9 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.9, + "Test Wt.": null, + "Yield": 201.64, + "+/- Ave": -9.1 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 14.8, + "Test Wt.": null, + "Yield": 197.87, + "+/- Ave": -12.9 + } + }, + { + "brand": "ProHarvest", + "rank": 22, + "product": "77P25", + "traits": "VT4", + "metrics": { + "% H2O": 13.9, + "Test Wt.": null, + "Yield": 195.63, + "+/- Ave": -15.1 + } + }, + { + "brand": "DEKALB", + "rank": 23, + "product": "DKC107-69RIB", + "traits": null, + "metrics": { + "% H2O": 13.9, + "Test Wt.": null, + "Yield": 195.04, + "+/- Ave": -15.7 + } + }, + { + "brand": "Brevant", + "rank": 24, + "product": "B05D47", + "traits": "V", + "metrics": { + "% H2O": 14, + "Test Wt.": null, + "Yield": 191.59, + "+/- Ave": -19.2 + } + } + ], + "n_results": 24, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Rosenbarger-Chalmers-IN-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:11.884390+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9836.md b/corpus/proharvest_plots/phpr-corn-2025-9836.md new file mode 100644 index 00000000..dcd9731b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9836.md @@ -0,0 +1,46 @@ +# Corn yield trial — Rosenbarger Farms (Chalmers, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Chalmers, IN · White County +- **Cooperator:** Rosenbarger Farms +- **Company rep:** David Hopkins +- **Planted:** 4/28/2025 +- **Harvested:** 10/6/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Rosenbarger-Chalmers-IN-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC114-42RIB | - | 241.27 | 15.8 | None | 30.5 | +| 2 | Brevant | B14C59 | V | 222.18 | 14.9 | None | 11.4 | +| 3 | DEKALB | DKC111-62RIB | - | 218.42 | 15 | None | 7.7 | +| 4 | Brevant | B10G53 | PCE | 217.58 | 14 | None | 6.8 | +| 5 | Agrigold | A644-64 | VT2PRIB | 216.95 | 16 | None | 6.2 | +| 6 | Agrigold | A643-52 | VT2PRIB | 215.4 | 14.9 | None | 4.6 | +| 7 | ProHarvest | 82P96 | PCE | 215.13 | 14.8 | None | 4.4 | +| 8 | DEKALB | DKC110-10RIB | - | 214.52 | 14.5 | None | 3.8 | +| 9 | DEKALB | DKC68-35 | - | 214.33 | 16 | None | 3.6 | +| 10 | DEKALB | DKC66-06 | - | 213.63 | 16.2 | None | 2.9 | +| 11 | DEKALB | DKC112-12RIB | - | 213.24 | 14.6 | None | 2.5 | +| 12 | Agrigold | A642-32 | VT2PRIB | 212.72 | 15.3 | None | 2 | +| 13 | Brevant | B12H48 | PCE | 211.03 | 14.5 | None | 0.3 | +| 14 | ProHarvest | 83P66 | VT2PRIB | 210.91 | 15.2 | None | 0.1 | +| 15 | Agrigold | A642-18 | SSP | 210.85 | 14.8 | None | 0.1 | +| 16 | DEKALB | DKC113-03RIB | - | 210.84 | 15.5 | None | 0.1 | +| 17 | Brevant | B17H53 | PCE | 210.67 | 15.8 | None | -0.1 | +| 18 | DEKALB | DKC56-26RIB | - | 204.16 | 13.5 | None | -6.6 | +| 19 | Brevant | B12J58 | V | 202.83 | 14.9 | None | -7.9 | +| 20 | ProHarvest | 86P55 | TRERIB | 201.64 | 15.9 | None | -9.1 | +| 21 | ProHarvest | 81P19 | VT4PRIB | 197.87 | 14.8 | None | -12.9 | +| 22 | ProHarvest | 77P25 | VT4 | 195.63 | 13.9 | None | -15.1 | +| 23 | DEKALB | DKC107-69RIB | - | 195.04 | 13.9 | None | -15.7 | +| 24 | Brevant | B05D47 | V | 191.59 | 14 | None | -19.2 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9838.json b/corpus/proharvest_plots/phpr-corn-2025-9838.json new file mode 100644 index 00000000..fbe2637d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9838.json @@ -0,0 +1,301 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9838", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Abingdon", + "county": "Knox", + "year": 2025, + "plot_id": 9838, + "cooperator": "Sam and Julie Serven", + "latitude": 40.80423732412337, + "longitude": -90.40145372433389, + "company_representative": "Corey Torrance", + "planted_date": "4/24/2025", + "harvested_date": "9/12/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 34000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "FS InVision", + "rank": 1, + "product": "FS", + "traits": "6447T RIB", + "metrics": { + "% H2O": 26.2, + "Test Wt.": null, + "Yield": 264.5, + "+/- Ave": 10.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 26.8, + "Test Wt.": null, + "Yield": 264.32, + "+/- Ave": 10.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 25.5, + "Test Wt.": null, + "Yield": 263.65, + "+/- Ave": 9.6 + } + }, + { + "brand": "LG Seeds", + "rank": 4, + "product": "58C16", + "traits": null, + "metrics": { + "% H2O": 25.7, + "Test Wt.": null, + "Yield": 263.61, + "+/- Ave": 9.6 + } + }, + { + "brand": "LG Seeds", + "rank": 5, + "product": "LG64C43", + "traits": "VT2PRO", + "metrics": { + "% H2O": 27.3, + "Test Wt.": null, + "Yield": 262.52, + "+/- Ave": 8.5 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 24.4, + "Test Wt.": null, + "Yield": 261.42, + "+/- Ave": 7.4 + } + }, + { + "brand": "FS InVision", + "rank": 7, + "product": "FS", + "traits": "6349PC RA", + "metrics": { + "% H2O": 25.1, + "Test Wt.": null, + "Yield": 257.65, + "+/- Ave": 3.6 + } + }, + { + "brand": "LG Seeds", + "rank": 7, + "product": "LG65C30", + "traits": "VT2P", + "metrics": { + "% H2O": 28.2, + "Test Wt.": null, + "Yield": 257.65, + "+/- Ave": 3.6 + } + }, + { + "brand": "Wyffels", + "rank": 8, + "product": "7424", + "traits": null, + "metrics": { + "% H2O": 27.4, + "Test Wt.": null, + "Yield": 256.93, + "+/- Ave": 2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 26.8, + "Test Wt.": null, + "Yield": 256.41, + "+/- Ave": 2.4 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 25, + "Test Wt.": null, + "Yield": 255.29, + "+/- Ave": 1.3 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 26.1, + "Test Wt.": null, + "Yield": 254.87, + "+/- Ave": 0.8 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 26.01, + "Test Wt.": null, + "Yield": 251.85, + "+/- Ave": -2.2 + } + }, + { + "brand": "LG Seeds", + "rank": 13, + "product": "60C84", + "traits": null, + "metrics": { + "% H2O": 24.66, + "Test Wt.": null, + "Yield": 251.02, + "+/- Ave": -3 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 24.97, + "Test Wt.": null, + "Yield": 249.65, + "+/- Ave": -4.4 + } + }, + { + "brand": "Wyffels", + "rank": 15, + "product": "7485", + "traits": null, + "metrics": { + "% H2O": 25.4, + "Test Wt.": null, + "Yield": 248.89, + "+/- Ave": -5.1 + } + }, + { + "brand": "FS InVision", + "rank": 16, + "product": "FS", + "traits": "6545V RIB", + "metrics": { + "% H2O": 23.7, + "Test Wt.": null, + "Yield": 248.03, + "+/- Ave": -6 + } + }, + { + "brand": "LG Seeds", + "rank": 17, + "product": "LG62C73", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 25.3, + "Test Wt.": null, + "Yield": 246.87, + "+/- Ave": -7.2 + } + }, + { + "brand": "LG Seeds", + "rank": 18, + "product": "LG63C82", + "traits": "DGVT2P RIB", + "metrics": { + "% H2O": 26.7, + "Test Wt.": null, + "Yield": 246.86, + "+/- Ave": -7.2 + } + }, + { + "brand": "LG Seeds", + "rank": 19, + "product": "63C32", + "traits": null, + "metrics": { + "% H2O": 25.5, + "Test Wt.": null, + "Yield": 245.54, + "+/- Ave": -8.5 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 23.4, + "Test Wt.": null, + "Yield": 243.84, + "+/- Ave": -10.2 + } + }, + { + "brand": "Wyffels", + "rank": 21, + "product": "W6505RIB", + "traits": null, + "metrics": { + "% H2O": 23.2, + "Test Wt.": null, + "Yield": 237.21, + "+/- Ave": -16.8 + } + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Serven-Abingdon-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:10.374720+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9838.md b/corpus/proharvest_plots/phpr-corn-2025-9838.md new file mode 100644 index 00000000..d9ddc4e1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9838.md @@ -0,0 +1,45 @@ +# Corn yield trial — Sam and Julie Serven (Abingdon, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Abingdon, IL · Knox County +- **Cooperator:** Sam and Julie Serven +- **Company rep:** Corey Torrance +- **Planted:** 4/24/2025 +- **Harvested:** 9/12/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Serven-Abingdon-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | FS InVision | FS | 6447T RIB | 264.5 | 26.2 | None | 10.5 | +| 2 | ProHarvest | 84P78 | TRERIB | 264.32 | 26.8 | None | 10.3 | +| 3 | ProHarvest | 80P75 | PCE | 263.65 | 25.5 | None | 9.6 | +| 4 | LG Seeds | 58C16 | - | 263.61 | 25.7 | None | 9.6 | +| 5 | LG Seeds | LG64C43 | VT2PRO | 262.52 | 27.3 | None | 8.5 | +| 6 | ProHarvest | 78P95 | PCE | 261.42 | 24.4 | None | 7.4 | +| 7 | FS InVision | FS | 6349PC RA | 257.65 | 25.1 | None | 3.6 | +| 7 | LG Seeds | LG65C30 | VT2P | 257.65 | 28.2 | None | 3.6 | +| 8 | Wyffels | 7424 | - | 256.93 | 27.4 | None | 2.9 | +| 9 | ProHarvest | 86P55 | TRERIB | 256.41 | 26.8 | None | 2.4 | +| 10 | ProHarvest | 80P75 | PCE | 255.29 | 25 | None | 1.3 | +| 11 | ProHarvest | 83P66 | VT2PRIB | 254.87 | 26.1 | None | 0.8 | +| 12 | ProHarvest | 81P45 | TRERIB | 251.85 | 26.01 | None | -2.2 | +| 13 | LG Seeds | 60C84 | - | 251.02 | 24.66 | None | -3 | +| 14 | ProHarvest | 80P75 | PCE | 249.65 | 24.97 | None | -4.4 | +| 15 | Wyffels | 7485 | - | 248.89 | 25.4 | None | -5.1 | +| 16 | FS InVision | FS | 6545V RIB | 248.03 | 23.7 | None | -6 | +| 17 | LG Seeds | LG62C73 | VT2PRIB | 246.87 | 25.3 | None | -7.2 | +| 18 | LG Seeds | LG63C82 | DGVT2P RIB | 246.86 | 26.7 | None | -7.2 | +| 19 | LG Seeds | 63C32 | - | 245.54 | 25.5 | None | -8.5 | +| 20 | ProHarvest | 85P58 | VT2PRIB | 243.84 | 23.4 | None | -10.2 | +| 21 | Wyffels | W6505RIB | - | 237.21 | 23.2 | None | -16.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9870.json b/corpus/proharvest_plots/phpr-corn-2025-9870.json new file mode 100644 index 00000000..35991d7d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9870.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9870", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "St. Anne", + "county": "Iroquois", + "year": 2025, + "plot_id": 9870, + "cooperator": "Westin Arsenau", + "latitude": 41.023023120963735, + "longitude": -87.71819131945216, + "company_representative": "Jake Wilken", + "planted_date": "5/9/2025", + "harvested_date": "10/14/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": "Delaro Complete", + "herbicide": null, + "insecticide": null, + "tillage": "Strip/Zone", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Wyffels", + "rank": 1, + "product": "W7876RIB", + "traits": null, + "metrics": { + "% H2O": 22.8, + "Test Wt.": 55, + "Yield": 255.52, + "+/- Ave": 15.8 + } + }, + { + "brand": "Wyffels", + "rank": 2, + "product": "W7945RIB", + "traits": null, + "metrics": { + "% H2O": 21.7, + "Test Wt.": 55.2, + "Yield": 251.45, + "+/- Ave": 11.8 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 19.7, + "Test Wt.": 59.7, + "Yield": 248.27, + "+/- Ave": 8.6 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 20.3, + "Test Wt.": 55.5, + "Yield": 244.77, + "+/- Ave": 5.1 + } + }, + { + "brand": "Wyffels", + "rank": 5, + "product": "W6505RIB", + "traits": null, + "metrics": { + "% H2O": 20.4, + "Test Wt.": 57.5, + "Yield": 244.5, + "+/- Ave": 4.8 + } + }, + { + "brand": "Wyffels", + "rank": 6, + "product": "W8086RIB", + "traits": null, + "metrics": { + "% H2O": 21.3, + "Test Wt.": 55.7, + "Yield": 244.46, + "+/- Ave": 4.8 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 21.6, + "Test Wt.": 57.9, + "Yield": 242.92, + "+/- Ave": 3.2 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "80P75", + "traits": null, + "metrics": { + "% H2O": 18.6, + "Test Wt.": 54.9, + "Yield": 242.65, + "+/- Ave": 3 + } + }, + { + "brand": "Wyffels", + "rank": 9, + "product": "7424", + "traits": null, + "metrics": { + "% H2O": 20.5, + "Test Wt.": 56.6, + "Yield": 241.95, + "+/- Ave": 2.3 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 20.3, + "Test Wt.": 55.5, + "Yield": 238.71, + "+/- Ave": -1 + } + }, + { + "brand": "Wyffels", + "rank": 11, + "product": "W6886RIB", + "traits": null, + "metrics": { + "% H2O": 20.1, + "Test Wt.": 57, + "Yield": 238.09, + "+/- Ave": -1.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 20.6, + "Test Wt.": 55, + "Yield": 235.6, + "+/- Ave": -4.1 + } + }, + { + "brand": "Wyffels", + "rank": 13, + "product": "W7485RIB", + "traits": null, + "metrics": { + "% H2O": 20.9, + "Test Wt.": 54.9, + "Yield": 235.17, + "+/- Ave": -4.5 + } + }, + { + "brand": "Wyffels", + "rank": 14, + "product": "5684", + "traits": null, + "metrics": { + "% H2O": 18.4, + "Test Wt.": 57, + "Yield": 231.55, + "+/- Ave": -8.1 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 18.9, + "Test Wt.": 59, + "Yield": 226.49, + "+/- Ave": -13.2 + } + }, + { + "brand": "Wyffels", + "rank": 16, + "product": "4515", + "traits": null, + "metrics": { + "% H2O": 18.4, + "Test Wt.": 55, + "Yield": 212.94, + "+/- Ave": -26.8 + } + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Arsenau-St-Anne-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:52.364465+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9870.md b/corpus/proharvest_plots/phpr-corn-2025-9870.md new file mode 100644 index 00000000..a4f63e2f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9870.md @@ -0,0 +1,39 @@ +# Corn yield trial — Westin Arsenau (St. Anne, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** St. Anne, IL · Iroquois County +- **Cooperator:** Westin Arsenau +- **Company rep:** Jake Wilken +- **Planted:** 5/9/2025 +- **Harvested:** 10/14/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Tillage:** Strip/Zone +- **Irrigation:** Non-Irrigated +- **Fungicide:** Delaro Complete +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Arsenau-St-Anne-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Wyffels | W7876RIB | - | 255.52 | 22.8 | 55 | 15.8 | +| 2 | Wyffels | W7945RIB | - | 251.45 | 21.7 | 55.2 | 11.8 | +| 3 | ProHarvest | 85P58 | VT2PRIB | 248.27 | 19.7 | 59.7 | 8.6 | +| 4 | ProHarvest | 84P41 | PCE | 244.77 | 20.3 | 55.5 | 5.1 | +| 5 | Wyffels | W6505RIB | - | 244.5 | 20.4 | 57.5 | 4.8 | +| 6 | Wyffels | W8086RIB | - | 244.46 | 21.3 | 55.7 | 4.8 | +| 7 | ProHarvest | 86P55 | TRERIB | 242.92 | 21.6 | 57.9 | 3.2 | +| 8 | ProHarvest | 80P75 | - | 242.65 | 18.6 | 54.9 | 3 | +| 9 | Wyffels | 7424 | - | 241.95 | 20.5 | 56.6 | 2.3 | +| 10 | ProHarvest | 82P96 | PCE | 238.71 | 20.3 | 55.5 | -1 | +| 11 | Wyffels | W6886RIB | - | 238.09 | 20.1 | 57 | -1.6 | +| 12 | ProHarvest | 81P45 | TRERIB | 235.6 | 20.6 | 55 | -4.1 | +| 13 | Wyffels | W7485RIB | - | 235.17 | 20.9 | 54.9 | -4.5 | +| 14 | Wyffels | 5684 | - | 231.55 | 18.4 | 57 | -8.1 | +| 15 | ProHarvest | 78P95 | PCE | 226.49 | 18.9 | 59 | -13.2 | +| 16 | Wyffels | 4515 | - | 212.94 | 18.4 | 55 | -26.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9872.json b/corpus/proharvest_plots/phpr-corn-2025-9872.json new file mode 100644 index 00000000..22267f51 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9872.json @@ -0,0 +1,213 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9872", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Earl Park", + "county": "Benton", + "year": 2025, + "plot_id": 9872, + "cooperator": "Berenda Ag Solutions", + "latitude": 40.682795704108024, + "longitude": -87.41199338841272, + "company_representative": "Doug Hanson", + "planted_date": "5/12/2025", + "harvested_date": "10/17/2025", + "previous_crop": "Soybeans", + "row_width": "20\"", + "population_seeds_per_acre": 34000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 269.62, + "% H2O": 15.8, + "+/- Ave": 16.5 + }, + "brand": "ProHarvest", + "product": "81P45", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 267.65, + "% H2O": 17.9, + "+/- Ave": 14.5 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 267.59, + "% H2O": 16.0, + "+/- Ave": 14.5 + }, + "brand": "ProHarvest", + "product": "79P54", + "traits": "SSPRO" + }, + { + "rank": 4, + "metrics": { + "Yield": 263.29, + "% H2O": 16.7, + "+/- Ave": 10.2 + }, + "brand": "Channel", + "product": "214-78", + "traits": "DGVT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 260.91, + "% H2O": 16.8, + "+/- Ave": 7.8 + }, + "brand": "ProHarvest", + "product": "82P96", + "traits": "PCE" + }, + { + "rank": 6, + "metrics": { + "Yield": 259.23, + "% H2O": 14.4, + "+/- Ave": 6.1 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 254.43, + "% H2O": 18.0, + "+/- Ave": 1.3 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 251.18, + "% H2O": 16.6, + "+/- Ave": -1.9 + }, + "brand": "ProHarvest", + "product": "86P55", + "traits": "TRE RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 250.73, + "% H2O": 14.4, + "+/- Ave": -2.4 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 250.22, + "% H2O": 17.6, + "+/- Ave": -2.9 + }, + "brand": "ProHarvest", + "product": "84P41", + "traits": "PCE" + }, + { + "rank": 11, + "metrics": { + "Yield": 250.02, + "% H2O": 14.4, + "+/- Ave": -3.1 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 249.9, + "% H2O": 15.4, + "+/- Ave": -3.2 + }, + "brand": "ProHarvest", + "product": "79P87", + "traits": "SS RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 246.11, + "% H2O": 15.5, + "+/- Ave": -7.0 + }, + "brand": "ProHarvest", + "product": "83P48", + "traits": "SSPRO" + }, + { + "rank": 14, + "metrics": { + "Yield": 240.81, + "% H2O": 14.4, + "+/- Ave": -12.3 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 236.79, + "% H2O": 18.7, + "+/- Ave": -16.3 + }, + "brand": "ProHarvest", + "product": "85P58", + "traits": "VT2P RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 231.42, + "% H2O": 15.5, + "+/- Ave": -21.7 + }, + "brand": "Channel", + "product": "213-23", + "traits": "VT2P RIB" + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Berenda-Ag-Earl-Park-IN.pdf" + ], + "fetched_at": "2026-06-05T00:59:50.837926+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9872.md b/corpus/proharvest_plots/phpr-corn-2025-9872.md new file mode 100644 index 00000000..f35d5a70 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9872.md @@ -0,0 +1,39 @@ +# Corn yield trial — Berenda Ag Solutions (Earl Park, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Earl Park, IN · Benton County +- **Cooperator:** Berenda Ag Solutions +- **Company rep:** Doug Hanson +- **Planted:** 5/12/2025 +- **Harvested:** 10/17/2025 +- **Previous crop:** Soybeans +- **Row width:** 20" +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Berenda-Ag-Earl-Park-IN.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P45 | TRE RIB | 269.62 | 15.8 | - | 16.5 | +| 2 | ProHarvest | 84P78 | TRE RIB | 267.65 | 17.9 | - | 14.5 | +| 3 | ProHarvest | 79P54 | SSPRO | 267.59 | 16.0 | - | 14.5 | +| 4 | Channel | 214-78 | DGVT2P RIB | 263.29 | 16.7 | - | 10.2 | +| 5 | ProHarvest | 82P96 | PCE | 260.91 | 16.8 | - | 7.8 | +| 6 | ProHarvest | 80P75 | PCE | 259.23 | 14.4 | - | 6.1 | +| 7 | ProHarvest | 79P87 | SS RIB | 254.43 | 18.0 | - | 1.3 | +| 8 | ProHarvest | 86P55 | TRE RIB | 251.18 | 16.6 | - | -1.9 | +| 9 | ProHarvest | 79P87 | SS RIB | 250.73 | 14.4 | - | -2.4 | +| 10 | ProHarvest | 84P41 | PCE | 250.22 | 17.6 | - | -2.9 | +| 11 | ProHarvest | 79P87 | SS RIB | 250.02 | 14.4 | - | -3.1 | +| 12 | ProHarvest | 79P87 | SS RIB | 249.9 | 15.4 | - | -3.2 | +| 13 | ProHarvest | 83P48 | SSPRO | 246.11 | 15.5 | - | -7.0 | +| 14 | ProHarvest | 83P66 | VT2P RIB | 240.81 | 14.4 | - | -12.3 | +| 15 | ProHarvest | 85P58 | VT2P RIB | 236.79 | 18.7 | - | -16.3 | +| 16 | Channel | 213-23 | VT2P RIB | 231.42 | 15.5 | - | -21.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9874.json b/corpus/proharvest_plots/phpr-corn-2025-9874.json new file mode 100644 index 00000000..8e9cb292 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9874.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9874", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ransom", + "county": "Lasalle", + "year": 2025, + "plot_id": 9874, + "cooperator": "Jeff Brockman", + "latitude": 41.15628431294135, + "longitude": -88.64980253377303, + "company_representative": "John Walsh", + "planted_date": "4/27/2025", + "harvested_date": "10/14/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Strip/Zone", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Agrigold", + "rank": 1, + "product": "A645-71", + "traits": "STXRIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": null, + "Yield": 255.79, + "+/- Ave": 23.7 + } + }, + { + "brand": "Wyffels", + "rank": 2, + "product": "W7759RIB", + "traits": null, + "metrics": { + "% H2O": 16.2, + "Test Wt.": null, + "Yield": 248.87, + "+/- Ave": 16.8 + } + }, + { + "brand": "DEKALB", + "rank": 3, + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "% H2O": 16.5, + "Test Wt.": null, + "Yield": 247.98, + "+/- Ave": 15.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "74P10", + "traits": "PCE", + "metrics": { + "% H2O": 15, + "Test Wt.": null, + "Yield": 246.57, + "+/- Ave": 14.5 + } + }, + { + "brand": "DEKALB", + "rank": 5, + "product": "DKC112-35RIB", + "traits": null, + "metrics": { + "% H2O": 16.4, + "Test Wt.": null, + "Yield": 245.39, + "+/- Ave": 13.3 + } + }, + { + "brand": "DEKALB", + "rank": 6, + "product": "DKC114-42RIB", + "traits": null, + "metrics": { + "% H2O": 17.6, + "Test Wt.": null, + "Yield": 239.02, + "+/- Ave": 6.9 + } + }, + { + "brand": "Agrigold", + "rank": 7, + "product": "A642-18", + "traits": "SSP", + "metrics": { + "% H2O": 16.9, + "Test Wt.": null, + "Yield": 238.18, + "+/- Ave": 6.1 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.8, + "Test Wt.": null, + "Yield": 235.6, + "+/- Ave": 3.5 + } + }, + { + "brand": "DEKALB", + "rank": 9, + "product": "DKC107-11", + "traits": null, + "metrics": { + "% H2O": 15.6, + "Test Wt.": null, + "Yield": 233.17, + "+/- Ave": 1.1 + } + }, + { + "brand": "Wyffels", + "rank": 10, + "product": "W7499RIB", + "traits": null, + "metrics": { + "% H2O": 16.9, + "Test Wt.": null, + "Yield": 229.58, + "+/- Ave": -2.5 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 16, + "Test Wt.": null, + "Yield": 229.16, + "+/- Ave": -2.9 + } + }, + { + "brand": "Wyffels", + "rank": 12, + "product": "W6479RIB", + "traits": null, + "metrics": { + "% H2O": 15.7, + "Test Wt.": null, + "Yield": 227.07, + "+/- Ave": -5 + } + }, + { + "brand": "DEKALB", + "rank": 13, + "product": "DKC109-71RIB", + "traits": null, + "metrics": { + "% H2O": 15.2, + "Test Wt.": null, + "Yield": 225.49, + "+/- Ave": -6.6 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 16.2, + "Test Wt.": null, + "Yield": 222.83, + "+/- Ave": -9.3 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 16.4, + "Test Wt.": null, + "Yield": 222.3, + "+/- Ave": -9.8 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 15.9, + "Test Wt.": null, + "Yield": 212.01, + "+/- Ave": -20.1 + } + }, + { + "brand": "Wyffels", + "rank": 17, + "product": "W4439RIB", + "traits": null, + "metrics": { + "% H2O": 15, + "Test Wt.": null, + "Yield": 211.34, + "+/- Ave": -20.7 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 16.7, + "Test Wt.": null, + "Yield": 207.12, + "+/- Ave": -25 + } + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Brockman-Ransom-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:49.385558+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9874.md b/corpus/proharvest_plots/phpr-corn-2025-9874.md new file mode 100644 index 00000000..3505ed1c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9874.md @@ -0,0 +1,40 @@ +# Corn yield trial — Jeff Brockman (Ransom, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Ransom, IL · Lasalle County +- **Cooperator:** Jeff Brockman +- **Company rep:** John Walsh +- **Planted:** 4/27/2025 +- **Harvested:** 10/14/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Tillage:** Strip/Zone +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Brockman-Ransom-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Agrigold | A645-71 | STXRIB | 255.79 | 17.7 | None | 23.7 | +| 2 | Wyffels | W7759RIB | - | 248.87 | 16.2 | None | 16.8 | +| 3 | DEKALB | DKC110-10RIB | - | 247.98 | 16.5 | None | 15.9 | +| 4 | ProHarvest | 74P10 | PCE | 246.57 | 15 | None | 14.5 | +| 5 | DEKALB | DKC112-35RIB | - | 245.39 | 16.4 | None | 13.3 | +| 6 | DEKALB | DKC114-42RIB | - | 239.02 | 17.6 | None | 6.9 | +| 7 | Agrigold | A642-18 | SSP | 238.18 | 16.9 | None | 6.1 | +| 8 | ProHarvest | 83P48 | SSPRO | 235.6 | 16.8 | None | 3.5 | +| 9 | DEKALB | DKC107-11 | - | 233.17 | 15.6 | None | 1.1 | +| 10 | Wyffels | W7499RIB | - | 229.58 | 16.9 | None | -2.5 | +| 11 | ProHarvest | 79P54 | SSPRO | 229.16 | 16 | None | -2.9 | +| 12 | Wyffels | W6479RIB | - | 227.07 | 15.7 | None | -5 | +| 13 | DEKALB | DKC109-71RIB | - | 225.49 | 15.2 | None | -6.6 | +| 14 | ProHarvest | 79P15 | V | 222.83 | 16.2 | None | -9.3 | +| 15 | ProHarvest | 78P95 | PCE | 222.3 | 16.4 | None | -9.8 | +| 16 | ProHarvest | 81P20 | PCE | 212.01 | 15.9 | None | -20.1 | +| 17 | Wyffels | W4439RIB | - | 211.34 | 15 | None | -20.7 | +| 18 | ProHarvest | 82P96 | PCE | 207.12 | 16.7 | None | -25 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9876.json b/corpus/proharvest_plots/phpr-corn-2025-9876.json new file mode 100644 index 00000000..4526dcaa --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9876.json @@ -0,0 +1,289 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9876", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Azen", + "county": "Scotland", + "year": 2025, + "plot_id": 9876, + "cooperator": "Calvin Good", + "latitude": 40.56007976248441, + "longitude": -92.03722338015592, + "company_representative": "Jake Ekstrand", + "planted_date": "4/17/2025", + "harvested_date": "10/11/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 32000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Becks", + "rank": 1, + "product": "6492", + "traits": null, + "metrics": { + "% H2O": 14.8, + "Test Wt.": 59.1, + "Yield": 269.35, + "+/- Ave": 25.1 + } + }, + { + "brand": "Channel", + "rank": 2, + "product": "215-42", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 59.5, + "Yield": 267.65, + "+/- Ave": 23.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 16.1, + "Test Wt.": 57.5, + "Yield": 265.31, + "+/- Ave": 21 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 55.3, + "Yield": 258.82, + "+/- Ave": 14.5 + } + }, + { + "brand": "Channel", + "rank": 5, + "product": "215-42", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 59.3, + "Yield": 256.07, + "+/- Ave": 11.8 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 15, + "Test Wt.": 57.2, + "Yield": 252.4, + "+/- Ave": 8.1 + } + }, + { + "brand": "Channel", + "rank": 7, + "product": "215-70", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 59.1, + "Yield": 251.79, + "+/- Ave": 7.5 + } + }, + { + "brand": "Becks", + "rank": 8, + "product": "6973", + "traits": "TCV2P", + "metrics": { + "% H2O": 15, + "Test Wt.": 58.1, + "Yield": 250.35, + "+/- Ave": 6.1 + } + }, + { + "brand": "Becks", + "rank": 9, + "product": "6700", + "traits": "VT2P", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 60.8, + "Yield": 247.76, + "+/- Ave": 3.5 + } + }, + { + "brand": "Becks", + "rank": 10, + "product": "6473", + "traits": "TCV2P", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 57.7, + "Yield": 247.16, + "+/- Ave": 2.9 + } + }, + { + "brand": "Channel", + "rank": 11, + "product": "215-09", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 58.6, + "Yield": 246.45, + "+/- Ave": 2.2 + } + }, + { + "brand": "Pioneer", + "rank": 12, + "product": "P1548", + "traits": "AM", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 57.4, + "Yield": 244.4, + "+/- Ave": 0.1 + } + }, + { + "brand": "Becks", + "rank": 13, + "product": "6574", + "traits": "TCV2P", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 58.3, + "Yield": 242.27, + "+/- Ave": -2 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 59.6, + "Yield": 241.83, + "+/- Ave": -2.4 + } + }, + { + "brand": "Pioneer", + "rank": 15, + "product": "P14830", + "traits": "AML", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 57.6, + "Yield": 240.23, + "+/- Ave": -4 + } + }, + { + "brand": "AgVenture", + "rank": 16, + "product": "5214", + "traits": "AM", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 56.9, + "Yield": 236.37, + "+/- Ave": -7.9 + } + }, + { + "brand": "Channel", + "rank": 17, + "product": "214-70", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.4, + "Test Wt.": 58.6, + "Yield": 227.98, + "+/- Ave": -16.3 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 57.4, + "Yield": 227.63, + "+/- Ave": -16.6 + } + }, + { + "brand": "Becks", + "rank": 19, + "product": "6374", + "traits": "V2P", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 57.4, + "Yield": 226.06, + "+/- Ave": -18.2 + } + }, + { + "brand": "Channel", + "rank": 20, + "product": "215-72", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 59.9, + "Yield": 224.77, + "+/- Ave": -19.5 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 15, + "Test Wt.": 56.9, + "Yield": 205.17, + "+/- Ave": -39.1 + } + } + ], + "n_results": 21, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Calvin-Good-Azen-MO.pdf" + ], + "fetched_at": "2026-06-05T00:59:47.866687+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9876.md b/corpus/proharvest_plots/phpr-corn-2025-9876.md new file mode 100644 index 00000000..720ecac5 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9876.md @@ -0,0 +1,44 @@ +# Corn yield trial — Calvin Good (Azen, MO, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Azen, MO · Scotland County +- **Cooperator:** Calvin Good +- **Company rep:** Jake Ekstrand +- **Planted:** 4/17/2025 +- **Harvested:** 10/11/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 32,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Calvin-Good-Azen-MO.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Becks | 6492 | - | 269.35 | 14.8 | 59.1 | 25.1 | +| 2 | Channel | 215-42 | TRERIB | 267.65 | 14.8 | 59.5 | 23.4 | +| 3 | ProHarvest | 86P55 | TRERIB | 265.31 | 16.1 | 57.5 | 21 | +| 4 | ProHarvest | 86P55 | TRERIB | 258.82 | 15.9 | 55.3 | 14.5 | +| 5 | Channel | 215-42 | TRERIB | 256.07 | 15.3 | 59.3 | 11.8 | +| 6 | ProHarvest | 84P78 | TRERIB | 252.4 | 15 | 57.2 | 8.1 | +| 7 | Channel | 215-70 | TRERIB | 251.79 | 14.4 | 59.1 | 7.5 | +| 8 | Becks | 6973 | TCV2P | 250.35 | 15 | 58.1 | 6.1 | +| 9 | Becks | 6700 | VT2P | 247.76 | 14.9 | 60.8 | 3.5 | +| 10 | Becks | 6473 | TCV2P | 247.16 | 14.4 | 57.7 | 2.9 | +| 11 | Channel | 215-09 | VT2PRIB | 246.45 | 14.7 | 58.6 | 2.2 | +| 12 | Pioneer | P1548 | AM | 244.4 | 14.5 | 57.4 | 0.1 | +| 13 | Becks | 6574 | TCV2P | 242.27 | 14.7 | 58.3 | -2 | +| 14 | ProHarvest | 85P58 | VT2PRIB | 241.83 | 14.9 | 59.6 | -2.4 | +| 15 | Pioneer | P14830 | AML | 240.23 | 14.4 | 57.6 | -4 | +| 16 | AgVenture | 5214 | AM | 236.37 | 14.8 | 56.9 | -7.9 | +| 17 | Channel | 214-70 | TRERIB | 227.98 | 14.4 | 58.6 | -16.3 | +| 18 | ProHarvest | 83P66 | VT2PRIB | 227.63 | 14.8 | 57.4 | -16.6 | +| 19 | Becks | 6374 | V2P | 226.06 | 14.7 | 57.4 | -18.2 | +| 20 | Channel | 215-72 | TRERIB | 224.77 | 14.5 | 59.9 | -19.5 | +| 21 | ProHarvest | 83P48 | SSPRO | 205.17 | 15 | 56.9 | -39.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9878.json b/corpus/proharvest_plots/phpr-corn-2025-9878.json new file mode 100644 index 00000000..dd57f9d4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9878.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9878", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Danvers", + "county": "Mclean", + "year": 2025, + "plot_id": 9878, + "cooperator": "Tyler Deal", + "latitude": 40.52961041865384, + "longitude": -89.1784235193925, + "company_representative": "Rick Urish", + "planted_date": "4/26/2025", + "harvested_date": "9/25/2025", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 298.47, + "% H2O": 25.8, + "+/- Ave": 16.3 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 296.64, + "% H2O": 24.0, + "+/- Ave": 14.5 + }, + "brand": "AgriGold", + "product": "A644-64VT2", + "traits": "VT2P RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 295.17, + "% H2O": 24.3, + "+/- Ave": 13.0 + }, + "brand": "ProHarvest", + "product": "86P55", + "traits": "TRE RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 291.59, + "% H2O": 23.1, + "+/- Ave": 9.4 + }, + "brand": "Becks", + "product": "6492VT2", + "traits": "VT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 288.78, + "% H2O": 24.0, + "+/- Ave": 6.6 + }, + "brand": "AgriGold", + "product": "A642-32VT2", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 286.2, + "% H2O": 24.6, + "+/- Ave": 4.0 + }, + "brand": "AgriGold", + "product": "A642-05VT2", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 284.63, + "% H2O": 24.3, + "+/- Ave": 2.5 + }, + "brand": "AgriGold", + "product": "A645-71STX", + "traits": "SS RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 284.05, + "% H2O": 23.4, + "+/- Ave": 1.9 + }, + "brand": "AgriGold", + "product": "A640-94VT4", + "traits": "VT4P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 279.42, + "% H2O": 23.5, + "+/- Ave": -2.7 + }, + "brand": "AgriGold", + "product": "A645-55VT2", + "traits": "VT2P RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 277.96, + "% H2O": 23.4, + "+/- Ave": -4.2 + }, + "brand": "AgriGold", + "product": "A642-18SSP", + "traits": "SSPRO" + }, + { + "rank": 11, + "metrics": { + "Yield": 275.42, + "% H2O": 20.8, + "+/- Ave": -6.7 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 273.61, + "% H2O": 21.5, + "+/- Ave": -8.5 + }, + "brand": "ProHarvest", + "product": "PH", + "traits": "82P96PCE PCE" + }, + { + "rank": 13, + "metrics": { + "Yield": 272.94, + "% H2O": 24.7, + "+/- Ave": -9.2 + }, + "brand": "AgriGold", + "product": "A645-30VT2", + "traits": "VT2P RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 264.86, + "% H2O": 21.5, + "+/- Ave": -17.3 + }, + "brand": "ProHarvest", + "product": "PH", + "traits": "81P20PCE PCE" + }, + { + "rank": 15, + "metrics": { + "Yield": 262.6, + "% H2O": 24.4, + "+/- Ave": -19.6 + }, + "brand": "AgriGold", + "product": "A640-24", + "traits": "CONV" + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Deal-Danvers-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:46.337091+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9878.md b/corpus/proharvest_plots/phpr-corn-2025-9878.md new file mode 100644 index 00000000..92261cf7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9878.md @@ -0,0 +1,35 @@ +# Corn yield trial — Tyler Deal (Danvers, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Danvers, IL · Mclean County +- **Cooperator:** Tyler Deal +- **Company rep:** Rick Urish +- **Planted:** 4/26/2025 +- **Harvested:** 9/25/2025 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Deal-Danvers-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRE RIB | 298.47 | 25.8 | - | 16.3 | +| 2 | AgriGold | A644-64VT2 | VT2P RIB | 296.64 | 24.0 | - | 14.5 | +| 3 | ProHarvest | 86P55 | TRE RIB | 295.17 | 24.3 | - | 13.0 | +| 4 | Becks | 6492VT2 | VT2P RIB | 291.59 | 23.1 | - | 9.4 | +| 5 | AgriGold | A642-32VT2 | VT2P RIB | 288.78 | 24.0 | - | 6.6 | +| 6 | AgriGold | A642-05VT2 | VT2P RIB | 286.2 | 24.6 | - | 4.0 | +| 7 | AgriGold | A645-71STX | SS RIB | 284.63 | 24.3 | - | 2.5 | +| 8 | AgriGold | A640-94VT4 | VT4P RIB | 284.05 | 23.4 | - | 1.9 | +| 9 | AgriGold | A645-55VT2 | VT2P RIB | 279.42 | 23.5 | - | -2.7 | +| 10 | AgriGold | A642-18SSP | SSPRO | 277.96 | 23.4 | - | -4.2 | +| 11 | ProHarvest | 80P75 | PCE | 275.42 | 20.8 | - | -6.7 | +| 12 | ProHarvest | PH | 82P96PCE PCE | 273.61 | 21.5 | - | -8.5 | +| 13 | AgriGold | A645-30VT2 | VT2P RIB | 272.94 | 24.7 | - | -9.2 | +| 14 | ProHarvest | PH | 81P20PCE PCE | 264.86 | 21.5 | - | -17.3 | +| 15 | AgriGold | A640-24 | CONV | 262.6 | 24.4 | - | -19.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9880.json b/corpus/proharvest_plots/phpr-corn-2025-9880.json new file mode 100644 index 00000000..188d89c9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9880.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9880", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "DeKalb", + "county": "DeKalb", + "year": 2025, + "plot_id": 9880, + "cooperator": "DeKalb County Corn and Soyean Growers", + "latitude": 41.93027073783494, + "longitude": -88.74892377239209, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Dekalb-Count-Corn-and-Soybean-Growers-Dekalb-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:45.085614+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9880.md b/corpus/proharvest_plots/phpr-corn-2025-9880.md new file mode 100644 index 00000000..5c163168 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9880.md @@ -0,0 +1,80 @@ +# Corn yield trial — DeKalb County Corn and Soyean Growers (DeKalb, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** DeKalb, IL · DeKalb County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Dekalb-Count-Corn-and-Soybean-Growers-Dekalb-IL.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +DeKalb County Corn and Soyean Growers +2025 Corn Plot +Previous crop: Soybeans Plant Date: 5/6/25 +Population: 36,000 Location: South of DeKalb +Company Product/Brand Trait Maturity Yield Moisture +LG 60C24VT4 VT4P 110 299.2 22.2 +Pro Harvest 83P66 Conventional 113 295.6 22.3 +Agrigold 642-05VT2RIBD1 VT2 Drought Guard 112 290.0 23.0 +NuTech 65B8V Vorceed 105 289.7 19.6 +Viking/Blue River 49-05 Conventional 105 289.6 20.1 +NuTech 69C7PCE Power Core 109 289.4 21.3 +Wyffels W7485 Trecepta 112 287.8 23.3 +Pioneer P14830Q Qrome 114 286.8 21.5 +Prairie Hybrids 6436 Conventional 111 286.1 20.3 +Wyffels W6505 VT2Pro 110 285.2 20.6 +Pioneer P1185 Conventional 111 285.2 21.1 +Pioneer P09312V Vorceed 109 284.8 20.5 +Prairie Hybrids 4991 Organic 106 284.0 20.7 +Pioneer P13777V Vorceed 113 283.8 21.7 +Prairie Hybrids 6854 Conventional 110 283.2 19.0 +LG 62C73VT2RIB VT2RIB 112 281.6 21.6 +DeKalb DKC112-35RIB SmartStaxPro 112 281.3 22.4 +Wyffels W7499 SmartStaxPro 112 280.9 22.7 +Viking/Blue River 76-11 Conventional 111 280.7 20.2 +AXIS 62C60 PCE Power Core Enlist 112 279.1 22.0 +Prairie Hybrids 7445 Conventional 113 279.0 22.5 +Becks 5864PCE PowerCoreEnlist 108 278.9 21.7 +Pro Harvest 81P45TreRIB Trecepta 111 277.0 24.2 +Pro Harvest 78P95 Conventional 108 276.6 20.4 +American Organics AM2528 Organic 109 276.0 20.9 +LG 55C12PCE PowerCore Enlist 105 275.9 20.7 +American Organics AM2543 Organic 110 275.8 20.8 +Prairie Hybrids 6251 Conventional 109 274.9 20.5 +DeKalb DKC110-10RIB SmartStax 110 274.1 20.7 +Becks 6469V2P V2P 114 273.6 24.5 +NuTech 73B2V Vorceed 113 272.6 22.0 +DeKalb DKC113-03RIB SmartStaxPro 113 272.6 23.8 +American Organics AM2441 Organic 107 272.5 20.6 +Pro Harvest 82P96PCE Power Core Enlist 112 271.8 22.0 +LG 63C32SSPRIB SmartStaxPro 113 271.6 22.2 +DeKalb DKC106-98RIB VT4P 106 270.5 19.1 +NuTech 69F3V Vorceed 109 270.3 19.5 +AXIS 58H22RIB VT2Pro 108 270.2 20.3 +AXIS 63F60RIB SmartStaxPro 113 269.9 21.1 +Viking/Blue River 75-07 Conventional 107 269.3 20.5 +Channel 205-08SSPRIB SmartStaxPro 105 268.9 18.7 +Channel 212-63VT4PRIB VT4P 112 268.9 20.8 +FS Invision FS 5844P SmartStaxPro 108 268.3 19.9 +Agrigold 642-18SSPRIB SmartStaxPro 112 268.1 21.8 +Agrigold 642-32VT2RIB VT2Pro 112 267.5 22.2 +Becks 6280TCV2P Trecpta V2P 112 267.0 22.0 +AXIS 54X62 PCE Power Core Enlist 104 266.9 20.5 +NuTech 73J1V Vorceed 113 264.6 22.5 +Prairie Hybrids 4556 Conventional 106 260.9 18.7 +AXIS 55V62RIB SmartStaxPro 105 260.2 17.7 +AXIS 57Q66 PCE Power Core Enlist 107 260.1 19.0 +Prairie Hybrids 6755 Conventional 110 259.3 21.0 +Prairie Hybrids 2311 Organic 103 258.2 18.8 +AXIS 59K68RIB SmartStaxPro 109 256.9 22.8 +NuTech 71A7V Vorceed 111 252.7 21.0 +Channel 203-40VT4PRIB VT4P 103 251.2 19.2 +Viking/Blue River 78-13 Conventional 113 247.3 23.3 +American Organics AM2028 Organic 101 245.8 18.9 +Pioneer P0075 Conventional 100 241.4 18.3 +Agrigold 634-11SSPRIB SmartStaxPro 104 238.5 19.1 +Averages = 272.8 21.0 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2025-9882.json b/corpus/proharvest_plots/phpr-corn-2025-9882.json new file mode 100644 index 00000000..c32d3a47 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9882.json @@ -0,0 +1,409 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9882", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Monticello", + "county": "Jones", + "year": 2025, + "plot_id": 9882, + "cooperator": "Delturn", + "latitude": 42.237669496971456, + "longitude": -91.18833171200201, + "company_representative": "Ryan Frederich", + "planted_date": "5/6/2025", + "harvested_date": "10/11/2025", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 60.6, + "Yield": 299, + "+/- Ave": 23.6 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": 57.6, + "Yield": 296.48, + "+/- Ave": 21.1 + } + }, + { + "brand": "DEKALB", + "rank": 3, + "product": "DKC114-42RIB", + "traits": null, + "metrics": { + "% H2O": 17.8, + "Test Wt.": 57.9, + "Yield": 289.88, + "+/- Ave": 14.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16, + "Test Wt.": 60.8, + "Yield": 288.75, + "+/- Ave": 13.4 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "80P75", + "traits": "CONV", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 57.2, + "Yield": 288.46, + "+/- Ave": 13.1 + } + }, + { + "brand": "Wyffels", + "rank": 6, + "product": "W7485", + "traits": null, + "metrics": { + "% H2O": 16.5, + "Test Wt.": 57.5, + "Yield": 287.24, + "+/- Ave": 11.9 + } + }, + { + "brand": "DEKALB", + "rank": 7, + "product": "DKC112-29RIB", + "traits": null, + "metrics": { + "% H2O": 17.5, + "Test Wt.": 57.2, + "Yield": 283.21, + "+/- Ave": 7.9 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "83P66", + "traits": null, + "metrics": { + "% H2O": 17, + "Test Wt.": 57.4, + "Yield": 282.35, + "+/- Ave": 7 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 56.4, + "Yield": 281.84, + "+/- Ave": 6.5 + } + }, + { + "brand": "Pioneer", + "rank": 10, + "product": "P0859", + "traits": "AM", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 58.5, + "Yield": 281.32, + "+/- Ave": 6 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "85P13", + "traits": "CONV", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 56.8, + "Yield": 281.01, + "+/- Ave": 5.7 + } + }, + { + "brand": "Wyffels", + "rank": 12, + "product": "W8007VT4", + "traits": null, + "metrics": { + "% H2O": 16.4, + "Test Wt.": 57.6, + "Yield": 276.66, + "+/- Ave": 1.3 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 15, + "Test Wt.": 58, + "Yield": 276.41, + "+/- Ave": 1.1 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 17, + "Test Wt.": 56.7, + "Yield": 276.31, + "+/- Ave": 1 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 56.7, + "Yield": 275.77, + "+/- Ave": 0.4 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "78P95", + "traits": "CONV", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 60.8, + "Yield": 275.38, + "+/- Ave": 0 + } + }, + { + "brand": "Wyffels", + "rank": 17, + "product": "W5129", + "traits": null, + "metrics": { + "% H2O": 14.5, + "Test Wt.": 58.4, + "Yield": 274.81, + "+/- Ave": -0.5 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 18.8, + "Test Wt.": 56.4, + "Yield": 274.07, + "+/- Ave": -1.3 + } + }, + { + "brand": "DEKALB", + "rank": 19, + "product": "DKC108-64RIB", + "traits": null, + "metrics": { + "% H2O": 14, + "Test Wt.": 58.3, + "Yield": 273.88, + "+/- Ave": -1.5 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "76P42", + "traits": "CONV", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 58.9, + "Yield": 273.55, + "+/- Ave": -1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 57.1, + "Yield": 273.52, + "+/- Ave": -1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 22, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 59.7, + "Yield": 272.66, + "+/- Ave": -2.7 + } + }, + { + "brand": "ProHarvest", + "rank": 23, + "product": "81P20", + "traits": "CONV", + "metrics": { + "% H2O": 17.9, + "Test Wt.": 56.5, + "Yield": 269.9, + "+/- Ave": -5.5 + } + }, + { + "brand": "ProHarvest", + "rank": 24, + "product": "84P78", + "traits": null, + "metrics": { + "% H2O": 18.2, + "Test Wt.": 56.2, + "Yield": 269.69, + "+/- Ave": -5.7 + } + }, + { + "brand": "ProHarvest", + "rank": 25, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 17.3, + "Test Wt.": 57.8, + "Yield": 267.41, + "+/- Ave": -7.9 + } + }, + { + "brand": "Wyffels", + "rank": 26, + "product": "W4487", + "traits": "VT4P", + "metrics": { + "% H2O": 14, + "Test Wt.": 59.1, + "Yield": 264.17, + "+/- Ave": -11.2 + } + }, + { + "brand": "Wyffels", + "rank": 27, + "product": "W5684", + "traits": null, + "metrics": { + "% H2O": 15, + "Test Wt.": 58.5, + "Yield": 262.4, + "+/- Ave": -13 + } + }, + { + "brand": "ProHarvest", + "rank": 28, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 56.2, + "Yield": 259.73, + "+/- Ave": -15.6 + } + }, + { + "brand": "ProHarvest", + "rank": 29, + "product": "75P85", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 13.6, + "Test Wt.": 58, + "Yield": 259.58, + "+/- Ave": -15.8 + } + }, + { + "brand": "ProHarvest", + "rank": 30, + "product": "74P10", + "traits": "PCE", + "metrics": { + "% H2O": 13.4, + "Test Wt.": 58.8, + "Yield": 251.11, + "+/- Ave": -24.2 + } + }, + { + "brand": "Wyffels", + "rank": 31, + "product": "W3654", + "traits": "PC", + "metrics": { + "% H2O": 13.8, + "Test Wt.": 58.3, + "Yield": 249.46, + "+/- Ave": -25.9 + } + } + ], + "n_results": 31, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Delturn-Monticello-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:43.424871+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9882.md b/corpus/proharvest_plots/phpr-corn-2025-9882.md new file mode 100644 index 00000000..afe08306 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9882.md @@ -0,0 +1,53 @@ +# Corn yield trial — Delturn (Monticello, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Monticello, IA · Jones County +- **Cooperator:** Delturn +- **Company rep:** Ryan Frederich +- **Planted:** 5/6/2025 +- **Harvested:** 10/11/2025 +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Delturn-Monticello-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P48 | SSPRO | 299 | 16.6 | 60.6 | 23.6 | +| 2 | ProHarvest | 81P19 | VT4PRIB | 296.48 | 17.2 | 57.6 | 21.1 | +| 3 | DEKALB | DKC114-42RIB | - | 289.88 | 17.8 | 57.9 | 14.5 | +| 4 | ProHarvest | 85P58 | VT2PRIB | 288.75 | 16 | 60.8 | 13.4 | +| 5 | ProHarvest | 80P75 | CONV | 288.46 | 15.4 | 57.2 | 13.1 | +| 6 | Wyffels | W7485 | - | 287.24 | 16.5 | 57.5 | 11.9 | +| 7 | DEKALB | DKC112-29RIB | - | 283.21 | 17.5 | 57.2 | 7.9 | +| 8 | ProHarvest | 83P66 | - | 282.35 | 17 | 57.4 | 7 | +| 9 | ProHarvest | 80P75 | PCE | 281.84 | 16.2 | 56.4 | 6.5 | +| 10 | Pioneer | P0859 | AM | 281.32 | 14.8 | 58.5 | 6 | +| 11 | ProHarvest | 85P13 | CONV | 281.01 | 18.1 | 56.8 | 5.7 | +| 12 | Wyffels | W8007VT4 | - | 276.66 | 16.4 | 57.6 | 1.3 | +| 13 | ProHarvest | 79P54 | SSPRO | 276.41 | 15 | 58 | 1.1 | +| 14 | ProHarvest | 81P45 | TRERIB | 276.31 | 17 | 56.7 | 1 | +| 15 | ProHarvest | 82P96 | PCE | 275.77 | 17.6 | 56.7 | 0.4 | +| 16 | ProHarvest | 78P95 | CONV | 275.38 | 14.5 | 60.8 | 0 | +| 17 | Wyffels | W5129 | - | 274.81 | 14.5 | 58.4 | -0.5 | +| 18 | ProHarvest | 86P55 | TRERIB | 274.07 | 18.8 | 56.4 | -1.3 | +| 19 | DEKALB | DKC108-64RIB | - | 273.88 | 14 | 58.3 | -1.5 | +| 20 | ProHarvest | 76P42 | CONV | 273.55 | 14.5 | 58.9 | -1.8 | +| 21 | ProHarvest | 83P66 | VT2PRIB | 273.52 | 17.5 | 57.1 | -1.8 | +| 22 | ProHarvest | 78P95 | PCE | 272.66 | 15.5 | 59.7 | -2.7 | +| 23 | ProHarvest | 81P20 | CONV | 269.9 | 17.9 | 56.5 | -5.5 | +| 24 | ProHarvest | 84P78 | - | 269.69 | 18.2 | 56.2 | -5.7 | +| 25 | ProHarvest | 84P41 | PCE | 267.41 | 17.3 | 57.8 | -7.9 | +| 26 | Wyffels | W4487 | VT4P | 264.17 | 14 | 59.1 | -11.2 | +| 27 | Wyffels | W5684 | - | 262.4 | 15 | 58.5 | -13 | +| 28 | ProHarvest | 81P20 | PCE | 259.73 | 17.1 | 56.2 | -15.6 | +| 29 | ProHarvest | 75P85 | DGVT2PRIB | 259.58 | 13.6 | 58 | -15.8 | +| 30 | ProHarvest | 74P10 | PCE | 251.11 | 13.4 | 58.8 | -24.2 | +| 31 | Wyffels | W3654 | PC | 249.46 | 13.8 | 58.3 | -25.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9884.json b/corpus/proharvest_plots/phpr-corn-2025-9884.json new file mode 100644 index 00000000..37873072 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9884.json @@ -0,0 +1,313 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9884", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Flora", + "county": "Carroll", + "year": 2025, + "plot_id": 9884, + "cooperator": "Jordan Dutter", + "latitude": 40.54694499372986, + "longitude": -86.52379971518398, + "company_representative": "David Hopkins", + "planted_date": "4/25/2025", + "harvested_date": "10/17/2025", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "DEKALB", + "rank": 1, + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "% H2O": 16.7, + "Test Wt.": 63.5, + "Yield": 267.03, + "+/- Ave": 16.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.4, + "Test Wt.": 59.2, + "Yield": 266.41, + "+/- Ave": 15.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.5, + "Test Wt.": 59.6, + "Yield": 264.5, + "+/- Ave": 14 + } + }, + { + "brand": "DEKALB", + "rank": 4, + "product": "DKC63-91RIB", + "traits": null, + "metrics": { + "% H2O": 17.1, + "Test Wt.": 60.8, + "Yield": 262.99, + "+/- Ave": 12.5 + } + }, + { + "brand": "Croplan", + "rank": 5, + "product": "CP5497", + "traits": "VT2P", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 62.1, + "Yield": 262.63, + "+/- Ave": 12.1 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 60.6, + "Yield": 261.68, + "+/- Ave": 11.2 + } + }, + { + "brand": "Pioneer", + "rank": 7, + "product": "P13777", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 61.1, + "Yield": 258.4, + "+/- Ave": 7.9 + } + }, + { + "brand": "Brevant", + "rank": 8, + "product": "B10A20", + "traits": "AM", + "metrics": { + "% H2O": 17.2, + "Test Wt.": 60.1, + "Yield": 257.99, + "+/- Ave": 7.5 + } + }, + { + "brand": "Pioneer", + "rank": 9, + "product": "P1742", + "traits": "PCE", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 59.9, + "Yield": 253.77, + "+/- Ave": 3.2 + } + }, + { + "brand": "Pioneer", + "rank": 10, + "product": "P0953", + "traits": "AM", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 59.8, + "Yield": 252.07, + "+/- Ave": 1.5 + } + }, + { + "brand": "Pioneer", + "rank": 11, + "product": "P14364", + "traits": "PCUE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 58.6, + "Yield": 251.35, + "+/- Ave": 0.8 + } + }, + { + "brand": "Dyna-Gro", + "rank": 12, + "product": "48SS-50", + "traits": null, + "metrics": { + "% H2O": 16.5, + "Test Wt.": 59.4, + "Yield": 249.89, + "+/- Ave": -0.6 + } + }, + { + "brand": "Dyna-Gro", + "rank": 13, + "product": "55-VC80", + "traits": null, + "metrics": { + "% H2O": 18, + "Test Wt.": 59.5, + "Yield": 249.06, + "+/- Ave": -1.5 + } + }, + { + "brand": "Pioneer", + "rank": 14, + "product": "P10477", + "traits": "V", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 59.3, + "Yield": 248.66, + "+/- Ave": -1.9 + } + }, + { + "brand": "DEKALB", + "rank": 15, + "product": "DKC111-35RIB", + "traits": null, + "metrics": { + "% H2O": 15.7, + "Test Wt.": 63.2, + "Yield": 248.47, + "+/- Ave": -2.1 + } + }, + { + "brand": "Dyna-Gro", + "rank": 16, + "product": "49-VC70", + "traits": null, + "metrics": { + "% H2O": 16.9, + "Test Wt.": 60.5, + "Yield": 245.75, + "+/- Ave": -4.8 + } + }, + { + "brand": "Brevant", + "rank": 17, + "product": "B13A10", + "traits": "AM", + "metrics": { + "% H2O": 16, + "Test Wt.": 62.6, + "Yield": 244.06, + "+/- Ave": -6.5 + } + }, + { + "brand": "Dyna-Gro", + "rank": 18, + "product": "53-VC54", + "traits": null, + "metrics": { + "% H2O": 17.9, + "Test Wt.": 60.3, + "Yield": 243.64, + "+/- Ave": -6.9 + } + }, + { + "brand": "Dairyland", + "rank": 19, + "product": "DS-4969", + "traits": "PCE", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 58.8, + "Yield": 243.19, + "+/- Ave": -7.3 + } + }, + { + "brand": "Pioneer", + "rank": 20, + "product": "P10811", + "traits": "AM", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 58.5, + "Yield": 239.12, + "+/- Ave": -11.4 + } + }, + { + "brand": "Dyna-Gro", + "rank": 21, + "product": "51-VC95", + "traits": null, + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 238.43, + "+/- Ave": -12.1 + } + }, + { + "brand": "Pioneer", + "rank": 22, + "product": "P1383", + "traits": "AM", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 61, + "Yield": 229.55, + "+/- Ave": -21 + } + }, + { + "brand": "Dairyland", + "rank": 23, + "product": "DS-5128", + "traits": "PCE", + "metrics": { + "% H2O": 16.1, + "Test Wt.": 60, + "Yield": 223.48, + "+/- Ave": -27 + } + } + ], + "n_results": 23, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Dutter-Flora-IN.pdf" + ], + "fetched_at": "2026-06-05T00:59:41.892851+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9884.md b/corpus/proharvest_plots/phpr-corn-2025-9884.md new file mode 100644 index 00000000..e8c6ab23 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9884.md @@ -0,0 +1,44 @@ +# Corn yield trial — Jordan Dutter (Flora, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Flora, IN · Carroll County +- **Cooperator:** Jordan Dutter +- **Company rep:** David Hopkins +- **Planted:** 4/25/2025 +- **Harvested:** 10/17/2025 +- **Row width:** 30 +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Dutter-Flora-IN.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC64-22RIB | - | 267.03 | 16.7 | 63.5 | 16.5 | +| 2 | ProHarvest | 83P66 | VT2PRIB | 266.41 | 17.4 | 59.2 | 15.9 | +| 3 | ProHarvest | 83P66 | VT2PRIB | 264.5 | 18.5 | 59.6 | 14 | +| 4 | DEKALB | DKC63-91RIB | - | 262.99 | 17.1 | 60.8 | 12.5 | +| 5 | Croplan | CP5497 | VT2P | 262.63 | 16.8 | 62.1 | 12.1 | +| 6 | ProHarvest | 83P66 | VT2PRIB | 261.68 | 17.6 | 60.6 | 11.2 | +| 7 | Pioneer | P13777 | PCE | 258.4 | 17.6 | 61.1 | 7.9 | +| 8 | Brevant | B10A20 | AM | 257.99 | 17.2 | 60.1 | 7.5 | +| 9 | Pioneer | P1742 | PCE | 253.77 | 16.6 | 59.9 | 3.2 | +| 10 | Pioneer | P0953 | AM | 252.07 | 15.4 | 59.8 | 1.5 | +| 11 | Pioneer | P14364 | PCUE | 251.35 | 17.6 | 58.6 | 0.8 | +| 12 | Dyna-Gro | 48SS-50 | - | 249.89 | 16.5 | 59.4 | -0.6 | +| 13 | Dyna-Gro | 55-VC80 | - | 249.06 | 18 | 59.5 | -1.5 | +| 14 | Pioneer | P10477 | V | 248.66 | 16.3 | 59.3 | -1.9 | +| 15 | DEKALB | DKC111-35RIB | - | 248.47 | 15.7 | 63.2 | -2.1 | +| 16 | Dyna-Gro | 49-VC70 | - | 245.75 | 16.9 | 60.5 | -4.8 | +| 17 | Brevant | B13A10 | AM | 244.06 | 16 | 62.6 | -6.5 | +| 18 | Dyna-Gro | 53-VC54 | - | 243.64 | 17.9 | 60.3 | -6.9 | +| 19 | Dairyland | DS-4969 | PCE | 243.19 | 16.3 | 58.8 | -7.3 | +| 20 | Pioneer | P10811 | AM | 239.12 | 15.5 | 58.5 | -11.4 | +| 21 | Dyna-Gro | 51-VC95 | - | 238.43 | 17.1 | None | -12.1 | +| 22 | Pioneer | P1383 | AM | 229.55 | 15.6 | 61 | -21 | +| 23 | Dairyland | DS-5128 | PCE | 223.48 | 16.1 | 60 | -27 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9886.json b/corpus/proharvest_plots/phpr-corn-2025-9886.json new file mode 100644 index 00000000..4956ef03 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9886.json @@ -0,0 +1,241 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9886", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Mcleansboro", + "county": "Hamilton", + "year": 2025, + "plot_id": 9886, + "cooperator": "Gary Erwin", + "latitude": 38.093384005233915, + "longitude": -88.5348702400364, + "company_representative": "Tom Forrest", + "planted_date": "5/23/2025", + "harvested_date": "10/14/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 30000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "8360", + "traits": "CONV", + "metrics": { + "% H2O": 17, + "Test Wt.": 58.6, + "Yield": 221, + "+/- Ave": 12 + } + }, + { + "brand": "Agrigold", + "rank": 2, + "product": "A645-16", + "traits": "CONV", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 58.5, + "Yield": 220.07, + "+/- Ave": 11.1 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "8360", + "traits": "CONV", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 59, + "Yield": 219.16, + "+/- Ave": 10.2 + } + }, + { + "brand": "Agrigold", + "rank": 4, + "product": "A640-24", + "traits": "CONV", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 59.7, + "Yield": 215.84, + "+/- Ave": 6.9 + } + }, + { + "brand": "Pioneer", + "rank": 5, + "product": "P17677", + "traits": "CONV", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 60.1, + "Yield": 214.96, + "+/- Ave": 6 + } + }, + { + "brand": "Pioneer", + "rank": 6, + "product": "P1608", + "traits": "CONV", + "metrics": { + "% H2O": 16, + "Test Wt.": 61.2, + "Yield": 214.4, + "+/- Ave": 5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "X25725", + "traits": "CONV", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 58.1, + "Yield": 212.61, + "+/- Ave": 3.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "83P66", + "traits": "CONV", + "metrics": { + "% H2O": 16.1, + "Test Wt.": 58.1, + "Yield": 212.07, + "+/- Ave": 3.1 + } + }, + { + "brand": "Agrigold", + "rank": 9, + "product": "A648-11", + "traits": "CONV", + "metrics": { + "% H2O": 18.3, + "Test Wt.": 58.4, + "Yield": 211.46, + "+/- Ave": 2.5 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "84P78", + "traits": "CONV", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 57.6, + "Yield": 211.43, + "+/- Ave": 2.5 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "85P13", + "traits": "CONV", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 58, + "Yield": 209.86, + "+/- Ave": 0.9 + } + }, + { + "brand": "Agrigold", + "rank": 12, + "product": "A646-30", + "traits": "CONV", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 59.1, + "Yield": 206.09, + "+/- Ave": -2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "8360", + "traits": "CONV", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 59.4, + "Yield": 204.02, + "+/- Ave": -4.9 + } + }, + { + "brand": "Golden Harvest", + "rank": 14, + "product": "G11V76", + "traits": "CONV", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 58.2, + "Yield": 203.58, + "+/- Ave": -5.4 + } + }, + { + "brand": "Agrigold", + "rank": 15, + "product": "A642-32", + "traits": "CONV", + "metrics": { + "% H2O": 15, + "Test Wt.": 60.5, + "Yield": 202.66, + "+/- Ave": -6.3 + } + }, + { + "brand": "Agrigold", + "rank": 16, + "product": "A638-19", + "traits": "CONV", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 58.6, + "Yield": 192.18, + "+/- Ave": -16.8 + } + }, + { + "brand": "Golden Harvest", + "rank": 17, + "product": "G15J91", + "traits": "CONV", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 58.1, + "Yield": 181.02, + "+/- Ave": -27.9 + } + } + ], + "n_results": 17, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Erwin-Mcleansboro-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:40.363575+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9886.md b/corpus/proharvest_plots/phpr-corn-2025-9886.md new file mode 100644 index 00000000..316a5360 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9886.md @@ -0,0 +1,41 @@ +# Corn yield trial — Gary Erwin (Mcleansboro, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Mcleansboro, IL · Hamilton County +- **Cooperator:** Gary Erwin +- **Company rep:** Tom Forrest +- **Planted:** 5/23/2025 +- **Harvested:** 10/14/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 30,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Erwin-Mcleansboro-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 8360 | CONV | 221 | 17 | 58.6 | 12 | +| 2 | Agrigold | A645-16 | CONV | 220.07 | 16.4 | 58.5 | 11.1 | +| 3 | ProHarvest | 8360 | CONV | 219.16 | 15.1 | 59 | 10.2 | +| 4 | Agrigold | A640-24 | CONV | 215.84 | 14.7 | 59.7 | 6.9 | +| 5 | Pioneer | P17677 | CONV | 214.96 | 15.6 | 60.1 | 6 | +| 6 | Pioneer | P1608 | CONV | 214.4 | 16 | 61.2 | 5.4 | +| 7 | ProHarvest | X25725 | CONV | 212.61 | 15.7 | 58.1 | 3.6 | +| 8 | ProHarvest | 83P66 | CONV | 212.07 | 16.1 | 58.1 | 3.1 | +| 9 | Agrigold | A648-11 | CONV | 211.46 | 18.3 | 58.4 | 2.5 | +| 10 | ProHarvest | 84P78 | CONV | 211.43 | 15.8 | 57.6 | 2.5 | +| 11 | ProHarvest | 85P13 | CONV | 209.86 | 15.5 | 58 | 0.9 | +| 12 | Agrigold | A646-30 | CONV | 206.09 | 15.8 | 59.1 | -2.9 | +| 13 | ProHarvest | 8360 | CONV | 204.02 | 15.7 | 59.4 | -4.9 | +| 14 | Golden Harvest | G11V76 | CONV | 203.58 | 15.3 | 58.2 | -5.4 | +| 15 | Agrigold | A642-32 | CONV | 202.66 | 15 | 60.5 | -6.3 | +| 16 | Agrigold | A638-19 | CONV | 192.18 | 16.3 | 58.6 | -16.8 | +| 17 | Golden Harvest | G15J91 | CONV | 181.02 | 17.6 | 58.1 | -27.9 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9888.json b/corpus/proharvest_plots/phpr-corn-2025-9888.json new file mode 100644 index 00000000..b4e3942f --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9888.json @@ -0,0 +1,481 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9888", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clinton", + "county": "Dewitt", + "year": 2025, + "plot_id": 9888, + "cooperator": "Terry Ferguson", + "latitude": 40.153616224744354, + "longitude": -88.96539762982026, + "company_representative": "Tom Forrest", + "planted_date": "5/15/2025", + "harvested_date": "10/21/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 34500, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "DEKALB", + "rank": 1, + "product": "DKC112-12RIB", + "traits": null, + "metrics": { + "% H2O": 16.6, + "Test Wt.": null, + "Yield": 286.63, + "+/- Ave": 62 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 16.4, + "Test Wt.": null, + "Yield": 260.12, + "+/- Ave": 35.5 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 256.25, + "+/- Ave": 31.6 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 17.6, + "Test Wt.": null, + "Yield": 254.71, + "+/- Ave": 30.1 + } + }, + { + "brand": "Pioneer", + "rank": 5, + "product": "P1483", + "traits": "Q", + "metrics": { + "% H2O": 16.8, + "Test Wt.": null, + "Yield": 241.95, + "+/- Ave": 17.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.6, + "Test Wt.": null, + "Yield": 237.44, + "+/- Ave": 12.8 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 236.02, + "+/- Ave": 11.4 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 17.3, + "Test Wt.": null, + "Yield": 235.45, + "+/- Ave": 10.8 + } + }, + { + "brand": "DEKALB", + "rank": 9, + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "% H2O": 17.6, + "Test Wt.": null, + "Yield": 234.6, + "+/- Ave": 10 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.6, + "Test Wt.": null, + "Yield": 234.6, + "+/- Ave": 10 + } + }, + { + "brand": "DEKALB", + "rank": 10, + "product": "DKC112-35RIB", + "traits": null, + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 234.05, + "+/- Ave": 9.4 + } + }, + { + "brand": "DEKALB", + "rank": 11, + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "% H2O": 17.5, + "Test Wt.": null, + "Yield": 233.2, + "+/- Ave": 8.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 229, + "+/- Ave": 4.4 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.7, + "Test Wt.": null, + "Yield": 228.69, + "+/- Ave": 4 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 227.32, + "+/- Ave": 2.7 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": null, + "Yield": 226.49, + "+/- Ave": 1.8 + } + }, + { + "brand": "DEKALB", + "rank": 16, + "product": "DKC117-89RIB", + "traits": null, + "metrics": { + "% H2O": 18.2, + "Test Wt.": null, + "Yield": 224.57, + "+/- Ave": -0.1 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.8, + "Test Wt.": null, + "Yield": 224.19, + "+/- Ave": -0.5 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": null, + "Yield": 223.14, + "+/- Ave": -1.5 + } + }, + { + "brand": "DEKALB", + "rank": 19, + "product": "DKC115-55RIB", + "traits": null, + "metrics": { + "% H2O": 18, + "Test Wt.": null, + "Yield": 221.79, + "+/- Ave": -2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": null, + "Yield": 221.67, + "+/- Ave": -3 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 16.5, + "Test Wt.": null, + "Yield": 220.75, + "+/- Ave": -3.9 + } + }, + { + "brand": "ProHarvest", + "rank": 22, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 220.58, + "+/- Ave": -4.1 + } + }, + { + "brand": "Pioneer", + "rank": 23, + "product": "P13050", + "traits": "AM", + "metrics": { + "% H2O": 16.5, + "Test Wt.": null, + "Yield": 219.05, + "+/- Ave": -5.6 + } + }, + { + "brand": "ProHarvest", + "rank": 24, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.4, + "Test Wt.": null, + "Yield": 218.37, + "+/- Ave": -6.3 + } + }, + { + "brand": "DEKALB", + "rank": 24, + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "% H2O": 17.4, + "Test Wt.": null, + "Yield": 218.37, + "+/- Ave": -6.3 + } + }, + { + "brand": "DEKALB", + "rank": 25, + "product": "DKC113-03RIB", + "traits": null, + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 217.48, + "+/- Ave": -7.2 + } + }, + { + "brand": "ProHarvest", + "rank": 26, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 217.21, + "+/- Ave": -7.4 + } + }, + { + "brand": "ProHarvest", + "rank": 27, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.8, + "Test Wt.": null, + "Yield": 216.57, + "+/- Ave": -8.1 + } + }, + { + "brand": "DEKALB", + "rank": 28, + "product": "DKC114-43RIB", + "traits": null, + "metrics": { + "% H2O": 17, + "Test Wt.": null, + "Yield": 210.99, + "+/- Ave": -13.7 + } + }, + { + "brand": "ProHarvest", + "rank": 29, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 210.48, + "+/- Ave": -14.2 + } + }, + { + "brand": "ProHarvest", + "rank": 30, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 203.99, + "+/- Ave": -20.7 + } + }, + { + "brand": "ProHarvest", + "rank": 31, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 202.06, + "+/- Ave": -22.6 + } + }, + { + "brand": "ProHarvest", + "rank": 32, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.9, + "Test Wt.": null, + "Yield": 201.1, + "+/- Ave": -23.5 + } + }, + { + "brand": "ProHarvest", + "rank": 33, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": null, + "Yield": 197.01, + "+/- Ave": -27.6 + } + }, + { + "brand": "ProHarvest", + "rank": 34, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17.1, + "Test Wt.": null, + "Yield": 192.19, + "+/- Ave": -32.5 + } + }, + { + "brand": "ProHarvest", + "rank": 35, + "product": "83P33", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 17, + "Test Wt.": null, + "Yield": 173.85, + "+/- Ave": -50.8 + } + } + ], + "n_results": 37, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Ferguson-Clinton-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:38.955968+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9888.md b/corpus/proharvest_plots/phpr-corn-2025-9888.md new file mode 100644 index 00000000..d2330405 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9888.md @@ -0,0 +1,61 @@ +# Corn yield trial — Terry Ferguson (Clinton, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Clinton, IL · Dewitt County +- **Cooperator:** Terry Ferguson +- **Company rep:** Tom Forrest +- **Planted:** 5/15/2025 +- **Harvested:** 10/21/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 34,500 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Ferguson-Clinton-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC112-12RIB | - | 286.63 | 16.6 | None | 62 | +| 2 | ProHarvest | 82P96 | PCE | 260.12 | 16.4 | None | 35.5 | +| 3 | ProHarvest | 82P96 | PCE | 256.25 | 17.1 | None | 31.6 | +| 4 | ProHarvest | 84P78 | TRERIB | 254.71 | 17.6 | None | 30.1 | +| 5 | Pioneer | P1483 | Q | 241.95 | 16.8 | None | 17.3 | +| 6 | ProHarvest | 83P33 | DGVT2PRIB | 237.44 | 16.6 | None | 12.8 | +| 7 | ProHarvest | 84P41 | PCE | 236.02 | 17.1 | None | 11.4 | +| 8 | ProHarvest | 86P55 | TRERIB | 235.45 | 17.3 | None | 10.8 | +| 9 | DEKALB | DKC114-99RIB | - | 234.6 | 17.6 | None | 10 | +| 9 | ProHarvest | 85P58 | VT2PRIB | 234.6 | 17.6 | None | 10 | +| 10 | DEKALB | DKC112-35RIB | - | 234.05 | 17.2 | None | 9.4 | +| 11 | DEKALB | DKC68-35RIB | - | 233.2 | 17.5 | None | 8.6 | +| 12 | ProHarvest | 83P33 | DGVT2PRIB | 229 | 17.2 | None | 4.4 | +| 13 | ProHarvest | 83P33 | DGVT2PRIB | 228.69 | 16.7 | None | 4 | +| 14 | ProHarvest | 83P33 | DGVT2PRIB | 227.32 | 17.2 | None | 2.7 | +| 15 | ProHarvest | 83P33 | DGVT2PRIB | 226.49 | 17.5 | None | 1.8 | +| 16 | DEKALB | DKC117-89RIB | - | 224.57 | 18.2 | None | -0.1 | +| 17 | ProHarvest | 83P33 | DGVT2PRIB | 224.19 | 16.8 | None | -0.5 | +| 18 | ProHarvest | 83P33 | DGVT2PRIB | 223.14 | 17.5 | None | -1.5 | +| 19 | DEKALB | DKC115-55RIB | - | 221.79 | 18 | None | -2.9 | +| 20 | ProHarvest | 83P33 | DGVT2PRIB | 221.67 | 15.5 | None | -3 | +| 21 | ProHarvest | 81P45 | TRERIB | 220.75 | 16.5 | None | -3.9 | +| 22 | ProHarvest | 83P33 | DGVT2PRIB | 220.58 | 17.2 | None | -4.1 | +| 23 | Pioneer | P13050 | AM | 219.05 | 16.5 | None | -5.6 | +| 24 | ProHarvest | 83P33 | DGVT2PRIB | 218.37 | 17.4 | None | -6.3 | +| 24 | DEKALB | DKC66-06RIB | - | 218.37 | 17.4 | None | -6.3 | +| 25 | DEKALB | DKC113-03RIB | - | 217.48 | 17.1 | None | -7.2 | +| 26 | ProHarvest | 83P33 | DGVT2PRIB | 217.21 | 17.2 | None | -7.4 | +| 27 | ProHarvest | 83P33 | DGVT2PRIB | 216.57 | 16.8 | None | -8.1 | +| 28 | DEKALB | DKC114-43RIB | - | 210.99 | 17 | None | -13.7 | +| 29 | ProHarvest | 83P33 | DGVT2PRIB | 210.48 | 17.2 | None | -14.2 | +| 30 | ProHarvest | 83P33 | DGVT2PRIB | 203.99 | 17.1 | None | -20.7 | +| 31 | ProHarvest | 83P33 | DGVT2PRIB | 202.06 | 17.2 | None | -22.6 | +| 32 | ProHarvest | 83P33 | DGVT2PRIB | 201.1 | 16.9 | None | -23.5 | +| 33 | ProHarvest | 83P33 | DGVT2PRIB | 197.01 | 17.2 | None | -27.6 | +| 34 | ProHarvest | 83P33 | DGVT2PRIB | 192.19 | 17.1 | None | -32.5 | +| 35 | ProHarvest | 83P33 | DGVT2PRIB | 173.85 | 17 | None | -50.8 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9890.json b/corpus/proharvest_plots/phpr-corn-2025-9890.json new file mode 100644 index 00000000..2f54b696 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9890.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9890", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Monroe", + "county": "Jasper", + "year": 2025, + "plot_id": 9890, + "cooperator": "A.J. Geer", + "latitude": 41.52101668634769, + "longitude": -93.10357267058654, + "company_representative": "Jake Ekstrand", + "planted_date": "4/14/2025", + "harvested_date": "10/25/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Renk", + "rank": 1, + "product": "8585", + "traits": "TRE", + "metrics": { + "% H2O": 13.7, + "Test Wt.": 58.8, + "Yield": 252.86, + "+/- Ave": 13.5 + } + }, + { + "brand": "NuTech", + "rank": 2, + "product": "71B6", + "traits": "PCE", + "metrics": { + "% H2O": 13.3, + "Test Wt.": 61.2, + "Yield": 249.08, + "+/- Ave": 9.7 + } + }, + { + "brand": "Renk", + "rank": 3, + "product": "889", + "traits": "PCE", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 59.6, + "Yield": 246.37, + "+/- Ave": 7 + } + }, + { + "brand": "NuTech", + "rank": 4, + "product": "71A7", + "traits": "V", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 62.5, + "Yield": 245.67, + "+/- Ave": 6.3 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 13.5, + "Test Wt.": 60.8, + "Yield": 245.53, + "+/- Ave": 6.1 + } + }, + { + "brand": "NuTech", + "rank": 6, + "product": "73B2", + "traits": "V", + "metrics": { + "% H2O": 13, + "Test Wt.": 59.8, + "Yield": 244.96, + "+/- Ave": 5.6 + } + }, + { + "brand": "NuTech", + "rank": 7, + "product": "69C7", + "traits": "PCE", + "metrics": { + "% H2O": 12.9, + "Test Wt.": 61.8, + "Yield": 244.1, + "+/- Ave": 4.7 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 14, + "Test Wt.": 58.3, + "Yield": 241.44, + "+/- Ave": 2 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 13.3, + "Test Wt.": 60.4, + "Yield": 240.29, + "+/- Ave": 0.9 + } + }, + { + "brand": "Renk", + "rank": 10, + "product": "RK825", + "traits": "VT4P", + "metrics": { + "% H2O": 13.3, + "Test Wt.": 61.8, + "Yield": 238.02, + "+/- Ave": -1.4 + } + }, + { + "brand": "NuTech", + "rank": 11, + "product": "69F3", + "traits": "V", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 59.6, + "Yield": 237.01, + "+/- Ave": -2.4 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 61, + "Yield": 234.31, + "+/- Ave": -5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 14, + "Test Wt.": 57.1, + "Yield": 234.28, + "+/- Ave": -5.1 + } + }, + { + "brand": "Renk", + "rank": 14, + "product": "RK876", + "traits": "VT2P", + "metrics": { + "% H2O": 14, + "Test Wt.": 58.9, + "Yield": 231.18, + "+/- Ave": -8.2 + } + }, + { + "brand": "Renk", + "rank": 15, + "product": "RK800", + "traits": "VT4PRO", + "metrics": { + "% H2O": 12.8, + "Test Wt.": 61.4, + "Yield": 226.29, + "+/- Ave": -13.1 + } + }, + { + "brand": "Renk", + "rank": 16, + "product": "RK958", + "traits": "VT2P", + "metrics": { + "% H2O": 13.2, + "Test Wt.": 59.8, + "Yield": 219.15, + "+/- Ave": -20.3 + } + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Geer-Monroe-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:37.349146+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9890.md b/corpus/proharvest_plots/phpr-corn-2025-9890.md new file mode 100644 index 00000000..b609d2fa --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9890.md @@ -0,0 +1,39 @@ +# Corn yield trial — A.J. Geer (Monroe, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Monroe, IA · Jasper County +- **Cooperator:** A.J. Geer +- **Company rep:** Jake Ekstrand +- **Planted:** 4/14/2025 +- **Harvested:** 10/25/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Geer-Monroe-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Renk | 8585 | TRE | 252.86 | 13.7 | 58.8 | 13.5 | +| 2 | NuTech | 71B6 | PCE | 249.08 | 13.3 | 61.2 | 9.7 | +| 3 | Renk | 889 | PCE | 246.37 | 12.6 | 59.6 | 7 | +| 4 | NuTech | 71A7 | V | 245.67 | 13.1 | 62.5 | 6.3 | +| 5 | ProHarvest | 83P48 | SSPRO | 245.53 | 13.5 | 60.8 | 6.1 | +| 6 | NuTech | 73B2 | V | 244.96 | 13 | 59.8 | 5.6 | +| 7 | NuTech | 69C7 | PCE | 244.1 | 12.9 | 61.8 | 4.7 | +| 8 | ProHarvest | 84P41 | PCE | 241.44 | 14 | 58.3 | 2 | +| 9 | ProHarvest | 83P66 | VT2PRIB | 240.29 | 13.3 | 60.4 | 0.9 | +| 10 | Renk | RK825 | VT4P | 238.02 | 13.3 | 61.8 | -1.4 | +| 11 | NuTech | 69F3 | V | 237.01 | 13.1 | 59.6 | -2.4 | +| 12 | ProHarvest | 81P45 | TRERIB | 234.31 | 13.1 | 61 | -5.1 | +| 13 | ProHarvest | 86P55 | TRERIB | 234.28 | 14 | 57.1 | -5.1 | +| 14 | Renk | RK876 | VT2P | 231.18 | 14 | 58.9 | -8.2 | +| 15 | Renk | RK800 | VT4PRO | 226.29 | 12.8 | 61.4 | -13.1 | +| 16 | Renk | RK958 | VT2P | 219.15 | 13.2 | 59.8 | -20.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9892.json b/corpus/proharvest_plots/phpr-corn-2025-9892.json new file mode 100644 index 00000000..a2d91086 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9892.json @@ -0,0 +1,205 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9892", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "MO", + "state_abbrev": "mo", + "city": "Baring", + "county": "Knox", + "year": 2025, + "plot_id": 9892, + "cooperator": "Nolan Good", + "latitude": 40.24420472299239, + "longitude": -92.20568034433002, + "company_representative": "Jake Ekstrand", + "planted_date": "5/10/2025", + "harvested_date": "10/24/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 32000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P66", + "traits": "CONV", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 59.6, + "Yield": 287.19, + "+/- Ave": 17 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "84P78", + "traits": "CONV", + "metrics": { + "% H2O": 13.4, + "Test Wt.": 60.6, + "Yield": 278.6, + "+/- Ave": 8.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15, + "Test Wt.": 59.6, + "Yield": 275.35, + "+/- Ave": 5.2 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 60.7, + "Yield": 274.54, + "+/- Ave": 4.4 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 59.6, + "Yield": 274.18, + "+/- Ave": 4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 56.8, + "Yield": 271.76, + "+/- Ave": 1.6 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 13, + "Test Wt.": 62.9, + "Yield": 269.87, + "+/- Ave": -0.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "85P13", + "traits": "CONV", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 58.4, + "Yield": 269.26, + "+/- Ave": -0.9 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "80P75", + "traits": "CONV", + "metrics": { + "% H2O": 13.6, + "Test Wt.": 59.3, + "Yield": 266.53, + "+/- Ave": -3.6 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "81P20", + "traits": "CONV", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 57.6, + "Yield": 265.48, + "+/- Ave": -4.7 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "80P75", + "traits": "CONV", + "metrics": { + "% H2O": 14, + "Test Wt.": 58.7, + "Yield": 264.22, + "+/- Ave": -5.9 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 61, + "Yield": 263.63, + "+/- Ave": -6.5 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 14.2, + "Test Wt.": 59.4, + "Yield": 263.05, + "+/- Ave": -7.1 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 58, + "Yield": 258.65, + "+/- Ave": -11.5 + } + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Good-Baring-MO.pdf" + ], + "fetched_at": "2026-06-05T00:59:35.844511+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9892.md b/corpus/proharvest_plots/phpr-corn-2025-9892.md new file mode 100644 index 00000000..8aa4db92 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9892.md @@ -0,0 +1,37 @@ +# Corn yield trial — Nolan Good (Baring, MO, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Baring, MO · Knox County +- **Cooperator:** Nolan Good +- **Company rep:** Jake Ekstrand +- **Planted:** 5/10/2025 +- **Harvested:** 10/24/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 32,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Good-Baring-MO.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P66 | CONV | 287.19 | 14.3 | 59.6 | 17 | +| 2 | ProHarvest | 84P78 | CONV | 278.6 | 13.4 | 60.6 | 8.4 | +| 3 | ProHarvest | 83P66 | VT2PRIB | 275.35 | 15 | 59.6 | 5.2 | +| 4 | ProHarvest | 81P19 | VT4PRIB | 274.54 | 14.8 | 60.7 | 4.4 | +| 5 | ProHarvest | 84P41 | PCE | 274.18 | 14.5 | 59.6 | 4 | +| 6 | ProHarvest | 86P55 | TRERIB | 271.76 | 15.3 | 56.8 | 1.6 | +| 7 | ProHarvest | 85P58 | VT2PRIB | 269.87 | 13 | 62.9 | -0.3 | +| 8 | ProHarvest | 85P13 | CONV | 269.26 | 14.1 | 58.4 | -0.9 | +| 9 | ProHarvest | 80P75 | CONV | 266.53 | 13.6 | 59.3 | -3.6 | +| 10 | ProHarvest | 81P20 | CONV | 265.48 | 14.7 | 57.6 | -4.7 | +| 11 | ProHarvest | 80P75 | CONV | 264.22 | 14 | 58.7 | -5.9 | +| 12 | ProHarvest | 81P45 | TRERIB | 263.63 | 14.3 | 61 | -6.5 | +| 13 | ProHarvest | 82P96 | PCE | 263.05 | 14.2 | 59.4 | -7.1 | +| 14 | ProHarvest | 86P55 | TRERIB | 258.65 | 16.2 | 58 | -11.5 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9894.json b/corpus/proharvest_plots/phpr-corn-2025-9894.json new file mode 100644 index 00000000..04fe7dda --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9894.json @@ -0,0 +1,167 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9894", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "St. George", + "county": "Kankakee", + "year": 2025, + "plot_id": 9894, + "cooperator": "SYNERGY SEEDS", + "latitude": 41.1921141, + "longitude": -87.721736, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 20, + "metrics": { + "Yield": 9.0, + "+/- Ave": 93.24 + }, + "brand": "Burrus", + "product": "5C11", + "traits": "Powercore 4 500 1795 19.7 263.8 24 $" + }, + { + "rank": 21, + "metrics": { + "Yield": 9.0, + "+/- Ave": 92.68 + }, + "brand": "Agrigold", + "product": "645-71", + "traits": "SS 4 500 1895 21.8 271.2 17 $" + }, + { + "rank": 22, + "metrics": { + "Yield": 9.0, + "+/- Ave": 86.45 + }, + "brand": "Merschman", + "product": "2512C30", + "traits": "Powercore 4 500 1820 20.5 264.8 22 $" + }, + { + "rank": 23, + "metrics": { + "Yield": 9.0, + "+/- Ave": 86.3 + }, + "brand": "Dekalb", + "product": "114-43", + "traits": "VT2P 4 500 1815 20.4 264.4 23 $" + }, + { + "rank": 24, + "metrics": { + "Yield": 9.0, + "+/- Ave": 84.79 + }, + "brand": "Agrigold", + "product": "642-18", + "traits": "SSPro 4 500 1900 22.2 270.5 18 $" + }, + { + "rank": 25, + "metrics": { + "Yield": 9.0, + "+/- Ave": 77.57 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "Powercore 4 500 1785 20.1 261.0 25 $" + }, + { + "rank": 26, + "metrics": { + "Yield": 9.0, + "+/- Ave": 70.0 + }, + "brand": "Pioneer", + "product": "1027", + "traits": "AM 4 500 1785 20.4 260.1 26 $" + }, + { + "rank": 27, + "metrics": { + "Yield": 9.0, + "+/- Ave": 67.07 + }, + "brand": "Dekalb", + "product": "110-10", + "traits": "SS 4 500 1775 20.3 258.9 27 $" + }, + { + "rank": 28, + "metrics": { + "Yield": 9.0, + "+/- Ave": 62.59 + }, + "brand": "Agrigold", + "product": "636-42", + "traits": "SSPro 4 500 1700 18.8 252.6 29 $" + }, + { + "rank": 29, + "metrics": { + "Yield": 9.0, + "+/- Ave": 51.74 + }, + "brand": "ProHarvest", + "product": "78P95", + "traits": "Powercore 4 500 1720 19.7 252.8 28 $" + }, + { + "rank": 30, + "metrics": { + "Yield": 9.0, + "+/- Ave": 42.34 + }, + "brand": "Wyffels", + "product": "4514", + "traits": "Powercore 4 500 1635 18.1 245.1 32 $" + }, + { + "rank": 31, + "metrics": { + "Yield": 9.0, + "+/- Ave": 39.59 + }, + "brand": "Wyffels", + "product": "5684", + "traits": "Powercore 4 500 1685 19.4 248.6 30 $" + }, + { + "rank": 32, + "metrics": { + "Yield": 9.0, + "+/- Ave": 37.18 + }, + "brand": "Burrus", + "product": "3H48", + "traits": "Vorceed 4 500 1685 19.5 248.3 31 $" + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Granger-St-George-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:34.531588+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9894.md b/corpus/proharvest_plots/phpr-corn-2025-9894.md new file mode 100644 index 00000000..d8fa464a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9894.md @@ -0,0 +1,28 @@ +# Corn yield trial — SYNERGY SEEDS (St. George, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** St. George, IL · Kankakee County +- **Cooperator:** SYNERGY SEEDS +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Granger-St-George-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 20 | Burrus | 5C11 | Powercore 4 500 1795 19.7 263.8 24 $ | 9.0 | - | - | 93.24 | +| 21 | Agrigold | 645-71 | SS 4 500 1895 21.8 271.2 17 $ | 9.0 | - | - | 92.68 | +| 22 | Merschman | 2512C30 | Powercore 4 500 1820 20.5 264.8 22 $ | 9.0 | - | - | 86.45 | +| 23 | Dekalb | 114-43 | VT2P 4 500 1815 20.4 264.4 23 $ | 9.0 | - | - | 86.3 | +| 24 | Agrigold | 642-18 | SSPro 4 500 1900 22.2 270.5 18 $ | 9.0 | - | - | 84.79 | +| 25 | ProHarvest | 81P20 | Powercore 4 500 1785 20.1 261.0 25 $ | 9.0 | - | - | 77.57 | +| 26 | Pioneer | 1027 | AM 4 500 1785 20.4 260.1 26 $ | 9.0 | - | - | 70.0 | +| 27 | Dekalb | 110-10 | SS 4 500 1775 20.3 258.9 27 $ | 9.0 | - | - | 67.07 | +| 28 | Agrigold | 636-42 | SSPro 4 500 1700 18.8 252.6 29 $ | 9.0 | - | - | 62.59 | +| 29 | ProHarvest | 78P95 | Powercore 4 500 1720 19.7 252.8 28 $ | 9.0 | - | - | 51.74 | +| 30 | Wyffels | 4514 | Powercore 4 500 1635 18.1 245.1 32 $ | 9.0 | - | - | 42.34 | +| 31 | Wyffels | 5684 | Powercore 4 500 1685 19.4 248.6 30 $ | 9.0 | - | - | 39.59 | +| 32 | Burrus | 3H48 | Vorceed 4 500 1685 19.5 248.3 31 $ | 9.0 | - | - | 37.18 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9896.json b/corpus/proharvest_plots/phpr-corn-2025-9896.json new file mode 100644 index 00000000..37d2f54c --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9896.json @@ -0,0 +1,325 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9896", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Northwood", + "county": "Worth", + "year": 2025, + "plot_id": 9896, + "cooperator": "Brett Halvorson", + "latitude": 43.444414532949864, + "longitude": -93.22110032333678, + "company_representative": "Ryan Frederich", + "planted_date": "5/10/2025", + "harvested_date": "10/12/2025", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Strip/Zone", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 20.4, + "Test Wt.": 56.8, + "Yield": 229.61, + "+/- Ave": 24.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "76P42", + "traits": "PCE", + "metrics": { + "% H2O": 17, + "Test Wt.": 54.2, + "Yield": 227.68, + "+/- Ave": 22.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "71P50", + "traits": "SSPRO", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 55.1, + "Yield": 226.9, + "+/- Ave": 21.6 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 20.8, + "Test Wt.": 55.2, + "Yield": 224.12, + "+/- Ave": 18.8 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 21.6, + "Test Wt.": 52.9, + "Yield": 223.83, + "+/- Ave": 18.5 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 21, + "Test Wt.": 53.8, + "Yield": 223.01, + "+/- Ave": 17.7 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "76P42", + "traits": "PCE", + "metrics": { + "% H2O": 17, + "Test Wt.": 53.6, + "Yield": 222.56, + "+/- Ave": 17.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 24.2, + "Test Wt.": 50.9, + "Yield": 215.36, + "+/- Ave": 10.1 + } + }, + { + "brand": "Wyffels", + "rank": 9, + "product": "W5080", + "traits": null, + "metrics": { + "% H2O": 17.1, + "Test Wt.": 54.7, + "Yield": 215.29, + "+/- Ave": 10 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "76P42", + "traits": "CONV", + "metrics": { + "% H2O": 17, + "Test Wt.": 55, + "Yield": 214.04, + "+/- Ave": 8.8 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 21, + "Test Wt.": 55.9, + "Yield": 210.39, + "+/- Ave": 5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "73P40", + "traits": "CONV", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 56.3, + "Yield": 207.95, + "+/- Ave": 2.7 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 22.9, + "Test Wt.": 53.3, + "Yield": 207.09, + "+/- Ave": 1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "75P85", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 54.9, + "Yield": 203.16, + "+/- Ave": -2.1 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "74P10", + "traits": "CONV", + "metrics": { + "% H2O": 17, + "Test Wt.": 56, + "Yield": 201.54, + "+/- Ave": -3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 54.6, + "Yield": 200.45, + "+/- Ave": -4.8 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "81P65", + "traits": "V", + "metrics": { + "% H2O": 20.5, + "Test Wt.": 53.2, + "Yield": 198.48, + "+/- Ave": -6.8 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "72P32", + "traits": "D", + "metrics": { + "% H2O": 17, + "Test Wt.": 57.7, + "Yield": 196.99, + "+/- Ave": -8.3 + } + }, + { + "brand": "ProHarvest", + "rank": 19, + "product": "74P10", + "traits": "PCE", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 57, + "Yield": 193.84, + "+/- Ave": -11.4 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "75P85", + "traits": "SSRIB", + "metrics": { + "% H2O": 18.2, + "Test Wt.": 55.4, + "Yield": 189.29, + "+/- Ave": -16 + } + }, + { + "brand": "ProHarvest", + "rank": 21, + "product": "71P16", + "traits": "CONV", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 55.1, + "Yield": 188.98, + "+/- Ave": -16.3 + } + }, + { + "brand": "Kluver", + "rank": 22, + "product": "RWK", + "traits": "07-201", + "metrics": { + "% H2O": 16, + "Test Wt.": 58, + "Yield": 180.38, + "+/- Ave": -24.9 + } + }, + { + "brand": "Kluver", + "rank": 23, + "product": "RWK", + "traits": "103-170", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 57, + "Yield": 173.86, + "+/- Ave": -31.4 + } + }, + { + "brand": "Kluver", + "rank": 24, + "product": "RWK", + "traits": "96-490", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 56.9, + "Yield": 151.93, + "+/- Ave": -53.4 + } + } + ], + "n_results": 24, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Halvorson-Northwood-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:32.900015+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9896.md b/corpus/proharvest_plots/phpr-corn-2025-9896.md new file mode 100644 index 00000000..97c220e9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9896.md @@ -0,0 +1,46 @@ +# Corn yield trial — Brett Halvorson (Northwood, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Northwood, IA · Worth County +- **Cooperator:** Brett Halvorson +- **Company rep:** Ryan Frederich +- **Planted:** 5/10/2025 +- **Harvested:** 10/12/2025 +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Strip/Zone +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Halvorson-Northwood-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 79P54 | SSPRO | 229.61 | 20.4 | 56.8 | 24.3 | +| 2 | ProHarvest | 76P42 | PCE | 227.68 | 17 | 54.2 | 22.4 | +| 3 | ProHarvest | 71P50 | SSPRO | 226.9 | 18.1 | 55.1 | 21.6 | +| 4 | ProHarvest | 78P95 | PCE | 224.12 | 20.8 | 55.2 | 18.8 | +| 5 | ProHarvest | 80P75 | PCE | 223.83 | 21.6 | 52.9 | 18.5 | +| 6 | ProHarvest | 79P15 | V | 223.01 | 21 | 53.8 | 17.7 | +| 7 | ProHarvest | 76P42 | PCE | 222.56 | 17 | 53.6 | 17.3 | +| 8 | ProHarvest | 81P20 | PCE | 215.36 | 24.2 | 50.9 | 10.1 | +| 9 | Wyffels | W5080 | - | 215.29 | 17.1 | 54.7 | 10 | +| 10 | ProHarvest | 76P42 | CONV | 214.04 | 17 | 55 | 8.8 | +| 11 | ProHarvest | 78P95 | PCE | 210.39 | 21 | 55.9 | 5.1 | +| 12 | ProHarvest | 73P40 | CONV | 207.95 | 16.4 | 56.3 | 2.7 | +| 13 | ProHarvest | 81P19 | VT4PRIB | 207.09 | 22.9 | 53.3 | 1.8 | +| 14 | ProHarvest | 75P85 | DGVT2PRIB | 203.16 | 16.8 | 54.9 | -2.1 | +| 15 | ProHarvest | 74P10 | CONV | 201.54 | 17 | 56 | -3.7 | +| 16 | ProHarvest | 77P25 | VT4PRIB | 200.45 | 16.9 | 54.6 | -4.8 | +| 17 | ProHarvest | 81P65 | V | 198.48 | 20.5 | 53.2 | -6.8 | +| 18 | ProHarvest | 72P32 | D | 196.99 | 17 | 57.7 | -8.3 | +| 19 | ProHarvest | 74P10 | PCE | 193.84 | 16.4 | 57 | -11.4 | +| 20 | ProHarvest | 75P85 | SSRIB | 189.29 | 18.2 | 55.4 | -16 | +| 21 | ProHarvest | 71P16 | CONV | 188.98 | 14.1 | 55.1 | -16.3 | +| 22 | Kluver | RWK | 07-201 | 180.38 | 16 | 58 | -24.9 | +| 23 | Kluver | RWK | 103-170 | 173.86 | 16.3 | 57 | -31.4 | +| 24 | Kluver | RWK | 96-490 | 151.93 | 15.1 | 56.9 | -53.4 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9898.json b/corpus/proharvest_plots/phpr-corn-2025-9898.json new file mode 100644 index 00000000..9187e6ce --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9898.json @@ -0,0 +1,89 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9898", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2025, + "plot_id": 9898, + "cooperator": "Blair Hoerbert", + "latitude": 40.30585118798896, + "longitude": -89.60361385980971, + "company_representative": "Tom Forrest", + "planted_date": "5/7/2025", + "harvested_date": "9/26/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "81P88", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "36000 ppa", + "% H2O": 26.7, + "Test Wt.": 52.6, + "Yield": 270.25, + "+/- Ave": 19.9 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P88", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "40000 ppa", + "% H2O": 25.2, + "Test Wt.": 53.7, + "Yield": 261.6, + "+/- Ave": 11.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "81P88", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "32000 ppa", + "% H2O": 26, + "Test Wt.": 52.6, + "Yield": 245.25, + "+/- Ave": -5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "81P88", + "traits": "TRERIB", + "metrics": { + "Seed Trtmt.": "24000 ppa", + "% H2O": 28.8, + "Test Wt.": 52.2, + "Yield": 224.23, + "+/- Ave": -26.1 + } + } + ], + "n_results": 4, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-2.pdf" + ], + "fetched_at": "2026-06-05T00:59:31.301867+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9898.md b/corpus/proharvest_plots/phpr-corn-2025-9898.md new file mode 100644 index 00000000..49406fda --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9898.md @@ -0,0 +1,28 @@ +# Corn yield trial — Blair Hoerbert (San Jose, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert +- **Company rep:** Tom Forrest +- **Planted:** 5/7/2025 +- **Harvested:** 9/26/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-2.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P88 | TRERIB | 270.25 | 26.7 | 52.6 | 19.9 | +| 2 | ProHarvest | 81P88 | TRERIB | 261.6 | 25.2 | 53.7 | 11.3 | +| 3 | ProHarvest | 81P88 | TRERIB | 245.25 | 26 | 52.6 | -5.1 | +| 4 | ProHarvest | 81P88 | TRERIB | 224.23 | 28.8 | 52.2 | -26.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9900.json b/corpus/proharvest_plots/phpr-corn-2025-9900.json new file mode 100644 index 00000000..9ebf1fa4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9900.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9900", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2025, + "plot_id": 9900, + "cooperator": "Blair Hoerbert C on C", + "latitude": 40.305786005330056, + "longitude": -89.60296195943542, + "company_representative": "Tom Forrest", + "planted_date": "5/7/2025", + "harvested_date": "9/26/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "81P19", + "traits": "VT4P RIB", + "metrics": { + "% H2O": 24.2, + "Test Wt.": 54.1, + "Yield": 267.97, + "+/- Ave": 33.9 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "85P58", + "traits": "SSRIB", + "metrics": { + "% H2O": 20.2, + "Test Wt.": 58.1, + "Yield": 248.55, + "+/- Ave": 14.5 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 21.7, + "Test Wt.": 55.2, + "Yield": 244.4, + "+/- Ave": 10.4 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 19.3, + "Test Wt.": 56.2, + "Yield": 239.91, + "+/- Ave": 5.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 20.2, + "Test Wt.": 55.1, + "Yield": 226.71, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 21, + "Test Wt.": 54.6, + "Yield": 226.52, + "+/- Ave": -7.5 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "77P25", + "traits": "TRERIB", + "metrics": { + "% H2O": 20.1, + "Test Wt.": 53, + "Yield": 217.12, + "+/- Ave": -16.9 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 58.7, + "Yield": 201.03, + "+/- Ave": -33 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-C-on-C-2.pdf" + ], + "fetched_at": "2026-06-05T00:59:29.801564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9900.md b/corpus/proharvest_plots/phpr-corn-2025-9900.md new file mode 100644 index 00000000..088ebefc --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9900.md @@ -0,0 +1,32 @@ +# Corn yield trial — Blair Hoerbert C on C (San Jose, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert C on C +- **Company rep:** Tom Forrest +- **Planted:** 5/7/2025 +- **Harvested:** 9/26/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-C-on-C-2.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P19 | VT4P RIB | 267.97 | 24.2 | 54.1 | 33.9 | +| 2 | ProHarvest | 85P58 | SSRIB | 248.55 | 20.2 | 58.1 | 14.5 | +| 3 | ProHarvest | 83P48 | SSPRO | 244.4 | 21.7 | 55.2 | 10.4 | +| 4 | ProHarvest | 79P54 | SSPRO | 239.91 | 19.3 | 56.2 | 5.9 | +| 5 | ProHarvest | 82P96 | PCE | 226.71 | 20.2 | 55.1 | -7.3 | +| 6 | ProHarvest | 79P15 | V | 226.52 | 21 | 54.6 | -7.5 | +| 7 | ProHarvest | 77P25 | TRERIB | 217.12 | 20.1 | 53 | -16.9 | +| 8 | ProHarvest | 79P87 | SSRIB | 201.03 | 15.8 | 58.7 | -33 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9902.json b/corpus/proharvest_plots/phpr-corn-2025-9902.json new file mode 100644 index 00000000..aa91098d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9902.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9902", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Joliet", + "county": "Will", + "year": 2025, + "plot_id": 9902, + "cooperator": "Joliet Junior College", + "latitude": 41.50494, + "longitude": 41.505099900303314, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-JJC-Joliet-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:28.362518+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9902.md b/corpus/proharvest_plots/phpr-corn-2025-9902.md new file mode 100644 index 00000000..b0483959 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9902.md @@ -0,0 +1,53 @@ +# Corn yield trial — Joliet Junior College (Joliet, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Joliet, IL · Will County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-JJC-Joliet-IL.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2025 Corn Hybrid Plot +J.F. Richards Land Laboratory Cooperator Joliet Junior College +Address 1215 Houbolt Road; Joliet, IL 60431 +Coodinates 41.50494° N, 88.17032° W +County Will +Crop Corn; 30" rows +Planting Rate 34,500 +Previous Crop corn +Tillage System fall chisel; spring disk; spring cultivate +Plot Width 15' +Plot Length 809' +Formula: Bu/A = A ÷ B ÷ C Nitrogen 100# N pre-plant; 85# side dress post emerge Irrigation none +A = [(100 - measured % moisture) * 0.01 ] x harvest weight Herbicide Calisto Xtra + Roundup Max Fungicide none +B = [(1-0.155) x 56 lb/bu] C = [(plot width) x (plot length)/43,560ft²/A] Planting Date: April 29 I Harvest Date: Oct. 13/14 +Entry Harvest Harvest Bu/Acre @ +(south to Brand Hybrid Traits RM Rank +north) Weight Moisture % 15.5% moisture +1 AgriGold (check₁) A642-32 VT2RIB 112 2805 17.5 175.5 15 +2 ProHarvest 78P30 VT2PRO 108 2657 13.6 174.2 17 +3 Becks 6258V4P V4P 112 2921 17.8 182.1 9 +4 CHS/Alliegiant 109 SSPEXP 109 2698 15.4 173.2 18 +5 LG 63C32 SSRIB 113 3014 17.1 189.5 5 +6 Channel 212-63 VT4PRIB 112 2705 16.0 172.4 19 +7 DeKalb DKC112-35 112 2930 18.2 181.8 10 +8 Golden Harvest G08U00-V Viptera 108 2740 17.2 172.1 20 +9 Channel 207-34 SSPRIB 107 2811 15.8 179.5 13 +10 Wyffels W7878 SS 114 3133 17.7 195.6 3 +11 AgriGold (check²) A642-32 VT2RIB 112 3214 18.2 199.4 1 +12 LG 57C45 SSRIB 107 2711 14.7 175.4 16 +13 Golden Harvest G15J91-V Viptera 115 2769 18.5 171.2 21 +14 Wyffels W7048 SSRIB 111 2946 17.1 185.3 8 +15 AgriGold A645-71 STXRIB 115 3094 19.1 189.9 4 +16 Becks 6041Q Q 110 2801 16.3 177.9 14 +17 CHS/Alliegiant 11124 VT4P 111 3017 18.6 186.3 7 +18 AgriGold A642-18 2898 18.1 180.1 12 +19 ProHarvest 81P19 VT4P 111 2904 18.2 180.2 11 +20 DeKalb DKC110-10 SS 110 3065 19.4 187.4 6 +21 AgriGold(checkᵌ) A642-32 VT2RIB 112 3181 17.8 198.4 2 +PLOT AVERAGE: 182.3 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2025-9904.json b/corpus/proharvest_plots/phpr-corn-2025-9904.json new file mode 100644 index 00000000..29f15353 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9904.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9904", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Sherrill", + "county": "Dubuque", + "year": 2025, + "plot_id": 9904, + "cooperator": "Klein Family Transport LLC", + "latitude": 42.60389483379514, + "longitude": -90.78449459827492, + "company_representative": "Ryan Frederich", + "planted_date": "5/8/2025", + "harvested_date": "10/10/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Channel", + "rank": 1, + "product": "205-08", + "traits": "SSPRO", + "metrics": { + "% H2O": 15, + "Test Wt.": 587, + "Yield": 227.37, + "+/- Ave": 19.1 + } + }, + { + "brand": "Channel", + "rank": 2, + "product": "207-34", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.3, + "Test Wt.": 56.6, + "Yield": 226.98, + "+/- Ave": 18.7 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "74P10", + "traits": "PCE", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 57.8, + "Yield": 212.72, + "+/- Ave": 4.4 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "75P85", + "traits": "SSRIB", + "metrics": { + "% H2O": 19.5, + "Test Wt.": 55.1, + "Yield": 209.11, + "+/- Ave": 0.8 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 56.7, + "Yield": 201.07, + "+/- Ave": -7.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 15.8, + "Test Wt.": 56.1, + "Yield": 200.57, + "+/- Ave": -7.7 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 17.2, + "Test Wt.": 55.7, + "Yield": 198.65, + "+/- Ave": -9.6 + } + }, + { + "brand": "Channel", + "rank": 8, + "product": "208-25", + "traits": "SSPRO", + "metrics": { + "% H2O": 17, + "Test Wt.": 58.3, + "Yield": 189.76, + "+/- Ave": -18.5 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Klein-Family-Transport-Sherrill-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:26.808683+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9904.md b/corpus/proharvest_plots/phpr-corn-2025-9904.md new file mode 100644 index 00000000..0debe295 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9904.md @@ -0,0 +1,31 @@ +# Corn yield trial — Klein Family Transport LLC (Sherrill, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Sherrill, IA · Dubuque County +- **Cooperator:** Klein Family Transport LLC +- **Company rep:** Ryan Frederich +- **Planted:** 5/8/2025 +- **Harvested:** 10/10/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Klein-Family-Transport-Sherrill-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Channel | 205-08 | SSPRO | 227.37 | 15 | 587 | 19.1 | +| 2 | Channel | 207-34 | SSPRO | 226.98 | 17.3 | 56.6 | 18.7 | +| 3 | ProHarvest | 74P10 | PCE | 212.72 | 15.9 | 57.8 | 4.4 | +| 4 | ProHarvest | 75P85 | SSRIB | 209.11 | 19.5 | 55.1 | 0.8 | +| 5 | ProHarvest | 79P54 | SSPRO | 201.07 | 14.9 | 56.7 | -7.2 | +| 6 | ProHarvest | 77P25 | VT4PRIB | 200.57 | 15.8 | 56.1 | -7.7 | +| 7 | ProHarvest | 77P25 | VT4PRIB | 198.65 | 17.2 | 55.7 | -9.6 | +| 8 | Channel | 208-25 | SSPRO | 189.76 | 17 | 58.3 | -18.5 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9906.json b/corpus/proharvest_plots/phpr-corn-2025-9906.json new file mode 100644 index 00000000..820179e6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9906.json @@ -0,0 +1,217 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9906", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "West Union", + "county": "Fayette", + "year": 2025, + "plot_id": 9906, + "cooperator": "Dennis Lueder", + "latitude": 42.9629346159412, + "longitude": -91.80972887062902, + "company_representative": "Ryan Frederich", + "planted_date": "5/6/2025", + "harvested_date": "10/9/2025", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": 35500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 18.7, + "Test Wt.": 58.3, + "Yield": 276.14, + "+/- Ave": 40.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "76P42", + "traits": "PCE", + "metrics": { + "% H2O": 16.3, + "Test Wt.": 56.1, + "Yield": 263.97, + "+/- Ave": 28.4 + } + }, + { + "brand": "FS InVision", + "rank": 3, + "product": "FS", + "traits": "5947T RIB", + "metrics": { + "% H2O": 20.2, + "Test Wt.": 57.4, + "Yield": 262.68, + "+/- Ave": 27.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "78P30", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.1, + "Test Wt.": 56.6, + "Yield": 258.3, + "+/- Ave": 22.7 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 18.8, + "Test Wt.": 56.7, + "Yield": 255.79, + "+/- Ave": 20.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 56, + "Yield": 250.38, + "+/- Ave": 14.8 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 19.9, + "Test Wt.": 56.7, + "Yield": 239.64, + "+/- Ave": 4 + } + }, + { + "brand": "DEKALB", + "rank": 8, + "product": "DKC105-33RIB", + "traits": null, + "metrics": { + "% H2O": 16.8, + "Test Wt.": 53.6, + "Yield": 232.29, + "+/- Ave": -3.3 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "75P85", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 55.2, + "Yield": 230.58, + "+/- Ave": -5 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 57.8, + "Yield": 226.03, + "+/- Ave": -9.6 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "71P16", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 58.4, + "Yield": 214.61, + "+/- Ave": -21 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "71P16", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 57.3, + "Yield": 211.66, + "+/- Ave": -23.9 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "71P16", + "traits": "SSRIB", + "metrics": { + "% H2O": 16.4, + "Test Wt.": 56.9, + "Yield": 207.47, + "+/- Ave": -28.1 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "71P16", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 56, + "Yield": 204.36, + "+/- Ave": -31.2 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "71P16", + "traits": "SSRIB", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 58.3, + "Yield": 200.21, + "+/- Ave": -35.4 + } + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Lueder-West-Union-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:25.336196+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9906.md b/corpus/proharvest_plots/phpr-corn-2025-9906.md new file mode 100644 index 00000000..c85b4c49 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9906.md @@ -0,0 +1,37 @@ +# Corn yield trial — Dennis Lueder (West Union, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** West Union, IA · Fayette County +- **Cooperator:** Dennis Lueder +- **Company rep:** Ryan Frederich +- **Planted:** 5/6/2025 +- **Harvested:** 10/9/2025 +- **Row width:** 30 +- **Population:** 35,500 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Lueder-West-Union-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 78P95 | PCE | 276.14 | 18.7 | 58.3 | 40.5 | +| 2 | ProHarvest | 76P42 | PCE | 263.97 | 16.3 | 56.1 | 28.4 | +| 3 | FS InVision | FS | 5947T RIB | 262.68 | 20.2 | 57.4 | 27.1 | +| 4 | ProHarvest | 78P30 | VT2PRIB | 258.3 | 18.1 | 56.6 | 22.7 | +| 5 | ProHarvest | 79P54 | SSPRO | 255.79 | 18.8 | 56.7 | 20.2 | +| 6 | ProHarvest | 77P25 | VT4PRIB | 250.38 | 16.8 | 56 | 14.8 | +| 7 | ProHarvest | 79P15 | V | 239.64 | 19.9 | 56.7 | 4 | +| 8 | DEKALB | DKC105-33RIB | - | 232.29 | 16.8 | 53.6 | -3.3 | +| 9 | ProHarvest | 75P85 | DGVT2PRIB | 230.58 | 16.9 | 55.2 | -5 | +| 10 | ProHarvest | 79P87 | SSRIB | 226.03 | 16.6 | 57.8 | -9.6 | +| 11 | ProHarvest | 71P16 | SSRIB | 214.61 | 15.9 | 58.4 | -21 | +| 12 | ProHarvest | 71P16 | SSRIB | 211.66 | 15.3 | 57.3 | -23.9 | +| 13 | ProHarvest | 71P16 | SSRIB | 207.47 | 16.4 | 56.9 | -28.1 | +| 14 | ProHarvest | 71P16 | SSRIB | 204.36 | 15.9 | 56 | -31.2 | +| 15 | ProHarvest | 71P16 | SSRIB | 200.21 | 15.1 | 58.3 | -35.4 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9908.json b/corpus/proharvest_plots/phpr-corn-2025-9908.json new file mode 100644 index 00000000..b1ab7c9e --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9908.json @@ -0,0 +1,361 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9908", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Aledo", + "county": "Mercer", + "year": 2025, + "plot_id": 9908, + "cooperator": "Doug McCLeary", + "latitude": 41.19990429733558, + "longitude": -90.75020205737556, + "company_representative": "Ronn Dillavou", + "planted_date": "4/16/2025", + "harvested_date": "9/19/2025", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 34000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 276.0, + "% H2O": 19.0, + "Test Wt.": 63.0, + "+/- Ave": 14.4 + }, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "TRE RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 272.0, + "% H2O": 17.1, + "Test Wt.": 61.0, + "+/- Ave": 10.4 + }, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 270.0, + "% H2O": 20.3, + "Test Wt.": 55.0, + "+/- Ave": 8.4 + }, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 270.0, + "% H2O": 19.6, + "Test Wt.": 58.0, + "+/- Ave": 8.4 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2P VT2P RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 269.0, + "% H2O": 20.4, + "Test Wt.": 55.0, + "+/- Ave": 7.4 + }, + "brand": "ProHarvest", + "product": "82P96", + "traits": "PCE PCE" + }, + { + "rank": 6, + "metrics": { + "Yield": 268.0, + "% H2O": 17.7, + "Test Wt.": 60.0, + "+/- Ave": 6.4 + }, + "brand": "BREVANT", + "product": "B12J58V", + "traits": "VCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 267.0, + "% H2O": 17.9, + "Test Wt.": 61.0, + "+/- Ave": 5.4 + }, + "brand": "BREVANT", + "product": "B11M47PCE", + "traits": "PCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 267.0, + "% H2O": 18.2, + "Test Wt.": 59.0, + "+/- Ave": 5.4 + }, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "VT4P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 266.0, + "% H2O": 17.4, + "Test Wt.": 59.0, + "+/- Ave": 4.4 + }, + "brand": "ProHarvest", + "product": "78P95", + "traits": "PCE PCE" + }, + { + "rank": 9, + "metrics": { + "Yield": 266.0, + "% H2O": 17.5, + "Test Wt.": 58.0, + "+/- Ave": 4.4 + }, + "brand": "DYNA-GRO", + "product": "D49PN05", + "traits": "PCE PCE" + }, + { + "rank": 9, + "metrics": { + "Yield": 266.0, + "% H2O": 16.8, + "Test Wt.": 60.0, + "+/- Ave": 4.4 + }, + "brand": "DYNA-GRO", + "product": "D52VT96RIB", + "traits": "VT2P RIB" + }, + { + "rank": 9, + "metrics": { + "Yield": 266.0, + "% H2O": 18.7, + "Test Wt.": 59.0, + "+/- Ave": 4.4 + }, + "brand": "BREVANT", + "product": "B13C49PCE", + "traits": "PCE" + }, + { + "rank": 13, + "metrics": { + "Yield": 265.0, + "% H2O": 17.6, + "Test Wt.": 61.0, + "+/- Ave": 3.4 + }, + "brand": "LG", + "product": "SEEDS", + "traits": "LG63C32 SSPRIB SSPRO" + }, + { + "rank": 14, + "metrics": { + "Yield": 264.0, + "% H2O": 19.6, + "Test Wt.": 56.0, + "+/- Ave": 2.4 + }, + "brand": "STINE", + "product": "9754-20", + "traits": "VT2P VT2P RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 263.0, + "% H2O": 17.2, + "Test Wt.": 60.0, + "+/- Ave": 1.4 + }, + "brand": "BREVANT", + "product": "B10G53PCE", + "traits": "PCE" + }, + { + "rank": 16, + "metrics": { + "Yield": 262.0, + "% H2O": 20.3, + "Test Wt.": 57.0, + "+/- Ave": 0.4 + }, + "brand": "LG", + "product": "SEEDS", + "traits": "LG62C20 D-RN D" + }, + { + "rank": 17, + "metrics": { + "Yield": 261.0, + "% H2O": 16.2, + "Test Wt.": 60.0, + "+/- Ave": -0.6 + }, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "TRE RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 260.0, + "% H2O": 17.6, + "Test Wt.": 54.0, + "+/- Ave": -1.6 + }, + "brand": "BREVANT", + "product": "B12H48PCE", + "traits": "PCE" + }, + { + "rank": 19, + "metrics": { + "Yield": 259.0, + "% H2O": 18.4, + "Test Wt.": 60.0, + "+/- Ave": -2.6 + }, + "brand": "DEKALB", + "product": "DKC114-43RIB", + "traits": "VT2P RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 258.0, + "% H2O": 15.0, + "Test Wt.": 60.0, + "+/- Ave": -3.6 + }, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "TRE RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 258.0, + "% H2O": 17.4, + "Test Wt.": 57.0, + "+/- Ave": -3.6 + }, + "brand": "ProHarvest", + "product": "81P45", + "traits": "TRE RIB" + }, + { + "rank": 22, + "metrics": { + "Yield": 256.0, + "% H2O": 16.4, + "Test Wt.": 61.0, + "+/- Ave": -5.6 + }, + "brand": "DEKALB", + "product": "DKC107-69RIB", + "traits": "TRE RIB" + }, + { + "rank": 23, + "metrics": { + "Yield": 253.0, + "% H2O": 16.2, + "Test Wt.": 62.0, + "+/- Ave": -8.6 + }, + "brand": "STINE", + "product": "9755-20", + "traits": "VT2P VT2P RIB" + }, + { + "rank": 24, + "metrics": { + "Yield": 252.0, + "% H2O": 20.3, + "Test Wt.": 57.0, + "+/- Ave": -9.6 + }, + "brand": "BREVANT", + "product": "B14C59PCE", + "traits": "PCE" + }, + { + "rank": 25, + "metrics": { + "Yield": 251.0, + "% H2O": 17.0, + "Test Wt.": 60.0, + "+/- Ave": -10.6 + }, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "SS RIB" + }, + { + "rank": 26, + "metrics": { + "Yield": 250.0, + "% H2O": 17.3, + "Test Wt.": 63.0, + "+/- Ave": -11.6 + }, + "brand": "DYNA-GRO", + "product": "D55TC86RIB", + "traits": "TRE RIB" + }, + { + "rank": 27, + "metrics": { + "Yield": 228.0, + "% H2O": 17.8, + "Test Wt.": 61.0, + "+/- Ave": -33.6 + }, + "brand": "STINE", + "product": "9753-20", + "traits": "VT2P VT2P RIB" + } + ], + "n_results": 27, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-McCleary-Aledo-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:23.867986+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9908.md b/corpus/proharvest_plots/phpr-corn-2025-9908.md new file mode 100644 index 00000000..80ed8d0a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9908.md @@ -0,0 +1,50 @@ +# Corn yield trial — Doug McCLeary (Aledo, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Aledo, IL · Mercer County +- **Cooperator:** Doug McCLeary +- **Company rep:** Ronn Dillavou +- **Planted:** 4/16/2025 +- **Harvested:** 9/19/2025 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-McCleary-Aledo-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC112-12RIB | TRE RIB | 276.0 | 19.0 | 63.0 | 14.4 | +| 2 | DEKALB | DKC66-06RIB | TRE RIB | 272.0 | 17.1 | 61.0 | 10.4 | +| 3 | DYNA-GRO | D52PN76RA | PCE | 270.0 | 20.3 | 55.0 | 8.4 | +| 3 | ProHarvest | 83P66 | VT2P VT2P RIB | 270.0 | 19.6 | 58.0 | 8.4 | +| 5 | ProHarvest | 82P96 | PCE PCE | 269.0 | 20.4 | 55.0 | 7.4 | +| 6 | BREVANT | B12J58V | VCE | 268.0 | 17.7 | 60.0 | 6.4 | +| 7 | BREVANT | B11M47PCE | PCE | 267.0 | 17.9 | 61.0 | 5.4 | +| 7 | DEKALB | DKC114-99RIB | VT4P RIB | 267.0 | 18.2 | 59.0 | 5.4 | +| 9 | ProHarvest | 78P95 | PCE PCE | 266.0 | 17.4 | 59.0 | 4.4 | +| 9 | DYNA-GRO | D49PN05 | PCE PCE | 266.0 | 17.5 | 58.0 | 4.4 | +| 9 | DYNA-GRO | D52VT96RIB | VT2P RIB | 266.0 | 16.8 | 60.0 | 4.4 | +| 9 | BREVANT | B13C49PCE | PCE | 266.0 | 18.7 | 59.0 | 4.4 | +| 13 | LG | SEEDS | LG63C32 SSPRIB SSPRO | 265.0 | 17.6 | 61.0 | 3.4 | +| 14 | STINE | 9754-20 | VT2P VT2P RIB | 264.0 | 19.6 | 56.0 | 2.4 | +| 15 | BREVANT | B10G53PCE | PCE | 263.0 | 17.2 | 60.0 | 1.4 | +| 16 | LG | SEEDS | LG62C20 D-RN D | 262.0 | 20.3 | 57.0 | 0.4 | +| 17 | DEKALB | DKC110-41RIB | TRE RIB | 261.0 | 16.2 | 60.0 | -0.6 | +| 18 | BREVANT | B12H48PCE | PCE | 260.0 | 17.6 | 54.0 | -1.6 | +| 19 | DEKALB | DKC114-43RIB | VT2P RIB | 259.0 | 18.4 | 60.0 | -2.6 | +| 20 | DEKALB | DKC56-26RIB | TRE RIB | 258.0 | 15.0 | 60.0 | -3.6 | +| 20 | ProHarvest | 81P45 | TRE RIB | 258.0 | 17.4 | 57.0 | -3.6 | +| 22 | DEKALB | DKC107-69RIB | TRE RIB | 256.0 | 16.4 | 61.0 | -5.6 | +| 23 | STINE | 9755-20 | VT2P VT2P RIB | 253.0 | 16.2 | 62.0 | -8.6 | +| 24 | BREVANT | B14C59PCE | PCE | 252.0 | 20.3 | 57.0 | -9.6 | +| 25 | DEKALB | DKC110-10RIB | SS RIB | 251.0 | 17.0 | 60.0 | -10.6 | +| 26 | DYNA-GRO | D55TC86RIB | TRE RIB | 250.0 | 17.3 | 63.0 | -11.6 | +| 27 | STINE | 9753-20 | VT2P VT2P RIB | 228.0 | 17.8 | 61.0 | -33.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9910.json b/corpus/proharvest_plots/phpr-corn-2025-9910.json new file mode 100644 index 00000000..12a162a7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9910.json @@ -0,0 +1,301 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9910", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Clinton", + "county": "Dewitt", + "year": 2025, + "plot_id": 9910, + "cooperator": "Kevin McMath", + "latitude": 40.15400857741554, + "longitude": -88.96334126804167, + "company_representative": "Rick Urish", + "planted_date": "5/6/2025", + "harvested_date": "10/6/2025", + "previous_crop": null, + "row_width": "30\"", + "population_seeds_per_acre": 35500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 282.05, + "% H2O": 15.5, + "Test Wt.": 57.8, + "+/- Ave": 25.9 + }, + "brand": "Dekalb", + "product": "114-99", + "traits": "VT4P RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 278.99, + "% H2O": 15.0, + "Test Wt.": 58.6, + "+/- Ave": 22.9 + }, + "brand": "Pro", + "product": "Harvest", + "traits": "84P78TRE TRE RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 276.76, + "% H2O": 15.2, + "Test Wt.": 59.1, + "+/- Ave": 20.6 + }, + "brand": "Burrus", + "product": "8K34VT2P", + "traits": "VT2P RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 265.91, + "% H2O": 15.4, + "Test Wt.": 59.6, + "+/- Ave": 9.8 + }, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 263.77, + "% H2O": 17.3, + "Test Wt.": 57.4, + "+/- Ave": 7.7 + }, + "brand": "Pro", + "product": "Harvest", + "traits": "86P55TRE TRE RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 261.83, + "% H2O": 12.3, + "Test Wt.": 56.9, + "+/- Ave": 5.7 + }, + "brand": "Burrus-Power", + "product": "Plus", + "traits": "4V73AM AM" + }, + { + "rank": 7, + "metrics": { + "Yield": 261.56, + "% H2O": 13.2, + "Test Wt.": 57.1, + "+/- Ave": 5.4 + }, + "brand": "Burrus-Power", + "product": "Plus", + "traits": "6G88VE VCE" + }, + { + "rank": 8, + "metrics": { + "Yield": 261.31, + "% H2O": 12.2, + "Test Wt.": 58.6, + "+/- Ave": 5.2 + }, + "brand": "Burrus", + "product": "5C11PCE", + "traits": "PCE" + }, + { + "rank": 9, + "metrics": { + "Yield": 258.45, + "% H2O": 13.7, + "Test Wt.": 59.8, + "+/- Ave": 2.3 + }, + "brand": "Burrus", + "product": "7F30", + "traits": "CNV CONV" + }, + { + "rank": 10, + "metrics": { + "Yield": 258.43, + "% H2O": 14.5, + "Test Wt.": 55.2, + "+/- Ave": 2.3 + }, + "brand": "Dekalbb", + "product": "66-18RIB", + "traits": "VT2P RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 256.29, + "% H2O": 12.8, + "Test Wt.": 57.6, + "+/- Ave": 0.2 + }, + "brand": "Pioneer", + "product": "11616PCE", + "traits": "PCE" + }, + { + "rank": 12, + "metrics": { + "Yield": 255.33, + "% H2O": 13.4, + "Test Wt.": 57.8, + "+/- Ave": -0.8 + }, + "brand": "Wyffels", + "product": "W8086", + "traits": "VT2P RIB" + }, + { + "rank": 13, + "metrics": { + "Yield": 254.45, + "% H2O": 13.7, + "Test Wt.": 57.7, + "+/- Ave": -1.7 + }, + "brand": "Pioneer", + "product": "P14830Q", + "traits": "Qrome" + }, + { + "rank": 14, + "metrics": { + "Yield": 252.69, + "% H2O": 11.8, + "Test Wt.": 57.4, + "+/- Ave": -3.4 + }, + "brand": "Pro", + "product": "Harvest", + "traits": "80P75PCE PCE" + }, + { + "rank": 15, + "metrics": { + "Yield": 251.61, + "% H2O": 13.3, + "Test Wt.": 58.0, + "+/- Ave": -4.5 + }, + "brand": "Wyffels", + "product": "W7876", + "traits": "VT2P RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 246.66, + "% H2O": 12.2, + "Test Wt.": 59.2, + "+/- Ave": -9.5 + }, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TRE RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 245.54, + "% H2O": 12.6, + "Test Wt.": 58.2, + "+/- Ave": -10.6 + }, + "brand": "Pro", + "product": "Harvest", + "traits": "81P20PCE PCE" + }, + { + "rank": 18, + "metrics": { + "Yield": 245.24, + "% H2O": 14.4, + "Test Wt.": 59.9, + "+/- Ave": -10.9 + }, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "Qrome" + }, + { + "rank": 19, + "metrics": { + "Yield": 244.73, + "% H2O": 14.3, + "Test Wt.": 58.4, + "+/- Ave": -11.4 + }, + "brand": "Dekalb", + "product": "66-06RIB", + "traits": "TRE RIB" + }, + { + "rank": 20, + "metrics": { + "Yield": 239.88, + "% H2O": 11.7, + "Test Wt.": 58.8, + "+/- Ave": -16.2 + }, + "brand": "Burrus", + "product": "7B14PCE", + "traits": "PCE" + }, + { + "rank": 21, + "metrics": { + "Yield": 238.24, + "% H2O": 11.7, + "Test Wt.": 59.7, + "+/- Ave": -17.9 + }, + "brand": "Dekalb", + "product": "110-41RIB", + "traits": "TRE RIB" + }, + { + "rank": 22, + "metrics": { + "Yield": 231.51, + "% H2O": 13.3, + "Test Wt.": 56.7, + "+/- Ave": -24.6 + }, + "brand": "Pioneer", + "product": "P10477V", + "traits": "VCE" + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-McMath-Clinton-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:22.381980+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9910.md b/corpus/proharvest_plots/phpr-corn-2025-9910.md new file mode 100644 index 00000000..f3c4fe99 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9910.md @@ -0,0 +1,42 @@ +# Corn yield trial — Kevin McMath (Clinton, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Clinton, IL · Dewitt County +- **Cooperator:** Kevin McMath +- **Company rep:** Rick Urish +- **Planted:** 5/6/2025 +- **Harvested:** 10/6/2025 +- **Row width:** 30" +- **Population:** 35,500 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-McMath-Clinton-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Dekalb | 114-99 | VT4P RIB | 282.05 | 15.5 | 57.8 | 25.9 | +| 2 | Pro | Harvest | 84P78TRE TRE RIB | 278.99 | 15.0 | 58.6 | 22.9 | +| 3 | Burrus | 8K34VT2P | VT2P RIB | 276.76 | 15.2 | 59.1 | 20.6 | +| 4 | Pioneer | P13777PCE | PCE | 265.91 | 15.4 | 59.6 | 9.8 | +| 5 | Pro | Harvest | 86P55TRE TRE RIB | 263.77 | 17.3 | 57.4 | 7.7 | +| 6 | Burrus-Power | Plus | 4V73AM AM | 261.83 | 12.3 | 56.9 | 5.7 | +| 7 | Burrus-Power | Plus | 6G88VE VCE | 261.56 | 13.2 | 57.1 | 5.4 | +| 8 | Burrus | 5C11PCE | PCE | 261.31 | 12.2 | 58.6 | 5.2 | +| 9 | Burrus | 7F30 | CNV CONV | 258.45 | 13.7 | 59.8 | 2.3 | +| 10 | Dekalbb | 66-18RIB | VT2P RIB | 258.43 | 14.5 | 55.2 | 2.3 | +| 11 | Pioneer | 11616PCE | PCE | 256.29 | 12.8 | 57.6 | 0.2 | +| 12 | Wyffels | W8086 | VT2P RIB | 255.33 | 13.4 | 57.8 | -0.8 | +| 13 | Pioneer | P14830Q | Qrome | 254.45 | 13.7 | 57.7 | -1.7 | +| 14 | Pro | Harvest | 80P75PCE PCE | 252.69 | 11.8 | 57.4 | -3.4 | +| 15 | Wyffels | W7876 | VT2P RIB | 251.61 | 13.3 | 58.0 | -4.5 | +| 16 | Wyffels | W7485RIB | TRE RIB | 246.66 | 12.2 | 59.2 | -9.5 | +| 17 | Pro | Harvest | 81P20PCE PCE | 245.54 | 12.6 | 58.2 | -10.6 | +| 18 | Pioneer | P1742Q | Qrome | 245.24 | 14.4 | 59.9 | -10.9 | +| 19 | Dekalb | 66-06RIB | TRE RIB | 244.73 | 14.3 | 58.4 | -11.4 | +| 20 | Burrus | 7B14PCE | PCE | 239.88 | 11.7 | 58.8 | -16.2 | +| 21 | Dekalb | 110-41RIB | TRE RIB | 238.24 | 11.7 | 59.7 | -17.9 | +| 22 | Pioneer | P10477V | VCE | 231.51 | 13.3 | 56.7 | -24.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9912.json b/corpus/proharvest_plots/phpr-corn-2025-9912.json new file mode 100644 index 00000000..ea536da5 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9912.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9912", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Monticello", + "county": "Piatt", + "year": 2025, + "plot_id": 9912, + "cooperator": "Jesse And Tucker Muse", + "latitude": 40.027217232844116, + "longitude": -88.57451162551433, + "company_representative": "Tucker Muse", + "planted_date": "5/8/2025", + "harvested_date": "10/16/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Quilt Xcel", + "herbicide": null, + "insecticide": "Bifenthrin", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 61.7, + "Yield": 284.18, + "+/- Ave": 19.8 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15.3, + "Test Wt.": 58.8, + "Yield": 281.33, + "+/- Ave": 16.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 57.3, + "Yield": 280.77, + "+/- Ave": 16.3 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 57.7, + "Yield": 274.46, + "+/- Ave": 10 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.6, + "Test Wt.": 57.3, + "Yield": 273.34, + "+/- Ave": 8.9 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 13.1, + "Test Wt.": 56.9, + "Yield": 270.62, + "+/- Ave": 6.2 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 56.2, + "Yield": 265.64, + "+/- Ave": 1.2 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 15, + "Test Wt.": 59, + "Yield": 260.28, + "+/- Ave": -4.1 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 15, + "Test Wt.": 63.3, + "Yield": 255.1, + "+/- Ave": -9.3 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 14.5, + "Test Wt.": 59, + "Yield": 248.36, + "+/- Ave": -16.1 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 58, + "Yield": 242.86, + "+/- Ave": -21.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.4, + "Test Wt.": 58, + "Yield": 236.14, + "+/- Ave": -28.3 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Muse-Moticello-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:20.856257+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9912.md b/corpus/proharvest_plots/phpr-corn-2025-9912.md new file mode 100644 index 00000000..f1d4cbcf --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9912.md @@ -0,0 +1,36 @@ +# Corn yield trial — Jesse And Tucker Muse (Monticello, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Monticello, IL · Piatt County +- **Cooperator:** Jesse And Tucker Muse +- **Company rep:** Tucker Muse +- **Planted:** 5/8/2025 +- **Harvested:** 10/16/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Quilt Xcel +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Muse-Moticello-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P48 | SSPRO | 284.18 | 14.3 | 61.7 | 19.8 | +| 2 | ProHarvest | 83P66 | VT2PRIB | 281.33 | 15.3 | 58.8 | 16.9 | +| 3 | ProHarvest | 82P96 | PCE | 280.77 | 14.5 | 57.3 | 16.3 | +| 4 | ProHarvest | 84P78 | TRERIB | 274.46 | 15.7 | 57.7 | 10 | +| 5 | ProHarvest | 81P45 | TRERIB | 273.34 | 15.6 | 57.3 | 8.9 | +| 6 | ProHarvest | 80P75 | PCE | 270.62 | 13.1 | 56.9 | 6.2 | +| 7 | ProHarvest | 79P54 | SSPRO | 265.64 | 14.3 | 56.2 | 1.2 | +| 8 | ProHarvest | 84P41 | PCE | 260.28 | 15 | 59 | -4.1 | +| 9 | ProHarvest | 85P58 | VT2PRIB | 255.1 | 15 | 63.3 | -9.3 | +| 10 | ProHarvest | 78P95 | PCE | 248.36 | 14.5 | 59 | -16.1 | +| 11 | ProHarvest | 81P19 | VT4PRIB | 242.86 | 14.9 | 58 | -21.6 | +| 12 | ProHarvest | 86P55 | TRERIB | 236.14 | 15.4 | 58 | -28.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9914.json b/corpus/proharvest_plots/phpr-corn-2025-9914.json new file mode 100644 index 00000000..cd798e84 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9914.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9914", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Garner", + "county": "Hancock", + "year": 2025, + "plot_id": 9914, + "cooperator": "Scott Rayhons", + "latitude": 43.102273722275186, + "longitude": -93.60312483843154, + "company_representative": "Ryan Frederich", + "planted_date": "5/10/2025", + "harvested_date": "10/6/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "74P10", + "traits": "PCE", + "metrics": { + "% H2O": 18.3, + "Test Wt.": 54.5, + "Yield": 226.28, + "+/- Ave": 57.6 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "72P32", + "traits": "D", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 56.2, + "Yield": 220.77, + "+/- Ave": 52.1 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "71P50", + "traits": "SSPRO", + "metrics": { + "% H2O": 17.2, + "Test Wt.": 52.9, + "Yield": 196.45, + "+/- Ave": 27.7 + } + }, + { + "brand": "Channel", + "rank": 4, + "product": "200-40", + "traits": "VT4P", + "metrics": { + "% H2O": 17, + "Test Wt.": 2.6, + "Yield": 180.04, + "+/- Ave": 11.3 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 20.7, + "Test Wt.": 51.6, + "Yield": 162.8, + "+/- Ave": -5.9 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "68P77", + "traits": "AA", + "metrics": { + "% H2O": 15.1, + "Test Wt.": 55.9, + "Yield": 145.52, + "+/- Ave": -23.2 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "70P44", + "traits": "DV", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 53.9, + "Yield": 133.59, + "+/- Ave": -35.1 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "62P52", + "traits": "D", + "metrics": { + "% H2O": 14.7, + "Test Wt.": 53.5, + "Yield": 130.51, + "+/- Ave": -38.2 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "75P85", + "traits": "SSRIB", + "metrics": { + "% H2O": 21, + "Test Wt.": 52.7, + "Yield": 122.4, + "+/- Ave": -46.3 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Rayhons-Garner-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:19.296401+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9914.md b/corpus/proharvest_plots/phpr-corn-2025-9914.md new file mode 100644 index 00000000..14588408 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9914.md @@ -0,0 +1,32 @@ +# Corn yield trial — Scott Rayhons (Garner, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Garner, IA · Hancock County +- **Cooperator:** Scott Rayhons +- **Company rep:** Ryan Frederich +- **Planted:** 5/10/2025 +- **Harvested:** 10/6/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Rayhons-Garner-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 74P10 | PCE | 226.28 | 18.3 | 54.5 | 57.6 | +| 2 | ProHarvest | 72P32 | D | 220.77 | 17.1 | 56.2 | 52.1 | +| 3 | ProHarvest | 71P50 | SSPRO | 196.45 | 17.2 | 52.9 | 27.7 | +| 4 | Channel | 200-40 | VT4P | 180.04 | 17 | 2.6 | 11.3 | +| 5 | ProHarvest | 79P15 | V | 162.8 | 20.7 | 51.6 | -5.9 | +| 6 | ProHarvest | 68P77 | AA | 145.52 | 15.1 | 55.9 | -23.2 | +| 7 | ProHarvest | 70P44 | DV | 133.59 | 16.9 | 53.9 | -35.1 | +| 8 | ProHarvest | 62P52 | D | 130.51 | 14.7 | 53.5 | -38.2 | +| 9 | ProHarvest | 75P85 | SSRIB | 122.4 | 21 | 52.7 | -46.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9916.json b/corpus/proharvest_plots/phpr-corn-2025-9916.json new file mode 100644 index 00000000..d7f762ef --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9916.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9916", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "city": "Maria Stein", + "county": "Mercer", + "year": 2025, + "plot_id": 9916, + "cooperator": "Larry Reichert", + "latitude": 40.407780337065226, + "longitude": -84.48290767746107, + "company_representative": "Matthew Reichert", + "planted_date": "5/16/2025", + "harvested_date": "10/22/2025", + "previous_crop": "Wheat", + "row_width": "30", + "population_seeds_per_acre": 32500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 16, + "Test Wt.": null, + "Yield": 206.13, + "+/- Ave": 11.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "76P42", + "traits": "PCE", + "metrics": { + "% H2O": 14, + "Test Wt.": null, + "Yield": 202.87, + "+/- Ave": 8.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "77P25", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 14, + "Test Wt.": null, + "Yield": 202.87, + "+/- Ave": 8.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 15, + "Test Wt.": null, + "Yield": 200.51, + "+/- Ave": 5.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "75P85", + "traits": "DGVT2PRIB", + "metrics": { + "% H2O": 14, + "Test Wt.": null, + "Yield": 191.8, + "+/- Ave": -2.8 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "78P30", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.5, + "Test Wt.": null, + "Yield": 191.26, + "+/- Ave": -3.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 14, + "Test Wt.": null, + "Yield": 186.55, + "+/- Ave": -8.1 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 14.5, + "Test Wt.": null, + "Yield": 185.47, + "+/- Ave": -9.1 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 14.5, + "Test Wt.": null, + "Yield": 184.02, + "+/- Ave": -10.6 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Reichert-Maria-Stein-OH.pdf" + ], + "fetched_at": "2026-06-05T00:59:17.817091+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9916.md b/corpus/proharvest_plots/phpr-corn-2025-9916.md new file mode 100644 index 00000000..2ead93ac --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9916.md @@ -0,0 +1,32 @@ +# Corn yield trial — Larry Reichert (Maria Stein, OH, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Maria Stein, OH · Mercer County +- **Cooperator:** Larry Reichert +- **Company rep:** Matthew Reichert +- **Planted:** 5/16/2025 +- **Harvested:** 10/22/2025 +- **Previous crop:** Wheat +- **Row width:** 30 +- **Population:** 32,500 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Reichert-Maria-Stein-OH.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 78P95 | PCE | 206.13 | 16 | None | 11.5 | +| 2 | ProHarvest | 76P42 | PCE | 202.87 | 14 | None | 8.3 | +| 2 | ProHarvest | 77P25 | VT4PRIB | 202.87 | 14 | None | 8.3 | +| 3 | ProHarvest | 79P54 | SSPRO | 200.51 | 15 | None | 5.9 | +| 4 | ProHarvest | 75P85 | DGVT2PRIB | 191.8 | 14 | None | -2.8 | +| 5 | ProHarvest | 78P30 | VT2PRIB | 191.26 | 14.5 | None | -3.3 | +| 6 | ProHarvest | 79P15 | V | 186.55 | 14 | None | -8.1 | +| 7 | ProHarvest | 80P75 | PCE | 185.47 | 14.5 | None | -9.1 | +| 8 | ProHarvest | 79P87 | SSRIB | 184.02 | 14.5 | None | -10.6 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9918.json b/corpus/proharvest_plots/phpr-corn-2025-9918.json new file mode 100644 index 00000000..7e749faf --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9918.json @@ -0,0 +1,301 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9918", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Aledo", + "county": "Mercer", + "year": 2025, + "plot_id": 9918, + "cooperator": "Jacob Robinson", + "latitude": 41.199904273580245, + "longitude": -90.749944253128, + "company_representative": "Ronn Dillavou", + "planted_date": "5/8/2025", + "harvested_date": "10/8/2025", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 34500, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 262.72, + "% H2O": 14.3, + "Test Wt.": 61.0, + "+/- Ave": 28.1 + }, + "brand": "Pioneer", + "product": "P11616PCE", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 260.89, + "% H2O": 16.7, + "Test Wt.": 57.8, + "+/- Ave": 26.3 + }, + "brand": "Pioneer", + "product": "P1742Q", + "traits": "Qrome" + }, + { + "rank": 3, + "metrics": { + "Yield": 259.68, + "% H2O": 12.4, + "Test Wt.": 60.1, + "+/- Ave": 25.0 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TRE RIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 255.85, + "% H2O": 16.6, + "Test Wt.": 58.3, + "+/- Ave": 21.2 + }, + "brand": "Golden Harvest", + "product": "G13M31-AA", + "traits": "AA" + }, + { + "rank": 5, + "metrics": { + "Yield": 254.78, + "% H2O": 13.9, + "Test Wt.": 58.1, + "+/- Ave": 20.1 + }, + "brand": "ProHarvest", + "product": "82P96", + "traits": "PCE" + }, + { + "rank": 6, + "metrics": { + "Yield": 254.62, + "% H2O": 15.0, + "Test Wt.": 58.8, + "+/- Ave": 20.0 + }, + "brand": "Pioneer", + "product": "P13777PCE", + "traits": "PCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 238.33, + "% H2O": 13.2, + "Test Wt.": 57.5, + "+/- Ave": 3.7 + }, + "brand": "ProHarvest", + "product": "80P75PCE", + "traits": "PCE" + }, + { + "rank": 8, + "metrics": { + "Yield": 234.47, + "% H2O": 14.5, + "Test Wt.": 60.6, + "+/- Ave": -0.2 + }, + "brand": "Golden Harvest", + "product": "G12U11-AA", + "traits": "AA" + }, + { + "rank": 9, + "metrics": { + "Yield": 234.45, + "% H2O": 13.5, + "Test Wt.": 59.1, + "+/- Ave": -0.2 + }, + "brand": "Wyffels", + "product": "W7759RIB", + "traits": "SSPRO" + }, + { + "rank": 10, + "metrics": { + "Yield": 234.42, + "% H2O": 13.2, + "Test Wt.": 60.3, + "+/- Ave": -0.2 + }, + "brand": "Dekalb", + "product": "DKC112-12RIB", + "traits": "TRE RIB" + }, + { + "rank": 11, + "metrics": { + "Yield": 232.21, + "% H2O": 13.8, + "Test Wt.": 61.3, + "+/- Ave": -2.4 + }, + "brand": "Dekalb", + "product": "DKC114-99RIB", + "traits": "VT4P RIB" + }, + { + "rank": 12, + "metrics": { + "Yield": 232.09, + "% H2O": 16.5, + "Test Wt.": 58.6, + "+/- Ave": -2.5 + }, + "brand": "Golden Harvest", + "product": "G15U34-V", + "traits": "V" + }, + { + "rank": 13, + "metrics": { + "Yield": 229.87, + "% H2O": 13.5, + "Test Wt.": 61.1, + "+/- Ave": -4.8 + }, + "brand": "AgriGold", + "product": "A642-32VT2PRIB", + "traits": "VT2P RIB" + }, + { + "rank": 14, + "metrics": { + "Yield": 226.95, + "% H2O": 12.9, + "Test Wt.": 59.7, + "+/- Ave": -7.7 + }, + "brand": "Wyffels", + "product": "W7945RIB", + "traits": "TRE RIB" + }, + { + "rank": 15, + "metrics": { + "Yield": 226.14, + "% H2O": 12.2, + "Test Wt.": 66.0, + "+/- Ave": -8.5 + }, + "brand": "Wyffels", + "product": "W7876RIB", + "traits": "VT2P RIB" + }, + { + "rank": 16, + "metrics": { + "Yield": 224.21, + "% H2O": 12.4, + "Test Wt.": 60.4, + "+/- Ave": -10.4 + }, + "brand": "Wyffels", + "product": "W7485RIB", + "traits": "TRE RIB" + }, + { + "rank": 17, + "metrics": { + "Yield": 221.45, + "% H2O": 13.4, + "Test Wt.": 59.3, + "+/- Ave": -13.2 + }, + "brand": "AgriGold", + "product": "A644-64VT2RIB", + "traits": "VT2P RIB" + }, + { + "rank": 18, + "metrics": { + "Yield": 218.96, + "% H2O": 14.7, + "Test Wt.": 59.5, + "+/- Ave": -15.7 + }, + "brand": "Dekalb", + "product": "DKC66-06RIB", + "traits": "TRE RIB" + }, + { + "rank": 19, + "metrics": { + "Yield": 218.92, + "% H2O": 13.1, + "Test Wt.": 59.0, + "+/- Ave": -15.7 + }, + "brand": "Wyffels", + "product": "W7499RIB", + "traits": "SSPRO" + }, + { + "rank": 20, + "metrics": { + "Yield": 218.77, + "% H2O": 14.9, + "Test Wt.": 61.5, + "+/- Ave": -15.9 + }, + "brand": "Dekalb", + "product": "DKC68-35RIB", + "traits": "VT2P RIB" + }, + { + "rank": 21, + "metrics": { + "Yield": 217.95, + "% H2O": 14.1, + "Test Wt.": 58.0, + "+/- Ave": -16.7 + }, + "brand": "Golden Harvest", + "product": "G14B32-DV", + "traits": "DV" + }, + { + "rank": 22, + "metrics": { + "Yield": 204.31, + "% H2O": 13.7, + "Test Wt.": 55.6, + "+/- Ave": -30.3 + }, + "brand": "ProHarvest", + "product": "86P55", + "traits": "TRE RIB" + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Robinson-Aleda-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:16.357883+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9918.md b/corpus/proharvest_plots/phpr-corn-2025-9918.md new file mode 100644 index 00000000..a393ebb6 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9918.md @@ -0,0 +1,43 @@ +# Corn yield trial — Jacob Robinson (Aledo, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Aledo, IL · Mercer County +- **Cooperator:** Jacob Robinson +- **Company rep:** Ronn Dillavou +- **Planted:** 5/8/2025 +- **Harvested:** 10/8/2025 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 34,500 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Robinson-Aleda-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P11616PCE | PCE | 262.72 | 14.3 | 61.0 | 28.1 | +| 2 | Pioneer | P1742Q | Qrome | 260.89 | 16.7 | 57.8 | 26.3 | +| 3 | ProHarvest | 84P78 | TRE RIB | 259.68 | 12.4 | 60.1 | 25.0 | +| 4 | Golden Harvest | G13M31-AA | AA | 255.85 | 16.6 | 58.3 | 21.2 | +| 5 | ProHarvest | 82P96 | PCE | 254.78 | 13.9 | 58.1 | 20.1 | +| 6 | Pioneer | P13777PCE | PCE | 254.62 | 15.0 | 58.8 | 20.0 | +| 7 | ProHarvest | 80P75PCE | PCE | 238.33 | 13.2 | 57.5 | 3.7 | +| 8 | Golden Harvest | G12U11-AA | AA | 234.47 | 14.5 | 60.6 | -0.2 | +| 9 | Wyffels | W7759RIB | SSPRO | 234.45 | 13.5 | 59.1 | -0.2 | +| 10 | Dekalb | DKC112-12RIB | TRE RIB | 234.42 | 13.2 | 60.3 | -0.2 | +| 11 | Dekalb | DKC114-99RIB | VT4P RIB | 232.21 | 13.8 | 61.3 | -2.4 | +| 12 | Golden Harvest | G15U34-V | V | 232.09 | 16.5 | 58.6 | -2.5 | +| 13 | AgriGold | A642-32VT2PRIB | VT2P RIB | 229.87 | 13.5 | 61.1 | -4.8 | +| 14 | Wyffels | W7945RIB | TRE RIB | 226.95 | 12.9 | 59.7 | -7.7 | +| 15 | Wyffels | W7876RIB | VT2P RIB | 226.14 | 12.2 | 66.0 | -8.5 | +| 16 | Wyffels | W7485RIB | TRE RIB | 224.21 | 12.4 | 60.4 | -10.4 | +| 17 | AgriGold | A644-64VT2RIB | VT2P RIB | 221.45 | 13.4 | 59.3 | -13.2 | +| 18 | Dekalb | DKC66-06RIB | TRE RIB | 218.96 | 14.7 | 59.5 | -15.7 | +| 19 | Wyffels | W7499RIB | SSPRO | 218.92 | 13.1 | 59.0 | -15.7 | +| 20 | Dekalb | DKC68-35RIB | VT2P RIB | 218.77 | 14.9 | 61.5 | -15.9 | +| 21 | Golden Harvest | G14B32-DV | DV | 217.95 | 14.1 | 58.0 | -16.7 | +| 22 | ProHarvest | 86P55 | TRE RIB | 204.31 | 13.7 | 55.6 | -30.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9920.json b/corpus/proharvest_plots/phpr-corn-2025-9920.json new file mode 100644 index 00000000..9d8978a9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9920.json @@ -0,0 +1,147 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9920", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Lee", + "county": "Dekalb", + "year": 2025, + "plot_id": 9920, + "cooperator": "Brock Sanderson", + "latitude": 41.79492554462418, + "longitude": -88.94159325369213, + "company_representative": "Jeff Horner", + "planted_date": "4/16/2025", + "harvested_date": "10/4/2025", + "previous_crop": null, + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 285.46, + "% H2O": 19.5, + "+/- Ave": 12.7 + }, + "brand": "ProHarvest", + "product": "82P96PWE", + "traits": "PCE" + }, + { + "rank": 2, + "metrics": { + "Yield": 284.35, + "% H2O": 20.6, + "+/- Ave": 11.6 + }, + "brand": "Cropland", + "product": "CP5320SS", + "traits": "SS RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 282.8, + "% H2O": 21.4, + "+/- Ave": 10.0 + }, + "brand": "Brevant", + "product": "14C59V", + "traits": "VCE" + }, + { + "rank": 4, + "metrics": { + "Yield": 275.29, + "% H2O": 15.5, + "+/- Ave": 2.5 + }, + "brand": "Brevant", + "product": "08R32V", + "traits": "VCE" + }, + { + "rank": 5, + "metrics": { + "Yield": 273.86, + "% H2O": 20.9, + "+/- Ave": 1.1 + }, + "brand": "Brevant", + "product": "11C37V", + "traits": "VCE" + }, + { + "rank": 6, + "metrics": { + "Yield": 272.08, + "% H2O": 14.4, + "+/- Ave": -0.7 + }, + "brand": "Brevant", + "product": "04R11Q", + "traits": "Qrome" + }, + { + "rank": 7, + "metrics": { + "Yield": 271.49, + "% H2O": 15.8, + "+/- Ave": -1.3 + }, + "brand": "Dekalb", + "product": "106-98", + "traits": "VT4P RIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 265.31, + "% H2O": 13.5, + "+/- Ave": -7.4 + }, + "brand": "Dekalb", + "product": "107-33", + "traits": "SSPRO" + }, + { + "rank": 9, + "metrics": { + "Yield": 261.51, + "% H2O": 14.4, + "+/- Ave": -11.2 + }, + "brand": "Cropland", + "product": "CP4470SS", + "traits": "SS RIB" + }, + { + "rank": 10, + "metrics": { + "Yield": 255.44, + "% H2O": 14.9, + "+/- Ave": -17.3 + }, + "brand": "Cropland", + "product": "CP4917SSP", + "traits": "SSPRO" + } + ], + "n_results": 10, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Sanderson-Lee-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:14.824779+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9920.md b/corpus/proharvest_plots/phpr-corn-2025-9920.md new file mode 100644 index 00000000..2944f7f1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9920.md @@ -0,0 +1,30 @@ +# Corn yield trial — Brock Sanderson (Lee, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Lee, IL · Dekalb County +- **Cooperator:** Brock Sanderson +- **Company rep:** Jeff Horner +- **Planted:** 4/16/2025 +- **Harvested:** 10/4/2025 +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Sanderson-Lee-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 82P96PWE | PCE | 285.46 | 19.5 | - | 12.7 | +| 2 | Cropland | CP5320SS | SS RIB | 284.35 | 20.6 | - | 11.6 | +| 3 | Brevant | 14C59V | VCE | 282.8 | 21.4 | - | 10.0 | +| 4 | Brevant | 08R32V | VCE | 275.29 | 15.5 | - | 2.5 | +| 5 | Brevant | 11C37V | VCE | 273.86 | 20.9 | - | 1.1 | +| 6 | Brevant | 04R11Q | Qrome | 272.08 | 14.4 | - | -0.7 | +| 7 | Dekalb | 106-98 | VT4P RIB | 271.49 | 15.8 | - | -1.3 | +| 8 | Dekalb | 107-33 | SSPRO | 265.31 | 13.5 | - | -7.4 | +| 9 | Cropland | CP4470SS | SS RIB | 261.51 | 14.4 | - | -11.2 | +| 10 | Cropland | CP4917SSP | SSPRO | 255.44 | 14.9 | - | -17.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9922.json b/corpus/proharvest_plots/phpr-corn-2025-9922.json new file mode 100644 index 00000000..a41be054 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9922.json @@ -0,0 +1,169 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9922", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Forest", + "county": "Clinton", + "year": 2025, + "plot_id": 9922, + "cooperator": "Harm Smith", + "latitude": 40.37361890394529, + "longitude": -86.33308064294462, + "company_representative": "David Hopkins", + "planted_date": "5/12/2025", + "harvested_date": "10/23/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 32600, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Pioneer", + "rank": 1, + "product": "P1170", + "traits": "AM", + "metrics": { + "% H2O": 21.4, + "Test Wt.": null, + "Yield": 261.44, + "+/- Ave": 10.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 19.1, + "Test Wt.": null, + "Yield": 256.33, + "+/- Ave": 5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 21.3, + "Test Wt.": null, + "Yield": 255.94, + "+/- Ave": 5 + } + }, + { + "brand": "Channel", + "rank": 4, + "product": "213-23", + "traits": null, + "metrics": { + "% H2O": 18.6, + "Test Wt.": null, + "Yield": 254.68, + "+/- Ave": 3.8 + } + }, + { + "brand": "Pioneer", + "rank": 5, + "product": "P1383", + "traits": "AM", + "metrics": { + "% H2O": 19.3, + "Test Wt.": null, + "Yield": 254.64, + "+/- Ave": 3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 20.9, + "Test Wt.": null, + "Yield": 251.49, + "+/- Ave": 0.6 + } + }, + { + "brand": "Channel", + "rank": 7, + "product": "213-23", + "traits": null, + "metrics": { + "% H2O": 19, + "Test Wt.": null, + "Yield": 247.76, + "+/- Ave": -3.1 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 21.1, + "Test Wt.": null, + "Yield": 247.11, + "+/- Ave": -3.8 + } + }, + { + "brand": "Channel", + "rank": 9, + "product": "208-62", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 18.6, + "Test Wt.": null, + "Yield": 246.52, + "+/- Ave": -4.4 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 20.3, + "Test Wt.": null, + "Yield": 245.12, + "+/- Ave": -5.8 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 20.5, + "Test Wt.": null, + "Yield": 238.77, + "+/- Ave": -12.1 + } + } + ], + "n_results": 11, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Smith-Forest-IN.pdf" + ], + "fetched_at": "2026-06-05T00:59:13.317435+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9922.md b/corpus/proharvest_plots/phpr-corn-2025-9922.md new file mode 100644 index 00000000..cf61ce31 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9922.md @@ -0,0 +1,34 @@ +# Corn yield trial — Harm Smith (Forest, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Forest, IN · Clinton County +- **Cooperator:** Harm Smith +- **Company rep:** David Hopkins +- **Planted:** 5/12/2025 +- **Harvested:** 10/23/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 32,600 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Smith-Forest-IN.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P1170 | AM | 261.44 | 21.4 | None | 10.5 | +| 2 | ProHarvest | 81P20 | PCE | 256.33 | 19.1 | None | 5.4 | +| 3 | ProHarvest | 81P45 | TRERIB | 255.94 | 21.3 | None | 5 | +| 4 | Channel | 213-23 | - | 254.68 | 18.6 | None | 3.8 | +| 5 | Pioneer | P1383 | AM | 254.64 | 19.3 | None | 3.7 | +| 6 | ProHarvest | 81P45 | TRERIB | 251.49 | 20.9 | None | 0.6 | +| 7 | Channel | 213-23 | - | 247.76 | 19 | None | -3.1 | +| 8 | ProHarvest | 81P45 | TRERIB | 247.11 | 21.1 | None | -3.8 | +| 9 | Channel | 208-62 | VT2PRIB | 246.52 | 18.6 | None | -4.4 | +| 10 | ProHarvest | 81P20 | PCE | 245.12 | 20.3 | None | -5.8 | +| 11 | ProHarvest | 81P20 | PCE | 238.77 | 20.5 | None | -12.1 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9924.json b/corpus/proharvest_plots/phpr-corn-2025-9924.json new file mode 100644 index 00000000..fe951ae9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9924.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9924", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": null, + "state_abbrev": null, + "city": null, + "county": "Tazewell", + "year": 2025, + "plot_id": 9924, + "cooperator": "Tazewell County Corn Growers", + "latitude": 40.55024485851649, + "longitude": -89.47832530881402, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Tazewell-County-Corn-Growers.pdf" + ], + "fetched_at": "2026-06-05T00:59:12.070213+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9924.md b/corpus/proharvest_plots/phpr-corn-2025-9924.md new file mode 100644 index 00000000..b73a4dd1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9924.md @@ -0,0 +1,101 @@ +# Corn yield trial — Tazewell County Corn Growers (, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Tazewell-County-Corn-Growers.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2025 Tazewell County Corn Growers Plot +Planted 5/6/25 Pop 34,000 +Harvest 10/06/25 +2025 Plot winner and check for 2025 Pioneer 1742Q ++ /- +Nearest Nearest +Check Avg Ranking - +Hybrid Traits MoistureWeight Yield Avg. Check Top 5 +Check Merschman 2413C-30 Power Core Enlist 16.5 5280 252.5 +Becks 58-64 PCE Power Core Enlist 15.9 5712 274.8 18.65 Check Average 254.7 +256.15 +Merschman 2408C Power Core Enlist 15.1 5208 252.9 (3.25) Plot Average 263.2 +Check Merschman 2413C-30 Power Core Enlist 17.0 5472 259.8 Plot Average w/o Check 267.6 +Burrus 4U73AM ACREMAX 15.2 5594 271.3 15.35 +255.95 +ProHarvest 81P20 PowerCore Enlist 16.2 5222 250.3 (5.65) Company Power Ratings Avg. +Check Merschman 2413C-30 Power Core Enlist 17.0 5310 252.1 1. Pioneer 288.5 +Merschman 2411C-30 PowerCore Enlist 15.9 5302 255.0 3.85 2. NuTech 275.1 +251.15 +Wyffels W6505 RIB 13.5 5078 251.2 0.05 3. F.S. 274.1 +Check Merschman 2413C-30 Power Core Enlist 17.1 5273 250.2 4. Dekalb 273.9 +Becks 61-33 Vorceed 16.6 5134 244.9 (4.40) 5. Burrus 273.0 +249.3 +G. Harvest G12U11 AGRISUREABOVE 16.9 5424 257.8 8.50 +Check Merschman 2413C-30 Power Core Enlist 17.7 5276 248.4 +Sun Prairie SP2789 VT2P 16.7 5528 263.4 15.00 +248.4 +Merschman 2512C-30 PowerCore Enlist 16.5 5544 264.8 16.40 +Check Merschman 2413C-30 Power Core Enlist 16.4 5196 248.4 +LG 62C73 RIB 16.6 5478 261.3 13.20 +248.1 +Channel 212-63 VT4PRIB 13.6 5314 256.5 8.40 +Check Merschman 2413C-30 Power Core Enlist 17.8 5270 247.8 +Roeschley RX12-58 SSPRIB 14.8 5446 265.4 13.35 +252.05 +Wyffels W7485 RIB 16.2 5352 256.5 4.45 +Check Merschman 2413C-30 Power Core Enlist 16.2 5348 256.3 +Innvictis A1254T RIB 16.6 5578 266.1 10.00 +256.1 +Golden Harvest G13M31 AA 16.7 5522 263.1 7.00 +Check Merschman 2413C-30 Power Core Enlist 17.8 5444 255.9 +Burrus 6G88 VE 16.5 5832 278.5 22.20 +256.3 +LG 63C32 SS 16.8 5306 252.5 (3.80) +Check Merschman 2413C-30 Power Core Enlist 17.2 5420 256.7 +Merschman 2413C-30 PowerCore Enlist 17.2 5416 256.5 1.75 +254.75 +NuTech 73B2V Vorceed 16.3 5834 279.3 24.55 4 +Check Merschman 2413C-30 Power Core Enlist 17.6 5364 252.8 +Pioneer 13777V PowerCore Enlist 16.8 5994 285.2 30.20 3 +255 +Innvictis 1312 VT2PRIB 17.3 5724 270.7 15.70 +Check Merschman 2413C-30 Power Core Enlist 17.2 5432 257.2 ( +Sun Prairie SP2903 TREPRIB 17.6 5854 275.9 14.40 +261.5 +Dekalb DKC144-99 RIB 17.0 5804 275.5 14.00 +Check Merschman 2413C-30 Power Core Enlist 17.5 5632 265.8 +Becks 64-92 TRIV2P 17.2 5950 281.8 19.95 +261.85 +FS 64-47 RIB 16.4 5842 279.3 17.45 +Check Merschman 2413C-30 Power Core Enlist 17.2 5446 257.9 +Channel 214-78 VT4P 16.3 5500 263.3 5.95 +257.35 +Burrus 7B14 Power Core Enlist 15.8 5778 278.3 20.95 +Check Merschman 2413C-30 Power Core Enlist 17 5410 256.8 +Roeschley RX14-36 SSRIB 15.5 5552 268.3 14.20 +254.1 +ProHarvest 84P41 Power Core Enlist 16.7 5614 267.5 13.40 +Check Merschman 2413C-30 Power Core Enlist 17.5 5328 251.4 +Innvictis 1462 VT4PRIB 16.7 5790 275.9 23.20 5 +252.7 +Channel 215-70 TRE 17 5970 283.4 30.70 2 +Check Merschman 2413C-30 Power Core Enlist 16.4 5312 254 +FS 65-45 RIB 16.5 5628 268.8 14.65 +254.15 +NuTech 75A8 Power Core Enlist 16.4 5664 270.8 16.65 +Check Merschman 2413C-30 Power Core Enlist 17 5356 254.3 +Burrus 8K34 VT2P 16.8 5542 263.7 8.15 +255.55 +Dekalb DKC66-06 RIB 16.8 5720 272.2 16.65 +Check Merschman 2413C-30 Power Core Enlist 16.8 5396 256.8 ( +Pioneer 1742Q QROME 16.4 6100 291.7 34.95 1 +256.75 +Channel 218-66 VT2PRIB 17.2 5736 271.6 14.85 +Check Merschman 2413C-30 Power Core Enlist 18.0 5474 256.7 +Mix Plot Sample under 112 day MIX PLOT SAMPLE 15.5 5620 271.6 14.90 +256.7 +Mix Plot Sample over 113 day MIX PLOT SAMPLE 16.7 5882 280.2 23.50 +``` diff --git a/corpus/proharvest_plots/phpr-corn-2025-9926.json b/corpus/proharvest_plots/phpr-corn-2025-9926.json new file mode 100644 index 00000000..d363837b --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9926.json @@ -0,0 +1,132 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9926", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Modesto", + "county": "Macoupin", + "year": 2025, + "plot_id": 9926, + "cooperator": "Clint Turner", + "latitude": 39.47857119565101, + "longitude": -89.98232756415264, + "company_representative": "Rick Urish", + "planted_date": "5/13/2025", + "harvested_date": "10/13/2025", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": "Trivapro", + "herbicide": "Lexar", + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 274.9, + "% H2O": 14.0, + "Test Wt.": 62.0, + "+/- Ave": 15.2 + }, + "brand": "ProHarvest", + "product": "83P66", + "traits": "VT2PRIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 62.0, + "% H2O": 15.4, + "+/- Ave": 274.6 + }, + "brand": "ProHarvest", + "product": "80P75", + "traits": "PCE" + }, + { + "rank": 3, + "metrics": { + "Yield": 274.1, + "% H2O": 13.8, + "Test Wt.": 63.0, + "+/- Ave": 14.5 + }, + "brand": "ProHarvest", + "product": "84P78", + "traits": "TreRIB" + }, + { + "rank": 4, + "metrics": { + "Yield": 267.3, + "% H2O": 14.2, + "Test Wt.": 64.0, + "+/- Ave": 7.6 + }, + "brand": "ProHarvest", + "product": "81P45", + "traits": "TreRIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 256.8, + "% H2O": 14.9, + "Test Wt.": 61.0, + "+/- Ave": -2.9 + }, + "brand": "ProHarvest", + "product": "82P96", + "traits": "PCE" + }, + { + "rank": 6, + "metrics": { + "Yield": 250.8, + "% H2O": 13.6, + "Test Wt.": 61.0, + "+/- Ave": -8.8 + }, + "brand": "ProHarvest", + "product": "84P41", + "traits": "PCE" + }, + { + "rank": 7, + "metrics": { + "Yield": 243.5, + "% H2O": 14.2, + "Test Wt.": 63.0, + "+/- Ave": -16.2 + }, + "brand": "ProHarvest", + "product": "86P55", + "traits": "TreRIB" + }, + { + "rank": 8, + "metrics": { + "Yield": 235.4, + "% H2O": 15.1, + "Test Wt.": 54.0, + "+/- Ave": -24.3 + }, + "brand": "ProHarvest", + "product": "81P20", + "traits": "PCE" + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Turner-Modesto-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:10.316118+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9926.md b/corpus/proharvest_plots/phpr-corn-2025-9926.md new file mode 100644 index 00000000..d944e7c2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9926.md @@ -0,0 +1,32 @@ +# Corn yield trial — Clint Turner (Modesto, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Modesto, IL · Macoupin County +- **Cooperator:** Clint Turner +- **Company rep:** Rick Urish +- **Planted:** 5/13/2025 +- **Harvested:** 10/13/2025 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non irrigated +- **Fungicide:** Trivapro +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Turner-Modesto-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 83P66 | VT2PRIB | 274.9 | 14.0 | 62.0 | 15.2 | +| 2 | ProHarvest | 80P75 | PCE | 62.0 | 15.4 | - | 274.6 | +| 3 | ProHarvest | 84P78 | TreRIB | 274.1 | 13.8 | 63.0 | 14.5 | +| 4 | ProHarvest | 81P45 | TreRIB | 267.3 | 14.2 | 64.0 | 7.6 | +| 5 | ProHarvest | 82P96 | PCE | 256.8 | 14.9 | 61.0 | -2.9 | +| 6 | ProHarvest | 84P41 | PCE | 250.8 | 13.6 | 61.0 | -8.8 | +| 7 | ProHarvest | 86P55 | TreRIB | 243.5 | 14.2 | 63.0 | -16.2 | +| 8 | ProHarvest | 81P20 | PCE | 235.4 | 15.1 | 54.0 | -24.3 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9928.json b/corpus/proharvest_plots/phpr-corn-2025-9928.json new file mode 100644 index 00000000..e0a8cb6a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9928.json @@ -0,0 +1,277 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9928", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "city": "Sully", + "county": "Jasper", + "year": 2025, + "plot_id": 9928, + "cooperator": "Mike Van Zee", + "latitude": 41.57831921541489, + "longitude": -92.84474673703414, + "company_representative": "Jake Ekstrand", + "planted_date": "4/12/2025", + "harvested_date": "10/4/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 34000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 11.7, + "Test Wt.": 59, + "Yield": 278.53, + "+/- Ave": 56.3 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 13.9, + "Test Wt.": 58, + "Yield": 261.46, + "+/- Ave": 39.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 12.1, + "Test Wt.": 61, + "Yield": 242.87, + "+/- Ave": 20.7 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 13.8, + "Test Wt.": 59, + "Yield": 235.89, + "+/- Ave": 13.7 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "83P17", + "traits": "PCE", + "metrics": { + "% H2O": 13.3, + "Test Wt.": 56, + "Yield": 233.43, + "+/- Ave": 11.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 58, + "Yield": 226.32, + "+/- Ave": 4.1 + } + }, + { + "brand": "NuTech", + "rank": 7, + "product": "70F6", + "traits": "V", + "metrics": { + "% H2O": 12, + "Test Wt.": 58, + "Yield": 217.51, + "+/- Ave": -4.7 + } + }, + { + "brand": "NuTech", + "rank": 8, + "product": "70B4", + "traits": "AM", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 58, + "Yield": 216.03, + "+/- Ave": -6.2 + } + }, + { + "brand": "NuTech", + "rank": 9, + "product": "72C1", + "traits": "PCE", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 58, + "Yield": 215.35, + "+/- Ave": -6.8 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 13.3, + "Test Wt.": 54, + "Yield": 215.32, + "+/- Ave": -6.9 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 12.5, + "Test Wt.": 56, + "Yield": 214.99, + "+/- Ave": -7.2 + } + }, + { + "brand": "NuTech", + "rank": 12, + "product": "71A7", + "traits": "V", + "metrics": { + "% H2O": 12.1, + "Test Wt.": 58, + "Yield": 214.68, + "+/- Ave": -7.5 + } + }, + { + "brand": "NuTech", + "rank": 12, + "product": "73B2", + "traits": "V", + "metrics": { + "% H2O": 12.1, + "Test Wt.": 58, + "Yield": 214.68, + "+/- Ave": -7.5 + } + }, + { + "brand": "NuTech", + "rank": 13, + "product": "73J1", + "traits": "V", + "metrics": { + "% H2O": 12.2, + "Test Wt.": 57, + "Yield": 214.43, + "+/- Ave": -7.8 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 10.7, + "Test Wt.": 62, + "Yield": 214.42, + "+/- Ave": -7.8 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 11.5, + "Test Wt.": 60, + "Yield": 212.76, + "+/- Ave": -9.4 + } + }, + { + "brand": "NuTech", + "rank": 16, + "product": "71B6", + "traits": "PCE", + "metrics": { + "% H2O": 12.6, + "Test Wt.": 58, + "Yield": 212.17, + "+/- Ave": -10 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 12.2, + "Test Wt.": 55, + "Yield": 206.42, + "+/- Ave": -15.8 + } + }, + { + "brand": "NuTech", + "rank": 18, + "product": "69C7", + "traits": "PCE", + "metrics": { + "% H2O": 12, + "Test Wt.": 58, + "Yield": 199.39, + "+/- Ave": -22.8 + } + }, + { + "brand": "NuTech", + "rank": 19, + "product": "69B5", + "traits": "V", + "metrics": { + "% H2O": 11.8, + "Test Wt.": 59, + "Yield": 197.24, + "+/- Ave": -25 + } + } + ], + "n_results": 20, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Van-Zee-Sully-IA.pdf" + ], + "fetched_at": "2026-06-05T00:59:08.868510+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9928.md b/corpus/proharvest_plots/phpr-corn-2025-9928.md new file mode 100644 index 00000000..df1cf223 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9928.md @@ -0,0 +1,43 @@ +# Corn yield trial — Mike Van Zee (Sully, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Sully, IA · Jasper County +- **Cooperator:** Mike Van Zee +- **Company rep:** Jake Ekstrand +- **Planted:** 4/12/2025 +- **Harvested:** 10/4/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 34,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Van-Zee-Sully-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 86P55 | TRERIB | 278.53 | 11.7 | 59 | 56.3 | +| 2 | ProHarvest | 81P19 | VT4PRIB | 261.46 | 13.9 | 58 | 39.3 | +| 3 | ProHarvest | 84P41 | PCE | 242.87 | 12.1 | 61 | 20.7 | +| 4 | ProHarvest | 79P54 | SSPRO | 235.89 | 13.8 | 59 | 13.7 | +| 5 | ProHarvest | 83P17 | PCE | 233.43 | 13.3 | 56 | 11.2 | +| 6 | ProHarvest | 78P95 | PCE | 226.32 | 12.6 | 58 | 4.1 | +| 7 | NuTech | 70F6 | V | 217.51 | 12 | 58 | -4.7 | +| 8 | NuTech | 70B4 | AM | 216.03 | 12.6 | 58 | -6.2 | +| 9 | NuTech | 72C1 | PCE | 215.35 | 14.9 | 58 | -6.8 | +| 10 | ProHarvest | 83P66 | VT2PRIB | 215.32 | 13.3 | 54 | -6.9 | +| 11 | ProHarvest | 82P96 | PCE | 214.99 | 12.5 | 56 | -7.2 | +| 12 | NuTech | 71A7 | V | 214.68 | 12.1 | 58 | -7.5 | +| 12 | NuTech | 73B2 | V | 214.68 | 12.1 | 58 | -7.5 | +| 13 | NuTech | 73J1 | V | 214.43 | 12.2 | 57 | -7.8 | +| 14 | ProHarvest | 81P45 | TRERIB | 214.42 | 10.7 | 62 | -7.8 | +| 15 | ProHarvest | 85P58 | VT2PRIB | 212.76 | 11.5 | 60 | -9.4 | +| 16 | NuTech | 71B6 | PCE | 212.17 | 12.6 | 58 | -10 | +| 17 | ProHarvest | 81P20 | PCE | 206.42 | 12.2 | 55 | -15.8 | +| 18 | NuTech | 69C7 | PCE | 199.39 | 12 | 58 | -22.8 | +| 19 | NuTech | 69B5 | V | 197.24 | 11.8 | 59 | -25 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9930.json b/corpus/proharvest_plots/phpr-corn-2025-9930.json new file mode 100644 index 00000000..09eb80fe --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9930.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9930", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IN", + "state_abbrev": "in", + "city": "Montgomery", + "county": "Daviess", + "year": 2025, + "plot_id": 9930, + "cooperator": "Wagler Brothers", + "latitude": 38.662474064295246, + "longitude": -87.04861566753665, + "company_representative": "Tom Forrest", + "planted_date": "5/17/2025", + "harvested_date": "10/16/2025", + "previous_crop": "Soybeans", + "row_width": "34", + "population_seeds_per_acre": 34000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 56.8, + "Yield": 251.24, + "+/- Ave": 41.8 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 16.6, + "Test Wt.": 59.8, + "Yield": 237.97, + "+/- Ave": 28.5 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 58.5, + "Yield": 223.54, + "+/- Ave": 14.1 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.7, + "Test Wt.": 57.5, + "Yield": 221.87, + "+/- Ave": 12.4 + } + }, + { + "brand": "Seed Consultants", + "rank": 5, + "product": "1116PCE", + "traits": null, + "metrics": { + "% H2O": 16.4, + "Test Wt.": 59.5, + "Yield": 221.72, + "+/- Ave": 12.2 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": 56.6, + "Yield": 219.03, + "+/- Ave": 9.5 + } + }, + { + "brand": "Seed Consultants", + "rank": 7, + "product": "1166PCE", + "traits": null, + "metrics": { + "% H2O": 17.7, + "Test Wt.": 58.3, + "Yield": 216.3, + "+/- Ave": 6.8 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.7, + "Test Wt.": 57.2, + "Yield": 214.48, + "+/- Ave": 5 + } + }, + { + "brand": "Seed Consultants", + "rank": 9, + "product": "1185VOR", + "traits": null, + "metrics": { + "% H2O": 17.3, + "Test Wt.": 59.2, + "Yield": 210.48, + "+/- Ave": 1 + } + }, + { + "brand": "Seed Consultants", + "rank": 10, + "product": "1105PCE", + "traits": null, + "metrics": { + "% H2O": 16.8, + "Test Wt.": 58, + "Yield": 208.84, + "+/- Ave": -0.6 + } + }, + { + "brand": "Seed Consultants", + "rank": 11, + "product": "SC", + "traits": "1135 PCE", + "metrics": { + "% H2O": 16.9, + "Test Wt.": 57.5, + "Yield": 205.98, + "+/- Ave": -3.5 + } + }, + { + "brand": "Seed Consultants", + "rank": 12, + "product": "SC", + "traits": "1183 AM", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 57.8, + "Yield": 199.62, + "+/- Ave": -9.9 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 16.8, + "Test Wt.": 57.2, + "Yield": 197.78, + "+/- Ave": -11.7 + } + }, + { + "brand": "Seed Consultants", + "rank": 14, + "product": "SCS", + "traits": "1170 AM", + "metrics": { + "% H2O": 16.7, + "Test Wt.": 58, + "Yield": 196.79, + "+/- Ave": -12.7 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 15.9, + "Test Wt.": 57.9, + "Yield": 193.71, + "+/- Ave": -15.8 + } + }, + { + "brand": "Seed Consultants", + "rank": 16, + "product": "1086PCE", + "traits": null, + "metrics": { + "% H2O": 15.5, + "Test Wt.": 58.4, + "Yield": 191.67, + "+/- Ave": -17.8 + } + }, + { + "brand": "Seed Consultants", + "rank": 17, + "product": "SC", + "traits": "1094 PCE", + "metrics": { + "% H2O": 16.2, + "Test Wt.": 56.5, + "Yield": 185.91, + "+/- Ave": -23.6 + } + }, + { + "brand": "Seed Consultants", + "rank": 18, + "product": "SC", + "traits": "1055 PCE", + "metrics": { + "% H2O": 14.8, + "Test Wt.": 57.9, + "Yield": 173.76, + "+/- Ave": -35.7 + } + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Wagler-Bros-Montgomery-IN.pdf" + ], + "fetched_at": "2026-06-05T00:59:07.384445+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9930.md b/corpus/proharvest_plots/phpr-corn-2025-9930.md new file mode 100644 index 00000000..8a9acedb --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9930.md @@ -0,0 +1,42 @@ +# Corn yield trial — Wagler Brothers (Montgomery, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Montgomery, IN · Daviess County +- **Cooperator:** Wagler Brothers +- **Company rep:** Tom Forrest +- **Planted:** 5/17/2025 +- **Harvested:** 10/16/2025 +- **Previous crop:** Soybeans +- **Row width:** 34 +- **Population:** 34,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Wagler-Bros-Montgomery-IN.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRERIB | 251.24 | 17.5 | 56.8 | 41.8 | +| 2 | ProHarvest | 85P58 | VT2PRIB | 237.97 | 16.6 | 59.8 | 28.5 | +| 3 | ProHarvest | 84P41 | PCE | 223.54 | 16.7 | 58.5 | 14.1 | +| 4 | ProHarvest | 81P45 | TRERIB | 221.87 | 15.7 | 57.5 | 12.4 | +| 5 | Seed Consultants | 1116PCE | - | 221.72 | 16.4 | 59.5 | 12.2 | +| 6 | ProHarvest | 86P55 | TRERIB | 219.03 | 17.7 | 56.6 | 9.5 | +| 7 | Seed Consultants | 1166PCE | - | 216.3 | 17.7 | 58.3 | 6.8 | +| 8 | ProHarvest | 83P66 | VT2PRIB | 214.48 | 17.7 | 57.2 | 5 | +| 9 | Seed Consultants | 1185VOR | - | 210.48 | 17.3 | 59.2 | 1 | +| 10 | Seed Consultants | 1105PCE | - | 208.84 | 16.8 | 58 | -0.6 | +| 11 | Seed Consultants | SC | 1135 PCE | 205.98 | 16.9 | 57.5 | -3.5 | +| 12 | Seed Consultants | SC | 1183 AM | 199.62 | 16.8 | 57.8 | -9.9 | +| 13 | ProHarvest | 82P96 | PCE | 197.78 | 16.8 | 57.2 | -11.7 | +| 14 | Seed Consultants | SCS | 1170 AM | 196.79 | 16.7 | 58 | -12.7 | +| 15 | ProHarvest | 79P15 | V | 193.71 | 15.9 | 57.9 | -15.8 | +| 16 | Seed Consultants | 1086PCE | - | 191.67 | 15.5 | 58.4 | -17.8 | +| 17 | Seed Consultants | SC | 1094 PCE | 185.91 | 16.2 | 56.5 | -23.6 | +| 18 | Seed Consultants | SC | 1055 PCE | 173.76 | 14.8 | 57.9 | -35.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9932.json b/corpus/proharvest_plots/phpr-corn-2025-9932.json new file mode 100644 index 00000000..7dcf54c3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9932.json @@ -0,0 +1,145 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9932", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Arcola", + "county": "Douglas", + "year": 2025, + "plot_id": 9932, + "cooperator": "Dan Wesch", + "latitude": 39.68467045357115, + "longitude": -88.30623781138752, + "company_representative": "Tom Forrest", + "planted_date": "5/11/2025", + "harvested_date": "10/23/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 35000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 58.6, + "Yield": 241.18, + "+/- Ave": 14.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P19", + "traits": "VT4PRIB", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 57.5, + "Yield": 238.58, + "+/- Ave": 11.6 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.9, + "Test Wt.": 56.7, + "Yield": 236.2, + "+/- Ave": 9.2 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 14.6, + "Test Wt.": 59.3, + "Yield": 234.09, + "+/- Ave": 7.1 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 15.5, + "Test Wt.": 57.1, + "Yield": 232.53, + "+/- Ave": 5.5 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 14.2, + "Test Wt.": 59.8, + "Yield": 224.84, + "+/- Ave": -2.2 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 17, + "Test Wt.": 54.4, + "Yield": 224.11, + "+/- Ave": -2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 14.3, + "Test Wt.": 57, + "Yield": 208.52, + "+/- Ave": -18.5 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 14.6, + "Test Wt.": 58.1, + "Yield": 203.01, + "+/- Ave": -24 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Wesch-Arcola-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:05.821998+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9932.md b/corpus/proharvest_plots/phpr-corn-2025-9932.md new file mode 100644 index 00000000..41753ba2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9932.md @@ -0,0 +1,33 @@ +# Corn yield trial — Dan Wesch (Arcola, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Arcola, IL · Douglas County +- **Cooperator:** Dan Wesch +- **Company rep:** Tom Forrest +- **Planted:** 5/11/2025 +- **Harvested:** 10/23/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Wesch-Arcola-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 81P45 | TRERIB | 241.18 | 14.3 | 58.6 | 14.2 | +| 2 | ProHarvest | 81P19 | VT4PRIB | 238.58 | 14.9 | 57.5 | 11.6 | +| 3 | ProHarvest | 83P66 | VT2PRIB | 236.2 | 14.9 | 56.7 | 9.2 | +| 4 | ProHarvest | 85P58 | VT2PRIB | 234.09 | 14.6 | 59.3 | 7.1 | +| 5 | ProHarvest | 84P78 | TRERIB | 232.53 | 15.5 | 57.1 | 5.5 | +| 6 | ProHarvest | 83P48 | SSPRO | 224.84 | 14.2 | 59.8 | -2.2 | +| 7 | ProHarvest | 86P55 | TRERIB | 224.11 | 17 | 54.4 | -2.9 | +| 8 | ProHarvest | 82P96 | PCE | 208.52 | 14.3 | 57 | -18.5 | +| 9 | ProHarvest | 84P41 | PCE | 203.01 | 14.6 | 58.1 | -24 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9934.json b/corpus/proharvest_plots/phpr-corn-2025-9934.json new file mode 100644 index 00000000..f9dc092a --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9934.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9934", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "Ottawa", + "county": "La Salle", + "year": 2025, + "plot_id": 9934, + "cooperator": "Matt Znaniecki", + "latitude": 41.34586208109379, + "longitude": -88.84129553192645, + "company_representative": "Jeff Horner", + "planted_date": "4/29/2025", + "harvested_date": "10/1/2025", + "previous_crop": "Soybeans", + "row_width": "30\"", + "population_seeds_per_acre": 35000, + "fungicide": "Miravis Neo", + "herbicide": "TriVolt, DiFlexx", + "insecticide": "None", + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 242.49, + "% H2O": 14.4, + "Test Wt.": 60.9, + "+/- Ave": 16.6 + }, + "brand": "Becks", + "product": "6258V4P", + "traits": "VT4P RIB" + }, + { + "rank": 2, + "metrics": { + "Yield": 241.5, + "% H2O": 15.5, + "Test Wt.": 59.3, + "+/- Ave": 15.6 + }, + "brand": "Becks", + "product": "6469V2P", + "traits": "VT2P RIB" + }, + { + "rank": 3, + "metrics": { + "Yield": 238.27, + "% H2O": 13.9, + "Test Wt.": 61.7, + "+/- Ave": 12.4 + }, + "brand": "Becks", + "product": "6344SXP", + "traits": "SSPRO" + }, + { + "rank": 4, + "metrics": { + "Yield": 237.73, + "% H2O": 13.9, + "Test Wt.": 59.5, + "+/- Ave": 11.9 + }, + "brand": "Becks", + "product": "6485SX", + "traits": "SS RIB" + }, + { + "rank": 5, + "metrics": { + "Yield": 234.46, + "% H2O": 14.5, + "Test Wt.": 59.3, + "+/- Ave": 8.6 + }, + "brand": "Becks", + "product": "6492TCV2P", + "traits": "VT2P RIB" + }, + { + "rank": 6, + "metrics": { + "Yield": 231.49, + "% H2O": 13.4, + "Test Wt.": 60.0, + "+/- Ave": 5.6 + }, + "brand": "Becks", + "product": "6473TCV2P", + "traits": "VT2P RIB" + }, + { + "rank": 7, + "metrics": { + "Yield": 229.24, + "% H2O": 14.4, + "Test Wt.": 58.0, + "+/- Ave": 3.4 + }, + "brand": "ProHarvest", + "product": "82P96", + "traits": "PCE" + }, + { + "rank": 8, + "metrics": { + "Yield": 226.74, + "% H2O": 14.0, + "Test Wt.": 56.5, + "+/- Ave": 0.9 + }, + "brand": "Becks", + "product": "6064AM™*", + "traits": "AM" + }, + { + "rank": 9, + "metrics": { + "Yield": 226.26, + "% H2O": 14.1, + "Test Wt.": 58.6, + "+/- Ave": 0.4 + }, + "brand": "Becks", + "product": "6233PCE", + "traits": "PCE" + }, + { + "rank": 10, + "metrics": { + "Yield": 224.14, + "% H2O": 14.5, + "Test Wt.": 60.1, + "+/- Ave": -1.7 + }, + "brand": "ProHarvest", + "product": "78P95", + "traits": "PCE" + }, + { + "rank": 11, + "metrics": { + "Yield": 223.88, + "% H2O": 12.8, + "Test Wt.": 58.4, + "+/- Ave": -2.0 + }, + "brand": "Becks", + "product": "6041Q™*", + "traits": "Qrome" + }, + { + "rank": 12, + "metrics": { + "Yield": 219.75, + "% H2O": 12.3, + "Test Wt.": 59.0, + "+/- Ave": -6.1 + }, + "brand": "Becks", + "product": "5608AM™*", + "traits": "AM" + }, + { + "rank": 13, + "metrics": { + "Yield": 218.77, + "% H2O": 13.3, + "Test Wt.": 56.7, + "+/- Ave": -7.1 + }, + "brand": "Becks", + "product": "5686BZ", + "traits": "AA" + }, + { + "rank": 14, + "metrics": { + "Yield": 216.64, + "% H2O": 13.5, + "Test Wt.": 58.1, + "+/- Ave": -9.2 + }, + "brand": "Becks", + "product": "5864PCE", + "traits": "PCE" + }, + { + "rank": 15, + "metrics": { + "Yield": 216.31, + "% H2O": 12.8, + "Test Wt.": 58.4, + "+/- Ave": -9.6 + }, + "brand": "Becks", + "product": "6005V™*", + "traits": "VCE" + }, + { + "rank": 16, + "metrics": { + "Yield": 213.05, + "% H2O": 13.1, + "Test Wt.": 60.6, + "+/- Ave": -12.8 + }, + "brand": "Becks", + "product": "5802D2", + "traits": "DV" + }, + { + "rank": 17, + "metrics": { + "Yield": 212.84, + "% H2O": 14.5, + "Test Wt.": 57.3, + "+/- Ave": -13.0 + }, + "brand": "Becks", + "product": "6133V™*", + "traits": "VCE" + }, + { + "rank": 18, + "metrics": { + "Yield": 212.16, + "% H2O": 12.7, + "Test Wt.": 56.5, + "+/- Ave": -13.7 + }, + "brand": "Becks", + "product": "5324PCE", + "traits": "PCE" + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Znaniecki-Ottawa-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:04.342710+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9934.md b/corpus/proharvest_plots/phpr-corn-2025-9934.md new file mode 100644 index 00000000..635a1d40 --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9934.md @@ -0,0 +1,41 @@ +# Corn yield trial — Matt Znaniecki (Ottawa, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** Ottawa, IL · La Salle County +- **Cooperator:** Matt Znaniecki +- **Company rep:** Jeff Horner +- **Planted:** 4/29/2025 +- **Harvested:** 10/1/2025 +- **Previous crop:** Soybeans +- **Row width:** 30" +- **Population:** 35,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** Miravis Neo +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Znaniecki-Ottawa-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Becks | 6258V4P | VT4P RIB | 242.49 | 14.4 | 60.9 | 16.6 | +| 2 | Becks | 6469V2P | VT2P RIB | 241.5 | 15.5 | 59.3 | 15.6 | +| 3 | Becks | 6344SXP | SSPRO | 238.27 | 13.9 | 61.7 | 12.4 | +| 4 | Becks | 6485SX | SS RIB | 237.73 | 13.9 | 59.5 | 11.9 | +| 5 | Becks | 6492TCV2P | VT2P RIB | 234.46 | 14.5 | 59.3 | 8.6 | +| 6 | Becks | 6473TCV2P | VT2P RIB | 231.49 | 13.4 | 60.0 | 5.6 | +| 7 | ProHarvest | 82P96 | PCE | 229.24 | 14.4 | 58.0 | 3.4 | +| 8 | Becks | 6064AM™* | AM | 226.74 | 14.0 | 56.5 | 0.9 | +| 9 | Becks | 6233PCE | PCE | 226.26 | 14.1 | 58.6 | 0.4 | +| 10 | ProHarvest | 78P95 | PCE | 224.14 | 14.5 | 60.1 | -1.7 | +| 11 | Becks | 6041Q™* | Qrome | 223.88 | 12.8 | 58.4 | -2.0 | +| 12 | Becks | 5608AM™* | AM | 219.75 | 12.3 | 59.0 | -6.1 | +| 13 | Becks | 5686BZ | AA | 218.77 | 13.3 | 56.7 | -7.1 | +| 14 | Becks | 5864PCE | PCE | 216.64 | 13.5 | 58.1 | -9.2 | +| 15 | Becks | 6005V™* | VCE | 216.31 | 12.8 | 58.4 | -9.6 | +| 16 | Becks | 5802D2 | DV | 213.05 | 13.1 | 60.6 | -12.8 | +| 17 | Becks | 6133V™* | VCE | 212.84 | 14.5 | 57.3 | -13.0 | +| 18 | Becks | 5324PCE | PCE | 212.16 | 12.7 | 56.5 | -13.7 | diff --git a/corpus/proharvest_plots/phpr-corn-2025-9936.json b/corpus/proharvest_plots/phpr-corn-2025-9936.json new file mode 100644 index 00000000..2bccf8ac --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9936.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-corn-2025-9936", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2025, + "plot_id": 9936, + "cooperator": "Blair Hoerbert 3", + "latitude": 40.30581856294816, + "longitude": -89.60417087206582, + "company_representative": "Tom Forrest", + "planted_date": "5/7/2025", + "harvested_date": "9/26/2025", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 36000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "84P78", + "traits": "TRERIB", + "metrics": { + "% H2O": 27.6, + "Test Wt.": 53.2, + "Yield": 272.3, + "+/- Ave": 29.5 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "81P19", + "traits": "VT4P RIB", + "metrics": { + "% H2O": 27, + "Test Wt.": 52.2, + "Yield": 272.03, + "+/- Ave": 29.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "84P41", + "traits": "PCE", + "metrics": { + "% H2O": 23.1, + "Test Wt.": 54.2, + "Yield": 253.22, + "+/- Ave": 10.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "83P66", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 21.4, + "Test Wt.": 54.2, + "Yield": 252.72, + "+/- Ave": 10 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "85P58", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 23.8, + "Test Wt.": 54.8, + "Yield": 252.17, + "+/- Ave": 9.4 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "83P48", + "traits": "SSPRO", + "metrics": { + "% H2O": 22.1, + "Test Wt.": 55.1, + "Yield": 247.39, + "+/- Ave": 4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "79P54", + "traits": "SSPRO", + "metrics": { + "% H2O": 22.2, + "Test Wt.": 54.5, + "Yield": 245.02, + "+/- Ave": 2.3 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "78P30", + "traits": "VT2PRIB", + "metrics": { + "% H2O": 17.1, + "Test Wt.": 55.7, + "Yield": 241.81, + "+/- Ave": -1 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "81P45", + "traits": "TRERIB", + "metrics": { + "% H2O": 22.4, + "Test Wt.": 53.4, + "Yield": 241.7, + "+/- Ave": -1.1 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "80P75", + "traits": "PCE", + "metrics": { + "% H2O": 17.6, + "Test Wt.": 55.6, + "Yield": 239.53, + "+/- Ave": -3.2 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "79P15", + "traits": "V", + "metrics": { + "% H2O": 22.3, + "Test Wt.": 54.4, + "Yield": 238.17, + "+/- Ave": -4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "86P55", + "traits": "TRERIB", + "metrics": { + "% H2O": 28.5, + "Test Wt.": 51.6, + "Yield": 236.02, + "+/- Ave": -6.7 + } + }, + { + "brand": "ProHarvest", + "rank": 13, + "product": "82P96", + "traits": "PCE", + "metrics": { + "% H2O": 22.1, + "Test Wt.": 52.8, + "Yield": 235.44, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "78P95", + "traits": "PCE", + "metrics": { + "% H2O": 20.1, + "Test Wt.": 55.8, + "Yield": 235.43, + "+/- Ave": -7.3 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "77P25", + "traits": "TRERIB", + "metrics": { + "% H2O": 17.5, + "Test Wt.": 54.6, + "Yield": 229.49, + "+/- Ave": -13.3 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "79P87", + "traits": "SSRIB", + "metrics": { + "% H2O": 18.9, + "Test Wt.": 56.4, + "Yield": 228.67, + "+/- Ave": -14.1 + } + }, + { + "brand": "ProHarvest", + "rank": 17, + "product": "X24722", + "traits": null, + "metrics": { + "% H2O": 26, + "Test Wt.": 54, + "Yield": 227.56, + "+/- Ave": -15.2 + } + }, + { + "brand": "ProHarvest", + "rank": 18, + "product": "81P20", + "traits": "PCE", + "metrics": { + "% H2O": 21.4, + "Test Wt.": 53.4, + "Yield": 221.1, + "+/- Ave": -21.7 + } + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-3.pdf" + ], + "fetched_at": "2026-06-05T00:59:02.843569+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-corn-2025-9936.md b/corpus/proharvest_plots/phpr-corn-2025-9936.md new file mode 100644 index 00000000..4a74187d --- /dev/null +++ b/corpus/proharvest_plots/phpr-corn-2025-9936.md @@ -0,0 +1,42 @@ +# Corn yield trial — Blair Hoerbert 3 (San Jose, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Corn +- **Year:** 2025 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert 3 +- **Company rep:** Tom Forrest +- **Planted:** 5/7/2025 +- **Harvested:** 9/26/2025 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 36,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Corn-Hoerbert-San-Jose-IL-3.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 84P78 | TRERIB | 272.3 | 27.6 | 53.2 | 29.5 | +| 2 | ProHarvest | 81P19 | VT4P RIB | 272.03 | 27 | 52.2 | 29.3 | +| 3 | ProHarvest | 84P41 | PCE | 253.22 | 23.1 | 54.2 | 10.5 | +| 4 | ProHarvest | 83P66 | VT2PRIB | 252.72 | 21.4 | 54.2 | 10 | +| 5 | ProHarvest | 85P58 | VT2PRIB | 252.17 | 23.8 | 54.8 | 9.4 | +| 6 | ProHarvest | 83P48 | SSPRO | 247.39 | 22.1 | 55.1 | 4.6 | +| 7 | ProHarvest | 79P54 | SSPRO | 245.02 | 22.2 | 54.5 | 2.3 | +| 8 | ProHarvest | 78P30 | VT2PRIB | 241.81 | 17.1 | 55.7 | -1 | +| 9 | ProHarvest | 81P45 | TRERIB | 241.7 | 22.4 | 53.4 | -1.1 | +| 10 | ProHarvest | 80P75 | PCE | 239.53 | 17.6 | 55.6 | -3.2 | +| 11 | ProHarvest | 79P15 | V | 238.17 | 22.3 | 54.4 | -4.6 | +| 12 | ProHarvest | 86P55 | TRERIB | 236.02 | 28.5 | 51.6 | -6.7 | +| 13 | ProHarvest | 82P96 | PCE | 235.44 | 22.1 | 52.8 | -7.3 | +| 14 | ProHarvest | 78P95 | PCE | 235.43 | 20.1 | 55.8 | -7.3 | +| 15 | ProHarvest | 77P25 | TRERIB | 229.49 | 17.5 | 54.6 | -13.3 | +| 16 | ProHarvest | 79P87 | SSRIB | 228.67 | 18.9 | 56.4 | -14.1 | +| 17 | ProHarvest | X24722 | - | 227.56 | 26 | 54 | -15.2 | +| 18 | ProHarvest | 81P20 | PCE | 221.1 | 21.4 | 53.4 | -21.7 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9573.json b/corpus/proharvest_plots/phpr-soybeans-2024-9573.json new file mode 100644 index 00000000..9cc4d882 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9573.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9573", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Hinkley", + "county": "Dekalb", + "year": 2024, + "plot_id": 9573, + "cooperator": "Agrinetics Seed Service", + "latitude": 42.0133353, + "longitude": -87.8351313, + "company_representative": "Jeff Horner", + "planted_date": "4/22/2024", + "harvested_date": "9/30/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 140000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 90.88, + "% H2O": 11.7, + "Test Wt.": 56.6, + "+/- Ave": 6.1 + }, + "brand": "NuTech", + "product": "25N05E", + "traits": "E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 89.34, + "% H2O": 11.6, + "Test Wt.": 56.5, + "+/- Ave": 4.5 + }, + "brand": "NuTech", + "product": "24N05E", + "traits": "E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 87.31, + "% H2O": 12.0, + "Test Wt.": 55.9, + "+/- Ave": 2.5 + }, + "brand": "NuTech", + "product": "27N07E", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 86.78, + "% H2O": 11.7, + "Test Wt.": 55.6, + "+/- Ave": 2.0 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 85.97, + "% H2O": 11.7, + "Test Wt.": 57.2, + "+/- Ave": 1.2 + }, + "brand": "NuTech", + "product": "28N03E", + "traits": "E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 85.24, + "% H2O": 11.6, + "Test Wt.": 56.6, + "+/- Ave": 0.4 + }, + "brand": "NuTech", + "product": "29N05E", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 84.66, + "% H2O": 12.2, + "Test Wt.": 56.4, + "+/- Ave": -0.1 + }, + "brand": "NuTech", + "product": "30N06E", + "traits": "E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 84.33, + "% H2O": 11.7, + "Test Wt.": 56.3, + "+/- Ave": -0.5 + }, + "brand": "NuTech", + "product": "26N08E", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 83.79, + "% H2O": 11.4, + "Test Wt.": 57.1, + "+/- Ave": -1.0 + }, + "brand": "Apex", + "product": "AE2440", + "traits": "E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 83.51, + "% H2O": 11.7, + "Test Wt.": 57.0, + "+/- Ave": -1.3 + }, + "brand": "Apex", + "product": "AE2740", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 78.69, + "% H2O": 11.6, + "Test Wt.": 56.0, + "+/- Ave": -6.1 + }, + "brand": "Apex", + "product": "AE2750", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 77.25, + "% H2O": 12.3, + "Test Wt.": 55.2, + "+/- Ave": -7.6 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3" + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Agrinetics-Hinckley-IL-60520.pdf" + ], + "fetched_at": "2026-06-05T00:57:35.466386+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9573.md b/corpus/proharvest_plots/phpr-soybeans-2024-9573.md new file mode 100644 index 00000000..857679fb --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9573.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Agrinetics Seed Service (Hinkley, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Hinkley, IL · Dekalb County +- **Cooperator:** Agrinetics Seed Service +- **Company rep:** Jeff Horner +- **Planted:** 4/22/2024 +- **Harvested:** 9/30/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Agrinetics-Hinckley-IL-60520.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 25N05E | E3 | 90.88 | 11.7 | 56.6 | 6.1 | +| 2 | NuTech | 24N05E | E3 | 89.34 | 11.6 | 56.5 | 4.5 | +| 3 | NuTech | 27N07E | E3 | 87.31 | 12.0 | 55.9 | 2.5 | +| 4 | ProHarvest | 25E35 | E3 | 86.78 | 11.7 | 55.6 | 2.0 | +| 5 | NuTech | 28N03E | E3 | 85.97 | 11.7 | 57.2 | 1.2 | +| 6 | NuTech | 29N05E | E3 | 85.24 | 11.6 | 56.6 | 0.4 | +| 7 | NuTech | 30N06E | E3 | 84.66 | 12.2 | 56.4 | -0.1 | +| 8 | NuTech | 26N08E | E3 | 84.33 | 11.7 | 56.3 | -0.5 | +| 9 | Apex | AE2440 | E3 | 83.79 | 11.4 | 57.1 | -1.0 | +| 10 | Apex | AE2740 | E3 | 83.51 | 11.7 | 57.0 | -1.3 | +| 11 | Apex | AE2750 | E3 | 78.69 | 11.6 | 56.0 | -6.1 | +| 12 | Apex | AE2940S | E3 | 77.25 | 12.3 | 55.2 | -7.6 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9575.json b/corpus/proharvest_plots/phpr-soybeans-2024-9575.json new file mode 100644 index 00000000..e969aabf --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9575.json @@ -0,0 +1,187 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9575", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Media", + "county": "Henderson", + "year": 2024, + "plot_id": 9575, + "cooperator": "Barry Bigger", + "latitude": 40.7750395, + "longitude": -90.8320824, + "company_representative": "Eric Yoder", + "planted_date": "5/31/2024", + "harvested_date": "10/9/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 125000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "35E52", + "traits": null, + "metrics": { + "% H2O": 8.9, + "Test Wt.": null, + "Yield": 81.71, + "+/- Ave": 8.4 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": null, + "Yield": 77.96, + "+/- Ave": 4.7 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "Left 6 Meristem", + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 76.31, + "+/- Ave": 3 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "Left 6 Meristem", + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 73.55, + "+/- Ave": 0.3 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3850", + "traits": null, + "metrics": { + "% H2O": 8.9, + "Test Wt.": null, + "Yield": 73.18, + "+/- Ave": -0.1 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE2940S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Left 6 Meristem", + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 72.64, + "+/- Ave": -0.7 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Left 6 Meristem", + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 72.24, + "+/- Ave": -1.1 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE2940S", + "traits": null, + "metrics": { + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 71.48, + "+/- Ave": -1.8 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 10.6, + "Test Wt.": null, + "Yield": 71.42, + "+/- Ave": -1.9 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE3720S", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 71.09, + "+/- Ave": -2.2 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "Left 6 Meristem", + "% H2O": 8.5, + "Test Wt.": null, + "Yield": 70.58, + "+/- Ave": -2.7 + } + }, + { + "brand": "Apex", + "rank": 12, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "Left 6 Meristem", + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 67.38, + "+/- Ave": -5.9 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Barry-Bigger-Media-IL-61460.pdf" + ], + "fetched_at": "2026-06-05T00:57:33.967538+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9575.md b/corpus/proharvest_plots/phpr-soybeans-2024-9575.md new file mode 100644 index 00000000..d80798b9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9575.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Barry Bigger (Media, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Media, IL · Henderson County +- **Cooperator:** Barry Bigger +- **Company rep:** Eric Yoder +- **Planted:** 5/31/2024 +- **Harvested:** 10/9/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 125,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Barry-Bigger-Media-IL-61460.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 35E52 | - | 81.71 | 8.9 | None | 8.4 | +| 2 | Apex | AE3150 | - | 77.96 | 9.5 | None | 4.7 | +| 3 | Apex | AE3150 | - | 76.31 | 8.8 | None | 3 | +| 4 | Apex | AE3850 | - | 73.55 | 8.8 | None | 0.3 | +| 5 | Apex | AE3850 | - | 73.18 | 8.9 | None | -0.1 | +| 6 | Apex | AE2940S | - | 72.64 | 8.6 | None | -0.7 | +| 7 | Apex | AE3720S | - | 72.24 | 8.6 | None | -1.1 | +| 8 | Apex | AE2940S | - | 71.48 | 8.8 | None | -1.8 | +| 9 | Apex | AE3340 | - | 71.42 | 10.6 | None | -1.9 | +| 10 | Apex | AE3720S | - | 71.09 | 8.6 | None | -2.2 | +| 11 | ProHarvest | 35E52 | - | 70.58 | 8.5 | None | -2.7 | +| 12 | Apex | AE3340 | - | 67.38 | 8.8 | None | -5.9 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9577.json b/corpus/proharvest_plots/phpr-soybeans-2024-9577.json new file mode 100644 index 00000000..d8bbe0eb --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9577.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9577", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2024, + "plot_id": 9577, + "cooperator": "Blair Hoerbert", + "latitude": 40.305598, + "longitude": -89.6028829, + "company_representative": "Tom Forrest", + "planted_date": "5/23/2024", + "harvested_date": "10/8/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE2940S", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": null, + "Yield": 82.97, + "+/- Ave": 8.7 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "35E52", + "traits": null, + "metrics": { + "% H2O": 8.9, + "Test Wt.": null, + "Yield": 78.81, + "+/- Ave": 4.6 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3131S", + "traits": null, + "metrics": { + "% H2O": 8.9, + "Test Wt.": null, + "Yield": 77.86, + "+/- Ave": 3.6 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 8.4, + "Test Wt.": null, + "Yield": 77.81, + "+/- Ave": 3.6 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2950", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": null, + "Yield": 76.88, + "+/- Ave": 2.7 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3950", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 75.75, + "+/- Ave": 1.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3850", + "traits": null, + "metrics": { + "% H2O": 9.2, + "Test Wt.": null, + "Yield": 75.72, + "+/- Ave": 1.5 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 75.2, + "+/- Ave": 1 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3541", + "traits": null, + "metrics": { + "% H2O": 9.4, + "Test Wt.": null, + "Yield": 73.21, + "+/- Ave": -1 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE2930", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": null, + "Yield": 72.03, + "+/- Ave": -2.2 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE2750", + "traits": null, + "metrics": { + "% H2O": 9.4, + "Test Wt.": null, + "Yield": 71.8, + "+/- Ave": -2.4 + } + }, + { + "brand": "Apex", + "rank": 12, + "product": "AE3720S", + "traits": null, + "metrics": { + "% H2O": 9.3, + "Test Wt.": null, + "Yield": 71.41, + "+/- Ave": -2.8 + } + }, + { + "brand": "Apex", + "rank": 13, + "product": "AE2740", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 70.71, + "+/- Ave": -3.5 + } + }, + { + "brand": "Apex", + "rank": 14, + "product": "AE3330S", + "traits": null, + "metrics": { + "% H2O": 9.1, + "Test Wt.": null, + "Yield": 70.16, + "+/- Ave": -4.1 + } + }, + { + "brand": "Apex", + "rank": 15, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 70.07, + "+/- Ave": -4.2 + } + }, + { + "brand": "Apex", + "rank": 16, + "product": "AE3920S", + "traits": null, + "metrics": { + "% H2O": 9.2, + "Test Wt.": null, + "Yield": 67.26, + "+/- Ave": -7 + } + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Blair-Hoerbert-San-Jose-IL-62682.pdf" + ], + "fetched_at": "2026-06-05T00:57:32.497947+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9577.md b/corpus/proharvest_plots/phpr-soybeans-2024-9577.md new file mode 100644 index 00000000..1c4ebe42 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9577.md @@ -0,0 +1,40 @@ +# Soybean yield trial — Blair Hoerbert (San Jose, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert +- **Company rep:** Tom Forrest +- **Planted:** 5/23/2024 +- **Harvested:** 10/8/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Blair-Hoerbert-San-Jose-IL-62682.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2940S | - | 82.97 | 9.5 | None | 8.7 | +| 2 | ProHarvest | 35E52 | - | 78.81 | 8.9 | None | 4.6 | +| 3 | Apex | AE3131S | - | 77.86 | 8.9 | None | 3.6 | +| 4 | Apex | AE3550S | - | 77.81 | 8.4 | None | 3.6 | +| 5 | Apex | AE2950 | - | 76.88 | 9.5 | None | 2.7 | +| 6 | Apex | AE3950 | - | 75.75 | 8.6 | None | 1.5 | +| 7 | Apex | AE3850 | - | 75.72 | 9.2 | None | 1.5 | +| 8 | Apex | AE3150 | - | 75.2 | 8.7 | None | 1 | +| 9 | Apex | AE3541 | - | 73.21 | 9.4 | None | -1 | +| 10 | Apex | AE2930 | - | 72.03 | 9.7 | None | -2.2 | +| 11 | Apex | AE2750 | - | 71.8 | 9.4 | None | -2.4 | +| 12 | Apex | AE3720S | - | 71.41 | 9.3 | None | -2.8 | +| 13 | Apex | AE2740 | - | 70.71 | 9.6 | None | -3.5 | +| 14 | Apex | AE3330S | - | 70.16 | 9.1 | None | -4.1 | +| 15 | Apex | AE3340 | - | 70.07 | 8.6 | None | -4.2 | +| 16 | Apex | AE3920S | - | 67.26 | 9.2 | None | -7 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9579.json b/corpus/proharvest_plots/phpr-soybeans-2024-9579.json new file mode 100644 index 00000000..ed506158 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9579.json @@ -0,0 +1,488 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9579", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Tonica", + "county": "LaSalle", + "year": 2024, + "plot_id": 9579, + "cooperator": "DANNY SCHMITT", + "latitude": 41.2158684, + "longitude": -89.0667489, + "company_representative": "John Walsh", + "planted_date": "4/24/2024", + "harvested_date": "10/7/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 120000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 93.9, + "% H2O": 9.8, + "+/- Ave": 6.6 + }, + "brand": "Brevant", + "product": "B263EE", + "traits": "E3" + }, + { + "rank": 1, + "metrics": { + "Yield": 93.9, + "% H2O": 9.6, + "+/- Ave": 6.6 + }, + "brand": "Pioneer", + "product": "P26Z78E3", + "traits": "E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 93.3, + "% H2O": 10.5, + "+/- Ave": 5.98 + }, + "brand": "Pioneer", + "product": "P28Z89E3", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 92.5, + "% H2O": 11.3, + "+/- Ave": 5.2 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2881E3 E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 91.9, + "% H2O": 9.9, + "+/- Ave": 4.58 + }, + "brand": "Axis", + "product": "2924E", + "traits": "E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 91.7, + "% H2O": 10.9, + "+/- Ave": 4.4 + }, + "brand": "XITAVO", + "product": "2735E", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 90.7, + "% H2O": 9.5, + "+/- Ave": 3.4 + }, + "brand": "Becks", + "product": "2550", + "traits": "E3 E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 90.5, + "% H2O": 9.9, + "+/- Ave": 3.2 + }, + "brand": "Dyna-Gro", + "product": "S25EN74", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 90.0, + "% H2O": 9.9, + "+/- Ave": 2.7 + }, + "brand": "Axis", + "product": "2924E", + "traits": "E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 89.7, + "% H2O": 9.4, + "+/- Ave": 2.4 + }, + "brand": "Sun Prairie", + "product": "SP28E34", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 89.5, + "% H2O": 10.0, + "+/- Ave": 2.2 + }, + "brand": "Golden Harvest", + "product": "GH2814E3S", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 89.4, + "% H2O": 10.4, + "+/- Ave": 2.1 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2505E3 E3" + }, + { + "rank": 13, + "metrics": { + "Yield": 89.2, + "% H2O": 9.9, + "+/- Ave": 1.9 + }, + "brand": "NK", + "product": "NK26-M6E3", + "traits": "E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 88.8, + "% H2O": 9.1, + "+/- Ave": 1.48 + }, + "brand": "Sun Prairie", + "product": "SP29E35", + "traits": "E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 88.8, + "% H2O": 9.1, + "+/- Ave": 1.48 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3000E3 E3" + }, + { + "rank": 16, + "metrics": { + "Yield": 88.4, + "% H2O": 9.3, + "+/- Ave": 1.08 + }, + "brand": "Pioneer", + "product": "P31Z03E3", + "traits": "E3" + }, + { + "rank": 17, + "metrics": { + "Yield": 87.4, + "% H2O": 10.0, + "+/- Ave": 0.1 + }, + "brand": "Pioneer", + "product": "P28Z30E3", + "traits": "E3" + }, + { + "rank": 18, + "metrics": { + "Yield": 87.3, + "% H2O": 10.3, + "+/- Ave": 0.0 + }, + "brand": "Axis", + "product": "2704E", + "traits": "E3" + }, + { + "rank": 19, + "metrics": { + "Yield": 86.9, + "% H2O": 9.6, + "+/- Ave": -0.4 + }, + "brand": "Becks", + "product": "3300", + "traits": "E3 E3" + }, + { + "rank": 20, + "metrics": { + "Yield": 86.7, + "% H2O": 9.4, + "+/- Ave": -0.6 + }, + "brand": "Axis", + "product": "3314E", + "traits": "E3" + }, + { + "rank": 21, + "metrics": { + "Yield": 86.5, + "% H2O": 10.8, + "+/- Ave": -0.8 + }, + "brand": "Golden Harvest", + "product": "GH2775E3", + "traits": "E3" + }, + { + "rank": 22, + "metrics": { + "Yield": 86.1, + "% H2O": 10.9, + "+/- Ave": -1.2 + }, + "brand": "XITAVO", + "product": "XO2865E", + "traits": "E3" + }, + { + "rank": 23, + "metrics": { + "Yield": 85.9, + "% H2O": 8.6, + "+/- Ave": -1.42 + }, + "brand": "Axis", + "product": "2924E", + "traits": "E3" + }, + { + "rank": 24, + "metrics": { + "Yield": 85.8, + "% H2O": 10.0, + "+/- Ave": -1.52 + }, + "brand": "Apex", + "product": "3131S", + "traits": "E3" + }, + { + "rank": 24, + "metrics": { + "Yield": 85.8, + "% H2O": 8.9, + "+/- Ave": -1.52 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3216E3 E3" + }, + { + "rank": 26, + "metrics": { + "Yield": 85.4, + "% H2O": 8.1, + "+/- Ave": -1.92 + }, + "brand": "Becks", + "product": "3140", + "traits": "E3 E3" + }, + { + "rank": 27, + "metrics": { + "Yield": 85.0, + "% H2O": 9.2, + "+/- Ave": -2.3 + }, + "brand": "Axis", + "product": "2824E", + "traits": "E3" + }, + { + "rank": 28, + "metrics": { + "Yield": 84.9, + "% H2O": 8.8, + "+/- Ave": -2.42 + }, + "brand": "Apex", + "product": "2940S", + "traits": "E3" + }, + { + "rank": 29, + "metrics": { + "Yield": 84.8, + "% H2O": 8.9, + "+/- Ave": -2.52 + }, + "brand": "Sun Prairie", + "product": "SP30E34", + "traits": "E3" + }, + { + "rank": 30, + "metrics": { + "Yield": 84.2, + "% H2O": 9.2, + "+/- Ave": -3.12 + }, + "brand": "Apex", + "product": "3330S", + "traits": "E3" + }, + { + "rank": 31, + "metrics": { + "Yield": 84.0, + "% H2O": 8.9, + "+/- Ave": -3.3 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3445E3 E3" + }, + { + "rank": 32, + "metrics": { + "Yield": 83.2, + "% H2O": 13.6, + "+/- Ave": -4.1 + }, + "brand": "Axis", + "product": "2924E", + "traits": "E3" + }, + { + "rank": 33, + "metrics": { + "Yield": 82.9, + "% H2O": 10.5, + "+/- Ave": -4.4 + }, + "brand": "Dyna-Gro", + "product": "DG26EN53", + "traits": "E3" + }, + { + "rank": 33, + "metrics": { + "Yield": 82.9, + "% H2O": 10.0, + "+/- Ave": -4.42 + }, + "brand": "Dyna-Gro", + "product": "29EN62", + "traits": "E3" + }, + { + "rank": 33, + "metrics": { + "Yield": 82.9, + "% H2O": 9.8, + "+/- Ave": -4.42 + }, + "brand": "Axis", + "product": "2924E", + "traits": "E3" + }, + { + "rank": 36, + "metrics": { + "Yield": 82.3, + "% H2O": 8.3, + "+/- Ave": -5.02 + }, + "brand": "Sun Prairie", + "product": "SP31E33", + "traits": "E3" + }, + { + "rank": 37, + "metrics": { + "Yield": 82.0, + "% H2O": 11.1, + "+/- Ave": -5.32 + }, + "brand": "Golden Harvest", + "product": "GH2922E3", + "traits": "E3" + }, + { + "rank": 38, + "metrics": { + "Yield": 81.2, + "% H2O": 9.2, + "+/- Ave": -6.1 + }, + "brand": "Axis", + "product": "2924E", + "traits": "E3" + }, + { + "rank": 39, + "metrics": { + "Yield": 80.5, + "% H2O": 8.6, + "+/- Ave": -6.82 + }, + "brand": "NK", + "product": "NK30-A9E3", + "traits": "E3" + }, + { + "rank": 40, + "metrics": { + "Yield": 78.2, + "% H2O": 10.7, + "+/- Ave": -9.1 + }, + "brand": "XITAVO", + "product": "XO2625E", + "traits": "E3" + }, + { + "rank": 40, + "metrics": { + "Yield": 78.2, + "% H2O": 8.4, + "+/- Ave": -9.12 + }, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "E3" + } + ], + "n_results": 41, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Danny-Schmitt-Tonica-IL-61370.pdf" + ], + "fetched_at": "2026-06-05T00:57:31.148388+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9579.md b/corpus/proharvest_plots/phpr-soybeans-2024-9579.md new file mode 100644 index 00000000..65128fa3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9579.md @@ -0,0 +1,64 @@ +# Soybean yield trial — DANNY SCHMITT (Tonica, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Tonica, IL · LaSalle County +- **Cooperator:** DANNY SCHMITT +- **Company rep:** John Walsh +- **Planted:** 4/24/2024 +- **Harvested:** 10/7/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 120,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Danny-Schmitt-Tonica-IL-61370.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Brevant | B263EE | E3 | 93.9 | 9.8 | - | 6.6 | +| 1 | Pioneer | P26Z78E3 | E3 | 93.9 | 9.6 | - | 6.6 | +| 3 | Pioneer | P28Z89E3 | E3 | 93.3 | 10.5 | - | 5.98 | +| 4 | LG | Seeds | LGS2881E3 E3 | 92.5 | 11.3 | - | 5.2 | +| 5 | Axis | 2924E | E3 | 91.9 | 9.9 | - | 4.58 | +| 6 | XITAVO | 2735E | E3 | 91.7 | 10.9 | - | 4.4 | +| 7 | Becks | 2550 | E3 E3 | 90.7 | 9.5 | - | 3.4 | +| 8 | Dyna-Gro | S25EN74 | E3 | 90.5 | 9.9 | - | 3.2 | +| 9 | Axis | 2924E | E3 | 90.0 | 9.9 | - | 2.7 | +| 10 | Sun Prairie | SP28E34 | E3 | 89.7 | 9.4 | - | 2.4 | +| 11 | Golden Harvest | GH2814E3S | E3 | 89.5 | 10.0 | - | 2.2 | +| 12 | LG | Seeds | LGS2505E3 E3 | 89.4 | 10.4 | - | 2.1 | +| 13 | NK | NK26-M6E3 | E3 | 89.2 | 9.9 | - | 1.9 | +| 14 | Sun Prairie | SP29E35 | E3 | 88.8 | 9.1 | - | 1.48 | +| 14 | LG | Seeds | LGS3000E3 E3 | 88.8 | 9.1 | - | 1.48 | +| 16 | Pioneer | P31Z03E3 | E3 | 88.4 | 9.3 | - | 1.08 | +| 17 | Pioneer | P28Z30E3 | E3 | 87.4 | 10.0 | - | 0.1 | +| 18 | Axis | 2704E | E3 | 87.3 | 10.3 | - | 0.0 | +| 19 | Becks | 3300 | E3 E3 | 86.9 | 9.6 | - | -0.4 | +| 20 | Axis | 3314E | E3 | 86.7 | 9.4 | - | -0.6 | +| 21 | Golden Harvest | GH2775E3 | E3 | 86.5 | 10.8 | - | -0.8 | +| 22 | XITAVO | XO2865E | E3 | 86.1 | 10.9 | - | -1.2 | +| 23 | Axis | 2924E | E3 | 85.9 | 8.6 | - | -1.42 | +| 24 | Apex | 3131S | E3 | 85.8 | 10.0 | - | -1.52 | +| 24 | LG | Seeds | LGS3216E3 E3 | 85.8 | 8.9 | - | -1.52 | +| 26 | Becks | 3140 | E3 E3 | 85.4 | 8.1 | - | -1.92 | +| 27 | Axis | 2824E | E3 | 85.0 | 9.2 | - | -2.3 | +| 28 | Apex | 2940S | E3 | 84.9 | 8.8 | - | -2.42 | +| 29 | Sun Prairie | SP30E34 | E3 | 84.8 | 8.9 | - | -2.52 | +| 30 | Apex | 3330S | E3 | 84.2 | 9.2 | - | -3.12 | +| 31 | LG | Seeds | LGS3445E3 E3 | 84.0 | 8.9 | - | -3.3 | +| 32 | Axis | 2924E | E3 | 83.2 | 13.6 | - | -4.1 | +| 33 | Dyna-Gro | DG26EN53 | E3 | 82.9 | 10.5 | - | -4.4 | +| 33 | Dyna-Gro | 29EN62 | E3 | 82.9 | 10.0 | - | -4.42 | +| 33 | Axis | 2924E | E3 | 82.9 | 9.8 | - | -4.42 | +| 36 | Sun Prairie | SP31E33 | E3 | 82.3 | 8.3 | - | -5.02 | +| 37 | Golden Harvest | GH2922E3 | E3 | 82.0 | 11.1 | - | -5.32 | +| 38 | Axis | 2924E | E3 | 81.2 | 9.2 | - | -6.1 | +| 39 | NK | NK30-A9E3 | E3 | 80.5 | 8.6 | - | -6.82 | +| 40 | XITAVO | XO2625E | E3 | 78.2 | 10.7 | - | -9.1 | +| 40 | Golden Harvest | GH3035E3 | E3 | 78.2 | 8.4 | - | -9.12 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9581.json b/corpus/proharvest_plots/phpr-soybeans-2024-9581.json new file mode 100644 index 00000000..6efe6a89 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9581.json @@ -0,0 +1,213 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9581", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Morris", + "county": "Grundy", + "year": 2024, + "plot_id": 9581, + "cooperator": "Green Thumb Farms", + "latitude": 41.3574135, + "longitude": -88.4215234, + "company_representative": "John Walsh", + "planted_date": "5/17/2024", + "harvested_date": "10/8/2024", + "previous_crop": "Wheat", + "row_width": "30\"", + "population_seeds_per_acre": 130000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 74.93, + "% H2O": 11.9, + "+/- Ave": 8.1 + }, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 71.1, + "% H2O": 10.1, + "+/- Ave": 4.3 + }, + "brand": "Becks", + "product": "3300", + "traits": "E3 E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 70.64, + "% H2O": 11.6, + "+/- Ave": 3.8 + }, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 69.64, + "% H2O": 10.2, + "+/- Ave": 2.8 + }, + "brand": "Becks", + "product": "2550", + "traits": "E3 E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 69.21, + "% H2O": 8.8, + "+/- Ave": 2.4 + }, + "brand": "Pioneer", + "product": "P33Z17E", + "traits": "E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 67.97, + "% H2O": 9.4, + "+/- Ave": 1.2 + }, + "brand": "Pioneer", + "product": "P31Z32E", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 67.24, + "% H2O": 9.7, + "+/- Ave": 0.4 + }, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 67.11, + "% H2O": 11.1, + "+/- Ave": 0.3 + }, + "brand": "Apex", + "product": "AE3150", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 66.98, + "% H2O": 8.6, + "+/- Ave": 0.2 + }, + "brand": "Becks", + "product": "3140", + "traits": "E3 E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 66.87, + "% H2O": 10.1, + "+/- Ave": 0.1 + }, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 64.53, + "% H2O": 12.6, + "+/- Ave": -2.3 + }, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 64.5, + "% H2O": 11.5, + "+/- Ave": -2.3 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3" + }, + { + "rank": 13, + "metrics": { + "Yield": 63.75, + "% H2O": 9.9, + "+/- Ave": -3.1 + }, + "brand": "Pioneer", + "product": "P26Z78E", + "traits": "E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 62.05, + "% H2O": 10.1, + "+/- Ave": -4.8 + }, + "brand": "Becks", + "product": "2830", + "traits": "E3 E3" + }, + { + "rank": 15, + "metrics": { + "Yield": 61.26, + "% H2O": 9.9, + "+/- Ave": -5.5 + }, + "brand": "CHS", + "product": "EXP", + "traits": "E3" + }, + { + "rank": 16, + "metrics": { + "Yield": 61.07, + "% H2O": 10.7, + "+/- Ave": -5.7 + }, + "brand": "Apex", + "product": "AE2740", + "traits": "E3" + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Greenthumb-Farms-Mazon-IL-60444.pdf" + ], + "fetched_at": "2026-06-05T00:57:29.500748+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9581.md b/corpus/proharvest_plots/phpr-soybeans-2024-9581.md new file mode 100644 index 00000000..b2c34337 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9581.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Green Thumb Farms (Morris, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Morris, IL · Grundy County +- **Cooperator:** Green Thumb Farms +- **Company rep:** John Walsh +- **Planted:** 5/17/2024 +- **Harvested:** 10/8/2024 +- **Previous crop:** Wheat +- **Row width:** 30" +- **Population:** 130,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Greenthumb-Farms-Mazon-IL-60444.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P32Z91E | E3 | 74.93 | 11.9 | - | 8.1 | +| 2 | Becks | 3300 | E3 E3 | 71.1 | 10.1 | - | 4.3 | +| 3 | Pioneer | P28Z89E | E3 | 70.64 | 11.6 | - | 3.8 | +| 4 | Becks | 2550 | E3 E3 | 69.64 | 10.2 | - | 2.8 | +| 5 | Pioneer | P33Z17E | E3 | 69.21 | 8.8 | - | 2.4 | +| 6 | Pioneer | P31Z32E | E3 | 67.97 | 9.4 | - | 1.2 | +| 7 | Pioneer | P27Z41E | E3 | 67.24 | 9.7 | - | 0.4 | +| 8 | Apex | AE3150 | E3 | 67.11 | 11.1 | - | 0.3 | +| 9 | Becks | 3140 | E3 E3 | 66.98 | 8.6 | - | 0.2 | +| 10 | Pioneer | P31Z03E | E3 | 66.87 | 10.1 | - | 0.1 | +| 11 | Pioneer | P28Z30E | E3 | 64.53 | 12.6 | - | -2.3 | +| 12 | Apex | AE2940S | E3 | 64.5 | 11.5 | - | -2.3 | +| 13 | Pioneer | P26Z78E | E3 | 63.75 | 9.9 | - | -3.1 | +| 14 | Becks | 2830 | E3 E3 | 62.05 | 10.1 | - | -4.8 | +| 15 | CHS | EXP | E3 | 61.26 | 9.9 | - | -5.5 | +| 16 | Apex | AE2740 | E3 | 61.07 | 10.7 | - | -5.7 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9583.json b/corpus/proharvest_plots/phpr-soybeans-2024-9583.json new file mode 100644 index 00000000..da97b005 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9583.json @@ -0,0 +1,280 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9583", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Lexington", + "county": "McLean", + "year": 2024, + "plot_id": 9583, + "cooperator": "ISU Farm", + "latitude": 40.6414237, + "longitude": -88.7834001, + "company_representative": "Eric Yoder", + "planted_date": "5/21/2024", + "harvested_date": "10/16/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 136000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 8.4, + "Test Wt.": null, + "Yield": 78.01, + "+/- Ave": 6.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "36F58", + "traits": null, + "metrics": { + "% H2O": 8.2, + "Test Wt.": null, + "Yield": 77.1, + "+/- Ave": 5.3 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "32F54", + "traits": null, + "metrics": { + "% H2O": 8.4, + "Test Wt.": null, + "Yield": 75.2, + "+/- Ave": 3.4 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "31E37", + "traits": null, + "metrics": { + "% H2O": 8.5, + "Test Wt.": null, + "Yield": 74.95, + "+/- Ave": 3.2 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 8.2, + "Test Wt.": null, + "Yield": 74.45, + "+/- Ave": 2.7 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE2750", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 74.29, + "+/- Ave": 2.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE2930", + "traits": null, + "metrics": { + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 74.13, + "+/- Ave": 2.4 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE2940S", + "traits": null, + "metrics": { + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 73.96, + "+/- Ave": 2.2 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "25E35", + "traits": null, + "metrics": { + "% H2O": 8.3, + "Test Wt.": null, + "Yield": 73.13, + "+/- Ave": 1.4 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "29F42", + "traits": null, + "metrics": { + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 72.92, + "+/- Ave": 1.1 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE3330S", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": null, + "Yield": 71.07, + "+/- Ave": -0.7 + } + }, + { + "brand": "Apex", + "rank": 12, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Meristem Hopper Throttle", + "% H2O": 8.2, + "Test Wt.": null, + "Yield": 70.97, + "+/- Ave": -0.8 + } + }, + { + "brand": "Apex", + "rank": 13, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 8.4, + "Test Wt.": null, + "Yield": 69.57, + "+/- Ave": -2.2 + } + }, + { + "brand": "Apex", + "rank": 14, + "product": "AE2740", + "traits": null, + "metrics": { + "% H2O": 8.5, + "Test Wt.": null, + "Yield": 69.41, + "+/- Ave": -2.4 + } + }, + { + "brand": "ProHarvest", + "rank": 15, + "product": "35E52", + "traits": null, + "metrics": { + "% H2O": 8.1, + "Test Wt.": null, + "Yield": 69.22, + "+/- Ave": -2.6 + } + }, + { + "brand": "Apex", + "rank": 16, + "product": "AE2950", + "traits": null, + "metrics": { + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 69.18, + "+/- Ave": -2.6 + } + }, + { + "brand": "Apex", + "rank": 17, + "product": "AE3720S", + "traits": null, + "metrics": { + "% H2O": 8.2, + "Test Wt.": null, + "Yield": 67.98, + "+/- Ave": -3.8 + } + }, + { + "brand": "Apex", + "rank": 18, + "product": "AE3541", + "traits": null, + "metrics": { + "% H2O": 8.2, + "Test Wt.": null, + "Yield": 67.65, + "+/- Ave": -4.1 + } + }, + { + "brand": "Apex", + "rank": 19, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Rosens Stride Bio", + "% H2O": 8.3, + "Test Wt.": null, + "Yield": 67.16, + "+/- Ave": -4.6 + } + }, + { + "brand": "Apex", + "rank": 20, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 8.2, + "Test Wt.": null, + "Yield": 65.08, + "+/- Ave": -6.7 + } + } + ], + "n_results": 20, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-ISU-Farm-Lexington-IL-61753.pdf" + ], + "fetched_at": "2026-06-05T00:57:27.995224+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9583.md b/corpus/proharvest_plots/phpr-soybeans-2024-9583.md new file mode 100644 index 00000000..55ee6cee --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9583.md @@ -0,0 +1,43 @@ +# Soybean yield trial — ISU Farm (Lexington, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Lexington, IL · McLean County +- **Cooperator:** ISU Farm +- **Company rep:** Eric Yoder +- **Planted:** 5/21/2024 +- **Harvested:** 10/16/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 136,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-ISU-Farm-Lexington-IL-61753.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3150 | - | 78.01 | 8.4 | None | 6.2 | +| 2 | ProHarvest | 36F58 | - | 77.1 | 8.2 | None | 5.3 | +| 3 | ProHarvest | 32F54 | - | 75.2 | 8.4 | None | 3.4 | +| 4 | ProHarvest | 31E37 | - | 74.95 | 8.5 | None | 3.2 | +| 5 | Apex | AE3550S | - | 74.45 | 8.2 | None | 2.7 | +| 6 | Apex | AE2750 | - | 74.29 | 8.6 | None | 2.5 | +| 7 | Apex | AE2930 | - | 74.13 | 8.8 | None | 2.4 | +| 8 | Apex | AE2940S | - | 73.96 | 8.8 | None | 2.2 | +| 9 | ProHarvest | 25E35 | - | 73.13 | 8.3 | None | 1.4 | +| 10 | ProHarvest | 29F42 | - | 72.92 | 8.7 | None | 1.1 | +| 11 | Apex | AE3330S | - | 71.07 | 8.6 | None | -0.7 | +| 12 | Apex | AE3131S | - | 70.97 | 8.2 | None | -0.8 | +| 13 | Apex | AE3340 | - | 69.57 | 8.4 | None | -2.2 | +| 14 | Apex | AE2740 | - | 69.41 | 8.5 | None | -2.4 | +| 15 | ProHarvest | 35E52 | - | 69.22 | 8.1 | None | -2.6 | +| 16 | Apex | AE2950 | - | 69.18 | 8.7 | None | -2.6 | +| 17 | Apex | AE3720S | - | 67.98 | 8.2 | None | -3.8 | +| 18 | Apex | AE3541 | - | 67.65 | 8.2 | None | -4.1 | +| 19 | Apex | AE3131S | - | 67.16 | 8.3 | None | -4.6 | +| 20 | Apex | AE3131S | - | 65.08 | 8.2 | None | -6.7 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9585.json b/corpus/proharvest_plots/phpr-soybeans-2024-9585.json new file mode 100644 index 00000000..9d47e517 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9585.json @@ -0,0 +1,154 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9585", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Monticello", + "county": "Piatt", + "year": 2024, + "plot_id": 9585, + "cooperator": "Muse Farms", + "latitude": 40.026295, + "longitude": -88.567956, + "company_representative": "Tucker Muse", + "planted_date": "5/22/2024", + "harvested_date": "10/12/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.8, + "Test Wt.": null, + "Yield": 88.42, + "+/- Ave": 7.7 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 86.79, + "+/- Ave": 6.1 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 84.6, + "+/- Ave": 3.9 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 83.35, + "+/- Ave": 2.7 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.4, + "Test Wt.": null, + "Yield": 81.57, + "+/- Ave": 0.9 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3950S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 10, + "Test Wt.": null, + "Yield": 80.15, + "+/- Ave": -0.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3330S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 76.97, + "+/- Ave": -3.7 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 73.34, + "+/- Ave": -7.4 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "Ultra", + "% H2O": 10, + "Test Wt.": null, + "Yield": 71.05, + "+/- Ave": -9.6 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Jess-Tucker-Muse-Monticello-IL-61856.pdf" + ], + "fetched_at": "2026-06-05T00:57:26.429932+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9585.md b/corpus/proharvest_plots/phpr-soybeans-2024-9585.md new file mode 100644 index 00000000..83e5d96f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9585.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Muse Farms (Monticello, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Monticello, IL · Piatt County +- **Cooperator:** Muse Farms +- **Company rep:** Tucker Muse +- **Planted:** 5/22/2024 +- **Harvested:** 10/12/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Jess-Tucker-Muse-Monticello-IL-61856.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3131S | - | 88.42 | 9.8 | None | 7.7 | +| 2 | Apex | AE3850 | - | 86.79 | 9.9 | None | 6.1 | +| 3 | Apex | AE3550S | - | 84.6 | 9.6 | None | 3.9 | +| 4 | Apex | AE3150 | - | 83.35 | 9.9 | None | 2.7 | +| 5 | Apex | AE3340 | - | 81.57 | 9.4 | None | 0.9 | +| 6 | Apex | AE3950S | - | 80.15 | 10 | None | -0.5 | +| 7 | Apex | AE3330S | - | 76.97 | 9.6 | None | -3.7 | +| 8 | Apex | AE3720S | - | 73.34 | 9.6 | None | -7.4 | +| 9 | Apex | AE2950 | - | 71.05 | 10 | None | -9.6 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9587.json b/corpus/proharvest_plots/phpr-soybeans-2024-9587.json new file mode 100644 index 00000000..8dddd0b4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9587.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9587", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Joliet", + "county": "Will", + "year": 2024, + "plot_id": 9587, + "cooperator": "Joliet Junior College", + "latitude": 41.4797147, + "longitude": -88.1158055, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Joliet-Junior-College-Joliet-IL-60403.pdf" + ], + "fetched_at": "2026-06-05T00:57:25.020839+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9587.md b/corpus/proharvest_plots/phpr-soybeans-2024-9587.md new file mode 100644 index 00000000..57b1b7c7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9587.md @@ -0,0 +1,46 @@ +# Soybean yield trial — Joliet Junior College (Joliet, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Joliet, IL · Will County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Joliet-Junior-College-Joliet-IL-60403.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 Soybean Variety Plot +J.F. Richards Land Laboratory +Cooperator Joliet Junior College Planting Date 10-Jun-24 +Address 17840 Laraway Road Harvest Date Oct. 11, '24 +City, State, Zip Joliet, IL 61433 +County Will +Crop Soybeans; 30" rows +Planting Rate 145,000 +Previous Crop Corn +Tillage System spring disk/spring cultivate +Plot width 180" +Plot length 868' +Bu/A= [(100 - measured % moisture) * 0.01 ] x harvest weight Herbicide Enlist One + Liberty +÷ [(1-0.130) x 60 lb/bu] ÷ [(plot width) x (plot length)/43,560ft²/A] Additional N / Fungicide n/a +Harvest Harvest Bu/Acre @ +Entry Brand Hybrid Traits RM Rank +Weight Moisture % 15% mst +check₁ Pioneer 25A16E Enlist 3 2.5 770 9.5 48.0 7 +Golden +1 GH 2775E3 Enlist 3 2.7 845 10.6 51.9 3 +Harvest +2 Mershman 2522E Enlist 3 2.5 780 11.6 47.4 8 +3 NuTech 27N03 Enlist 3 2.7 830 9.9 51.4 5 +Bayer Connect +5 Enlist 3 2.8 850 9.9 52.6 2 +(Stone) CT2824E +6 SunPrairie SP31E33 Enlist 3 3.1 825 9.1 51.5 4 +7 ProHarvest Apex AE3131S Enlist 3 3.1 815 8.3 51.4 5 +8 Donmario 2846.E Enlist 3 2.8 870 9.8 53.9 1 +9 DeKalb Alloy A33E34 Enlist 3 3.3 785 9.1 49.0 6 +check₂ Pioneer 25A16E Enlist 3 2.5 820 8.7 51.4 5 +PLOT AVERAGE: 50.9 +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9589.json b/corpus/proharvest_plots/phpr-soybeans-2024-9589.json new file mode 100644 index 00000000..0a38b608 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9589.json @@ -0,0 +1,128 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9589", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Morrisonville", + "county": "Christian", + "year": 2024, + "plot_id": 9589, + "cooperator": "Lynn Tryon", + "latitude": 39.4200501, + "longitude": -89.4556486, + "company_representative": "Keith Knapp", + "planted_date": "4/22/2024", + "harvested_date": "10/12/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": "Yes", + "herbicide": "Enlist and Liberty", + "insecticide": "Yes", + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3950", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 12.7, + "Test Wt.": null, + "Yield": 88.73, + "+/- Ave": 9.8 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 83.96, + "+/- Ave": 5 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 12.9, + "Test Wt.": null, + "Yield": 79.21, + "+/- Ave": 0.2 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 76.97, + "+/- Ave": -2 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3330S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 12.9, + "Test Wt.": null, + "Yield": 76.88, + "+/- Ave": -2.1 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 12.9, + "Test Wt.": null, + "Yield": 74.55, + "+/- Ave": -4.4 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 13.2, + "Test Wt.": null, + "Yield": 72.55, + "+/- Ave": -6.4 + } + } + ], + "n_results": 7, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Lynn-Tryon-Morrisonville-IL-62546.pdf" + ], + "fetched_at": "2026-06-05T00:57:23.425436+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9589.md b/corpus/proharvest_plots/phpr-soybeans-2024-9589.md new file mode 100644 index 00000000..dbf7ec8e --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9589.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Lynn Tryon (Morrisonville, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Morrisonville, IL · Christian County +- **Cooperator:** Lynn Tryon +- **Company rep:** Keith Knapp +- **Planted:** 4/22/2024 +- **Harvested:** 10/12/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Lynn-Tryon-Morrisonville-IL-62546.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3950 | - | 88.73 | 12.7 | None | 9.8 | +| 2 | Apex | AE3850 | - | 83.96 | 12.8 | None | 5 | +| 3 | Apex | AE3340 | - | 79.21 | 12.9 | None | 0.2 | +| 4 | Apex | AE3720S | - | 76.97 | 12.8 | None | -2 | +| 5 | Apex | AE3330S | - | 76.88 | 12.9 | None | -2.1 | +| 6 | ProHarvest | 35E52 | - | 74.55 | 12.9 | None | -4.4 | +| 7 | Apex | AE3150 | - | 72.55 | 13.2 | None | -6.4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9591.json b/corpus/proharvest_plots/phpr-soybeans-2024-9591.json new file mode 100644 index 00000000..b4e56573 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9591.json @@ -0,0 +1,183 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9591", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "St. Augustine", + "county": "Knox", + "year": 2024, + "plot_id": 9591, + "cooperator": "Sam & Julie Serven", + "latitude": 40.7183728, + "longitude": -90.4109616, + "company_representative": "Eric Yoder", + "planted_date": "5/19/2024", + "harvested_date": "10/3/2024", + "previous_crop": "Corn", + "row_width": "20", + "population_seeds_per_acre": 130000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": null, + "Yield": 83.5, + "+/- Ave": 5.8 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3950S", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": null, + "Yield": 83.1, + "+/- Ave": 5.4 + } + }, + { + "brand": "LG Seeds", + "rank": 3, + "product": "LGS3688E3", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": null, + "Yield": 78.9, + "+/- Ave": 1.2 + } + }, + { + "brand": "LG Seeds", + "rank": 4, + "product": "LGS3804E3", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 78.1, + "+/- Ave": 0.4 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3720S", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 77.9, + "+/- Ave": 0.2 + } + }, + { + "brand": "LG Seeds", + "rank": 6, + "product": "LGS3000E3", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 77.4, + "+/- Ave": -0.3 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 77.4, + "+/- Ave": -0.3 + } + }, + { + "brand": "LG Seeds", + "rank": 7, + "product": "LGS3216E3", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 76.7, + "+/- Ave": -1 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "Check", + "% H2O": 10, + "Test Wt.": null, + "Yield": 75.9, + "+/- Ave": -1.8 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": null, + "Yield": 75.4, + "+/- Ave": -2.3 + } + }, + { + "brand": "LG Seeds", + "rank": 10, + "product": "LGS3445E3", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": null, + "Yield": 74.4, + "+/- Ave": -3.3 + } + }, + { + "brand": "LG Seeds", + "rank": 11, + "product": "LGS2881E3", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 74.1, + "+/- Ave": -3.6 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Sam-Julie-Serven-St-Augustine-IL-61474.pdf" + ], + "fetched_at": "2026-06-05T00:57:21.935673+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9591.md b/corpus/proharvest_plots/phpr-soybeans-2024-9591.md new file mode 100644 index 00000000..fab82157 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9591.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Sam & Julie Serven (St. Augustine, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** St. Augustine, IL · Knox County +- **Cooperator:** Sam & Julie Serven +- **Company rep:** Eric Yoder +- **Planted:** 5/19/2024 +- **Harvested:** 10/3/2024 +- **Previous crop:** Corn +- **Row width:** 20 +- **Population:** 130,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Sam-Julie-Serven-St-Augustine-IL-61474.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3150 | - | 83.5 | 9.8 | None | 5.8 | +| 2 | Apex | AE3950S | - | 83.1 | 9.7 | None | 5.4 | +| 3 | LG Seeds | LGS3688E3 | - | 78.9 | 9.5 | None | 1.2 | +| 4 | LG Seeds | LGS3804E3 | - | 78.1 | 9.6 | None | 0.4 | +| 5 | Apex | AE3720S | - | 77.9 | 9.6 | None | 0.2 | +| 6 | LG Seeds | LGS3000E3 | - | 77.4 | 9.9 | None | -0.3 | +| 6 | Apex | AE3720S | - | 77.4 | 9.6 | None | -0.3 | +| 7 | LG Seeds | LGS3216E3 | - | 76.7 | 9.6 | None | -1 | +| 8 | Apex | AE3720S | - | 75.9 | 10 | None | -1.8 | +| 9 | Apex | AE3340 | - | 75.4 | 9.5 | None | -2.3 | +| 10 | LG Seeds | LGS3445E3 | - | 74.4 | 9.6 | None | -3.3 | +| 11 | LG Seeds | LGS2881E3 | - | 74.1 | 9.9 | None | -3.6 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9593.json b/corpus/proharvest_plots/phpr-soybeans-2024-9593.json new file mode 100644 index 00000000..dad5128c --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9593.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9593", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2024, + "plot_id": 9593, + "cooperator": "Synergy Herscher", + "latitude": 41.106563, + "longitude": -88.096008, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Herscher-IL-60941-Replicated.pdf" + ], + "fetched_at": "2026-06-05T00:57:20.519563+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9593.md b/corpus/proharvest_plots/phpr-soybeans-2024-9593.md new file mode 100644 index 00000000..ed47ca3c --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9593.md @@ -0,0 +1,61 @@ +# Soybean yield trial — Synergy Herscher (Herscher, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Herscher, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Herscher-IL-60941-Replicated.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +LOCATION: HERSCHER, IL Yield Sorted +Plant date: 5/19/2024 Latitude: N41.106563 4 REP +Harvest date: 10/6/2024 Longitude: W88.096008 AVERAGE +Brand Variety Trait Treatment BU/AC % +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Releyna+PonchoXC+Trunemco 86.8 11.2% +ProHarvest PH 25E35 Treatment trial Enlist CruiserMaxx APX 79.2 11.2% +ProHarvest PH 31E37 Enlist FI + Saltro 79.1 11.3% +ProHarvest PH 25E35 Treatment trial Enlist CruiserMaxx APX + Saltro 79.0 11.2% +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya + Gaucho 600 78.8 11.2% +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya + PonchoXC + Saltro 77.2 11.2% +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya + PonchoXC + ILevo 76.7 11.1% +ProHarvest AE 2930 Enlist FI + Saltro 75.3 11.3% +ProHarvest PH 25E35 Enlist FI + Saltro 74.7 11.2% +Pioneer P 31A73 Enlist FI Lumigen 74.4 11.3% +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya + PonchoXC 74.0 11.1% +Burrus 3415E Enlist CruiserMaxx APX + Saltro 73.8 11.2% +Merschman Chippewa 2522E Enlist FI + Saltro + Trunemco 73.6 11.3% +Alloy A 33E34 Enlist FI + Ilevo 72.9 11.2% +ProHarvest PH 35E52 Enlist FI + Saltro 72.2 11.2% +ProHarvest AE 2950 Enlist FI + Saltro 72.1 11.2% +ProHarvest AE 3550S Enlist FI + Saltro 72.1 11.2% +ProHarvest AE 3340 Enlist FI + Saltro 72.1 11.3% +ProHarvest AE 2750 Enlist FI + Saltro 70.7 11.2% +Burrus 2846E Enlist CruiserMaxx APX + Saltro 69.9 11.3% +Pioneer P 28A65 Enlist FI Lumigen 69.7 11.2% +Merschman Lincoln 2431E Enlist FI + Saltro + Trunemco 69.1 11.2% +Burrus DM 36E94 Enlist CruiserMaxx APX + Saltro 68.5 11.3% +ProHarvest AE 2600 Enlist FI + Saltro 68.2 11.2% +ProHarvest AE 3330S Enlist FI + Saltro 67.9 11.2% +ProHarvest AE 3150 Enlist FI + Saltro 66.7 11.2% +Asgrow 27XF3 Xtend Flex FI + Ilevo 66.6 11.1% +ProHarvest AE 3541 Enlist FI + Saltro 65.6 11.3% +Alloy A 29E36 Enlist FI + Ilevo 65.3 11.3% +ProHarvest AE 2740 Enlist FI + Saltro 65.0 11.2% +ProHarvest AE 2940S Enlist FI + Saltro 64.6 11.2% +ProHarvest AE 3720S Enlist FI + Saltro 64.5 11.3% +Asgrow 30XF4 Xtend Flex FI + Ilevo 64.5 11.2% +ProHarvest AE 2440 Enlist FI + Saltro 64.0 11.1% +ProHarvest AE 3131S Enlist FI + Saltro 62.8 11.2% +Merschman Osage 2526E Enlist FI + Saltro + Trunemco 62.7 11.2% +Alloy A 34E35 Enlist FI + Ilevo 62.1 11.3% +Burrus 3767E Enlist CruiserMaxx APX + Saltro 61.6 11.3% +Alloy A 28E34 Enlist FI + Ilevo 61.1 11.2% +Asgrow 33XF3 Xtend Flex FI + Ilevo 60.3 11.2% +Merschman Apache 1926E Enlist FI + Saltro + Trunemco 59.6 11.2% +Merschman Kennedy 1936E Enlist FI + Saltro + Trunemco 57.1 11.2% +69.6 +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9595.json b/corpus/proharvest_plots/phpr-soybeans-2024-9595.json new file mode 100644 index 00000000..b6be2bf4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9595.json @@ -0,0 +1,444 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9595", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Strawn", + "county": "Livingston", + "year": 2024, + "plot_id": 9595, + "cooperator": "Ag Supply", + "latitude": 40.6525346, + "longitude": -88.3964427, + "company_representative": "Jake Wilken", + "planted_date": "5/7/2024", + "harvested_date": "10/2/2024", + "previous_crop": "Corn", + "row_width": "15\"", + "population_seeds_per_acre": 155000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 94.93, + "% H2O": 13.4, + "+/- Ave": 12.4 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": null + }, + { + "rank": 2, + "metrics": { + "Yield": 92.58, + "% H2O": 13.6, + "+/- Ave": 10.0 + }, + "brand": "Apex", + "product": "AE3340", + "traits": null + }, + { + "rank": 3, + "metrics": { + "Yield": 91.77, + "% H2O": 17.0, + "+/- Ave": 9.2 + }, + "brand": "Apex", + "product": "AE3850", + "traits": null + }, + { + "rank": 4, + "metrics": { + "Yield": 90.79, + "% H2O": 13.9, + "+/- Ave": 8.3 + }, + "brand": "Apex", + "product": "AE3150", + "traits": null + }, + { + "rank": 5, + "metrics": { + "Yield": 90.71, + "% H2O": 12.4, + "+/- Ave": 8.2 + }, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": null + }, + { + "rank": 6, + "metrics": { + "Yield": 90.0, + "% H2O": 14.8, + "+/- Ave": 7.5 + }, + "brand": "Apex", + "product": "AE3950", + "traits": null + }, + { + "rank": 8, + "metrics": { + "Yield": 89.81, + "% H2O": 13.9, + "+/- Ave": 7.3 + }, + "brand": "Apex", + "product": "AE3720S", + "traits": null + }, + { + "rank": 9, + "metrics": { + "Yield": 89.59, + "% H2O": 12.2, + "+/- Ave": 7.1 + }, + "brand": "Alloy", + "product": "A27E35", + "traits": null + }, + { + "rank": 10, + "metrics": { + "Yield": 89.29, + "% H2O": 13.3, + "+/- Ave": 6.8 + }, + "brand": "Apex", + "product": "AE2950", + "traits": null + }, + { + "rank": 12, + "metrics": { + "Yield": 88.26, + "% H2O": 13.5, + "+/- Ave": 5.7 + }, + "brand": "Apex", + "product": "AE3330S", + "traits": null + }, + { + "rank": 13, + "metrics": { + "Yield": 87.85, + "% H2O": 13.9, + "+/- Ave": 5.3 + }, + "brand": "Apex", + "product": "AE3131S", + "traits": null + }, + { + "rank": 14, + "metrics": { + "Yield": 85.76, + "% H2O": 13.7, + "+/- Ave": 3.2 + }, + "brand": "Alloy", + "product": "A36E33", + "traits": null + }, + { + "rank": 15, + "metrics": { + "Yield": 85.7, + "% H2O": 12.6, + "+/- Ave": 3.2 + }, + "brand": "Alloy", + "product": "A29E35", + "traits": null + }, + { + "rank": 16, + "metrics": { + "Yield": 85.67, + "% H2O": 12.8, + "+/- Ave": 3.1 + }, + "brand": "Apex", + "product": "AE3550", + "traits": null + }, + { + "rank": 17, + "metrics": { + "Yield": 85.37, + "% H2O": 13.1, + "+/- Ave": 2.8 + }, + "brand": "Alloy", + "product": "A30E35", + "traits": null + }, + { + "rank": 18, + "metrics": { + "Yield": 85.37, + "% H2O": 12.6, + "+/- Ave": 2.8 + }, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": null + }, + { + "rank": 18, + "metrics": { + "Yield": 85.37, + "% H2O": 12.6, + "+/- Ave": 2.8 + }, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": null + }, + { + "rank": 20, + "metrics": { + "Yield": 84.54, + "% H2O": 12.6, + "+/- Ave": 2.0 + }, + "brand": "Asgrow", + "product": "AG29XF5", + "traits": null + }, + { + "rank": 21, + "metrics": { + "Yield": 84.49, + "% H2O": 13.5, + "+/- Ave": 2.0 + }, + "brand": "ProHarvest", + "product": "35E52", + "traits": null + }, + { + "rank": 22, + "metrics": { + "Yield": 83.66, + "% H2O": 12.3, + "+/- Ave": 1.1 + }, + "brand": "Alloy", + "product": "A34E35", + "traits": null + }, + { + "rank": 23, + "metrics": { + "Yield": 83.19, + "% H2O": 17.7, + "+/- Ave": 0.7 + }, + "brand": "Alloy", + "product": "A38E35", + "traits": null + }, + { + "rank": 24, + "metrics": { + "Yield": 83.09, + "% H2O": 12.2, + "+/- Ave": 0.6 + }, + "brand": "Pioneer", + "product": "P37Z06E", + "traits": null + }, + { + "rank": 25, + "metrics": { + "Yield": 82.17, + "% H2O": 12.3, + "+/- Ave": -0.4 + }, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": null + }, + { + "rank": 26, + "metrics": { + "Yield": 81.55, + "% H2O": 12.6, + "+/- Ave": -1.0 + }, + "brand": "Alloy", + "product": "A33E34", + "traits": null + }, + { + "rank": 28, + "metrics": { + "Yield": 81.38, + "% H2O": 15.7, + "+/- Ave": -1.2 + }, + "brand": "Pioneer", + "product": "P40Z57E", + "traits": null + }, + { + "rank": 29, + "metrics": { + "Yield": 81.22, + "% H2O": 12.6, + "+/- Ave": -1.3 + }, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": null + }, + { + "rank": 30, + "metrics": { + "Yield": 80.91, + "% H2O": 12.4, + "+/- Ave": -1.6 + }, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": null + }, + { + "rank": 31, + "metrics": { + "Yield": 80.9, + "% H2O": 13.3, + "+/- Ave": -1.6 + }, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": null + }, + { + "rank": 32, + "metrics": { + "Yield": 80.84, + "% H2O": 12.3, + "+/- Ave": -1.7 + }, + "brand": "Pioneer", + "product": "P25A16E", + "traits": null + }, + { + "rank": 33, + "metrics": { + "Yield": 80.36, + "% H2O": 14.4, + "+/- Ave": -2.2 + }, + "brand": "Asgrow", + "product": "AG38XF3", + "traits": null + }, + { + "rank": 34, + "metrics": { + "Yield": 78.46, + "% H2O": 14.7, + "+/- Ave": -4.1 + }, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": null + }, + { + "rank": 35, + "metrics": { + "Yield": 77.21, + "% H2O": 13.2, + "+/- Ave": -5.3 + }, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": null + }, + { + "rank": 36, + "metrics": { + "Yield": 76.73, + "% H2O": 13.0, + "+/- Ave": -5.8 + }, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": null + }, + { + "rank": 37, + "metrics": { + "Yield": 74.93, + "% H2O": 12.4, + "+/- Ave": -7.6 + }, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": null + }, + { + "rank": 38, + "metrics": { + "Yield": 74.89, + "% H2O": 13.4, + "+/- Ave": -7.6 + }, + "brand": "Asgrow", + "product": "AG37XF5", + "traits": null + }, + { + "rank": 39, + "metrics": { + "Yield": 72.77, + "% H2O": 12.8, + "+/- Ave": -9.8 + }, + "brand": "Pioneer", + "product": "P35Z76E", + "traits": null + }, + { + "rank": 40, + "metrics": { + "Yield": 72.11, + "% H2O": 12.8, + "+/- Ave": -10.4 + }, + "brand": "Asgrow", + "product": "AG31XF5", + "traits": null + } + ], + "n_results": 37, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Ag-Supply-Strawn-IL-61775.pdf" + ], + "fetched_at": "2026-06-05T00:57:19.022191+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9595.md b/corpus/proharvest_plots/phpr-soybeans-2024-9595.md new file mode 100644 index 00000000..704e17df --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9595.md @@ -0,0 +1,60 @@ +# Soybean yield trial — Ag Supply (Strawn, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Strawn, IL · Livingston County +- **Cooperator:** Ag Supply +- **Company rep:** Jake Wilken +- **Planted:** 5/7/2024 +- **Harvested:** 10/2/2024 +- **Previous crop:** Corn +- **Row width:** 15" +- **Population:** 155,000 seeds/acre +- **Tillage:** No-Till +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Ag-Supply-Strawn-IL-61775.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2940S | - | 94.93 | 13.4 | - | 12.4 | +| 2 | Apex | AE3340 | - | 92.58 | 13.6 | - | 10.0 | +| 3 | Apex | AE3850 | - | 91.77 | 17.0 | - | 9.2 | +| 4 | Apex | AE3150 | - | 90.79 | 13.9 | - | 8.3 | +| 5 | Pioneer | P32Z91E | - | 90.71 | 12.4 | - | 8.2 | +| 6 | Apex | AE3950 | - | 90.0 | 14.8 | - | 7.5 | +| 8 | Apex | AE3720S | - | 89.81 | 13.9 | - | 7.3 | +| 9 | Alloy | A27E35 | - | 89.59 | 12.2 | - | 7.1 | +| 10 | Apex | AE2950 | - | 89.29 | 13.3 | - | 6.8 | +| 12 | Apex | AE3330S | - | 88.26 | 13.5 | - | 5.7 | +| 13 | Apex | AE3131S | - | 87.85 | 13.9 | - | 5.3 | +| 14 | Alloy | A36E33 | - | 85.76 | 13.7 | - | 3.2 | +| 15 | Alloy | A29E35 | - | 85.7 | 12.6 | - | 3.2 | +| 16 | Apex | AE3550 | - | 85.67 | 12.8 | - | 3.1 | +| 17 | Alloy | A30E35 | - | 85.37 | 13.1 | - | 2.8 | +| 18 | Asgrow | AG33XF3 | - | 85.37 | 12.6 | - | 2.8 | +| 18 | Asgrow | AG27XF3 | - | 85.37 | 12.6 | - | 2.8 | +| 20 | Asgrow | AG29XF5 | - | 84.54 | 12.6 | - | 2.0 | +| 21 | ProHarvest | 35E52 | - | 84.49 | 13.5 | - | 2.0 | +| 22 | Alloy | A34E35 | - | 83.66 | 12.3 | - | 1.1 | +| 23 | Alloy | A38E35 | - | 83.19 | 17.7 | - | 0.7 | +| 24 | Pioneer | P37Z06E | - | 83.09 | 12.2 | - | 0.6 | +| 25 | Pioneer | P31Z03E | - | 82.17 | 12.3 | - | -0.4 | +| 26 | Alloy | A33E34 | - | 81.55 | 12.6 | - | -1.0 | +| 28 | Pioneer | P40Z57E | - | 81.38 | 15.7 | - | -1.2 | +| 29 | Pioneer | P28Z30E | - | 81.22 | 12.6 | - | -1.3 | +| 30 | Asgrow | AG35XF5 | - | 80.91 | 12.4 | - | -1.6 | +| 31 | Asgrow | AG25XF5 | - | 80.9 | 13.3 | - | -1.6 | +| 32 | Pioneer | P25A16E | - | 80.84 | 12.3 | - | -1.7 | +| 33 | Asgrow | AG38XF3 | - | 80.36 | 14.4 | - | -2.2 | +| 34 | Asgrow | AG36XF4 | - | 78.46 | 14.7 | - | -4.1 | +| 35 | Asgrow | AG30XF4 | - | 77.21 | 13.2 | - | -5.3 | +| 36 | Asgrow | AG26XF4 | - | 76.73 | 13.0 | - | -5.8 | +| 37 | Pioneer | P28Z89E | - | 74.93 | 12.4 | - | -7.6 | +| 38 | Asgrow | AG37XF5 | - | 74.89 | 13.4 | - | -7.6 | +| 39 | Pioneer | P35Z76E | - | 72.77 | 12.8 | - | -9.8 | +| 40 | Asgrow | AG31XF5 | - | 72.11 | 12.8 | - | -10.4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9597.json b/corpus/proharvest_plots/phpr-soybeans-2024-9597.json new file mode 100644 index 00000000..bdb86de2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9597.json @@ -0,0 +1,367 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9597", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": null, + "county": "DeKalb", + "year": 2024, + "plot_id": 9597, + "cooperator": "DeKalb Co. Corn & Soybean Growers", + "latitude": 41.8903447, + "longitude": -88.7713953, + "company_representative": "Eric Yoder", + "planted_date": "5/18/2024", + "harvested_date": "10/6/2024", + "previous_crop": null, + "row_width": "15\"", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": "Conventional", + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 86.2, + "% H2O": 12.8, + "+/- Ave": 6.7 + }, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XtendFlex" + }, + { + "rank": 2, + "metrics": { + "Yield": 85.8, + "% H2O": 12.2, + "+/- Ave": 6.3 + }, + "brand": "Nutech", + "product": "28N03E", + "traits": "Enlist" + }, + { + "rank": 3, + "metrics": { + "Yield": 84.6, + "% H2O": 12.6, + "+/- Ave": 5.1 + }, + "brand": "Nutech", + "product": "25N05E", + "traits": "Enlist" + }, + { + "rank": 4, + "metrics": { + "Yield": 84.3, + "% H2O": 12.0, + "+/- Ave": 4.8 + }, + "brand": "Viking/BlueRiver", + "product": "30B4", + "traits": "Conv" + }, + { + "rank": 5, + "metrics": { + "Yield": 83.8, + "% H2O": 12.2, + "+/- Ave": 4.3 + }, + "brand": "Pioneer", + "product": "28Z30E", + "traits": "Enlist" + }, + { + "rank": 6, + "metrics": { + "Yield": 83.2, + "% H2O": 12.4, + "+/- Ave": 3.7 + }, + "brand": "Pioneer", + "product": "27Z41E", + "traits": "Enlist" + }, + { + "rank": 6, + "metrics": { + "Yield": 83.2, + "% H2O": 13.0, + "+/- Ave": 3.7 + }, + "brand": "Viking/BlueRiver", + "product": "2418N", + "traits": "Conv" + }, + { + "rank": 8, + "metrics": { + "Yield": 82.9, + "% H2O": 13.2, + "+/- Ave": 3.4 + }, + "brand": "ProHarvest", + "product": "29C57", + "traits": "Conv" + }, + { + "rank": 9, + "metrics": { + "Yield": 82.4, + "% H2O": 12.9, + "+/- Ave": 2.9 + }, + "brand": "Pioneer", + "product": "28Z89E", + "traits": "Enlist" + }, + { + "rank": 10, + "metrics": { + "Yield": 81.3, + "% H2O": 12.9, + "+/- Ave": 1.8 + }, + "brand": "Pioneer", + "product": "26Z78E", + "traits": "Enlist" + }, + { + "rank": 11, + "metrics": { + "Yield": 81.1, + "% H2O": 13.1, + "+/- Ave": 1.6 + }, + "brand": "Nutech", + "product": "30N06E", + "traits": "Enlist" + }, + { + "rank": 12, + "metrics": { + "Yield": 80.5, + "% H2O": 13.2, + "+/- Ave": 1.0 + }, + "brand": "Viking/BlueRiver", + "product": "3418N", + "traits": "Conv" + }, + { + "rank": 13, + "metrics": { + "Yield": 80.1, + "% H2O": 13.0, + "+/- Ave": 0.6 + }, + "brand": "ProHarvest", + "product": "AE3131S", + "traits": "Enlist" + }, + { + "rank": 14, + "metrics": { + "Yield": 79.9, + "% H2O": 12.6, + "+/- Ave": 0.4 + }, + "brand": "Viking/BlueRiver", + "product": "27B4", + "traits": "Conv" + }, + { + "rank": 15, + "metrics": { + "Yield": 79.7, + "% H2O": 13.2, + "+/- Ave": 0.2 + }, + "brand": "DF", + "product": "Seeds", + "traits": "DF214 Conv" + }, + { + "rank": 16, + "metrics": { + "Yield": 79.4, + "% H2O": 13.1, + "+/- Ave": -0.1 + }, + "brand": "Asgrow", + "product": "AG21XF2", + "traits": "XtendFlex" + }, + { + "rank": 17, + "metrics": { + "Yield": 79.2, + "% H2O": 12.5, + "+/- Ave": -0.3 + }, + "brand": "Becks", + "product": "2550E3", + "traits": "Enlist" + }, + { + "rank": 18, + "metrics": { + "Yield": 78.7, + "% H2O": 12.7, + "+/- Ave": -0.8 + }, + "brand": "Pioneer", + "product": "31Z32E", + "traits": "Enlist" + }, + { + "rank": 18, + "metrics": { + "Yield": 78.7, + "% H2O": 13.0, + "+/- Ave": -0.8 + }, + "brand": "FS", + "product": "HS28E10", + "traits": "Enlist" + }, + { + "rank": 20, + "metrics": { + "Yield": 77.7, + "% H2O": 13.0, + "+/- Ave": -1.8 + }, + "brand": "ProHarvest", + "product": "26C52", + "traits": "Conv" + }, + { + "rank": 21, + "metrics": { + "Yield": 77.4, + "% H2O": 12.5, + "+/- Ave": -2.1 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "Enlist" + }, + { + "rank": 21, + "metrics": { + "Yield": 77.4, + "% H2O": 12.7, + "+/- Ave": -2.1 + }, + "brand": "Becks", + "product": "2950E3", + "traits": "Enlist" + }, + { + "rank": 21, + "metrics": { + "Yield": 77.4, + "% H2O": 12.9, + "+/- Ave": -2.1 + }, + "brand": "Becks", + "product": "2997XF", + "traits": "XtendFlex" + }, + { + "rank": 24, + "metrics": { + "Yield": 77.1, + "% H2O": 12.9, + "+/- Ave": -2.4 + }, + "brand": "FS", + "product": "HS25E30", + "traits": "Enlist" + }, + { + "rank": 25, + "metrics": { + "Yield": 76.3, + "% H2O": 12.9, + "+/- Ave": -3.2 + }, + "brand": "ProHarvest", + "product": "AE2940S", + "traits": "Enlist" + }, + { + "rank": 26, + "metrics": { + "Yield": 75.9, + "% H2O": 13.2, + "+/- Ave": -3.6 + }, + "brand": "AXIS", + "product": "2305E", + "traits": "Enlist" + }, + { + "rank": 27, + "metrics": { + "Yield": 74.6, + "% H2O": 12.7, + "+/- Ave": -4.9 + }, + "brand": "AXIS", + "product": "2635ES", + "traits": "Enlist" + }, + { + "rank": 28, + "metrics": { + "Yield": 73.9, + "% H2O": 12.6, + "+/- Ave": -5.6 + }, + "brand": "Asgrow", + "product": "A28E34", + "traits": "Enlist" + }, + { + "rank": 29, + "metrics": { + "Yield": 73.1, + "% H2O": 13.3, + "+/- Ave": -6.4 + }, + "brand": "FS", + "product": "HS29E40", + "traits": "Enlist" + }, + { + "rank": 30, + "metrics": { + "Yield": 68.2, + "% H2O": 13.3, + "+/- Ave": -11.3 + }, + "brand": "DF", + "product": "Seeds", + "traits": "DF262 Conv" + } + ], + "n_results": 30, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-DCCG-Malta-IL-60150.pdf" + ], + "fetched_at": "2026-06-05T00:57:17.539545+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9597.md b/corpus/proharvest_plots/phpr-soybeans-2024-9597.md new file mode 100644 index 00000000..9d43eb8f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9597.md @@ -0,0 +1,49 @@ +# Soybean yield trial — DeKalb Co. Corn & Soybean Growers (IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** IL · DeKalb County +- **Cooperator:** DeKalb Co. Corn & Soybean Growers +- **Company rep:** Eric Yoder +- **Planted:** 5/18/2024 +- **Harvested:** 10/6/2024 +- **Row width:** 15" +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-DCCG-Malta-IL-60150.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Asgrow | AG26XF4 | XtendFlex | 86.2 | 12.8 | - | 6.7 | +| 2 | Nutech | 28N03E | Enlist | 85.8 | 12.2 | - | 6.3 | +| 3 | Nutech | 25N05E | Enlist | 84.6 | 12.6 | - | 5.1 | +| 4 | Viking/BlueRiver | 30B4 | Conv | 84.3 | 12.0 | - | 4.8 | +| 5 | Pioneer | 28Z30E | Enlist | 83.8 | 12.2 | - | 4.3 | +| 6 | Pioneer | 27Z41E | Enlist | 83.2 | 12.4 | - | 3.7 | +| 6 | Viking/BlueRiver | 2418N | Conv | 83.2 | 13.0 | - | 3.7 | +| 8 | ProHarvest | 29C57 | Conv | 82.9 | 13.2 | - | 3.4 | +| 9 | Pioneer | 28Z89E | Enlist | 82.4 | 12.9 | - | 2.9 | +| 10 | Pioneer | 26Z78E | Enlist | 81.3 | 12.9 | - | 1.8 | +| 11 | Nutech | 30N06E | Enlist | 81.1 | 13.1 | - | 1.6 | +| 12 | Viking/BlueRiver | 3418N | Conv | 80.5 | 13.2 | - | 1.0 | +| 13 | ProHarvest | AE3131S | Enlist | 80.1 | 13.0 | - | 0.6 | +| 14 | Viking/BlueRiver | 27B4 | Conv | 79.9 | 12.6 | - | 0.4 | +| 15 | DF | Seeds | DF214 Conv | 79.7 | 13.2 | - | 0.2 | +| 16 | Asgrow | AG21XF2 | XtendFlex | 79.4 | 13.1 | - | -0.1 | +| 17 | Becks | 2550E3 | Enlist | 79.2 | 12.5 | - | -0.3 | +| 18 | Pioneer | 31Z32E | Enlist | 78.7 | 12.7 | - | -0.8 | +| 18 | FS | HS28E10 | Enlist | 78.7 | 13.0 | - | -0.8 | +| 20 | ProHarvest | 26C52 | Conv | 77.7 | 13.0 | - | -1.8 | +| 21 | ProHarvest | 25E35 | Enlist | 77.4 | 12.5 | - | -2.1 | +| 21 | Becks | 2950E3 | Enlist | 77.4 | 12.7 | - | -2.1 | +| 21 | Becks | 2997XF | XtendFlex | 77.4 | 12.9 | - | -2.1 | +| 24 | FS | HS25E30 | Enlist | 77.1 | 12.9 | - | -2.4 | +| 25 | ProHarvest | AE2940S | Enlist | 76.3 | 12.9 | - | -3.2 | +| 26 | AXIS | 2305E | Enlist | 75.9 | 13.2 | - | -3.6 | +| 27 | AXIS | 2635ES | Enlist | 74.6 | 12.7 | - | -4.9 | +| 28 | Asgrow | A28E34 | Enlist | 73.9 | 12.6 | - | -5.6 | +| 29 | FS | HS29E40 | Enlist | 73.1 | 13.3 | - | -6.4 | +| 30 | DF | Seeds | DF262 Conv | 68.2 | 13.3 | - | -11.3 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9599.json b/corpus/proharvest_plots/phpr-soybeans-2024-9599.json new file mode 100644 index 00000000..7a5a5c6b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9599.json @@ -0,0 +1,103 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9599", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Morris", + "county": "Grundy", + "year": 2024, + "plot_id": 9599, + "cooperator": "RAY & RUSSELL ROGERS", + "latitude": 41.3574135, + "longitude": -88.4215234, + "company_representative": "John Walsh", + "planted_date": "4/23/2024", + "harvested_date": "10/2/2024", + "previous_crop": "Corn", + "row_width": "15\"", + "population_seeds_per_acre": null, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 73.5, + "% H2O": 13.2, + "+/- Ave": 4.8 + }, + "brand": "Apex", + "product": "AE3541", + "traits": "E3 proTect Ultra" + }, + { + "rank": 2, + "metrics": { + "Yield": 71.48, + "% H2O": 13.4, + "+/- Ave": 2.8 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3 proTect Ultra" + }, + { + "rank": 3, + "metrics": { + "Yield": 71.1, + "% H2O": 13.3, + "+/- Ave": 2.4 + }, + "brand": "Apex", + "product": "AE2750", + "traits": "E3 proTect Ultra" + }, + { + "rank": 4, + "metrics": { + "Yield": 68.15, + "% H2O": 12.3, + "+/- Ave": -0.5 + }, + "brand": "Apex", + "product": "AE3330S", + "traits": "E3 proTect Ultra" + }, + { + "rank": 5, + "metrics": { + "Yield": 65.5, + "% H2O": 12.7, + "+/- Ave": -3.2 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3 proTect Ultra" + }, + { + "rank": 6, + "metrics": { + "Yield": 62.23, + "% H2O": 12.7, + "+/- Ave": -6.4 + }, + "brand": "Apex", + "product": "AE3131S", + "traits": "E3 proTect Ultra" + } + ], + "n_results": 6, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Ray-Rogers-Morris-IL-60450.pdf" + ], + "fetched_at": "2026-06-05T00:57:15.996192+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9599.md b/corpus/proharvest_plots/phpr-soybeans-2024-9599.md new file mode 100644 index 00000000..cafa9320 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9599.md @@ -0,0 +1,28 @@ +# Soybean yield trial — RAY & RUSSELL ROGERS (Morris, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Morris, IL · Grundy County +- **Cooperator:** RAY & RUSSELL ROGERS +- **Company rep:** John Walsh +- **Planted:** 4/23/2024 +- **Harvested:** 10/2/2024 +- **Previous crop:** Corn +- **Row width:** 15" +- **Tillage:** Conventional +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Ray-Rogers-Morris-IL-60450.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3541 | E3 proTect Ultra | 73.5 | 13.2 | - | 4.8 | +| 2 | ProHarvest | 25E35 | E3 proTect Ultra | 71.48 | 13.4 | - | 2.8 | +| 3 | Apex | AE2750 | E3 proTect Ultra | 71.1 | 13.3 | - | 2.4 | +| 4 | Apex | AE3330S | E3 proTect Ultra | 68.15 | 12.3 | - | -0.5 | +| 5 | Apex | AE2940S | E3 proTect Ultra | 65.5 | 12.7 | - | -3.2 | +| 6 | Apex | AE3131S | E3 proTect Ultra | 62.23 | 12.7 | - | -6.4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9601.json b/corpus/proharvest_plots/phpr-soybeans-2024-9601.json new file mode 100644 index 00000000..d55f1dc4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9601.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9601", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Clifton", + "county": "Iroquois", + "year": 2024, + "plot_id": 9601, + "cooperator": "Synergy Seeds Clifton", + "latitude": 40.9156814, + "longitude": -88.0341574, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Clifton-IL-60927.pdf" + ], + "fetched_at": "2026-06-05T00:57:14.696862+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9601.md b/corpus/proharvest_plots/phpr-soybeans-2024-9601.md new file mode 100644 index 00000000..7d23f2fe --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9601.md @@ -0,0 +1,63 @@ +# Soybean yield trial — Synergy Seeds Clifton (Clifton, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Clifton, IL · Iroquois County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Clifton-IL-60927.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 Synergy Seeds Soybean Harvest Report +Cooperator Howe Prev Crop CORN Prior Year Herb +Mailing Address Tillage Type N/A PreE Herb +City, State, Zip Clifton % Ground Cover Date Applied +County Iroquois Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer SYNERGY SEEDS Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/20/2024 Soil Texture Silty Clay Loam Seed Treatment $10.00 +Planting Pop. 140,000 NPK applied Soil Insecticide per bushel +Row Width 30.0 P2O5 H, M, L Medium Std Moisture +Harvest Date 10/9/2024 K2O H, M, L Medium +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years, 25-50% +Grower Signature YES Experiment Number: +Use Grower's Name +Harvest Soybean @13.0% Row Harvest +Entry Moist. Bushels/Acre Gross Rank by # Length Weight +No. Brand Variety Trait (%) Yield Rank Income Income Rows (ft.) (lbs.) +1 Merschman Chippewa 2522 FI + Saltro + Tripidity Enlist 11.1 55.1 25 $ 550.88 25 4 505 375 +2 Apex 2440 FI + Saltro Enlist 9.9 55.8 24 $ 558.32 24 4 505 375 +3 ProHarvest 25E35 FI + Saltro Enlist 10.1 66.8 7 $ 668.50 7 4 505 450 +4 Merschman Osage 2526 FI + Saltro + Tripidity Enlist 10.1 65.4 10 $ 653.64 10 4 505 440 +5 Apex 2740 FI + Saltro Enlist 9.6 59.0 20 $ 590.05 20 4 505 395 +6 Apex 2750 FI + Saltro Enlist 9.2 63.8 13 $ 637.68 13 4 505 425 +7 Burrus 2846 CruiserMaxx APX + Saltro Enlist 9.5 58.3 22 $ 583.23 22 4 505 390 +8 Pioneer 28A65 FI + Lumigen Enlist 9.0 56.4 23 $ 563.90 23 4 505 375 +9 Alloy 28E34 FI + Ilevo Enlist 7.8 52.6 29 $ 525.63 29 4 505 345 +10 Apex 2930 FI + Saltro Enlist 10.2 52.7 28 $ 526.78 28 4 505 355 +11 Merschman Cherokee 2429 FI + Saltro + Tripidity Enlist 9.9 54.3 27 $ 543.43 27 4 505 365 +12 Apex 2940 FI + Saltro Enlist 9.6 59.0 20 $ 590.05 20 4 505 395 +13 Alloy 30E35 FI + Ilevo Enlist 9.2 62.3 15 $ 622.67 15 4 505 415 +14 Apex 2950 FI + Saltro Enlist 9.4 54.6 26 $ 546.45 26 4 505 365 +15 Merschman Lincoln 2431 FI + Saltro + Tripidity Enlist 10.0 66.9 6 $ 669.24 6 4 505 450 +16 Apex 3131S FI + Saltro Enlist 9.4 62.1 16 $ 621.30 16 4 505 415 +17 Pioneer 31A73 FI + Lumigen Enlist 10.1 66.1 8 $ 661.07 8 4 505 445 +18 Apex 3150 FI + Saltro Enlist 9.8 65.6 9 $ 655.82 9 4 505 440 +19 Alloy 33E34 FI + Ilevo Enlist 11.1 60.2 19 $ 602.30 19 4 505 410 +20 Apex 3340 FI + Saltro Enlist 10.1 64.6 11 $ 646.21 11 4 505 435 +21 Burrus 3415 CruiserMaxx APX + Saltro Enlist 9.7 67.1 5 $ 671.47 5 4 505 450 +22 Alloy 34E35 FI + Ilevo Enlist 9.3 64.4 12 $ 644.47 12 4 505 430 +23 ProHarvest 35E52 FI + Saltro Enlist 9.5 70.3 3 $ 702.87 3 4 505 470 +24 Apex 3550S FI + Saltro Enlist 10.0 73.6 1 $ 736.16 1 4 505 495 +25 Apex 3541 FI + Saltro Enlist 9.9 61.8 17 $ 617.87 17 4 505 415 +26 Don Mario 36E94 CruiserMaxx APX + Saltro Enlist 8.6 71.7 2 $ 717.41 2 4 505 475 +27 Apex 3720S FI + Saltro Enlist 10.0 61.7 18 $ 617.19 18 4 505 415 +26 Burrus 3767 CruiserMaxx APX + Saltro Enlist 9.8 62.6 14 $ 626.01 14 4 505 420 +27 Alloy 27E35 FI + Ilevo Enlist 9.6 67.2 4 $ 672.21 4 4 505 450 +Plot Average 9.7 62.1 +GPS Coordinates: (40.9156814, -88.0341574) +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9603.json b/corpus/proharvest_plots/phpr-soybeans-2024-9603.json new file mode 100644 index 00000000..b126c67f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9603.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9603", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2024, + "plot_id": 9603, + "cooperator": "Synergy Seeds Herscher", + "latitude": 41.1065591, + "longitude": -88.0955062, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Herscher-IL-60941.pdf" + ], + "fetched_at": "2026-06-05T00:57:13.173131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9603.md b/corpus/proharvest_plots/phpr-soybeans-2024-9603.md new file mode 100644 index 00000000..33f33159 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9603.md @@ -0,0 +1,63 @@ +# Soybean yield trial — Synergy Seeds Herscher (Herscher, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Herscher, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Herscher-IL-60941.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 Synergy Seeds Soybean Harvest Report +Cooperator BAUER Prev Crop CORN Prior Year Herb +Mailing Address Tillage Type N/A PreE Herb +City, State, Zip HERSCHER % Ground Cover Date Applied +County KANKAKEE Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer SYNERGY SEEDS Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/5/2024 Soil Texture Silty Clay Loam Seed Treatment $10.00 +Planting Pop. 142,000 NPK applied Soil Insecticide per bushel +Row Width 30.0 P2O5 H, M, L Medium Std Moisture +Harvest Date 10/5/2024 K2O H, M, L Medium +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years, 25-50% +Grower Signature YES Experiment Number: +Use Grower's Name +Harvest Soybean @13.0% Row Harvest +Entry Moist. Bushels/Acre Gross Rank by # Length Weight +No. Brand Variety Trait (%) Yield Rank Income Income Rows (ft.) (lbs.) +1 Merschman Chippewa 2522 FI + Saltro + Tripidity Enlist 11.3 78.7 2 $ 7 87.48 2 4 360 383 +2 Apex 2440 FI + Saltro Enlist 11.2 63.6 27 $ 6 36.04 27 4 360 309 +3 ProHarvest 25E35 FI + Saltro Enlist 11.3 72.2 14 $ 7 21.68 14 4 360 351 +4 Merschman Osage 2526 FI + Saltro + Tripidity Enlist 11.3 80.6 1 $ 8 05.98 1 4 360 392 +5 Apex 2740 FI + Saltro Enlist 11.2 65.7 26 $ 6 56.81 26 4 352 312 +6 Apex 2750 FI + Saltro Enlist 11.9 76.2 9 $ 7 62.33 9 4 352 365 +7 Burrus 2846 CruiserMaxx APX + Saltro Enlist 11.6 72.1 15 $ 7 21.29 15 4 360 352 +8 Pioneer 28A65 FI + Lumigen Enlist 11.8 71.4 19 $ 7 13.52 19 4 360 349 +9 Alloy 28E34 FI + Ilevo Enlist 11.4 66.7 25 $ 6 67.47 25 4 360 325 +10 Apex 2930 FI + Saltro Enlist 11.7 72.7 13 $ 7 26.61 13 4 360 355 +11 Merschman Cherokee 2429 FI + Saltro + Tripidity Enlist 11.5 76.9 6 $ 7 69.29 6 4 360 375 +12 Apex 2940 FI + Saltro Enlist 11.3 72.0 16 $ 7 19.63 16 4 360 350 +13 Alloy 30E35 FI + Ilevo Enlist 12.0 77.5 4 $ 7 75.14 4 4 360 380 +14 Apex 2950 FI + Saltro Enlist 12.0 73.4 11 $ 7 34.35 11 4 360 360 +15 Merschman Lincoln 2431 FI + Saltro + Tripidity Enlist 11.4 74.8 10 $ 7 47.57 10 4 360 364 +16 Apex 3131S FI + Saltro Enlist 11.8 73.2 12 $ 7 31.93 12 4 360 358 +17 Pioneer 31A73 FI + Lumigen Enlist 11.6 76.8 7 $ 7 68.42 7 4 360 375 +18 Apex 3150 FI + Saltro Enlist 11.6 71.9 17 $ 7 19.24 17 4 360 351 +19 Alloy 33E34 FI + Ilevo Enlist 12.0 77.1 5 $ 7 71.06 5 4 360 378 +20 Apex 3340 FI + Saltro Enlist 11.5 77.5 3 $ 7 75.44 3 4 360 378 +21 Burrus 3415 CruiserMaxx APX + Saltro Enlist 11.4 76.8 8 $ 7 68.10 8 4 360 374 +22 Alloy 34E35 FI + Ilevo Enlist 11.4 68.2 21 $ 6 81.85 21 4 360 332 +23 ProHarvest 35E52 FI + Saltro Enlist 11.9 71.9 18 $ 7 18.84 18 4 360 352 +24 Apex 3541 FI + Saltro Enlist 11.4 71.1 20 $ 7 10.60 20 4 360 346 +25 Don Mario 36E94 CruiserMaxx APX + Saltro Enlist 11.2 68.1 22 $ 6 81.33 22 4 360 331 +26 Apex 3720S FI + Saltro Enlist 11.2 66.9 24 $ 6 68.98 24 4 360 325 +27 Burrus 3767 CruiserMaxx APX + Saltro Enlist 12.2 67.6 23 $ 6 75.69 23 4 360 332 +Plot Average 0.0 72.7 +GPS Coordinates: (41.1065591, -88.0955062) +Stake is in first row of entry +planted South to North +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9605.json b/corpus/proharvest_plots/phpr-soybeans-2024-9605.json new file mode 100644 index 00000000..97096ea9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9605.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9605", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Onarga", + "county": "Iroquois", + "year": 2024, + "plot_id": 9605, + "cooperator": "Synergy Seeds Onarga", + "latitude": 40.6612874, + "longitude": -87.9792851, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Onarga-IL-60955.pdf" + ], + "fetched_at": "2026-06-05T00:57:11.531780+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9605.md b/corpus/proharvest_plots/phpr-soybeans-2024-9605.md new file mode 100644 index 00000000..19d674d5 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9605.md @@ -0,0 +1,61 @@ +# Soybean yield trial — Synergy Seeds Onarga (Onarga, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Onarga, IL · Iroquois County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-Onarga-IL-60955.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +LOCATION: ONARGA, IL Yield Sorted +Plant date: 5/17/2024 Latitude: N40.6612874 4 REP +Harvest date: 10/22/2024 Longitude: W87.9792851 AVERAGE % +Brand Variety Trait Treatment BU./ACRE MOIST +ProHarvest AE 3550S Enlist FI + Saltro 98.3 11.2 +ProHarvest PH 25E35 Treatment trial Enlist CruiserMaxx APX 97.9 11.0 +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya + Pouncho XC 95.4 11.3 +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Releyna+PounchoXC+Trunemco 94.4 11.1 +ProHarvest PH 25E35 Enlist FI + Saltro 92.9 11.1 +Burrus 3415E Enlist CruiserMaxx APX + Saltro 92.6 11.1 +Pioneer P 31A73 Enlist FI Lumigen 92.5 11.4 +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya+Pouncho XC+Saltro 92.0 11.2 +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya + Gaucho600 91.6 11.2 +ProHarvest PH 25E35 Treatment trial Enlist ObviusPlus/Relenya+Pouncho XC+ILevo 91.1 11.1 +ProHarvest PH 25E35 Treatment trial Enlist CruiserMaxx APX + Saltro 90.6 11.1 +ProHarvest AE 3150 Enlist FI + Saltro 90.0 11.3 +Merschman Osage 2526 Enlist FI + Saltro + Trunemco 88.1 11.2 +ProHarvest PH 31E37 Enlist FI + Saltro 88.1 11.3 +Alloy 33 E34 Enlist FI + Ilevo 87.8 11.2 +ProHarvest AE 2750 Enlist FI + Saltro 86.8 10.9 +ProHarvest AE 3340 Enlist FI + Saltro 86.5 11.2 +Asgrow 27XF3 Xtend Flex FI + Ilevo 84.3 11.4 +ProHarvest AE 2930 Enlist FI + Saltro 84.1 11.5 +ProHarvest PH 35E52 Enlist FI + Saltro 84.0 11.4 +ProHarvest AE 3541 Enlist FI + Saltro 82.8 11.3 +ProHarvest AE 2940S Enlist FI + Saltro 82.8 11.4 +Merschman Lincoln 2431 Enlist FI + Saltro + Trunemco 82.3 11.1 +Alloy 34 E35 Enlist FI + Ilevo 82.1 11.4 +Burrus 2846E Enlist CruiserMaxx APX + Saltro 81.3 11.5 +ProHarvest AE 3131S Enlist FI + Saltro 81.1 11.3 +Burrus DM 36E94 Enlist CruiserMaxx APX + Saltro 80.8 11.4 +ProHarvest AE 2950 Enlist FI + Saltro 80.5 11.5 +Alloy 29 E36 Enlist FI + Ilevo 80.3 11.6 +Asgrow 33XF3 Xtend Flex FI + Ilevo 79.8 11.5 +ProHarvest AE 2600 Enlist FI + Saltro 79.5 11.5 +Burrus 3767E Enlist CruiserMaxx APX + Saltro 79.3 11.3 +ProHarvest AE 3330S Enlist FI + Saltro 79.2 11.1 +Merschman Chippewa 2323 Enlist FI + Saltro + Trunemco 78.1 11.5 +Merschman Apache 1926 Enlist FI + Saltro + Trunemco 77.8 11.3 +ProHarvest AE 3720S Enlist FI + Saltro 77.5 11.4 +ProHarvest AE 2740 Enlist FI + Saltro 77.4 11.6 +Merschman Kennedy 1936 Enlist FI + Saltro + Trunemco 77.3 11.4 +Alloy 28 E34 Enlist FI + Ilevo 73.8 11.5 +Asgrow 30XF4 Xtend Flex FI + Ilevo 73.5 11.5 +ProHarvest AE 2440 Enlist FI + Saltro 72.2 11.5 +Pioneer P 28E65 Enlist FI Lumigen 70.0 11.3 +84.2 +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9607.json b/corpus/proharvest_plots/phpr-soybeans-2024-9607.json new file mode 100644 index 00000000..c69d76ad --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9607.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9607", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "St. George", + "county": "Kankakee", + "year": 2024, + "plot_id": 9607, + "cooperator": "Synergy Seeds St. George", + "latitude": 41.1918492, + "longitude": -87.7222453, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-St-George-IL-60914.pdf" + ], + "fetched_at": "2026-06-05T00:57:10.093500+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9607.md b/corpus/proharvest_plots/phpr-soybeans-2024-9607.md new file mode 100644 index 00000000..f98afeb9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9607.md @@ -0,0 +1,56 @@ +# Soybean yield trial — Synergy Seeds St. George (St. George, IL, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** St. George, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Synergy-St-George-IL-60914.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2024 Synergy Seeds Soybean Harvest Report +Cooperator Granger Prev Crop CORN Prior Year Herb +Mailing Address Tillage Type N/A PreE Herb +City, State, Zip St.George % Ground Cover Date Applied +County Kankakee Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer SYNERGY SEEDS Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/20/2024 Soil Texture Silty Clay Loam Seed Treatment $10.00 +Planting Pop. 160,000 NPK applied Soil Insecticide per bushel +Row Width 30.0 P2O5 H, M, L Medium Std Moisture +Harvest Date 10/3/2024 K2O H, M, L Medium +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years, 25-50% +Grower Signature YES Experiment Number: +Use Grower's Name +Harvest Soybean @13.0% Row Harvest +Entry Moist. Bushels/Acre Gross Rank by # Length Weight +No. Brand Variety Trait (%) Yield Rank Income Income Rows (ft.) (lbs.) +1 Merschman Cheyenne 2220 FI + Saltro + Tripidity Enlist 10.9 77.4 4 $ 773.84 4 4 515 536 +2 Merschman Chippewa 2522 FI + Saltro + Tripidity Enlist 11.4 79.5 1 $ 795.34 1 4 515 554 +3 Apex 2440 FI + Saltro Enlist 10.6 67.4 21 $ 673.60 21 4 515 465 +4 ProHarvest 25E35 FI + Saltro Enlist 10.9 78.0 2 $ 779.62 2 4 515 540 +5 Merschman Osage 2526 FI + Saltro + Tripidity Enlist 11.0 73.7 7 $ 736.92 7 4 515 511 +6 Apex 2740 FI + Saltro Enlist 11.0 66.9 22 $ 669.14 22 4 515 464 +7 Apex 2750 FI + Saltro Enlist 10.4 77.7 3 $ 776.73 3 4 515 535 +8 Burrus 2846 CruiserMaxx APX + Saltro Enlist 10.4 69.4 15 $ 693.98 15 4 515 478 +9 Pioneer 28A65 FI + Lumigen Enlist 10.3 67.4 20 $ 674.41 20 4 515 464 +10 Alloy 28E34 FI + Ilevo Enlist 10.6 68.5 17 $ 685.19 17 4 515 473 +11 Apex 2930 FI + Saltro Enlist 10.8 73.3 8 $ 732.80 8 4 515 507 +12 Merschman Cherokee 2429 FI + Saltro + Tripidity Enlist 10.6 72.3 9 $ 722.85 9 4 515 499 +13 Apex 2940 FI + Saltro Enlist 10.6 70.8 12 $ 708.36 12 4 515 489 +14 Alloy 30E35 FI + Ilevo Enlist 10.9 75.2 6 $ 752.19 6 4 515 521 +15 Apex 2950 FI + Saltro Enlist 10.6 67.8 19 $ 677.94 19 4 515 468 +16 Merschman Lincoln 2431 FI + Saltro + Tripidity Enlist 10.3 68.7 16 $ 687.49 16 4 515 473 +17 Apex 3131S FI + Saltro Enlist 10.5 70.8 13 $ 707.71 13 4 515 488 +18 Pioneer 31A73 FI + Lumigen Enlist 10.7 75.5 5 $ 755.32 5 4 515 522 +19 Apex 3150 FI + Saltro Enlist 10.3 68.0 18 $ 680.22 18 4 515 468 +20 Alloy 33E34 FI + Ilevo Enlist 11.1 71.0 11 $ 710.16 11 4 515 493 +21 Apex 3340 FI + Saltro Enlist 10.7 69.5 14 $ 694.55 14 4 515 480 +22 Alloy 27E35 FI + Ilevo Enlist 10.0 71.6 10 $ 716.04 10 4 515 491 +Plot Average 10.7 71.8 +GPS Coordinates: (41.1918492, -87.7222453) +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9615.json b/corpus/proharvest_plots/phpr-soybeans-2024-9615.json new file mode 100644 index 00000000..12c964b1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9615.json @@ -0,0 +1,125 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9615", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Earl Park", + "county": "Benton", + "year": 2024, + "plot_id": 9615, + "cooperator": "Berenda Ag Solutions", + "latitude": 40.6828155, + "longitude": -87.4116891, + "company_representative": "Doug Hanson", + "planted_date": "7/12/2024", + "harvested_date": "9/5/2024", + "previous_crop": "Corn", + "row_width": "15\"", + "population_seeds_per_acre": 140000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 86.06, + "% H2O": 9.4, + "+/- Ave": 6.4 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "proTect Ultra" + }, + { + "rank": 2, + "metrics": { + "Yield": 82.39, + "% H2O": 9.5, + "+/- Ave": 2.8 + }, + "brand": "Apex", + "product": "AE2940", + "traits": "proTect Ultra" + }, + { + "rank": 3, + "metrics": { + "Yield": 80.26, + "% H2O": 9.2, + "+/- Ave": 0.6 + }, + "brand": "Apex", + "product": "AE3330", + "traits": "proTect Ultra" + }, + { + "rank": 4, + "metrics": { + "Yield": 79.07, + "% H2O": 9.2, + "+/- Ave": -0.6 + }, + "brand": "Apex", + "product": "AE3131", + "traits": "proTect Ultra" + }, + { + "rank": 5, + "metrics": { + "Yield": 78.89, + "% H2O": 9.4, + "+/- Ave": -0.7 + }, + "brand": "Apex", + "product": "AE3340", + "traits": "proTect Ultra" + }, + { + "rank": 6, + "metrics": { + "Yield": 77.78, + "% H2O": 9.3, + "+/- Ave": -1.8 + }, + "brand": "Apex", + "product": "AE2950", + "traits": "proTect Ultra" + }, + { + "rank": 7, + "metrics": { + "Yield": 77.18, + "% H2O": 10.0, + "+/- Ave": -2.4 + }, + "brand": "Apex", + "product": "AE3541", + "traits": "proTect Ultra" + }, + { + "rank": 8, + "metrics": { + "Yield": 75.39, + "% H2O": 9.3, + "+/- Ave": -4.2 + }, + "brand": "Apex", + "product": "AE3720", + "traits": "proTect Ultra" + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Berenda-Ag-Solutions-Earl-Park-IN-47942.pdf" + ], + "fetched_at": "2026-06-05T00:57:03.950596+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9615.md b/corpus/proharvest_plots/phpr-soybeans-2024-9615.md new file mode 100644 index 00000000..36f05a5e --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9615.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Berenda Ag Solutions (Earl Park, IN, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Earl Park, IN · Benton County +- **Cooperator:** Berenda Ag Solutions +- **Company rep:** Doug Hanson +- **Planted:** 7/12/2024 +- **Harvested:** 9/5/2024 +- **Previous crop:** Corn +- **Row width:** 15" +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Berenda-Ag-Solutions-Earl-Park-IN-47942.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 25E35 | proTect Ultra | 86.06 | 9.4 | - | 6.4 | +| 2 | Apex | AE2940 | proTect Ultra | 82.39 | 9.5 | - | 2.8 | +| 3 | Apex | AE3330 | proTect Ultra | 80.26 | 9.2 | - | 0.6 | +| 4 | Apex | AE3131 | proTect Ultra | 79.07 | 9.2 | - | -0.6 | +| 5 | Apex | AE3340 | proTect Ultra | 78.89 | 9.4 | - | -0.7 | +| 6 | Apex | AE2950 | proTect Ultra | 77.78 | 9.3 | - | -1.8 | +| 7 | Apex | AE3541 | proTect Ultra | 77.18 | 10.0 | - | -2.4 | +| 8 | Apex | AE3720 | proTect Ultra | 75.39 | 9.3 | - | -4.2 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9617.json b/corpus/proharvest_plots/phpr-soybeans-2024-9617.json new file mode 100644 index 00000000..74410270 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9617.json @@ -0,0 +1,205 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9617", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Montgomery", + "county": "Daviess", + "year": 2024, + "plot_id": 9617, + "cooperator": "Wagler Brothers", + "latitude": 40.0361447, + "longitude": -86.9007083, + "company_representative": "Tom Forrest", + "planted_date": "5/31/2024", + "harvested_date": "10/10/2024", + "previous_crop": "Hay-Alfalfa", + "row_width": "34", + "population_seeds_per_acre": 160000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Seed Consultants", + "rank": 1, + "product": "7375E", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": null, + "Yield": 60.44, + "+/- Ave": 7.9 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3850", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": null, + "Yield": 56.95, + "+/- Ave": 4.4 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE4430", + "traits": null, + "metrics": { + "% H2O": 10, + "Test Wt.": null, + "Yield": 56.47, + "+/- Ave": 3.9 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE4240", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": null, + "Yield": 55.83, + "+/- Ave": 3.3 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE4150", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": null, + "Yield": 54.86, + "+/- Ave": 2.3 + } + }, + { + "brand": "Seed Consultants", + "rank": 6, + "product": "SC", + "traits": "7412E", + "metrics": { + "% H2O": 9.8, + "Test Wt.": null, + "Yield": 54, + "+/- Ave": 1.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3950S", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": null, + "Yield": 52.27, + "+/- Ave": -0.3 + } + }, + { + "brand": "Seed Consultants", + "rank": 8, + "product": "SC", + "traits": "7364", + "metrics": { + "% H2O": 10.1, + "Test Wt.": null, + "Yield": 51.8, + "+/- Ave": -0.7 + } + }, + { + "brand": "Seed Consultants", + "rank": 9, + "product": "7385E", + "traits": null, + "metrics": { + "% H2O": 10.2, + "Test Wt.": null, + "Yield": 50.02, + "+/- Ave": -2.5 + } + }, + { + "brand": "Seed Consultants", + "rank": 10, + "product": "7332E", + "traits": null, + "metrics": { + "% H2O": 10.2, + "Test Wt.": null, + "Yield": 49.45, + "+/- Ave": -3.1 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE3720S", + "traits": null, + "metrics": { + "% H2O": 10.3, + "Test Wt.": null, + "Yield": 49.39, + "+/- Ave": -3.1 + } + }, + { + "brand": "Seed Consultants", + "rank": 12, + "product": "7355E", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 48.75, + "+/- Ave": -3.8 + } + }, + { + "brand": "Apex", + "rank": 13, + "product": "AE3920S", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 48.46, + "+/- Ave": -4.1 + } + }, + { + "brand": "Apex", + "rank": 14, + "product": "AE3541", + "traits": null, + "metrics": { + "% H2O": 10.6, + "Test Wt.": null, + "Yield": 46.65, + "+/- Ave": -5.9 + } + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Wagler-Brothers-Mongomery-IN-46321.pdf" + ], + "fetched_at": "2026-06-05T00:57:02.456999+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9617.md b/corpus/proharvest_plots/phpr-soybeans-2024-9617.md new file mode 100644 index 00000000..446ae76e --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9617.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Wagler Brothers (Montgomery, IN, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Montgomery, IN · Daviess County +- **Cooperator:** Wagler Brothers +- **Company rep:** Tom Forrest +- **Planted:** 5/31/2024 +- **Harvested:** 10/10/2024 +- **Previous crop:** Hay-Alfalfa +- **Row width:** 34 +- **Population:** 160,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Wagler-Brothers-Mongomery-IN-46321.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Seed Consultants | 7375E | - | 60.44 | 10.1 | None | 7.9 | +| 2 | Apex | AE3850 | - | 56.95 | 9.7 | None | 4.4 | +| 3 | Apex | AE4430 | - | 56.47 | 10 | None | 3.9 | +| 4 | Apex | AE4240 | - | 55.83 | 10.1 | None | 3.3 | +| 5 | Apex | AE4150 | - | 54.86 | 9.8 | None | 2.3 | +| 6 | Seed Consultants | SC | 7412E | 54 | 9.8 | None | 1.5 | +| 7 | Apex | AE3950S | - | 52.27 | 9.8 | None | -0.3 | +| 8 | Seed Consultants | SC | 7364 | 51.8 | 10.1 | None | -0.7 | +| 9 | Seed Consultants | 7385E | - | 50.02 | 10.2 | None | -2.5 | +| 10 | Seed Consultants | 7332E | - | 49.45 | 10.2 | None | -3.1 | +| 11 | Apex | AE3720S | - | 49.39 | 10.3 | None | -3.1 | +| 12 | Seed Consultants | 7355E | - | 48.75 | 9.9 | None | -3.8 | +| 13 | Apex | AE3920S | - | 48.46 | 9.9 | None | -4.1 | +| 14 | Apex | AE3541 | - | 46.65 | 10.6 | None | -5.9 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9637.json b/corpus/proharvest_plots/phpr-soybeans-2024-9637.json new file mode 100644 index 00000000..d51ae690 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9637.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9637", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Nebraska City", + "county": "Otoe", + "year": 2024, + "plot_id": 9637, + "cooperator": "Garrett Schomerus", + "latitude": 40.676526, + "longitude": -95.858694, + "company_representative": "Trent Geistlinger", + "planted_date": "5/29/2024", + "harvested_date": "10/25/2024", + "previous_crop": "Corn", + "row_width": "36", + "population_seeds_per_acre": 150000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "67000 POPULATION", + "% H2O": 8.5, + "Test Wt.": 54.7, + "Yield": 54.71, + "+/- Ave": 8.8 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "75000 POPULATION", + "% H2O": 8.5, + "Test Wt.": 55, + "Yield": 52.1, + "+/- Ave": 6.2 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3950S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.1, + "Test Wt.": 56, + "Yield": 48.4, + "+/- Ave": 2.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.6, + "Test Wt.": 54.8, + "Yield": 48.01, + "+/- Ave": 2.1 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "120000 POPULATION", + "% H2O": 8.6, + "Test Wt.": 54.4, + "Yield": 47.49, + "+/- Ave": 1.6 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.6, + "Test Wt.": 54.9, + "Yield": 46.19, + "+/- Ave": 0.3 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.9, + "Test Wt.": 55.4, + "Yield": 44.58, + "+/- Ave": -1.3 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.2, + "Test Wt.": 55.5, + "Yield": 43.78, + "+/- Ave": -2.1 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.2, + "Test Wt.": 54.7, + "Yield": 43.12, + "+/- Ave": -2.8 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 56.6, + "Yield": 42.66, + "+/- Ave": -3.2 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.5, + "Test Wt.": 56, + "Yield": 41.03, + "+/- Ave": -4.8 + } + }, + { + "brand": "Apex", + "rank": 12, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.4, + "Test Wt.": 55, + "Yield": 38.47, + "+/- Ave": -7.4 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Garrett-Schomerus-Nebraska-City-NE-68410.pdf" + ], + "fetched_at": "2026-06-05T00:56:47.451710+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9637.md b/corpus/proharvest_plots/phpr-soybeans-2024-9637.md new file mode 100644 index 00000000..4dcd860b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9637.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Garrett Schomerus (Nebraska City, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Nebraska City, NE · Otoe County +- **Cooperator:** Garrett Schomerus +- **Company rep:** Trent Geistlinger +- **Planted:** 5/29/2024 +- **Harvested:** 10/25/2024 +- **Previous crop:** Corn +- **Row width:** 36 +- **Population:** 150,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Garrett-Schomerus-Nebraska-City-NE-68410.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2750 | - | 54.71 | 8.5 | 54.7 | 8.8 | +| 2 | Apex | AE2750 | - | 52.1 | 8.5 | 55 | 6.2 | +| 3 | Apex | AE3950S | - | 48.4 | 8.1 | 56 | 2.5 | +| 4 | ProHarvest | 35E52 | - | 48.01 | 7.6 | 54.8 | 2.1 | +| 5 | Apex | AE2750 | - | 47.49 | 8.6 | 54.4 | 1.6 | +| 6 | Apex | AE2750 | - | 46.19 | 8.6 | 54.9 | 0.3 | +| 7 | Apex | AE3340 | - | 44.58 | 7.9 | 55.4 | -1.3 | +| 8 | Apex | AE3850 | - | 43.78 | 8.2 | 55.5 | -2.1 | +| 9 | Apex | AE2750 | - | 43.12 | 8.2 | 54.7 | -2.8 | +| 10 | Apex | AE3550S | - | 42.66 | 7.8 | 56.6 | -3.2 | +| 11 | Apex | AE2950 | - | 41.03 | 8.5 | 56 | -4.8 | +| 12 | Apex | AE3150 | - | 38.47 | 8.4 | 55 | -7.4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9639.json b/corpus/proharvest_plots/phpr-soybeans-2024-9639.json new file mode 100644 index 00000000..990c27c9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9639.json @@ -0,0 +1,375 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9639", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Stella", + "county": "Richardson", + "year": 2024, + "plot_id": 9639, + "cooperator": "Mike Bredemeier", + "latitude": 40.233057, + "longitude": -95.773325, + "company_representative": "Trent Geistlinger", + "planted_date": "4/22/2024", + "harvested_date": "10/1/2024", + "previous_crop": "Cover Crop Rye", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Pioneer", + "rank": 1, + "product": "P37Z06E", + "traits": null, + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 7.6, + "Test Wt.": 57.8, + "Yield": 78.68, + "+/- Ave": 8.1 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE4240S", + "traits": null, + "metrics": { + "Seed Trtmt.": "UNTREATED", + "% H2O": 8.1, + "Test Wt.": 54.7, + "Yield": 78.33, + "+/- Ave": 7.7 + } + }, + { + "brand": "Pioneer", + "rank": 3, + "product": "P40Z57E", + "traits": null, + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 7.9, + "Test Wt.": 58.7, + "Yield": 78.03, + "+/- Ave": 7.4 + } + }, + { + "brand": "Pioneer", + "rank": 4, + "product": "P42A84E", + "traits": null, + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 8.3, + "Test Wt.": 58.4, + "Yield": 76.29, + "+/- Ave": 5.7 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "36F58", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7, + "Test Wt.": 57.8, + "Yield": 74.5, + "+/- Ave": 3.9 + } + }, + { + "brand": "Pioneer", + "rank": 6, + "product": "P33Z17E", + "traits": null, + "metrics": { + "Seed Trtmt.": "Lumisena", + "% H2O": 7.6, + "Test Wt.": 57, + "Yield": 74.02, + "+/- Ave": 3.4 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3950S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 58.3, + "Yield": 73.28, + "+/- Ave": 2.7 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE2940S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.9, + "Test Wt.": 57.5, + "Yield": 73.28, + "+/- Ave": 2.7 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "38F46", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.6, + "Test Wt.": 58.2, + "Yield": 73.25, + "+/- Ave": 2.6 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.6, + "Test Wt.": 59.5, + "Yield": 72.82, + "+/- Ave": 2.2 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE4150S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 58, + "Yield": 71.65, + "+/- Ave": 1 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.6, + "Test Wt.": 58.8, + "Yield": 71.22, + "+/- Ave": 0.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "29F42", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 6.9, + "Test Wt.": 58.6, + "Yield": 70.7, + "+/- Ave": 0.1 + } + }, + { + "brand": "Apex", + "rank": 13, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.7, + "Test Wt.": 59, + "Yield": 70.09, + "+/- Ave": -0.5 + } + }, + { + "brand": "ProHarvest", + "rank": 14, + "product": "3548E", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8, + "Test Wt.": 57.4, + "Yield": 69.25, + "+/- Ave": -1.4 + } + }, + { + "brand": "Apex", + "rank": 15, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.5, + "Test Wt.": 57.5, + "Yield": 69.09, + "+/- Ave": -1.5 + } + }, + { + "brand": "Apex", + "rank": 16, + "product": "AE3541", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.7, + "Test Wt.": 59.2, + "Yield": 68.3, + "+/- Ave": -2.3 + } + }, + { + "brand": "Apex", + "rank": 17, + "product": "AE3330S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 57.1, + "Yield": 68.28, + "+/- Ave": -2.3 + } + }, + { + "brand": "Apex", + "rank": 18, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.7, + "Test Wt.": 57.7, + "Yield": 68.01, + "+/- Ave": -2.6 + } + }, + { + "brand": "Apex", + "rank": 19, + "product": "AE3920S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 58.9, + "Yield": 67.86, + "+/- Ave": -2.8 + } + }, + { + "brand": "ProHarvest", + "rank": 20, + "product": "32F54", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 6.8, + "Test Wt.": 59.5, + "Yield": 67.66, + "+/- Ave": -3 + } + }, + { + "brand": "Apex", + "rank": 21, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.6, + "Test Wt.": 56.4, + "Yield": 67.04, + "+/- Ave": -3.6 + } + }, + { + "brand": "Apex", + "rank": 22, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 57, + "Yield": 66, + "+/- Ave": -4.6 + } + }, + { + "brand": "Apex", + "rank": 23, + "product": "AE2930", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.1, + "Test Wt.": 57.4, + "Yield": 65.37, + "+/- Ave": -5.2 + } + }, + { + "brand": "Apex", + "rank": 24, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.8, + "Test Wt.": 56.7, + "Yield": 64.01, + "+/- Ave": -6.6 + } + }, + { + "brand": "Apex", + "rank": 25, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.1, + "Test Wt.": 58.6, + "Yield": 58.91, + "+/- Ave": -11.7 + } + } + ], + "n_results": 26, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Mike-Bredemeier-Stella-NE-68442.pdf" + ], + "fetched_at": "2026-06-05T00:56:46.058998+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9639.md b/corpus/proharvest_plots/phpr-soybeans-2024-9639.md new file mode 100644 index 00000000..0f8c90a7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9639.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Mike Bredemeier (Stella, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Stella, NE · Richardson County +- **Cooperator:** Mike Bredemeier +- **Company rep:** Trent Geistlinger +- **Planted:** 4/22/2024 +- **Harvested:** 10/1/2024 +- **Previous crop:** Cover Crop Rye +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Mike-Bredemeier-Stella-NE-68442.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P37Z06E | - | 78.68 | 7.6 | 57.8 | 8.1 | +| 2 | Apex | AE4240S | - | 78.33 | 8.1 | 54.7 | 7.7 | +| 3 | Pioneer | P40Z57E | - | 78.03 | 7.9 | 58.7 | 7.4 | +| 4 | Pioneer | P42A84E | - | 76.29 | 8.3 | 58.4 | 5.7 | +| 5 | ProHarvest | 36F58 | - | 74.5 | 7 | 57.8 | 3.9 | +| 6 | Pioneer | P33Z17E | - | 74.02 | 7.6 | 57 | 3.4 | +| 7 | Apex | AE3950S | - | 73.28 | 7.8 | 58.3 | 2.7 | +| 7 | Apex | AE2940S | - | 73.28 | 7.9 | 57.5 | 2.7 | +| 8 | ProHarvest | 38F46 | - | 73.25 | 7.6 | 58.2 | 2.6 | +| 9 | Apex | AE3550S | - | 72.82 | 7.6 | 59.5 | 2.2 | +| 10 | Apex | AE4150S | - | 71.65 | 7.8 | 58 | 1 | +| 11 | ProHarvest | 35E52 | - | 71.22 | 7.6 | 58.8 | 0.6 | +| 12 | ProHarvest | 29F42 | - | 70.7 | 6.9 | 58.6 | 0.1 | +| 13 | Apex | AE3850 | - | 70.09 | 7.7 | 59 | -0.5 | +| 14 | ProHarvest | 3548E | - | 69.25 | 8 | 57.4 | -1.4 | +| 15 | Apex | AE3720S | - | 69.09 | 7.5 | 57.5 | -1.5 | +| 16 | Apex | AE3541 | - | 68.3 | 7.7 | 59.2 | -2.3 | +| 17 | Apex | AE3330S | - | 68.28 | 7.8 | 57.1 | -2.3 | +| 18 | Apex | AE2750 | - | 68.01 | 7.7 | 57.7 | -2.6 | +| 19 | Apex | AE3920S | - | 67.86 | 7.8 | 58.9 | -2.8 | +| 20 | ProHarvest | 32F54 | - | 67.66 | 6.8 | 59.5 | -3 | +| 21 | Apex | AE3340 | - | 67.04 | 7.6 | 56.4 | -3.6 | +| 22 | Apex | AE3131S | - | 66 | 7.8 | 57 | -4.6 | +| 23 | Apex | AE2930 | - | 65.37 | 8.1 | 57.4 | -5.2 | +| 24 | Apex | AE3150 | - | 64.01 | 7.8 | 56.7 | -6.6 | +| 25 | Apex | AE2950 | - | 58.91 | 8.1 | 58.6 | -11.7 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9641.json b/corpus/proharvest_plots/phpr-soybeans-2024-9641.json new file mode 100644 index 00000000..0e3ff3c9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9641.json @@ -0,0 +1,141 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9641", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Beatrice", + "county": "Gage", + "year": 2024, + "plot_id": 9641, + "cooperator": "Rob Pinkerton", + "latitude": 40.266429, + "longitude": -96.747369, + "company_representative": "Trent Geistlinger", + "planted_date": "5/29/2024", + "harvested_date": "10/21/2024", + "previous_crop": "Corn", + "row_width": "15", + "population_seeds_per_acre": 165000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.3, + "Test Wt.": 56.6, + "Yield": 70.22, + "+/- Ave": 9.8 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.3, + "Test Wt.": 56.8, + "Yield": 63.95, + "+/- Ave": 3.5 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 6.9, + "Test Wt.": 56.6, + "Yield": 62.67, + "+/- Ave": 2.3 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 6.9, + "Test Wt.": 57.7, + "Yield": 61.9, + "+/- Ave": 1.5 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2750", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 6.9, + "Test Wt.": 55.1, + "Yield": 60.23, + "+/- Ave": -0.2 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3950S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7, + "Test Wt.": 54.9, + "Yield": 56.89, + "+/- Ave": -3.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.1, + "Test Wt.": 56.4, + "Yield": 54.08, + "+/- Ave": -6.3 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7, + "Test Wt.": 56.8, + "Yield": 53.37, + "+/- Ave": -7 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Rob-Pinkerton-Beatrice-NE-68310.pdf" + ], + "fetched_at": "2026-06-05T00:56:44.437080+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9641.md b/corpus/proharvest_plots/phpr-soybeans-2024-9641.md new file mode 100644 index 00000000..87c45996 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9641.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Rob Pinkerton (Beatrice, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Beatrice, NE · Gage County +- **Cooperator:** Rob Pinkerton +- **Company rep:** Trent Geistlinger +- **Planted:** 5/29/2024 +- **Harvested:** 10/21/2024 +- **Previous crop:** Corn +- **Row width:** 15 +- **Population:** 165,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Rob-Pinkerton-Beatrice-NE-68310.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2950 | - | 70.22 | 7.3 | 56.6 | 9.8 | +| 2 | Apex | AE3150 | - | 63.95 | 7.3 | 56.8 | 3.5 | +| 3 | ProHarvest | 35E52 | - | 62.67 | 6.9 | 56.6 | 2.3 | +| 4 | Apex | AE3550S | - | 61.9 | 6.9 | 57.7 | 1.5 | +| 5 | Apex | AE2750 | - | 60.23 | 6.9 | 55.1 | -0.2 | +| 6 | Apex | AE3950S | - | 56.89 | 7 | 54.9 | -3.5 | +| 7 | Apex | AE3340 | - | 54.08 | 7.1 | 56.4 | -6.3 | +| 8 | Apex | AE3850 | - | 53.37 | 7 | 56.8 | -7 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9643.json b/corpus/proharvest_plots/phpr-soybeans-2024-9643.json new file mode 100644 index 00000000..c3a99910 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9643.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9643", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Cairo", + "county": "Hall", + "year": 2024, + "plot_id": 9643, + "cooperator": "ROMAR LLC.", + "latitude": 41.0009594, + "longitude": -98.6074087, + "company_representative": "Derald Watson", + "planted_date": "5/18/2024", + "harvested_date": "10/3/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 81.11, + "% H2O": 7.9, + "Test Wt.": 56.6, + "+/- Ave": 6.1 + }, + "brand": "Pioneer", + "product": "P30A75E", + "traits": "E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 80.5, + "% H2O": 8.7, + "Test Wt.": 56.2, + "+/- Ave": 5.5 + }, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 79.97, + "% H2O": 7.8, + "Test Wt.": 56.8, + "+/- Ave": 4.9 + }, + "brand": "Pioneer", + "product": "P26Z78E", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 79.36, + "% H2O": 8.4, + "Test Wt.": 56.5, + "+/- Ave": 4.3 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 77.06, + "% H2O": 8.1, + "Test Wt.": 57.2, + "+/- Ave": 2.0 + }, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 76.48, + "% H2O": 8.8, + "Test Wt.": 56.9, + "+/- Ave": 1.5 + }, + "brand": "Pioneer", + "product": "P33Z17E", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 75.99, + "% H2O": 7.8, + "Test Wt.": 56.8, + "+/- Ave": 1.0 + }, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": "E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 75.04, + "% H2O": 8.1, + "Test Wt.": 56.5, + "+/- Ave": 0.0 + }, + "brand": "ProHarvest", + "product": "31E37", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 72.2, + "% H2O": 7.9, + "Test Wt.": 56.8, + "+/- Ave": -2.8 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 71.85, + "% H2O": 8.9, + "Test Wt.": 56.7, + "+/- Ave": -3.2 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 70.33, + "% H2O": 8.5, + "Test Wt.": 56.7, + "+/- Ave": -4.7 + }, + "brand": "Pioneer", + "product": "P34A98E", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 69.84, + "% H2O": 8.9, + "Test Wt.": 55.8, + "+/- Ave": -5.2 + }, + "brand": "Apex", + "product": "AE3330S", + "traits": "E3" + }, + { + "rank": 13, + "metrics": { + "Yield": 65.48, + "% H2O": 8.9, + "Test Wt.": 56.8, + "+/- Ave": -9.5 + }, + "brand": "ProHarvest", + "product": "3548E", + "traits": "E3" + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Roy-John-Stoltenberg-Cairo-NE-68824.pdf" + ], + "fetched_at": "2026-06-05T00:56:43.025995+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9643.md b/corpus/proharvest_plots/phpr-soybeans-2024-9643.md new file mode 100644 index 00000000..0be7318d --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9643.md @@ -0,0 +1,36 @@ +# Soybean yield trial — ROMAR LLC. (Cairo, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Cairo, NE · Hall County +- **Cooperator:** ROMAR LLC. +- **Company rep:** Derald Watson +- **Planted:** 5/18/2024 +- **Harvested:** 10/3/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Tillage:** Min-Till +- **Irrigation:** Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Roy-John-Stoltenberg-Cairo-NE-68824.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P30A75E | E3 | 81.11 | 7.9 | 56.6 | 6.1 | +| 2 | Pioneer | P31Z03E | E3 | 80.5 | 8.7 | 56.2 | 5.5 | +| 3 | Pioneer | P26Z78E | E3 | 79.97 | 7.8 | 56.8 | 4.9 | +| 4 | Apex | AE2940S | E3 | 79.36 | 8.4 | 56.5 | 4.3 | +| 5 | Pioneer | P27Z41E | E3 | 77.06 | 8.1 | 57.2 | 2.0 | +| 6 | Pioneer | P33Z17E | E3 | 76.48 | 8.8 | 56.9 | 1.5 | +| 7 | Pioneer | P28Z30E | E3 | 75.99 | 7.8 | 56.8 | 1.0 | +| 8 | ProHarvest | 31E37 | E3 | 75.04 | 8.1 | 56.5 | 0.0 | +| 9 | Apex | AE2940S | E3 | 72.2 | 7.9 | 56.8 | -2.8 | +| 10 | Apex | AE2940S | E3 | 71.85 | 8.9 | 56.7 | -3.2 | +| 11 | Pioneer | P34A98E | E3 | 70.33 | 8.5 | 56.7 | -4.7 | +| 12 | Apex | AE3330S | E3 | 69.84 | 8.9 | 55.8 | -5.2 | +| 13 | ProHarvest | 3548E | E3 | 65.48 | 8.9 | 56.8 | -9.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9645.json b/corpus/proharvest_plots/phpr-soybeans-2024-9645.json new file mode 100644 index 00000000..bf197059 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9645.json @@ -0,0 +1,102 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9645", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Gladstone", + "county": "Jefferson", + "year": 2024, + "plot_id": 9645, + "cooperator": "Vonderfecht Brothers", + "latitude": 40.1597246, + "longitude": -97.3080947, + "company_representative": "Trent Geistlinger", + "planted_date": "5/28/2024", + "harvested_date": "10/2/2024", + "previous_crop": "Soybeans", + "row_width": "30", + "population_seeds_per_acre": 150000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "38F46", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.6, + "Test Wt.": 57.7, + "Yield": 48.05, + "+/- Ave": 4.1 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "36F58", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7, + "Test Wt.": 58.1, + "Yield": 44.85, + "+/- Ave": 0.9 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "27F59", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.8, + "Test Wt.": 56.2, + "Yield": 42.45, + "+/- Ave": -1.5 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "32F54", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.5, + "Test Wt.": 57.6, + "Yield": 42.28, + "+/- Ave": -1.6 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "29F42", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 7.3, + "Test Wt.": 57.3, + "Yield": 41.98, + "+/- Ave": -1.9 + } + } + ], + "n_results": 5, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Vonderfect-Brothers-Gladstone-NE-68352.pdf" + ], + "fetched_at": "2026-06-05T00:56:41.426130+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9645.md b/corpus/proharvest_plots/phpr-soybeans-2024-9645.md new file mode 100644 index 00000000..6f27b5a0 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9645.md @@ -0,0 +1,28 @@ +# Soybean yield trial — Vonderfecht Brothers (Gladstone, NE, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Gladstone, NE · Jefferson County +- **Cooperator:** Vonderfecht Brothers +- **Company rep:** Trent Geistlinger +- **Planted:** 5/28/2024 +- **Harvested:** 10/2/2024 +- **Previous crop:** Soybeans +- **Row width:** 30 +- **Population:** 150,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Vonderfect-Brothers-Gladstone-NE-68352.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 38F46 | - | 48.05 | 7.6 | 57.7 | 4.1 | +| 2 | ProHarvest | 36F58 | - | 44.85 | 7 | 58.1 | 0.9 | +| 3 | ProHarvest | 27F59 | - | 42.45 | 8.8 | 56.2 | -1.5 | +| 4 | ProHarvest | 32F54 | - | 42.28 | 7.5 | 57.6 | -1.6 | +| 5 | ProHarvest | 29F42 | - | 41.98 | 7.3 | 57.3 | -1.9 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9653.json b/corpus/proharvest_plots/phpr-soybeans-2024-9653.json new file mode 100644 index 00000000..1b7fd361 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9653.json @@ -0,0 +1,229 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9653", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Delphos", + "county": "Van Wert", + "year": 2024, + "plot_id": 9653, + "cooperator": "Grow It to Show It", + "latitude": 40.8437457, + "longitude": -84.3397658, + "company_representative": "Matthew Reichert", + "planted_date": "5/19/2024", + "harvested_date": "10/6/2024", + "previous_crop": "Corn", + "row_width": "15\"", + "population_seeds_per_acre": 165000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 75.0, + "% H2O": 11.9, + "Test Wt.": 58.0, + "+/- Ave": 6.4 + }, + "brand": "Apex", + "product": "AE3150", + "traits": "E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 73.0, + "% H2O": 12.0, + "Test Wt.": 58.5, + "+/- Ave": 4.4 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3216E3 E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 72.4, + "% H2O": 12.1, + "Test Wt.": 59.0, + "+/- Ave": 3.8 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3445E3 E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 70.6, + "% H2O": 12.0, + "Test Wt.": 59.5, + "+/- Ave": 2.0 + }, + "brand": "Apex", + "product": "AE2950", + "traits": "E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 70.1, + "% H2O": 12.0, + "Test Wt.": 58.25, + "+/- Ave": 1.5 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2881E3 E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 69.6, + "% H2O": 11.7, + "Test Wt.": 58.75, + "+/- Ave": 1.0 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3000E3 E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 68.6, + "% H2O": 11.8, + "Test Wt.": 57.0, + "+/- Ave": 0.0 + }, + "brand": "Apex", + "product": "AE2440", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 68.6, + "% H2O": 11.9, + "Test Wt.": 58.0, + "+/- Ave": 0.0 + }, + "brand": "Apex", + "product": "AE3330S", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 68.1, + "% H2O": 11.8, + "Test Wt.": 58.5, + "+/- Ave": -0.5 + }, + "brand": "Apex", + "product": "AE2750", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 68.1, + "% H2O": 12.2, + "Test Wt.": 58.5, + "+/- Ave": -0.5 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3688E3 E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 67.6, + "% H2O": 11.6, + "Test Wt.": 58.5, + "+/- Ave": -1.0 + }, + "brand": "Apex", + "product": "AE3131S", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 67.2, + "% H2O": 12.0, + "Test Wt.": 59.25, + "+/- Ave": -1.4 + }, + "brand": "Apex", + "product": "AE2740", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 67.2, + "% H2O": 11.7, + "Test Wt.": 57.5, + "+/- Ave": -1.4 + }, + "brand": "ProHarvest", + "product": "31E37", + "traits": "E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 65.2, + "% H2O": 11.7, + "Test Wt.": 57.5, + "+/- Ave": -3.4 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 15, + "metrics": { + "Yield": 64.7, + "% H2O": 11.7, + "Test Wt.": 57.5, + "+/- Ave": -3.9 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2505E3 E3" + }, + { + "rank": 16, + "metrics": { + "Yield": 61.8, + "% H2O": 12.1, + "Test Wt.": 58.25, + "+/- Ave": -6.8 + }, + "brand": "Apex", + "product": "AE2600", + "traits": "E3" + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Grown-It-2-Show-It-Delphos-OH-45833.pdf" + ], + "fetched_at": "2026-06-05T00:56:35.515618+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9653.md b/corpus/proharvest_plots/phpr-soybeans-2024-9653.md new file mode 100644 index 00000000..1bb51c37 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9653.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Grow It to Show It (Delphos, OH, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Delphos, OH · Van Wert County +- **Cooperator:** Grow It to Show It +- **Company rep:** Matthew Reichert +- **Planted:** 5/19/2024 +- **Harvested:** 10/6/2024 +- **Previous crop:** Corn +- **Row width:** 15" +- **Population:** 165,000 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Grown-It-2-Show-It-Delphos-OH-45833.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3150 | E3 | 75.0 | 11.9 | 58.0 | 6.4 | +| 2 | LG | Seeds | LGS3216E3 E3 | 73.0 | 12.0 | 58.5 | 4.4 | +| 3 | LG | Seeds | LGS3445E3 E3 | 72.4 | 12.1 | 59.0 | 3.8 | +| 4 | Apex | AE2950 | E3 | 70.6 | 12.0 | 59.5 | 2.0 | +| 5 | LG | Seeds | LGS2881E3 E3 | 70.1 | 12.0 | 58.25 | 1.5 | +| 6 | LG | Seeds | LGS3000E3 E3 | 69.6 | 11.7 | 58.75 | 1.0 | +| 7 | Apex | AE2440 | E3 | 68.6 | 11.8 | 57.0 | 0.0 | +| 7 | Apex | AE3330S | E3 | 68.6 | 11.9 | 58.0 | 0.0 | +| 9 | Apex | AE2750 | E3 | 68.1 | 11.8 | 58.5 | -0.5 | +| 9 | LG | Seeds | LGS3688E3 E3 | 68.1 | 12.2 | 58.5 | -0.5 | +| 11 | Apex | AE3131S | E3 | 67.6 | 11.6 | 58.5 | -1.0 | +| 12 | Apex | AE2740 | E3 | 67.2 | 12.0 | 59.25 | -1.4 | +| 12 | ProHarvest | 31E37 | E3 | 67.2 | 11.7 | 57.5 | -1.4 | +| 14 | ProHarvest | 25E35 | E3 | 65.2 | 11.7 | 57.5 | -3.4 | +| 15 | LG | Seeds | LGS2505E3 E3 | 64.7 | 11.7 | 57.5 | -3.9 | +| 16 | Apex | AE2600 | E3 | 61.8 | 12.1 | 58.25 | -6.8 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9655.json b/corpus/proharvest_plots/phpr-soybeans-2024-9655.json new file mode 100644 index 00000000..0b78132b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9655.json @@ -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" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9655.md b/corpus/proharvest_plots/phpr-soybeans-2024-9655.md new file mode 100644 index 00000000..c93018b2 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9655.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Larry Reichert (Maria Stein, OH, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Maria Stein, OH · Mercer County +- **Cooperator:** Larry Reichert +- **Company rep:** Matthew Reichert +- **Planted:** 5/21/2024 +- **Harvested:** 9/19/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Larry-Reichert-Maria-Stein-OH-45860.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2950 | - | 73.24 | 9 | None | 2.6 | +| 2 | Apex | AE2940S | - | 71.55 | 9 | None | 1 | +| 3 | Apex | AE2930 | - | 71.21 | 9 | None | 0.6 | +| 4 | Apex | AE2740 | - | 70.93 | 8.5 | None | 0.3 | +| 5 | ProHarvest | 25E35 | - | 70.63 | 8 | None | 0 | +| 6 | Apex | AE2750 | - | 69.91 | 8.5 | None | -0.7 | +| 7 | Apex | AE3131S | - | 68.81 | 9.5 | None | -1.8 | +| 8 | Apex | AE2930 | - | 68.51 | 9 | None | -2.1 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9657.json b/corpus/proharvest_plots/phpr-soybeans-2024-9657.json new file mode 100644 index 00000000..3b39dfc1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9657.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9657", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Nichols", + "county": "Muscatine", + "year": 2024, + "plot_id": 9657, + "cooperator": "Brian Egel", + "latitude": 41.4812476, + "longitude": -91.3076361, + "company_representative": "Jake Ekstrand", + "planted_date": "5/19/2024", + "harvested_date": "10/2/2024", + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": 145000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 8.8, + "Test Wt.": 59.4, + "Yield": 86.18, + "+/- Ave": 11.5 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE2940S", + "traits": null, + "metrics": { + "% H2O": 8.5, + "Test Wt.": 55.3, + "Yield": 80.89, + "+/- Ave": 6.2 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 8.9, + "Test Wt.": 54.3, + "Yield": 79.15, + "+/- Ave": 4.5 + } + }, + { + "brand": "Cornelius", + "rank": 4, + "product": "2322", + "traits": "E", + "metrics": { + "% H2O": 8.7, + "Test Wt.": 56.6, + "Yield": 77.93, + "+/- Ave": 3.2 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3330S", + "traits": null, + "metrics": { + "% H2O": 9.4, + "Test Wt.": 51.5, + "Yield": 74.57, + "+/- Ave": -0.1 + } + }, + { + "brand": "Cornelius", + "rank": 6, + "product": "2429", + "traits": "E", + "metrics": { + "% H2O": 8.3, + "Test Wt.": 57.5, + "Yield": 74.08, + "+/- Ave": -0.6 + } + }, + { + "brand": "Cornelius", + "rank": 7, + "product": "2527", + "traits": "E", + "metrics": { + "% H2O": 8.5, + "Test Wt.": 57.9, + "Yield": 73.91, + "+/- Ave": -0.8 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE2950", + "traits": null, + "metrics": { + "% H2O": 8.9, + "Test Wt.": 53.9, + "Yield": 73.59, + "+/- Ave": -1.1 + } + }, + { + "brand": "Cornelius", + "rank": 9, + "product": "2524", + "traits": "E", + "metrics": { + "% H2O": 9.7, + "Test Wt.": 49.8, + "Yield": 72.95, + "+/- Ave": -1.7 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE2750", + "traits": null, + "metrics": { + "% H2O": 8.1, + "Test Wt.": 57.3, + "Yield": 72.84, + "+/- Ave": -1.9 + } + }, + { + "brand": "Cornelius", + "rank": 11, + "product": "2337", + "traits": "E", + "metrics": { + "% H2O": 10.7, + "Test Wt.": 56.6, + "Yield": 70.78, + "+/- Ave": -3.9 + } + }, + { + "brand": "Cornelius", + "rank": 12, + "product": "2523", + "traits": "E", + "metrics": { + "% H2O": 9.8, + "Test Wt.": 46.7, + "Yield": 68.74, + "+/- Ave": -6 + } + }, + { + "brand": "Cornelius", + "rank": 13, + "product": "2331E", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": 58.2, + "Yield": 65.48, + "+/- Ave": -9.2 + } + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Brian-Egel-Nichols-IA-Muscatine-52766.pdf" + ], + "fetched_at": "2026-06-05T00:56:32.453172+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9657.md b/corpus/proharvest_plots/phpr-soybeans-2024-9657.md new file mode 100644 index 00000000..f8deac4a --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9657.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Brian Egel (Nichols, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Nichols, IA · Muscatine County +- **Cooperator:** Brian Egel +- **Company rep:** Jake Ekstrand +- **Planted:** 5/19/2024 +- **Harvested:** 10/2/2024 +- **Row width:** 30 +- **Population:** 145,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Brian-Egel-Nichols-IA-Muscatine-52766.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3550S | - | 86.18 | 8.8 | 59.4 | 11.5 | +| 2 | Apex | AE2940S | - | 80.89 | 8.5 | 55.3 | 6.2 | +| 3 | Apex | AE3150 | - | 79.15 | 8.9 | 54.3 | 4.5 | +| 4 | Cornelius | 2322 | E | 77.93 | 8.7 | 56.6 | 3.2 | +| 5 | Apex | AE3330S | - | 74.57 | 9.4 | 51.5 | -0.1 | +| 6 | Cornelius | 2429 | E | 74.08 | 8.3 | 57.5 | -0.6 | +| 7 | Cornelius | 2527 | E | 73.91 | 8.5 | 57.9 | -0.8 | +| 8 | Apex | AE2950 | - | 73.59 | 8.9 | 53.9 | -1.1 | +| 9 | Cornelius | 2524 | E | 72.95 | 9.7 | 49.8 | -1.7 | +| 10 | Apex | AE2750 | - | 72.84 | 8.1 | 57.3 | -1.9 | +| 11 | Cornelius | 2337 | E | 70.78 | 10.7 | 56.6 | -3.9 | +| 12 | Cornelius | 2523 | E | 68.74 | 9.8 | 46.7 | -6 | +| 13 | Cornelius | 2331E | - | 65.48 | 8.6 | 58.2 | -9.2 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9659.json b/corpus/proharvest_plots/phpr-soybeans-2024-9659.json new file mode 100644 index 00000000..c8f381c8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9659.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9659", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "city": "Monticello", + "county": "Jones", + "year": 2024, + "plot_id": 9659, + "cooperator": "Delturn Inc", + "latitude": 42.2382752, + "longitude": -91.1869428, + "company_representative": "Jake Ekstrand", + "planted_date": "5/15/2024", + "harvested_date": "10/23/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 120000, + "fungicide": null, + "herbicide": "Enlist & Liberty", + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Stine", + "rank": 1, + "product": "25EG23", + "traits": null, + "metrics": { + "% H2O": 7.1, + "Test Wt.": 60.5, + "Yield": 91.48, + "+/- Ave": 8.7 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "25E35", + "traits": null, + "metrics": { + "% H2O": 7.6, + "Test Wt.": 61.7, + "Yield": 87.32, + "+/- Ave": 4.6 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE2950", + "traits": null, + "metrics": { + "% H2O": 7.5, + "Test Wt.": 61, + "Yield": 86.81, + "+/- Ave": 4.1 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE2440", + "traits": null, + "metrics": { + "% H2O": 7.5, + "Test Wt.": 63, + "Yield": 85.99, + "+/- Ave": 3.2 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2930", + "traits": null, + "metrics": { + "% H2O": 7.7, + "Test Wt.": 62.9, + "Yield": 84.02, + "+/- Ave": 1.3 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE1940", + "traits": null, + "metrics": { + "% H2O": 7.3, + "Test Wt.": 60.3, + "Yield": 83.25, + "+/- Ave": 0.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE2600", + "traits": null, + "metrics": { + "% H2O": 8, + "Test Wt.": 61, + "Yield": 83.15, + "+/- Ave": 0.4 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE2940S", + "traits": null, + "metrics": { + "% H2O": 7.3, + "Test Wt.": 61.4, + "Yield": 82.58, + "+/- Ave": -0.2 + } + }, + { + "brand": "Pioneer", + "rank": 9, + "product": "P28Z89E", + "traits": null, + "metrics": { + "% H2O": 7.5, + "Test Wt.": 60.9, + "Yield": 78.22, + "+/- Ave": -4.5 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE2750", + "traits": null, + "metrics": { + "% H2O": 7.4, + "Test Wt.": 61.4, + "Yield": 77.88, + "+/- Ave": -4.9 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE2220", + "traits": null, + "metrics": { + "% H2O": 7.7, + "Test Wt.": 62.7, + "Yield": 76.22, + "+/- Ave": -6.5 + } + }, + { + "brand": "Apex", + "rank": 12, + "product": "AE2740", + "traits": null, + "metrics": { + "% H2O": 7.5, + "Test Wt.": 7.5, + "Yield": 75.99, + "+/- Ave": -6.8 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Steve-Doug-Turnis-Monticello-IA-52310.pdf" + ], + "fetched_at": "2026-06-05T00:56:30.948716+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9659.md b/corpus/proharvest_plots/phpr-soybeans-2024-9659.md new file mode 100644 index 00000000..14fa2e4e --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9659.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Delturn Inc (Monticello, IA, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Monticello, IA · Jones County +- **Cooperator:** Delturn Inc +- **Company rep:** Jake Ekstrand +- **Planted:** 5/15/2024 +- **Harvested:** 10/23/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 120,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Steve-Doug-Turnis-Monticello-IA-52310.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Stine | 25EG23 | - | 91.48 | 7.1 | 60.5 | 8.7 | +| 2 | ProHarvest | 25E35 | - | 87.32 | 7.6 | 61.7 | 4.6 | +| 3 | Apex | AE2950 | - | 86.81 | 7.5 | 61 | 4.1 | +| 4 | Apex | AE2440 | - | 85.99 | 7.5 | 63 | 3.2 | +| 5 | Apex | AE2930 | - | 84.02 | 7.7 | 62.9 | 1.3 | +| 6 | Apex | AE1940 | - | 83.25 | 7.3 | 60.3 | 0.5 | +| 7 | Apex | AE2600 | - | 83.15 | 8 | 61 | 0.4 | +| 8 | Apex | AE2940S | - | 82.58 | 7.3 | 61.4 | -0.2 | +| 9 | Pioneer | P28Z89E | - | 78.22 | 7.5 | 60.9 | -4.5 | +| 10 | Apex | AE2750 | - | 77.88 | 7.4 | 61.4 | -4.9 | +| 11 | Apex | AE2220 | - | 76.22 | 7.7 | 62.7 | -6.5 | +| 12 | Apex | AE2740 | - | 75.99 | 7.5 | 7.5 | -6.8 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9669.json b/corpus/proharvest_plots/phpr-soybeans-2024-9669.json new file mode 100644 index 00000000..ab1f37d4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9669.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9669", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "MO", + "state_abbrev": "mo", + "city": "Baring", + "county": "Knox", + "year": 2024, + "plot_id": 9669, + "cooperator": "Nolan Good", + "latitude": 40.2442046, + "longitude": -92.2057395, + "company_representative": "Jake Ekstrand", + "planted_date": "4/6/2024", + "harvested_date": "10/3/2024", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 160000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 10.3, + "Test Wt.": 54.7, + "Yield": 70.45, + "+/- Ave": 10.4 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3950S", + "traits": null, + "metrics": { + "% H2O": 10.2, + "Test Wt.": 54.6, + "Yield": 70.04, + "+/- Ave": 10 + } + }, + { + "brand": "Partners Brand", + "rank": 3, + "product": "PB3925", + "traits": null, + "metrics": { + "% H2O": 10, + "Test Wt.": 56.9, + "Yield": 69.21, + "+/- Ave": 9.2 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE4150S", + "traits": null, + "metrics": { + "% H2O": 10.2, + "Test Wt.": 56.2, + "Yield": 60.54, + "+/- Ave": 0.5 + } + }, + { + "brand": "Partners Brand", + "rank": 5, + "product": "PB3622S", + "traits": null, + "metrics": { + "% H2O": 10.7, + "Test Wt.": 55.4, + "Yield": 59.91, + "+/- Ave": -0.1 + } + }, + { + "brand": "Partners Brand", + "rank": 6, + "product": "PB4124", + "traits": null, + "metrics": { + "% H2O": 10.7, + "Test Wt.": 54.8, + "Yield": 53.09, + "+/- Ave": -6.9 + } + }, + { + "brand": "Partners Brand", + "rank": 7, + "product": "PB4424", + "traits": null, + "metrics": { + "% H2O": 11.8, + "Test Wt.": 54.7, + "Yield": 48.59, + "+/- Ave": -11.4 + } + }, + { + "brand": "Partners Brand", + "rank": 8, + "product": "PB4624", + "traits": null, + "metrics": { + "% H2O": 12.4, + "Test Wt.": 54.9, + "Yield": 48.26, + "+/- Ave": -11.8 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Nolan-Good-Baring-MO-63537.pdf" + ], + "fetched_at": "2026-06-05T00:56:23.431542+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9669.md b/corpus/proharvest_plots/phpr-soybeans-2024-9669.md new file mode 100644 index 00000000..220ca909 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9669.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Nolan Good (Baring, MO, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Baring, MO · Knox County +- **Cooperator:** Nolan Good +- **Company rep:** Jake Ekstrand +- **Planted:** 4/6/2024 +- **Harvested:** 10/3/2024 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 160,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Nolan-Good-Baring-MO-63537.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3550S | - | 70.45 | 10.3 | 54.7 | 10.4 | +| 2 | Apex | AE3950S | - | 70.04 | 10.2 | 54.6 | 10 | +| 3 | Partners Brand | PB3925 | - | 69.21 | 10 | 56.9 | 9.2 | +| 4 | Apex | AE4150S | - | 60.54 | 10.2 | 56.2 | 0.5 | +| 5 | Partners Brand | PB3622S | - | 59.91 | 10.7 | 55.4 | -0.1 | +| 6 | Partners Brand | PB4124 | - | 53.09 | 10.7 | 54.8 | -6.9 | +| 7 | Partners Brand | PB4424 | - | 48.59 | 11.8 | 54.7 | -11.4 | +| 8 | Partners Brand | PB4624 | - | 48.26 | 12.4 | 54.9 | -11.8 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9671.json b/corpus/proharvest_plots/phpr-soybeans-2024-9671.json new file mode 100644 index 00000000..ad812bef --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9671.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2024-9671", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "KS", + "state_abbrev": "ks", + "city": "Esbon", + "county": "Jewell", + "year": 2024, + "plot_id": 9671, + "cooperator": "Todd Davis", + "latitude": 39.8221094, + "longitude": -98.435713, + "company_representative": "Derald Watson", + "planted_date": "5/29/2024", + "harvested_date": "10/8/2024", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 30000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 36.89, + "% H2O": 7.0, + "+/- Ave": 5.0 + }, + "brand": "Channel", + "product": "3025R", + "traits": "XF" + }, + { + "rank": 2, + "metrics": { + "Yield": 35.91, + "% H2O": 7.0, + "+/- Ave": 4.0 + }, + "brand": "AgriGold", + "product": "3724XF", + "traits": "XF" + }, + { + "rank": 3, + "metrics": { + "Yield": 35.15, + "% H2O": 7.2, + "+/- Ave": 3.2 + }, + "brand": "AgriGold", + "product": "4184", + "traits": "XF" + }, + { + "rank": 4, + "metrics": { + "Yield": 34.39, + "% H2O": 6.8, + "+/- Ave": 2.5 + }, + "brand": "Channel", + "product": "3624RXF", + "traits": "XF" + }, + { + "rank": 5, + "metrics": { + "Yield": 32.46, + "% H2O": 7.1, + "+/- Ave": 0.6 + }, + "brand": "Asgrow", + "product": "AG36F4", + "traits": "XF" + }, + { + "rank": 6, + "metrics": { + "Yield": 32.02, + "% H2O": 7.5, + "+/- Ave": 0.1 + }, + "brand": "AgriGold", + "product": "4094", + "traits": "XF" + }, + { + "rank": 7, + "metrics": { + "Yield": 32.0, + "% H2O": 6.9, + "+/- Ave": 0.1 + }, + "brand": "AgriGold", + "product": "3552XF", + "traits": "XF" + }, + { + "rank": 8, + "metrics": { + "Yield": 31.92, + "% H2O": 6.7, + "+/- Ave": 0.0 + }, + "brand": "Asgrow", + "product": "AG31F5", + "traits": "XF" + }, + { + "rank": 9, + "metrics": { + "Yield": 31.02, + "% H2O": 6.9, + "+/- Ave": -0.9 + }, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XF" + }, + { + "rank": 10, + "metrics": { + "Yield": 30.98, + "% H2O": 7.0, + "+/- Ave": -0.9 + }, + "brand": "ProHarvest", + "product": "36F58", + "traits": "XF" + }, + { + "rank": 11, + "metrics": { + "Yield": 30.26, + "% H2O": 6.9, + "+/- Ave": -1.6 + }, + "brand": "AgriGold", + "product": "3804", + "traits": "XF" + }, + { + "rank": 12, + "metrics": { + "Yield": 29.45, + "% H2O": 6.8, + "+/- Ave": -2.4 + }, + "brand": "ProHarvest", + "product": "32F54", + "traits": "XF" + }, + { + "rank": 13, + "metrics": { + "Yield": 29.42, + "% H2O": 6.9, + "+/- Ave": -2.5 + }, + "brand": "Channel", + "product": "3124R", + "traits": "XF" + }, + { + "rank": 14, + "metrics": { + "Yield": 29.15, + "% H2O": 6.8, + "+/- Ave": -2.8 + }, + "brand": "Channel", + "product": "3424RFX", + "traits": "XF" + }, + { + "rank": 15, + "metrics": { + "Yield": 27.54, + "% H2O": 7.1, + "+/- Ave": -4.4 + }, + "brand": "ProHarvest", + "product": "29F42", + "traits": "XF" + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Todd-Davis-Esbon-KS-66941.pdf" + ], + "fetched_at": "2026-06-05T00:56:22.172736+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2024-9671.md b/corpus/proharvest_plots/phpr-soybeans-2024-9671.md new file mode 100644 index 00000000..bab2a66d --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2024-9671.md @@ -0,0 +1,38 @@ +# Soybean yield trial — Todd Davis (Esbon, KS, 2024) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2024 +- **Location:** Esbon, KS · Jewell County +- **Cooperator:** Todd Davis +- **Company rep:** Derald Watson +- **Planted:** 5/29/2024 +- **Harvested:** 10/8/2024 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 30,000 seeds/acre +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2024/11/Soy-Todd-Davis-Esbon-KS-66941.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Channel | 3025R | XF | 36.89 | 7.0 | - | 5.0 | +| 2 | AgriGold | 3724XF | XF | 35.91 | 7.0 | - | 4.0 | +| 3 | AgriGold | 4184 | XF | 35.15 | 7.2 | - | 3.2 | +| 4 | Channel | 3624RXF | XF | 34.39 | 6.8 | - | 2.5 | +| 5 | Asgrow | AG36F4 | XF | 32.46 | 7.1 | - | 0.6 | +| 6 | AgriGold | 4094 | XF | 32.02 | 7.5 | - | 0.1 | +| 7 | AgriGold | 3552XF | XF | 32.0 | 6.9 | - | 0.1 | +| 8 | Asgrow | AG31F5 | XF | 31.92 | 6.7 | - | 0.0 | +| 9 | Asgrow | AG30XF4 | XF | 31.02 | 6.9 | - | -0.9 | +| 10 | ProHarvest | 36F58 | XF | 30.98 | 7.0 | - | -0.9 | +| 11 | AgriGold | 3804 | XF | 30.26 | 6.9 | - | -1.6 | +| 12 | ProHarvest | 32F54 | XF | 29.45 | 6.8 | - | -2.4 | +| 13 | Channel | 3124R | XF | 29.42 | 6.9 | - | -2.5 | +| 14 | Channel | 3424RFX | XF | 29.15 | 6.8 | - | -2.8 | +| 15 | ProHarvest | 29F42 | XF | 27.54 | 7.1 | - | -4.4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9812.json b/corpus/proharvest_plots/phpr-soybeans-2025-9812.json new file mode 100644 index 00000000..5a5fd78f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9812.json @@ -0,0 +1,133 @@ +{ + "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" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9812.md b/corpus/proharvest_plots/phpr-soybeans-2025-9812.md new file mode 100644 index 00000000..18d0cb9b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9812.md @@ -0,0 +1,32 @@ +# Soybean yield trial — Lynn Tryon (Morrisonville, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Morrisonville, IL · Christian County +- **Cooperator:** Lynn Tryon +- **Company rep:** Keith Knapp +- **Planted:** 4/16/2025 +- **Harvested:** 10/3/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Tryon-Morrisonville-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3550S | - | 93.37 | 12.5 | None | 7.9 | +| 2 | Apex | AE3150 | - | 91.96 | 12.7 | None | 6.5 | +| 3 | Apex | AE3950 | - | 84.49 | 12.4 | None | -1 | +| 4 | Apex | AE2950 | - | 84.39 | 12.5 | None | -1.1 | +| 5 | Apex | AE3060 | - | 84.17 | 12.1 | None | -1.3 | +| 6 | Apex | AE3660 | - | 83.1 | 12.6 | None | -2.3 | +| 7 | Apex | AE3850 | - | 82.78 | 12.3 | None | -2.7 | +| 8 | Apex | AE3720S | - | 79.33 | 12.8 | None | -6.1 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9818.json b/corpus/proharvest_plots/phpr-soybeans-2025-9818.json new file mode 100644 index 00000000..67cb7e8a --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9818.json @@ -0,0 +1,193 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9818", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Montgomery", + "county": "Daviess", + "year": 2025, + "plot_id": 9818, + "cooperator": "Wagler Brothers", + "latitude": 38.662932933156554, + "longitude": -87.04625019838019, + "company_representative": "Tom Forrest", + "planted_date": "4/26/2025", + "harvested_date": "10/3/2025", + "previous_crop": "Corn", + "row_width": "34", + "population_seeds_per_acre": 160000, + "fungicide": "No", + "herbicide": "Enlist/ Liberty", + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3950S", + "traits": null, + "metrics": { + "% H2O": 13.1, + "Test Wt.": 54.9, + "Yield": 88.17, + "+/- Ave": 7 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 14.2, + "Test Wt.": 55, + "Yield": 88.01, + "+/- Ave": 6.8 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3850", + "traits": null, + "metrics": { + "% H2O": 13.6, + "Test Wt.": 54.9, + "Yield": 83.76, + "+/- Ave": 2.6 + } + }, + { + "brand": "Seed Consultants", + "rank": 4, + "product": "SC", + "traits": "7385E", + "metrics": { + "% H2O": 14.1, + "Test Wt.": 54.1, + "Yield": 83.73, + "+/- Ave": 2.6 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 15.3, + "Test Wt.": 53.8, + "Yield": 82.79, + "+/- Ave": 1.6 + } + }, + { + "brand": "Seed Consultants", + "rank": 6, + "product": "7416E", + "traits": null, + "metrics": { + "% H2O": 13.3, + "Test Wt.": 54.6, + "Yield": 82.27, + "+/- Ave": 1.1 + } + }, + { + "brand": "Seed Consultants", + "rank": 7, + "product": "7364E", + "traits": null, + "metrics": { + "% H2O": 13.6, + "Test Wt.": 53.9, + "Yield": 81.09, + "+/- Ave": -0.1 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE4150S", + "traits": null, + "metrics": { + "% H2O": 12.6, + "Test Wt.": 55.5, + "Yield": 80.06, + "+/- Ave": -1.1 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3660", + "traits": null, + "metrics": { + "% H2O": 14.6, + "Test Wt.": 53.9, + "Yield": 79.41, + "+/- Ave": -1.8 + } + }, + { + "brand": "Seed Consultants", + "rank": 10, + "product": "7375E", + "traits": null, + "metrics": { + "% H2O": 14.4, + "Test Wt.": 53.5, + "Yield": 79.37, + "+/- Ave": -1.8 + } + }, + { + "brand": "Seed Consultants", + "rank": 11, + "product": "7355E", + "traits": null, + "metrics": { + "% H2O": 14.8, + "Test Wt.": 52.2, + "Yield": 78.69, + "+/- Ave": -2.5 + } + }, + { + "brand": "Apex", + "rank": 12, + "product": "AE4240S", + "traits": null, + "metrics": { + "% H2O": 12.4, + "Test Wt.": 54.9, + "Yield": 74.49, + "+/- Ave": -6.7 + } + }, + { + "brand": "Seed Consultants", + "rank": 13, + "product": "7326E", + "traits": null, + "metrics": { + "% H2O": 15.2, + "Test Wt.": null, + "Yield": 73.29, + "+/- Ave": -7.9 + } + } + ], + "n_results": 13, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Wagler-Brothers-Mongomery-IN-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:23.830316+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9818.md b/corpus/proharvest_plots/phpr-soybeans-2025-9818.md new file mode 100644 index 00000000..4535d5f7 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9818.md @@ -0,0 +1,37 @@ +# Soybean yield trial — Wagler Brothers (Montgomery, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Montgomery, IN · Daviess County +- **Cooperator:** Wagler Brothers +- **Company rep:** Tom Forrest +- **Planted:** 4/26/2025 +- **Harvested:** 10/3/2025 +- **Previous crop:** Corn +- **Row width:** 34 +- **Population:** 160,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Wagler-Brothers-Mongomery-IN-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3950S | - | 88.17 | 13.1 | 54.9 | 7 | +| 2 | Apex | AE3550S | - | 88.01 | 14.2 | 55 | 6.8 | +| 3 | Apex | AE3850 | - | 83.76 | 13.6 | 54.9 | 2.6 | +| 4 | Seed Consultants | SC | 7385E | 83.73 | 14.1 | 54.1 | 2.6 | +| 5 | Apex | AE3340 | - | 82.79 | 15.3 | 53.8 | 1.6 | +| 6 | Seed Consultants | 7416E | - | 82.27 | 13.3 | 54.6 | 1.1 | +| 7 | Seed Consultants | 7364E | - | 81.09 | 13.6 | 53.9 | -0.1 | +| 8 | Apex | AE4150S | - | 80.06 | 12.6 | 55.5 | -1.1 | +| 9 | Apex | AE3660 | - | 79.41 | 14.6 | 53.9 | -1.8 | +| 10 | Seed Consultants | 7375E | - | 79.37 | 14.4 | 53.5 | -1.8 | +| 11 | Seed Consultants | 7355E | - | 78.69 | 14.8 | 52.2 | -2.5 | +| 12 | Apex | AE4240S | - | 74.49 | 12.4 | 54.9 | -6.7 | +| 13 | Seed Consultants | 7326E | - | 73.29 | 15.2 | None | -7.9 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9840.json b/corpus/proharvest_plots/phpr-soybeans-2025-9840.json new file mode 100644 index 00000000..b3631dd8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9840.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9840", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Hinckley", + "county": "Dekalb", + "year": 2025, + "plot_id": 9840, + "cooperator": "Agrinetics Seed Service", + "latitude": 41.769419415175776, + "longitude": -88.64045912028901, + "company_representative": "Jeff Horner", + "planted_date": "4/28/2025", + "harvested_date": "9/29/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": "ProHarvest", + "rank": 1, + "product": "AE2860", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": 57.5, + "Yield": 88.03, + "+/- Ave": 2.1 + } + }, + { + "brand": "NuTech", + "rank": 2, + "product": "30N06E", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": 56.7, + "Yield": 87.72, + "+/- Ave": 1.8 + } + }, + { + "brand": "NuTech", + "rank": 3, + "product": "28N05", + "traits": null, + "metrics": { + "% H2O": 10.5, + "Test Wt.": 54.3, + "Yield": 87.68, + "+/- Ave": 1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "3150", + "traits": null, + "metrics": { + "% H2O": 11.1, + "Test Wt.": 57.6, + "Yield": 87.62, + "+/- Ave": 1.7 + } + }, + { + "brand": "NuTech", + "rank": 5, + "product": "28N03E", + "traits": null, + "metrics": { + "% H2O": 10.6, + "Test Wt.": 56.8, + "Yield": 87.36, + "+/- Ave": 1.5 + } + }, + { + "brand": "NuTech", + "rank": 6, + "product": "29N05E", + "traits": null, + "metrics": { + "% H2O": 10.4, + "Test Wt.": 56.5, + "Yield": 84.52, + "+/- Ave": -1.4 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "31E65S", + "traits": null, + "metrics": { + "% H2O": 10.7, + "Test Wt.": 57, + "Yield": 82.19, + "+/- Ave": -3.7 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "2950", + "traits": null, + "metrics": { + "% H2O": 10.7, + "Test Wt.": 57.7, + "Yield": 81.97, + "+/- Ave": -3.9 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Agrinetics-Hinkley-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:08.798869+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9840.md b/corpus/proharvest_plots/phpr-soybeans-2025-9840.md new file mode 100644 index 00000000..7bab8a07 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9840.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Agrinetics Seed Service (Hinckley, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Hinckley, IL · Dekalb County +- **Cooperator:** Agrinetics Seed Service +- **Company rep:** Jeff Horner +- **Planted:** 4/28/2025 +- **Harvested:** 9/29/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Agrinetics-Hinkley-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | AE2860 | - | 88.03 | 9.8 | 57.5 | 2.1 | +| 2 | NuTech | 30N06E | - | 87.72 | 9.9 | 56.7 | 1.8 | +| 3 | NuTech | 28N05 | - | 87.68 | 10.5 | 54.3 | 1.8 | +| 4 | ProHarvest | 3150 | - | 87.62 | 11.1 | 57.6 | 1.7 | +| 5 | NuTech | 28N03E | - | 87.36 | 10.6 | 56.8 | 1.5 | +| 6 | NuTech | 29N05E | - | 84.52 | 10.4 | 56.5 | -1.4 | +| 7 | ProHarvest | 31E65S | - | 82.19 | 10.7 | 57 | -3.7 | +| 8 | ProHarvest | 2950 | - | 81.97 | 10.7 | 57.7 | -3.9 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9842.json b/corpus/proharvest_plots/phpr-soybeans-2025-9842.json new file mode 100644 index 00000000..33057dc9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9842.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9842", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Herscher", + "county": "Kankakee", + "year": 2025, + "plot_id": 9842, + "cooperator": "Synergy Seeds", + "latitude": 41.1066589, + "longitude": -88.0958344, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bauer-Herscher-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:07.602694+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9842.md b/corpus/proharvest_plots/phpr-soybeans-2025-9842.md new file mode 100644 index 00000000..fe96ebbe --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9842.md @@ -0,0 +1,68 @@ +# Soybean yield trial — Synergy Seeds (Herscher, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Herscher, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bauer-Herscher-IL-min.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2025 Synergy Seeds Soybean Harvest Report +Cooperator BAUER Prev Crop CORN Prior Year Herb +Mailing Address Tillage Type N/A PreE Herb +City, State, Zip HERSCHER % Ground Cover Date Applied +County KANKAKEE Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer SYNERGY SEEDS Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/7/2025 Soil Texture Silty Clay Loam Seed Treatment $10.00 +Planting Pop. 140,000 NPK applied Soil Insecticide per bushel +Row Width 30.0 P2O5 H, M, L Medium Std Moisture +Harvest Date 10/1/2025 K2O H, M, L Medium +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years, 25-50% +Grower Signature YES Experiment Number: +Use Grower's Name +Harvest Soybean @13.0% Row Harvest +Entry Moist. Bushels/Acre Gross Rank by # Length Weight +No. Brand Variety Trait (%) Yield Rank Income Income Rows (ft.) (lbs.) +1 Apex 2560 FI + Saltro Enlist 11.8 90.0 1 $ 8 99.57 1 4 450 550 +2 ProHarvest 25E35 FI + Saltro Enlist 11.3 81.4 7 $ 8 14.21 7 4 450 495 +3 Alloy 25E36 FI + Ilevo Enlist 11.5 80.4 11 $ 8 04.16 11 4 450 490 +4 Merschman Osage 2526 FI + Saltro + Tripidity Enlist 11.6 85.2 2 $ 8 52.43 2 4 450 520 +5 ProHarvest 26E68 FI + Saltro Enlist 11.8 68.7 31 $ 6 86.95 31 4 450 420 +6 Burrus 2729 CruiserMaxx APX + Saltro Enlist 11.5 83.7 3 $ 8 36.99 3 4 450 510 +7 Apex 2750 FI + Saltro Enlist 11.6 81.1 8 $ 8 11.45 8 4 450 495 +8 Alloy 27E35 FI + Ilevo Enlist 11.1 79.1 14 $ 7 91.31 14 4 450 480 +9 Pioneer 28Z89 FI + Lumigen Enlist 11.4 82.2 4 $ 8 21.50 4 4 450 500 +10 Apex 2860 FI + Saltro Enlist 11.4 78.9 16 $ 7 88.64 16 4 450 480 +11 Merschman Cherokee 2429 FI + Saltro + Tripidity Enlist 12.0 78.3 19 $ 7 83.30 19 4 450 480 +12 Apex 2940 FI + Saltro Enlist 12.3 75.6 25 $ 7 56.24 25 4 450 465 +13 Apex 2950 FI + Saltro Enlist 11.8 81.0 9 $ 8 09.62 9 4 450 495 +14 Burrus 2916 CruiserMaxx APX + Saltro Enlist 11.2 77.4 23 $ 7 73.96 23 4 450 470 +15 Alloy 30E35 FI + Ilevo Enlist 11.5 82.1 5 $ 8 20.58 5 4 450 500 +16 Apex 3060 FI + Saltro Enlist 11.9 80.9 10 $ 8 08.70 10 4 450 495 +17 Apex 3131S FI + Saltro Enlist 11.5 78.8 17 $ 7 87.75 17 4 450 480 +18 Merschman Lincoln 2431 FI + Saltro + Tripidity Enlist 12.6 79.4 13 $ 7 94.17 13 4 450 490 +19 Apex 3150 FI + Saltro Enlist 11.9 78.4 18 $ 7 84.19 18 4 450 480 +20 ProHarvest 31E65 FI + Saltro Enlist 11.3 79.0 15 $ 7 89.53 15 4 450 480 +21 Pioneer 31Z32 FI + Lumigen Enlist 11.5 71.4 28 $ 7 13.90 28 4 450 435 +22 Burrus 3287 CruiserMaxx APX + Saltro Enlist 11.4 78.0 20 $ 7 80.43 20 4 450 475 +23 Merschman Harrison 2632 FI + Saltro + Tripidity Enlist 11.1 69.2 30 $ 6 92.40 30 4 450 420 +24 Merschman Jefferson 2533 FI + Saltro + Tripidity Enlist 11.1 80.0 12 $ 7 99.56 12 4 450 485 +25 Apex 3340 FI + Saltro Enlist 10.9 77.7 22 $ 7 76.57 22 4 450 470 +26 Burrus 3472 FCrusierMaxx APX + Saltro Enlist 11.1 67.6 32 $ 6 75.91 32 4 450 410 +27 ProHarvest 35E52 FI + Saltro Enlist 11.6 70.5 29 $ 7 04.90 29 4 450 430 +28 Merschman Reagan 2635 FI + Saltro + Tripidity Enlist 11.5 74.7 26 $ 7 46.72 26 4 450 455 +29 Apex 3550S FI + Saltro Enlist 11.5 73.0 27 $ 7 30.31 27 4 450 445 +30 Burrus 3578 FCrusierMaxx APX + Saltro Enlist 12.1 76.6 24 $ 7 66.11 24 4 450 470 +31 Apex 3660 FI + Saltro Enlist 11.8 81.8 6 $ 8 17.79 6 4 450 500 +32 Alloy 37E36 FI + Ilevo Enlist 11.6 77.9 21 $ 7 78.67 21 4 450 475 +Plot Average 11.6 78.1 +GPS Coordinates: (41.1066589, -88.0958344) +Fungicide was applied at R3 +stake in first row planted north to south +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9844.json b/corpus/proharvest_plots/phpr-soybeans-2025-9844.json new file mode 100644 index 00000000..fa8626fb --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9844.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9844", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Goodfield", + "county": "Woodford", + "year": 2025, + "plot_id": 9844, + "cooperator": "Ben Bauman", + "latitude": 40.661261, + "longitude": -89.287869, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": "30", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "organic Previous Chemical: none", + "irrigation": "none", + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bauman-PLACE-Organic-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:05.849806+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9844.md b/corpus/proharvest_plots/phpr-soybeans-2025-9844.md new file mode 100644 index 00000000..993298ed --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9844.md @@ -0,0 +1,50 @@ +# Soybean yield trial — Ben Bauman (Goodfield, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Goodfield, IL · Woodford County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bauman-PLACE-Organic-min.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +Dealer/Sales Rep Parable Agronomics Irrigation: none +Cooperator: PBenr Baaumianrie HyPlabntedr Poipdulatsion: Plot Results +Year: 2025 Row Width: 30 +Planting Date: 5/16/2025 Chemicals: none +Harvest Date: 9/30/2025 Previous Crop: +Tillage: organic Previous Chemical: none +Soil Type: Check Variety: +Fertilizer Used: Check Variance: +Other: 40.661261, -89.287869 +Comments: organic. South to north planted order. +Row No. of Plant Harvest Test Harvest % #2 +Company Variety RM Length Rows Pop. Pop. Wt. Weight Moist. Yield comments: from the combine +1Beck's 341ZZ 3.4 843 8 1563 8.8 70.6 +2American Organic 27C34 2.7 843 8 1610 8.3 73.1 +3Lakeview Farms LVF2849 2.8 843 8 1688 9.0 76.0 +4Lakeview Farms LVF2872 2.8 843 8 1690 8.2 76.8 +5LG Seeds LGS2801 2.8 843 8 1672 8.7 75.6 +6Merschman Seeds Sioux 2228 2.8 843 8 1640 8.3 74.4 +7Beck's 281ZZ 2.8 843 8 1690 8.8 76.3 +8Merschman Seeds Shawnee 2629 2.9 843 8 1640 8.6 74.2 +9ProHarvest 29C57 2.9 843 8 1648 9.1 74.1 +10American Organic 3034 3 843 8 1570 8.8 70.9 +11Lakeview Farms LVF3073 3 843 8 1662 9.1 74.8 +12Beck's 310ZZ 3.1 843 8 1700 8.5 77.0 +13Lakeview Farms LVF3134 3.1 843 8 1684 9.2 75.7 +14ProHarvest 31C30 3.1 843 8 1770 8.8 79.9 +15American Organic 33C44 3.3 843 8 1476 9.0 66.5 +16Lakeview Farms LVF3432 3.4 843 8 1650 8.7 74.6 +17Beck's 341ZZ 3.4 843 8 1676 9.1 75.4 +18Lakeview Farms LVF3472 3.4 843 8 1700 9.0 76.6 +19Merschman Seeds Wilson 2635 3.5 843 8 1718 8.7 77.6 +20ProHarvest 35C56S 3.5 843 8 1710 8.7 77.3 +21Lakeview Farms LVF3674 3.6 843 8 1726 8.7 78.0 +22Beck's 341ZZ 3.4 843 8 1660 9.1 74.7 +23 #DIV/0! +24 #N/A #DIV/0! +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9846.json b/corpus/proharvest_plots/phpr-soybeans-2025-9846.json new file mode 100644 index 00000000..97b1a7de --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9846.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9846", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": null, + "county": "Dekalb", + "year": 2025, + "plot_id": 9846, + "cooperator": "Dekalb County Corn and Soybean Growers", + "latitude": 41.929355127532716, + "longitude": -88.76308528781375, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Dekalb-Co-Corn-and-Soybean-Growers-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:04.351822+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9846.md b/corpus/proharvest_plots/phpr-soybeans-2025-9846.md new file mode 100644 index 00000000..879ae43a --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9846.md @@ -0,0 +1,50 @@ +# Soybean yield trial — Dekalb County Corn and Soybean Growers (IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** IL · Dekalb County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Dekalb-Co-Corn-and-Soybean-Growers-min.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +Dekalb County Corn and Soybean Growers +Soybean Plot +Plant Date: 5/6/25 +Harvest Date: 10/6/25 +Company Product/brand Trait Maturity Yield Moisture +Channel CT2326E Enlist 2.3 96.0 10.8 +Viking/Blue River 27B4 Conventional 2.7 94.3 10.0 +Pioneer P27Z41E Enlist 2.7 93.3 10.3 +Alloy A29E36 Enlist 2.9 92.0 10.3 +Becks Beck 3140E3 Enlist 3.1 91.8 10.4 +Xitavo XO2832E Enlist 2.8 91.5 10.7 +Xitavo XO2926E Enlist 2.9 90.3 10.5 +Pioneer P26A20 Conventional 2.6 89.4 10.4 +ProHarvest AE2860 Enlist 2.8 88.8 10.2 +Pioneer P31Z32E Enlist 3.1 88.5 10.4 +Viking/Blue River 32B6 Conventional 3.2 88.1 10.2 +Pioneer P28Z30E Enlist 2.8 88.1 10.2 +Becks Beck 2660E3 Enlist 2.6 87.8 10.4 +Xitavo XO2735E Enlist 2.7 87.8 10.8 +Asgrow AG26XF4 XtendFlex 2.6 87.7 10.5 +Xitavo XO2865E Enlist 2.8 87.0 10.4 +Xitavo XO2556E Enlist 2.5 86.5 10.4 +NuTech 25N05E Enlist 2.5 85.8 10.4 +NuTech 28N05E Enlist 2.8 85.7 10.2 +Becks Beck 2950E3 Enlist 2.9 85.2 10.5 +ProHarvest AE3150 Enlist 3.1 83.5 10.2 +Channel CT2826E Enlist 2.8 83.1 10.1 +Alloy A25E36 Enlist 2.5 83.1 10.9 +ProHarvest AE2940S Enlist 2.9 83.0 10.2 +Asgrow AG29XF5 XtendFlex 2.9 82.8 10.0 +Channel 2225RXF XtendFlex 2.2 81.2 10.4 +NuTech 30N06E Enlist 3 80.4 10.6 +Viking/Blue River 30B4 Conventional 3 79.8 10.4 +Alloy A27E35 Enlist 2.7 79.5 10.3 +Viking/Blue River 3418 Conventional 3.4 73.5 10.7 +Averages = 86.5 10.4 +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9848.json b/corpus/proharvest_plots/phpr-soybeans-2025-9848.json new file mode 100644 index 00000000..670f49ae --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9848.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9848", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "St. George", + "county": "Kankakee", + "year": 2025, + "plot_id": 9848, + "cooperator": "Synergy Seeds", + "latitude": 41.2163307, + "longitude": -87.7796754, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Granger-St-George-IL-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:02.913551+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9848.md b/corpus/proharvest_plots/phpr-soybeans-2025-9848.md new file mode 100644 index 00000000..20da507f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9848.md @@ -0,0 +1,58 @@ +# Soybean yield trial — Synergy Seeds (St. George, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** St. George, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Granger-St-George-IL-min.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2025 Synergy Seeds Soybean Harvest Report +Cooperator Granger Prev Crop CORN Prior Year Herb +Mailing Address Tillage Type No Till PreE Herb +City, State, Zip St.George % Ground Cover Date Applied +County Kankakee Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer SYNERGY SEEDS Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/9/2025 Soil Texture Silty Clay Loam Seed Treatment $10.00 +Planting Pop. 165,000 NPK applied Soil Insecticide per bushel +Row Width 30.0 P2O5 H, M, L Medium Std Moisture +Harvest Date 9/29/2025 K2O H, M, L Medium +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years, 25-50% +Grower Signature YES Experiment Number: +Use Grower's Name +Harvest Soybean @13.0% Row Harvest +Entry Moist. Bushels/Acre Gross Rank by # Length Weight +No. Brand Variety Trait (%) Yield Rank Income Income Rows (ft.) (lbs.) +1 Apex 2361 FI + Saltro Enlist 11.9 78.5 3 $ 7 84.66 3 4 520 555 +2 Apex 2560 FI + Saltro Enlist 11.3 81.1 2 $ 8 11.36 2 4 520 570 +3 ProHarvest 25E35 FI + Saltro Enlist 11.6 73.1 18 $ 7 30.59 18 4 520 515 +4 Alloy 25E36 FI + Ilevo Enlist 10.9 73.6 16 $ 7 36.38 16 4 520 515 +5 Merschman Osage 2526 FI + Saltro + Tripidity Enlist 10.9 75.1 11 $ 7 50.67 11 4 520 525 +6 ProHarvest 26E68 FI + Saltro Enlist 11.2 74.8 13 $ 7 48.15 13 4 520 525 +7 Burrus 2729 CruiserMaxx APX + Saltro Enlist 10.9 75.1 11 $ 7 50.67 11 4 520 525 +8 Apex 2750 FI + Saltro Enlist 11.1 74.2 14 $ 7 41.86 14 4 520 520 +9 Alloy 27E35 FI + Ilevo Enlist 10.9 71.5 22 $ 7 14.93 22 4 520 500 +10 Pioneer 28Z89 FI + Lumigen Enlist 10.7 76.0 9 $ 7 59.52 9 4 520 530 +11 Apex 2860 FI + Saltro Enlist 10.4 72.6 19 $ 7 26.13 19 4 520 505 +12 Merschman Cherokee 2429 FI + Saltro + Tripidity Enlist 10.8 77.3 5 $ 7 72.99 5 4 520 540 +13 Apex 2940 FI + Saltro Enlist 11.1 76.3 6 $ 7 63.26 6 4 520 535 +14 Apex 2950 FI + Saltro Enlist 11.3 76.2 8 $ 7 61.54 8 4 520 535 +15 Burrus 2916 CruiserMaxx APX + Saltro Enlist 10.6 72.5 20 $ 7 24.51 20 4 520 505 +16 Alloy 29E36 FI + Ilevo Enlist 10.5 71.8 21 $ 7 18.14 21 4 520 500 +17 Apex 3060 FI + Saltro Enlist 11.2 74.1 15 $ 7 41.02 15 4 520 520 +18 Alloy 30E35 FI + Ilevo Enlist 11.7 77.9 4 $ 7 79.36 4 4 520 550 +19 Pioneer 31Z32 FI + Lumigen Enlist 10.7 75.2 10 $ 7 52.36 10 4 520 525 +20 Apex 3131S FI + Saltro Enlist 10.5 73.2 17 $ 7 32.50 17 4 520 510 +21 Apex 3150 FI + Saltro Enlist 11.0 67.8 24 $ 6 78.42 24 4 520 475 +22 ProHarvest 31E65 FI + Saltro Enlist 10.8 68.0 23 $ 6 79.94 23 4 520 475 +23 Apex 3340 FI + Saltro Enlist 11.1 76.3 6 $ 7 63.26 6 4 520 535 +24 Apex 3550S FI + Saltro Enlist 12.4 81.5 1 $ 8 15.35 1 3 520 435 +Plot Average 11.1 74.7 +GPS Coordinates: (41.2163307, -87.7796754) +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9850.json b/corpus/proharvest_plots/phpr-soybeans-2025-9850.json new file mode 100644 index 00000000..775700b5 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9850.json @@ -0,0 +1,172 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9850", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Delphos", + "county": "Putnam", + "year": 2025, + "plot_id": 9850, + "cooperator": "Grow It 2 Show It", + "latitude": 40.84513778298076, + "longitude": -84.34082846743223, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": "Corn", + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "brand": "LG Seeds", + "product": "LGS2505E3", + "traits": null, + "metrics": { + "Yield": 98.4 + } + }, + { + "rank": 2, + "brand": "ProHarvest", + "product": "AE2560", + "traits": null, + "metrics": { + "Yield": 93.3 + } + }, + { + "rank": 3, + "brand": "ProHarvest", + "product": "AE3150", + "traits": null, + "metrics": { + "Yield": 93 + } + }, + { + "rank": 4, + "brand": "ProHarvest", + "product": "AE2860", + "traits": null, + "metrics": { + "Yield": 92.6 + } + }, + { + "rank": 5, + "brand": "LG Seeds", + "product": "LGS3240E3", + "traits": null, + "metrics": { + "Yield": 88.8 + } + }, + { + "rank": 6, + "brand": "ProHarvest", + "product": "AE2750", + "traits": null, + "metrics": { + "Yield": 88 + } + }, + { + "rank": 7, + "brand": "ProHarvest", + "product": "AE2950", + "traits": null, + "metrics": { + "Yield": 87.6 + } + }, + { + "rank": 8, + "brand": "LG Seeds", + "product": "LGS3445E3", + "traits": null, + "metrics": { + "Yield": 87.3 + } + }, + { + "rank": 9, + "brand": "ProHarvest", + "product": "26E68", + "traits": null, + "metrics": { + "Yield": 87.1 + } + }, + { + "rank": 10, + "brand": "ProHarvest", + "product": "AE3060", + "traits": null, + "metrics": { + "Yield": 86.9 + } + }, + { + "rank": 11, + "brand": "ProHarvest", + "product": "AE3131S", + "traits": null, + "metrics": { + "Yield": 86.6 + } + }, + { + "rank": 12, + "brand": "LG Seeds", + "product": "LGS2881E3", + "traits": null, + "metrics": { + "Yield": 85.9 + } + }, + { + "rank": 13, + "brand": "ProHarvest", + "product": "31E65S", + "traits": null, + "metrics": { + "Yield": 84.1 + } + }, + { + "rank": 14, + "brand": "ProHarvest", + "product": "AE3330S", + "traits": null, + "metrics": { + "Yield": 83.7 + } + }, + { + "rank": 15, + "brand": "LG Seeds", + "product": "LGS3000E3", + "traits": null, + "metrics": { + "Yield": 82.8 + } + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Grow-It-2-Show-It-Delphos-OH-min.pdf" + ], + "fetched_at": "2026-06-05T01:00:01.347923+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9850.md b/corpus/proharvest_plots/phpr-soybeans-2025-9850.md new file mode 100644 index 00000000..e14fa356 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9850.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Grow It 2 Show It (Delphos, OH, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Delphos, OH · Putnam County +- **Cooperator:** Grow It 2 Show It +- **Previous crop:** Corn +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Grow-It-2-Show-It-Delphos-OH-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | LG Seeds | LGS2505E3 | - | 98.4 | - | - | - | +| 2 | ProHarvest | AE2560 | - | 93.3 | - | - | - | +| 3 | ProHarvest | AE3150 | - | 93 | - | - | - | +| 4 | ProHarvest | AE2860 | - | 92.6 | - | - | - | +| 5 | LG Seeds | LGS3240E3 | - | 88.8 | - | - | - | +| 6 | ProHarvest | AE2750 | - | 88 | - | - | - | +| 7 | ProHarvest | AE2950 | - | 87.6 | - | - | - | +| 8 | LG Seeds | LGS3445E3 | - | 87.3 | - | - | - | +| 9 | ProHarvest | 26E68 | - | 87.1 | - | - | - | +| 10 | ProHarvest | AE3060 | - | 86.9 | - | - | - | +| 11 | ProHarvest | AE3131S | - | 86.6 | - | - | - | +| 12 | LG Seeds | LGS2881E3 | - | 85.9 | - | - | - | +| 13 | ProHarvest | 31E65S | - | 84.1 | - | - | - | +| 14 | ProHarvest | AE3330S | - | 83.7 | - | - | - | +| 15 | LG Seeds | LGS3000E3 | - | 82.8 | - | - | - | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9852.json b/corpus/proharvest_plots/phpr-soybeans-2025-9852.json new file mode 100644 index 00000000..3ee90182 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9852.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9852", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "L'erable", + "county": "Kankakee", + "year": 2025, + "plot_id": 9852, + "cooperator": "Synergy Seeds", + "latitude": 40.8993199, + "longitude": -87.8856609, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Howe-Lerable-IL-min.pdf" + ], + "fetched_at": "2026-06-05T00:59:59.980514+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9852.md b/corpus/proharvest_plots/phpr-soybeans-2025-9852.md new file mode 100644 index 00000000..02e2a68f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9852.md @@ -0,0 +1,67 @@ +# Soybean yield trial — Synergy Seeds (L'erable, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** L'erable, IL · Kankakee County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Howe-Lerable-IL-min.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2025 Synergy Seeds Soybean Harvest Report +Cooperator HOWE Prev Crop CORN Prior Year Herb +Mailing Address Tillage Type N/A PreE Herb +City, State, Zip L'ERABLE % Ground Cover Date Applied +County IROQUOIS Years in Con Till Rate Applied +Telephone Irrigated (y/n) NO PostE Herb +Sales Rep Soil pH Date Applied Assume +Seed Dealer SYNERGY SEEDS Organic Matter (%) Rate Applied Selling Price: +Planting Date 5/8/2025 Soil Texture Silty Clay Loam Seed Treatment $10.00 +Planting Pop. 140,000 NPK applied Soil Insecticide per bushel +Row Width 30.0 P2O5 H, M, L Medium Std Moisture +Harvest Date 10/6/2025 K2O H, M, L Medium +Plot Test Type Competitor Plot Describe residue 5=Dead Vegetation, Moderate Residue Corn Stubble 2 years, 25-50% +Grower Signature YES Experiment Number: +Use Grower's Name +Harvest Soybean @13.0% Row Harvest +Entry Moist. Bushels/Acre Gross Rank by # Length Weight +No. Brand Variety Trait (%) Yield Rank Income Income Rows (ft.) (lbs.) +1 Apex 2560 FI + Saltro Enlist 12.3 76.1 11 $ 7 61.12 11 4 500 520 +2 ProHarvest 25E35 FI + Saltro Enlist 13.9 73.3 19 $ 7 32.86 19 4 500 510 +3 Alloy 25E36 FI + Ilevo Enlist 12.8 72.8 21 $ 7 27.67 21 4 500 500 +4 Merschman Osage 2526 FI + Saltro + Tripidity Enlist 12.8 73.5 18 $ 7 34.95 18 4 500 505 +5 ProHarvest 26E68 FI + Saltro Enlist 13.4 71.5 23 $ 7 15.44 23 4 500 495 +6 Burrus 2729 CruiserMaxx APX + Saltro Enlist 13.2 79.7 3 $ 7 96.76 3 4 500 550 +7 Apex 2750 FI + Saltro Enlist 12.8 79.3 5 $ 7 93.16 5 4 500 545 +8 Alloy 27E35 FI + Ilevo Enlist 12.1 79.2 6 $ 7 92.19 6 4 500 540 +9 Pioneer 28Z89 FI + Lumigen Enlist 12.7 79.4 4 $ 7 94.07 4 4 500 545 +10 Apex 2860 FI + Saltro Enlist 12.1 68.2 29 $ 6 82.17 29 4 500 465 +11 Merschman Cherokee 2429 FI + Saltro + Tripidity Enlist 12.5 72.3 22 $ 7 22.87 22 4 500 495 +12 Apex 2940 FI + Saltro Enlist 12.3 74.6 15 $ 7 46.48 15 4 500 510 +13 Apex 2950 FI + Saltro Enlist 12.7 70.7 26 $ 7 06.65 26 4 500 485 +14 Burrus 2916 CruiserMaxx APX + Saltro Enlist 12.9 76.3 10 $ 7 63.18 10 4 500 525 +15 Alloy 30E35 FI + Ilevo Enlist 12.4 77.5 9 $ 7 74.87 9 4 500 530 +16 Apex 3060 FI + Saltro Enlist 12.2 82.8 1 $ 8 27.92 1 4 500 565 +17 Apex 3131S FI + Saltro Enlist 12.2 75.5 14 $ 7 54.66 14 4 500 515 +18 Merschman Lincoln 2431 FI + Saltro + Tripidity Enlist 12.2 77.6 8 $ 7 76.37 8 4 500 530 +19 Apex 3150 FI + Saltro Enlist 11.9 73.5 17 $ 7 35.18 17 4 500 500 +20 ProHarvest 31E65 FI + Saltro Enlist 12.3 68.1 31 $ 6 80.61 31 4 500 465 +21 Pioneer 31Z32 FI + Lumigen Enlist 11.7 70.7 24 $ 7 07.37 24 4 500 480 +22 Burrus 3287 CruiserMaxx APX + Saltro Enlist 11.5 74.6 16 $ 7 45.90 16 4 500 505 +23 Merschman Harrison 2632 FI + Saltro + Tripidity Enlist 11.5 76.1 12 $ 7 60.67 12 4 500 515 +24 Merschman Jefferson 2533 FI + Saltro + Tripidity Enlist 13.0 79.1 7 $ 7 91.34 7 4 500 545 +25 Apex 3340 FI + Saltro Enlist 10.8 72.9 20 $ 7 29.47 20 4 500 490 +26 Burrus 3472 CrusierMaxx APX + Saltro Enlist 10.9 70.6 27 $ 7 06.35 27 4 500 475 +27 ProHarvest 35E52 FI + Saltro Enlist 11.7 70.7 24 $ 7 07.37 24 4 500 480 +28 Merschman Reagan 2635 FI + Saltro + Tripidity Enlist 11.0 66.8 32 $ 6 68.42 32 4 500 450 +29 Apex 3550S FI + Saltro Enlist 11.2 68.2 30 $ 6 81.74 30 4 500 460 +30 Burrus 3578 CrusierMaxx APX + Saltro Enlist 11.2 75.6 13 $ 7 55.84 13 4 500 510 +31 Apex 3660 FI + Saltro Enlist 11.2 82.3 2 $ 8 22.53 2 4 500 555 +32 Alloy 37E36 FI + Ilevo Enlist 11.5 70.2 28 $ 7 01.59 28 4 500 475 +Plot Average 12.2 74.4 +GPS Coordinates: (40.8993199, -87.8856609) +Fungicide was applied at R3 +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9854.json b/corpus/proharvest_plots/phpr-soybeans-2025-9854.json new file mode 100644 index 00000000..cf43610b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9854.json @@ -0,0 +1,154 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9854", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Monticello", + "county": "Piatt", + "year": 2025, + "plot_id": 9854, + "cooperator": "Jesse And Tucker Muse", + "latitude": 40.02819757648188, + "longitude": -88.57176752665772, + "company_representative": "Tucker Muse", + "planted_date": "5/8/2025", + "harvested_date": "9/28/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": "Quilt Xcel", + "herbicide": "Enlist/Liberty", + "insecticide": "Imidacloprid/Bifenthrin", + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3950S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.2, + "Test Wt.": null, + "Yield": 89.96, + "+/- Ave": 4.9 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 89.57, + "+/- Ave": 4.6 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": null, + "Yield": 86.86, + "+/- Ave": 1.8 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 85.52, + "+/- Ave": 0.5 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3660", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": null, + "Yield": 85.02, + "+/- Ave": 0 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.8, + "Test Wt.": null, + "Yield": 83.01, + "+/- Ave": -2 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE2860", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 82.2, + "+/- Ave": -2.8 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.8, + "Test Wt.": null, + "Yield": 82.03, + "+/- Ave": -3 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "31E65S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.7, + "Test Wt.": null, + "Yield": 80.98, + "+/- Ave": -4 + } + } + ], + "n_results": 9, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Muse-Monticello-IL-min.pdf" + ], + "fetched_at": "2026-06-05T00:59:58.315607+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9854.md b/corpus/proharvest_plots/phpr-soybeans-2025-9854.md new file mode 100644 index 00000000..568b6b6b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9854.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Jesse And Tucker Muse (Monticello, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Monticello, IL · Piatt County +- **Cooperator:** Jesse And Tucker Muse +- **Company rep:** Tucker Muse +- **Planted:** 5/8/2025 +- **Harvested:** 9/28/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Quilt Xcel +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Muse-Monticello-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3950S | - | 89.96 | 10.2 | None | 4.9 | +| 2 | Apex | AE3150 | - | 89.57 | 8.7 | None | 4.6 | +| 3 | Apex | AE3550S | - | 86.86 | 9.2 | None | 1.8 | +| 4 | ProHarvest | 35E52 | - | 85.52 | 8.7 | None | 0.5 | +| 5 | Apex | AE3660 | - | 85.02 | 9.2 | None | 0 | +| 6 | Apex | AE3131S | - | 83.01 | 8.8 | None | -2 | +| 7 | Apex | AE2860 | - | 82.2 | 8.7 | None | -2.8 | +| 8 | Apex | AE3850 | - | 82.03 | 9.8 | None | -3 | +| 9 | ProHarvest | 31E65S | - | 80.98 | 8.7 | None | -4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9856.json b/corpus/proharvest_plots/phpr-soybeans-2025-9856.json new file mode 100644 index 00000000..51198446 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9856.json @@ -0,0 +1,167 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9856", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Maria Stein", + "county": "Mercer", + "year": 2025, + "plot_id": 9856, + "cooperator": "Larry Reichert", + "latitude": 40.40753801133259, + "longitude": -84.48530628568207, + "company_representative": "Matthew Reichert", + "planted_date": "5/19/2025", + "harvested_date": "9/29/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": "Apex", + "rank": 1, + "product": "AE2860", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 73.27, + "+/- Ave": 6.6 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "protTect D-I", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 72.06, + "+/- Ave": 5.4 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.75, + "Test Wt.": null, + "Yield": 71.05, + "+/- Ave": 4.4 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE2940S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 70.44, + "+/- Ave": 3.8 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 66.79, + "+/- Ave": 0.2 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 66.79, + "+/- Ave": 0.2 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 64.77, + "+/- Ave": -1.9 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3660", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 11.25, + "Test Wt.": null, + "Yield": 62.62, + "+/- Ave": -4 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3060", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 59.51, + "+/- Ave": -7.1 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 10.5, + "Test Wt.": null, + "Yield": 59.1, + "+/- Ave": -7.5 + } + } + ], + "n_results": 10, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Reichert-Maria-Stein-OH-min.pdf" + ], + "fetched_at": "2026-06-05T00:59:56.809941+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9856.md b/corpus/proharvest_plots/phpr-soybeans-2025-9856.md new file mode 100644 index 00000000..3c3e38ba --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9856.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Larry Reichert (Maria Stein, OH, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Maria Stein, OH · Mercer County +- **Cooperator:** Larry Reichert +- **Company rep:** Matthew Reichert +- **Planted:** 5/19/2025 +- **Harvested:** 9/29/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Reichert-Maria-Stein-OH-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2860 | - | 73.27 | 10.5 | None | 6.6 | +| 2 | Apex | AE2950 | - | 72.06 | 10.5 | None | 5.4 | +| 3 | Apex | AE3550S | - | 71.05 | 10.75 | None | 4.4 | +| 4 | Apex | AE2940S | - | 70.44 | 10.5 | None | 3.8 | +| 5 | Apex | AE3131S | - | 66.79 | 10.5 | None | 0.2 | +| 5 | Apex | AE3340 | - | 66.79 | 10.5 | None | 0.2 | +| 6 | Apex | AE3150 | - | 64.77 | 10.5 | None | -1.9 | +| 7 | Apex | AE3660 | - | 62.62 | 11.25 | None | -4 | +| 8 | Apex | AE3060 | - | 59.51 | 10.5 | None | -7.1 | +| 9 | Apex | AE2950 | - | 59.1 | 10.5 | None | -7.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9858.json b/corpus/proharvest_plots/phpr-soybeans-2025-9858.json new file mode 100644 index 00000000..27ea0abf --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9858.json @@ -0,0 +1,181 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9858", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Streator", + "county": "LaSalle", + "year": 2025, + "plot_id": 9858, + "cooperator": "Craig Richards", + "latitude": 41.12126844144799, + "longitude": -88.83483533300736, + "company_representative": "Jeff Horner", + "planted_date": "5/9/2025", + "harvested_date": "9/30/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 150000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "31E65S", + "traits": null, + "metrics": { + "% H2O": 9, + "Test Wt.": 57.2, + "Yield": 87.08, + "+/- Ave": 6.2 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "31E65S", + "traits": null, + "metrics": { + "% H2O": 9.1, + "Test Wt.": 57.3, + "Yield": 86.35, + "+/- Ave": 5.4 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "3550", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": 57.2, + "Yield": 86.09, + "+/- Ave": 5.2 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "3131", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": 57.6, + "Yield": 85.4, + "+/- Ave": 4.5 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "3150", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": 57.5, + "Yield": 84.21, + "+/- Ave": 3.3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "3060", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": 58.3, + "Yield": 81.31, + "+/- Ave": 0.4 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "2750", + "traits": null, + "metrics": { + "% H2O": 9, + "Test Wt.": 57, + "Yield": 79.99, + "+/- Ave": -0.9 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "2950", + "traits": null, + "metrics": { + "% H2O": 9, + "Test Wt.": 57.1, + "Yield": 79.73, + "+/- Ave": -1.2 + } + }, + { + "brand": "ProHarvest", + "rank": 9, + "product": "2560", + "traits": null, + "metrics": { + "% H2O": 8.7, + "Test Wt.": 57.2, + "Yield": 78.47, + "+/- Ave": -2.4 + } + }, + { + "brand": "ProHarvest", + "rank": 10, + "product": "2860", + "traits": null, + "metrics": { + "% H2O": 9.1, + "Test Wt.": 56, + "Yield": 76.11, + "+/- Ave": -4.8 + } + }, + { + "brand": "ProHarvest", + "rank": 11, + "product": "2940", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": 58.3, + "Yield": 74.26, + "+/- Ave": -6.6 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "25E35", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": 56.4, + "Yield": 71.84, + "+/- Ave": -9.1 + } + } + ], + "n_results": 12, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Richards-Streator-IL-min.pdf" + ], + "fetched_at": "2026-06-05T00:59:55.327535+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9858.md b/corpus/proharvest_plots/phpr-soybeans-2025-9858.md new file mode 100644 index 00000000..52db7a12 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9858.md @@ -0,0 +1,35 @@ +# Soybean yield trial — Craig Richards (Streator, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Streator, IL · LaSalle County +- **Cooperator:** Craig Richards +- **Company rep:** Jeff Horner +- **Planted:** 5/9/2025 +- **Harvested:** 9/30/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 150,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Richards-Streator-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 31E65S | - | 87.08 | 9 | 57.2 | 6.2 | +| 2 | ProHarvest | 31E65S | - | 86.35 | 9.1 | 57.3 | 5.4 | +| 3 | ProHarvest | 3550 | - | 86.09 | 9.9 | 57.2 | 5.2 | +| 4 | ProHarvest | 3131 | - | 85.4 | 9.7 | 57.6 | 4.5 | +| 5 | ProHarvest | 3150 | - | 84.21 | 9.9 | 57.5 | 3.3 | +| 6 | ProHarvest | 3060 | - | 81.31 | 9.5 | 58.3 | 0.4 | +| 7 | ProHarvest | 2750 | - | 79.99 | 9 | 57 | -0.9 | +| 8 | ProHarvest | 2950 | - | 79.73 | 9 | 57.1 | -1.2 | +| 9 | ProHarvest | 2560 | - | 78.47 | 8.7 | 57.2 | -2.4 | +| 10 | ProHarvest | 2860 | - | 76.11 | 9.1 | 56 | -4.8 | +| 11 | ProHarvest | 2940 | - | 74.26 | 9.5 | 58.3 | -6.6 | +| 12 | ProHarvest | 25E35 | - | 71.84 | 9.7 | 56.4 | -9.1 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9860.json b/corpus/proharvest_plots/phpr-soybeans-2025-9860.json new file mode 100644 index 00000000..5f8685e3 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9860.json @@ -0,0 +1,133 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9860", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Morris", + "county": "Grundy", + "year": 2025, + "plot_id": 9860, + "cooperator": "Ray Rogers", + "latitude": 41.356449169869364, + "longitude": -88.42205028659464, + "company_representative": "John Walsh", + "planted_date": "5/10/2025", + "harvested_date": "10/3/2025", + "previous_crop": "Corn", + "row_width": "15", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3060", + "traits": null, + "metrics": { + "% H2O": 10.4, + "Test Wt.": null, + "Yield": 77.14, + "+/- Ave": 11.4 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "26E68", + "traits": null, + "metrics": { + "% H2O": 12, + "Test Wt.": null, + "Yield": 76.19, + "+/- Ave": 10.4 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE2860", + "traits": null, + "metrics": { + "% H2O": 11.1, + "Test Wt.": null, + "Yield": 74.89, + "+/- Ave": 9.1 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 10.8, + "Test Wt.": null, + "Yield": 74.77, + "+/- Ave": 9 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3131S", + "traits": null, + "metrics": { + "% H2O": 10.6, + "Test Wt.": null, + "Yield": 74.56, + "+/- Ave": 8.8 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": null, + "Yield": 74.31, + "+/- Ave": 8.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE2560", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": null, + "Yield": 70.37, + "+/- Ave": 4.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "31E65S", + "traits": null, + "metrics": { + "% H2O": 11.4, + "Test Wt.": null, + "Yield": 69.76, + "+/- Ave": 4 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Rogers-Morris-IL-min.pdf" + ], + "fetched_at": "2026-06-05T00:59:53.797398+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9860.md b/corpus/proharvest_plots/phpr-soybeans-2025-9860.md new file mode 100644 index 00000000..2137e030 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9860.md @@ -0,0 +1,30 @@ +# Soybean yield trial — Ray Rogers (Morris, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Morris, IL · Grundy County +- **Cooperator:** Ray Rogers +- **Company rep:** John Walsh +- **Planted:** 5/10/2025 +- **Harvested:** 10/3/2025 +- **Previous crop:** Corn +- **Row width:** 15 +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Rogers-Morris-IL-min.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3060 | - | 77.14 | 10.4 | None | 11.4 | +| 2 | ProHarvest | 26E68 | - | 76.19 | 12 | None | 10.4 | +| 3 | Apex | AE2860 | - | 74.89 | 11.1 | None | 9.1 | +| 4 | Apex | AE3150 | - | 74.77 | 10.8 | None | 9 | +| 5 | Apex | AE3131S | - | 74.56 | 10.6 | None | 8.8 | +| 6 | Apex | AE3550S | - | 74.31 | 10.1 | None | 8.5 | +| 7 | Apex | AE2560 | - | 70.37 | 9.9 | None | 4.6 | +| 8 | ProHarvest | 31E65S | - | 69.76 | 11.4 | None | 4 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9938.json b/corpus/proharvest_plots/phpr-soybeans-2025-9938.json new file mode 100644 index 00000000..c712345b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9938.json @@ -0,0 +1,279 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9938", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Goodfield", + "county": "Tazewell", + "year": 2025, + "plot_id": 9938, + "cooperator": "Ben Bauman", + "latitude": 40.629518978576435, + "longitude": -89.27312420841305, + "company_representative": "Rick Urish", + "planted_date": "5/16/2025", + "harvested_date": "9/30/2025", + "previous_crop": null, + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": "None", + "insecticide": null, + "tillage": null, + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 79.9, + "% H2O": 8.8, + "+/- Ave": 4.9 + }, + "brand": "ProHarvest", + "product": "31C30", + "traits": "CONV" + }, + { + "rank": 2, + "metrics": { + "Yield": 78.0, + "% H2O": 8.7, + "+/- Ave": 3.0 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF3674 CONV" + }, + { + "rank": 3, + "metrics": { + "Yield": 77.63, + "% H2O": 8.7, + "+/- Ave": 2.6 + }, + "brand": "Merschman", + "product": "Seeds", + "traits": "Wilson 2635 CONV" + }, + { + "rank": 4, + "metrics": { + "Yield": 77.27, + "% H2O": 8.7, + "+/- Ave": 2.3 + }, + "brand": "ProHarvest", + "product": "35C56S", + "traits": "CONV" + }, + { + "rank": 5, + "metrics": { + "Yield": 76.99, + "% H2O": 8.5, + "+/- Ave": 2.0 + }, + "brand": "Beck's", + "product": "310ZZ", + "traits": "CONV" + }, + { + "rank": 6, + "metrics": { + "Yield": 76.79, + "% H2O": 8.2, + "+/- Ave": 1.8 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF2872 CONV" + }, + { + "rank": 7, + "metrics": { + "Yield": 76.57, + "% H2O": 9.0, + "+/- Ave": 1.6 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF3472 CONV" + }, + { + "rank": 8, + "metrics": { + "Yield": 76.29, + "% H2O": 8.8, + "+/- Ave": 1.3 + }, + "brand": "Beck's", + "product": "281ZZ", + "traits": "CONV" + }, + { + "rank": 9, + "metrics": { + "Yield": 76.03, + "% H2O": 9.0, + "+/- Ave": 1.0 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF2849 CONV" + }, + { + "rank": 10, + "metrics": { + "Yield": 75.68, + "% H2O": 9.2, + "+/- Ave": 0.7 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF3134 CONV" + }, + { + "rank": 11, + "metrics": { + "Yield": 75.56, + "% H2O": 8.7, + "+/- Ave": 0.6 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2801 CONV" + }, + { + "rank": 12, + "metrics": { + "Yield": 75.4, + "% H2O": 9.1, + "+/- Ave": 0.4 + }, + "brand": "Beck's", + "product": "341ZZ", + "traits": "CONV" + }, + { + "rank": 13, + "metrics": { + "Yield": 74.77, + "% H2O": 9.1, + "+/- Ave": -0.2 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF3073 CONV" + }, + { + "rank": 14, + "metrics": { + "Yield": 74.68, + "% H2O": 9.1, + "+/- Ave": -0.3 + }, + "brand": "Beck's", + "product": "341ZZ", + "traits": "CONV" + }, + { + "rank": 15, + "metrics": { + "Yield": 74.56, + "% H2O": 8.7, + "+/- Ave": -0.4 + }, + "brand": "Lakeview", + "product": "Farms", + "traits": "LVF3432 CONV" + }, + { + "rank": 16, + "metrics": { + "Yield": 74.43, + "% H2O": 8.3, + "+/- Ave": -0.6 + }, + "brand": "Merschman", + "product": "Seeds", + "traits": "Sioux 2228 CONV" + }, + { + "rank": 17, + "metrics": { + "Yield": 74.19, + "% H2O": 8.6, + "+/- Ave": -0.8 + }, + "brand": "Merschman", + "product": "Seeds", + "traits": "Shawnee 2629 CONV" + }, + { + "rank": 18, + "metrics": { + "Yield": 74.14, + "% H2O": 9.1, + "+/- Ave": -0.8 + }, + "brand": "ProHarvest", + "product": "29C57", + "traits": "CONV" + }, + { + "rank": 19, + "metrics": { + "Yield": 73.07, + "% H2O": 8.3, + "+/- Ave": -1.9 + }, + "brand": "American", + "product": "Organic", + "traits": "27C34 CONV" + }, + { + "rank": 20, + "metrics": { + "Yield": 70.87, + "% H2O": 8.8, + "+/- Ave": -4.1 + }, + "brand": "American", + "product": "Organic", + "traits": "3034 CONV" + }, + { + "rank": 21, + "metrics": { + "Yield": 70.55, + "% H2O": 8.8, + "+/- Ave": -4.4 + }, + "brand": "Beck's", + "product": "341ZZ", + "traits": "CONV" + }, + { + "rank": 22, + "metrics": { + "Yield": 66.48, + "% H2O": 9.0, + "+/- Ave": -8.5 + }, + "brand": "American", + "product": "Organic", + "traits": "33C44 CONV" + } + ], + "n_results": 22, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bauman-Goodfield-IL.pdf" + ], + "fetched_at": "2026-06-05T00:59:01.357770+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9938.md b/corpus/proharvest_plots/phpr-soybeans-2025-9938.md new file mode 100644 index 00000000..cf74f4b9 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9938.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Ben Bauman (Goodfield, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Goodfield, IL · Tazewell County +- **Cooperator:** Ben Bauman +- **Company rep:** Rick Urish +- **Planted:** 5/16/2025 +- **Harvested:** 9/30/2025 +- **Row width:** 30" +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bauman-Goodfield-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 31C30 | CONV | 79.9 | 8.8 | - | 4.9 | +| 2 | Lakeview | Farms | LVF3674 CONV | 78.0 | 8.7 | - | 3.0 | +| 3 | Merschman | Seeds | Wilson 2635 CONV | 77.63 | 8.7 | - | 2.6 | +| 4 | ProHarvest | 35C56S | CONV | 77.27 | 8.7 | - | 2.3 | +| 5 | Beck's | 310ZZ | CONV | 76.99 | 8.5 | - | 2.0 | +| 6 | Lakeview | Farms | LVF2872 CONV | 76.79 | 8.2 | - | 1.8 | +| 7 | Lakeview | Farms | LVF3472 CONV | 76.57 | 9.0 | - | 1.6 | +| 8 | Beck's | 281ZZ | CONV | 76.29 | 8.8 | - | 1.3 | +| 9 | Lakeview | Farms | LVF2849 CONV | 76.03 | 9.0 | - | 1.0 | +| 10 | Lakeview | Farms | LVF3134 CONV | 75.68 | 9.2 | - | 0.7 | +| 11 | LG | Seeds | LGS2801 CONV | 75.56 | 8.7 | - | 0.6 | +| 12 | Beck's | 341ZZ | CONV | 75.4 | 9.1 | - | 0.4 | +| 13 | Lakeview | Farms | LVF3073 CONV | 74.77 | 9.1 | - | -0.2 | +| 14 | Beck's | 341ZZ | CONV | 74.68 | 9.1 | - | -0.3 | +| 15 | Lakeview | Farms | LVF3432 CONV | 74.56 | 8.7 | - | -0.4 | +| 16 | Merschman | Seeds | Sioux 2228 CONV | 74.43 | 8.3 | - | -0.6 | +| 17 | Merschman | Seeds | Shawnee 2629 CONV | 74.19 | 8.6 | - | -0.8 | +| 18 | ProHarvest | 29C57 | CONV | 74.14 | 9.1 | - | -0.8 | +| 19 | American | Organic | 27C34 CONV | 73.07 | 8.3 | - | -1.9 | +| 20 | American | Organic | 3034 CONV | 70.87 | 8.8 | - | -4.1 | +| 21 | Beck's | 341ZZ | CONV | 70.55 | 8.8 | - | -4.4 | +| 22 | American | Organic | 33C44 CONV | 66.48 | 9.0 | - | -8.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9940.json b/corpus/proharvest_plots/phpr-soybeans-2025-9940.json new file mode 100644 index 00000000..f9921c6a --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9940.json @@ -0,0 +1,245 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9940", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Stella", + "county": "Richardson", + "year": 2025, + "plot_id": 9940, + "cooperator": "Mike Bredemeier", + "latitude": 40.233151712395525, + "longitude": -95.77336586031383, + "company_representative": "Trent Geistlinger", + "planted_date": "4/25/2025", + "harvested_date": "10/13/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.9, + "Test Wt.": 55.3, + "Yield": 71, + "+/- Ave": 6.1 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3660", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 55.2, + "Yield": 69.84, + "+/- Ave": 4.9 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3850", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 55.1, + "Yield": 69.84, + "+/- Ave": 4.9 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3950S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 55.5, + "Yield": 69.84, + "+/- Ave": 4.9 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE2940S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.3, + "Test Wt.": 55.3, + "Yield": 69.68, + "+/- Ave": 4.8 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "35E52", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": 54.5, + "Yield": 65.32, + "+/- Ave": 0.4 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE4150S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.9, + "Test Wt.": 55.7, + "Yield": 64.61, + "+/- Ave": -0.3 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3060", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 55.7, + "Yield": 64.47, + "+/- Ave": -0.4 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3150", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 54.8, + "Yield": 64.47, + "+/- Ave": -0.4 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 55, + "Yield": 64.47, + "+/- Ave": -0.4 + } + }, + { + "brand": "Pioneer", + "rank": 6, + "product": "P37Z06E", + "traits": null, + "metrics": { + "Seed Trtmt.": "CruiserMaxxAdv", + "% H2O": 9.1, + "Test Wt.": 54.8, + "Yield": 64.47, + "+/- Ave": -0.4 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "31E65S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": 54.9, + "Yield": 64.39, + "+/- Ave": -0.5 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE4240", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": 55.7, + "Yield": 64.39, + "+/- Ave": -0.5 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3340", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": 54.7, + "Yield": 59.03, + "+/- Ave": -5.9 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3131S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.3, + "Test Wt.": 53.8, + "Yield": 58.96, + "+/- Ave": -5.9 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE2950", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": 55.3, + "Yield": 53.66, + "+/- Ave": -11.2 + } + } + ], + "n_results": 16, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bredemeier-Stella-NE.pdf" + ], + "fetched_at": "2026-06-05T00:58:59.864259+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9940.md b/corpus/proharvest_plots/phpr-soybeans-2025-9940.md new file mode 100644 index 00000000..d113b9de --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9940.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Mike Bredemeier (Stella, NE, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Stella, NE · Richardson County +- **Cooperator:** Mike Bredemeier +- **Company rep:** Trent Geistlinger +- **Planted:** 4/25/2025 +- **Harvested:** 10/13/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Bredemeier-Stella-NE.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3550S | - | 71 | 8.9 | 55.3 | 6.1 | +| 2 | Apex | AE3660 | - | 69.84 | 9.1 | 55.2 | 4.9 | +| 2 | Apex | AE3850 | - | 69.84 | 9.1 | 55.1 | 4.9 | +| 2 | Apex | AE3950S | - | 69.84 | 9.1 | 55.5 | 4.9 | +| 3 | Apex | AE2940S | - | 69.68 | 9.3 | 55.3 | 4.8 | +| 4 | ProHarvest | 35E52 | - | 65.32 | 9.2 | 54.5 | 0.4 | +| 5 | Apex | AE4150S | - | 64.61 | 8.9 | 55.7 | -0.3 | +| 6 | Apex | AE3060 | - | 64.47 | 9.1 | 55.7 | -0.4 | +| 6 | Apex | AE3150 | - | 64.47 | 9.1 | 54.8 | -0.4 | +| 6 | Apex | AE3720S | - | 64.47 | 9.1 | 55 | -0.4 | +| 6 | Pioneer | P37Z06E | - | 64.47 | 9.1 | 54.8 | -0.4 | +| 7 | ProHarvest | 31E65S | - | 64.39 | 9.2 | 54.9 | -0.5 | +| 7 | Apex | AE4240 | - | 64.39 | 9.2 | 55.7 | -0.5 | +| 8 | Apex | AE3340 | - | 59.03 | 9.2 | 54.7 | -5.9 | +| 9 | Apex | AE3131S | - | 58.96 | 9.3 | 53.8 | -5.9 | +| 10 | Apex | AE2950 | - | 53.66 | 9.2 | 55.3 | -11.2 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9943.json b/corpus/proharvest_plots/phpr-soybeans-2025-9943.json new file mode 100644 index 00000000..b90717fc --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9943.json @@ -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" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9943.md b/corpus/proharvest_plots/phpr-soybeans-2025-9943.md new file mode 100644 index 00000000..b6fde1b1 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9943.md @@ -0,0 +1,33 @@ +# Soybean yield trial — Delturn (Monticello, IA, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Monticello, IA · Jones County +- **Cooperator:** Delturn +- **Company rep:** Ryan Frederich +- **Planted:** 4/29/2025 +- **Harvested:** 10/3/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Delturn-Monticello-IA.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P28Z30E | - | 82.06 | 10.6 | 59.8 | 5.5 | +| 2 | Apex | AE2860 | - | 81.86 | 10 | 59.7 | 5.3 | +| 3 | Merschman | 2526E | - | 79.82 | 10.1 | 59.2 | 3.3 | +| 4 | Apex | AE2560 | - | 77.57 | 10.2 | 58.9 | 1 | +| 5 | Apex | AE2361 | - | 77.31 | 10.5 | 59 | 0.7 | +| 6 | ProHarvest | 26E68 | - | 76.82 | 10.2 | 60.4 | 0.3 | +| 7 | Apex | AE3150 | - | 76.09 | 10.6 | 59.7 | -0.5 | +| 8 | ProHarvest | 25E35 | - | 74.48 | 10.3 | 59 | -2.1 | +| 9 | Apex | AE2950 | - | 72.95 | 10.8 | 60.6 | -3.6 | +| 10 | ProHarvest | 31E65S | - | 66.69 | 10.2 | 60.6 | -9.9 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9945.json b/corpus/proharvest_plots/phpr-soybeans-2025-9945.json new file mode 100644 index 00000000..003bd258 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9945.json @@ -0,0 +1,202 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9945", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "city": "Delphos", + "county": "Putnam", + "year": 2025, + "plot_id": 9945, + "cooperator": "Grow It 2 Show It", + "latitude": 40.84386413061513, + "longitude": -84.34137281777002, + "company_representative": "Matthew Reichert", + "planted_date": "4/28/2025", + "harvested_date": "9/29/2025", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 160000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 98.4, + "% H2O": 10.0, + "+/- Ave": 10.0 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2505E3 E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 93.3, + "% H2O": 10.1, + "+/- Ave": 4.9 + }, + "brand": "Apex", + "product": "AE2560", + "traits": "E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 93.0, + "% H2O": 10.5, + "+/- Ave": 4.6 + }, + "brand": "Apex", + "product": "AE3150", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 92.6, + "% H2O": 10.3, + "+/- Ave": 4.2 + }, + "brand": "Apex", + "product": "AE2860", + "traits": "E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 88.8, + "% H2O": 10.5, + "+/- Ave": 0.4 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3240E3 E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 88.0, + "% H2O": 10.2, + "+/- Ave": -0.4 + }, + "brand": "Apex", + "product": "AE2750", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 87.6, + "% H2O": 10.6, + "+/- Ave": -0.8 + }, + "brand": "Apex", + "product": "AE2950", + "traits": "E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 87.3, + "% H2O": 10.5, + "+/- Ave": -1.1 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3445E3 E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 87.1, + "% H2O": 10.2, + "+/- Ave": -1.3 + }, + "brand": "ProHarvest", + "product": "26E68", + "traits": "E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 86.9, + "% H2O": 10.5, + "+/- Ave": -1.5 + }, + "brand": "Apex", + "product": "AE3060", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 86.6, + "% H2O": 10.2, + "+/- Ave": -1.8 + }, + "brand": "Apex", + "product": "AE3131S", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 85.9, + "% H2O": 10.3, + "+/- Ave": -2.5 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2881E3 E3" + }, + { + "rank": 13, + "metrics": { + "Yield": 84.1, + "% H2O": 10.5, + "+/- Ave": -4.3 + }, + "brand": "ProHarvest", + "product": "31E65S", + "traits": "E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 83.7, + "% H2O": 10.7, + "+/- Ave": -4.7 + }, + "brand": "Apex", + "product": "AE3330S", + "traits": "E3" + }, + { + "rank": 15, + "metrics": { + "Yield": 82.8, + "% H2O": 10.5, + "+/- Ave": -5.6 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3000E3 E3" + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Grow-It-2-Show-It-Delphos-OH.pdf" + ], + "fetched_at": "2026-06-05T00:58:56.833326+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9945.md b/corpus/proharvest_plots/phpr-soybeans-2025-9945.md new file mode 100644 index 00000000..13d7520a --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9945.md @@ -0,0 +1,36 @@ +# Soybean yield trial — Grow It 2 Show It (Delphos, OH, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Delphos, OH · Putnam County +- **Cooperator:** Grow It 2 Show It +- **Company rep:** Matthew Reichert +- **Planted:** 4/28/2025 +- **Harvested:** 9/29/2025 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 160,000 seeds/acre +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Grow-It-2-Show-It-Delphos-OH.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | LG | Seeds | LGS2505E3 E3 | 98.4 | 10.0 | - | 10.0 | +| 2 | Apex | AE2560 | E3 | 93.3 | 10.1 | - | 4.9 | +| 3 | Apex | AE3150 | E3 | 93.0 | 10.5 | - | 4.6 | +| 4 | Apex | AE2860 | E3 | 92.6 | 10.3 | - | 4.2 | +| 5 | LG | Seeds | LGS3240E3 E3 | 88.8 | 10.5 | - | 0.4 | +| 6 | Apex | AE2750 | E3 | 88.0 | 10.2 | - | -0.4 | +| 7 | Apex | AE2950 | E3 | 87.6 | 10.6 | - | -0.8 | +| 8 | LG | Seeds | LGS3445E3 E3 | 87.3 | 10.5 | - | -1.1 | +| 9 | ProHarvest | 26E68 | E3 | 87.1 | 10.2 | - | -1.3 | +| 10 | Apex | AE3060 | E3 | 86.9 | 10.5 | - | -1.5 | +| 11 | Apex | AE3131S | E3 | 86.6 | 10.2 | - | -1.8 | +| 12 | LG | Seeds | LGS2881E3 E3 | 85.9 | 10.3 | - | -2.5 | +| 13 | ProHarvest | 31E65S | E3 | 84.1 | 10.5 | - | -4.3 | +| 14 | Apex | AE3330S | E3 | 83.7 | 10.7 | - | -4.7 | +| 15 | LG | Seeds | LGS3000E3 E3 | 82.8 | 10.5 | - | -5.6 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9947.json b/corpus/proharvest_plots/phpr-soybeans-2025-9947.json new file mode 100644 index 00000000..4d506594 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9947.json @@ -0,0 +1,253 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9947", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Dahlgren", + "county": "Hamilton", + "year": 2025, + "plot_id": 9947, + "cooperator": "Hamson Ag Inc", + "latitude": 38.198110915922115, + "longitude": -88.68490267129712, + "company_representative": "Tom Forrest", + "planted_date": "6/3/2025", + "harvested_date": "10/14/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 150000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Min-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3660", + "traits": null, + "metrics": { + "% H2O": 10.5, + "Test Wt.": 54.9, + "Yield": 62.88, + "+/- Ave": 5.4 + } + }, + { + "brand": "Golden Harvest", + "rank": 2, + "product": "GH3994E3", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": 54.7, + "Yield": 62.3, + "+/- Ave": 4.8 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE4660", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": 55.7, + "Yield": 62.22, + "+/- Ave": 4.7 + } + }, + { + "brand": "Golden Harvest", + "rank": 4, + "product": "GH4214E3S", + "traits": null, + "metrics": { + "% H2O": 10.3, + "Test Wt.": 55.2, + "Yield": 61.88, + "+/- Ave": 4.4 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 10.7, + "Test Wt.": 55.1, + "Yield": 61.03, + "+/- Ave": 3.5 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE4240S", + "traits": null, + "metrics": { + "% H2O": 10, + "Test Wt.": 55.7, + "Yield": 60.08, + "+/- Ave": 2.6 + } + }, + { + "brand": "Golden Harvest", + "rank": 7, + "product": "GH4433E3S", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": 54.8, + "Yield": 59.58, + "+/- Ave": 2.1 + } + }, + { + "brand": "Golden Harvest", + "rank": 8, + "product": "GH4093E3", + "traits": null, + "metrics": { + "% H2O": 10.4, + "Test Wt.": 54.8, + "Yield": 58.96, + "+/- Ave": 1.4 + } + }, + { + "brand": "Golden Harvest", + "rank": 9, + "product": "GH3355E3S", + "traits": null, + "metrics": { + "% H2O": 10.5, + "Test Wt.": 55.2, + "Yield": 58.9, + "+/- Ave": 1.4 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE3850", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": 55.9, + "Yield": 58.56, + "+/- Ave": 1 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE4150S", + "traits": null, + "metrics": { + "% H2O": 9.4, + "Test Wt.": 55.7, + "Yield": 57.6, + "+/- Ave": 0.1 + } + }, + { + "brand": "Golden Harvest", + "rank": 12, + "product": "GH3836E3", + "traits": null, + "metrics": { + "% H2O": 10.3, + "Test Wt.": 54.7, + "Yield": 57.32, + "+/- Ave": -0.2 + } + }, + { + "brand": "Apex", + "rank": 13, + "product": "AE3950", + "traits": null, + "metrics": { + "% H2O": 9.5, + "Test Wt.": 55.5, + "Yield": 57.25, + "+/- Ave": -0.3 + } + }, + { + "brand": "Golden Harvest", + "rank": 14, + "product": "GH3774E3", + "traits": null, + "metrics": { + "% H2O": 10.4, + "Test Wt.": 55.1, + "Yield": 55.26, + "+/- Ave": -2.3 + } + }, + { + "brand": "Golden Harvest", + "rank": 15, + "product": "GH3655E3S", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": 55.3, + "Yield": 53.44, + "+/- Ave": -4.1 + } + }, + { + "brand": "Golden Harvest", + "rank": 16, + "product": "GH4696E3", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": 54.9, + "Yield": 53.05, + "+/- Ave": -4.5 + } + }, + { + "brand": "Apex", + "rank": 17, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": 55.1, + "Yield": 50.01, + "+/- Ave": -7.5 + } + }, + { + "brand": "Golden Harvest", + "rank": 18, + "product": "GH4336E3", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": 54.4, + "Yield": 44.97, + "+/- Ave": -12.5 + } + } + ], + "n_results": 18, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Hamson-Ag-Dahlgren-IL.pdf" + ], + "fetched_at": "2026-06-05T00:58:55.339637+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9947.md b/corpus/proharvest_plots/phpr-soybeans-2025-9947.md new file mode 100644 index 00000000..47317565 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9947.md @@ -0,0 +1,42 @@ +# Soybean yield trial — Hamson Ag Inc (Dahlgren, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Dahlgren, IL · Hamilton County +- **Cooperator:** Hamson Ag Inc +- **Company rep:** Tom Forrest +- **Planted:** 6/3/2025 +- **Harvested:** 10/14/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 150,000 seeds/acre +- **Tillage:** Min-Till +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Hamson-Ag-Dahlgren-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3660 | - | 62.88 | 10.5 | 54.9 | 5.4 | +| 2 | Golden Harvest | GH3994E3 | - | 62.3 | 10.1 | 54.7 | 4.8 | +| 3 | Apex | AE4660 | - | 62.22 | 9.8 | 55.7 | 4.7 | +| 4 | Golden Harvest | GH4214E3S | - | 61.88 | 10.3 | 55.2 | 4.4 | +| 5 | Apex | AE3340 | - | 61.03 | 10.7 | 55.1 | 3.5 | +| 6 | Apex | AE4240S | - | 60.08 | 10 | 55.7 | 2.6 | +| 7 | Golden Harvest | GH4433E3S | - | 59.58 | 9.9 | 54.8 | 2.1 | +| 8 | Golden Harvest | GH4093E3 | - | 58.96 | 10.4 | 54.8 | 1.4 | +| 9 | Golden Harvest | GH3355E3S | - | 58.9 | 10.5 | 55.2 | 1.4 | +| 10 | Apex | AE3850 | - | 58.56 | 9.7 | 55.9 | 1 | +| 11 | Apex | AE4150S | - | 57.6 | 9.4 | 55.7 | 0.1 | +| 12 | Golden Harvest | GH3836E3 | - | 57.32 | 10.3 | 54.7 | -0.2 | +| 13 | Apex | AE3950 | - | 57.25 | 9.5 | 55.5 | -0.3 | +| 14 | Golden Harvest | GH3774E3 | - | 55.26 | 10.4 | 55.1 | -2.3 | +| 15 | Golden Harvest | GH3655E3S | - | 53.44 | 10.1 | 55.3 | -4.1 | +| 16 | Golden Harvest | GH4696E3 | - | 53.05 | 9.8 | 54.9 | -4.5 | +| 17 | Apex | AE3550S | - | 50.01 | 10.1 | 55.1 | -7.5 | +| 18 | Golden Harvest | GH4336E3 | - | 44.97 | 9.9 | 54.4 | -12.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9949.json b/corpus/proharvest_plots/phpr-soybeans-2025-9949.json new file mode 100644 index 00000000..d3dbe44f --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9949.json @@ -0,0 +1,422 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9949", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Hinckley", + "county": "Dekalb", + "year": 2025, + "plot_id": 9949, + "cooperator": "Hinckley-Big Rock FFA", + "latitude": 41.76907085761858, + "longitude": -88.64106627182242, + "company_representative": "Jeff Horner", + "planted_date": "5/17/2025", + "harvested_date": "10/10/2025", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 73.93, + "% H2O": 13.1, + "+/- Ave": 5.0 + }, + "brand": "Apex", + "product": "AE3150", + "traits": "E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 73.1, + "% H2O": 12.9, + "+/- Ave": 4.2 + }, + "brand": "Becks", + "product": "237E06", + "traits": "E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 72.68, + "% H2O": 12.4, + "+/- Ave": 3.7 + }, + "brand": "Miller", + "product": "AE27E35", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 71.99, + "% H2O": 12.9, + "+/- Ave": 3.1 + }, + "brand": "Miller", + "product": "AE2530S", + "traits": "E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 71.9, + "% H2O": 13.0, + "+/- Ave": 3.0 + }, + "brand": "NuTech", + "product": "29N05E", + "traits": "E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 71.81, + "% H2O": 12.6, + "+/- Ave": 2.9 + }, + "brand": "NuTech", + "product": "28N03E", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 71.61, + "% H2O": 13.0, + "+/- Ave": 2.7 + }, + "brand": "Becks", + "product": "3306E3", + "traits": "E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 71.59, + "% H2O": 13.2, + "+/- Ave": 2.7 + }, + "brand": "NuTech", + "product": "30N06E", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 71.45, + "% H2O": 13.2, + "+/- Ave": 2.5 + }, + "brand": "Apex", + "product": "AE2950", + "traits": "E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 70.71, + "% H2O": 12.9, + "+/- Ave": 1.8 + }, + "brand": "Alloy", + "product": "A29E36", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 70.54, + "% H2O": 13.3, + "+/- Ave": 1.6 + }, + "brand": "LG", + "product": "Seeds", + "traits": "241E05 E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 70.5, + "% H2O": 12.3, + "+/- Ave": 1.6 + }, + "brand": "Xitavo", + "product": "XO", + "traits": "2625E E3" + }, + { + "rank": 13, + "metrics": { + "Yield": 70.44, + "% H2O": 12.2, + "+/- Ave": 1.5 + }, + "brand": "FS", + "product": "HiSOY", + "traits": "HS 26E50 E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 70.41, + "% H2O": 12.6, + "+/- Ave": 1.5 + }, + "brand": "Alloy", + "product": "A25E36", + "traits": "E3" + }, + { + "rank": 15, + "metrics": { + "Yield": 70.4, + "% H2O": 12.6, + "+/- Ave": 1.5 + }, + "brand": "Alloy", + "product": "A27E35", + "traits": "E3" + }, + { + "rank": 16, + "metrics": { + "Yield": 70.18, + "% H2O": 12.7, + "+/- Ave": 1.2 + }, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "E3" + }, + { + "rank": 17, + "metrics": { + "Yield": 70.17, + "% H2O": 12.2, + "+/- Ave": 1.2 + }, + "brand": "NK", + "product": "NK26-M6E3", + "traits": "E3" + }, + { + "rank": 18, + "metrics": { + "Yield": 70.11, + "% H2O": 12.8, + "+/- Ave": 1.2 + }, + "brand": "NuTech", + "product": "25N05E", + "traits": "E3" + }, + { + "rank": 19, + "metrics": { + "Yield": 69.54, + "% H2O": 12.6, + "+/- Ave": 0.6 + }, + "brand": "Xitavo", + "product": "XO", + "traits": "2985E E3" + }, + { + "rank": 20, + "metrics": { + "Yield": 69.44, + "% H2O": 12.9, + "+/- Ave": 0.5 + }, + "brand": "Miller", + "product": "AE2940S", + "traits": "E3" + }, + { + "rank": 21, + "metrics": { + "Yield": 68.92, + "% H2O": 12.9, + "+/- Ave": 0.0 + }, + "brand": "NK", + "product": "NK23-P1E3", + "traits": "E3" + }, + { + "rank": 22, + "metrics": { + "Yield": 68.83, + "% H2O": 12.8, + "+/- Ave": -0.1 + }, + "brand": "FS", + "product": "HiSOY", + "traits": "HS 28E50 E3" + }, + { + "rank": 23, + "metrics": { + "Yield": 68.53, + "% H2O": 13.4, + "+/- Ave": -0.4 + }, + "brand": "Dairyland", + "product": "DSR-2444E", + "traits": "E3" + }, + { + "rank": 24, + "metrics": { + "Yield": 68.42, + "% H2O": 12.6, + "+/- Ave": -0.5 + }, + "brand": "Alloy", + "product": "A28E36", + "traits": "E3" + }, + { + "rank": 25, + "metrics": { + "Yield": 68.21, + "% H2O": 13.2, + "+/- Ave": -0.7 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS3077XF XF" + }, + { + "rank": 26, + "metrics": { + "Yield": 67.65, + "% H2O": 12.9, + "+/- Ave": -1.3 + }, + "brand": "LG", + "product": "Seeds", + "traits": "LGS2504E3 E3" + }, + { + "rank": 27, + "metrics": { + "Yield": 67.52, + "% H2O": 12.5, + "+/- Ave": -1.4 + }, + "brand": "Dairyland", + "product": "DSR-2717E", + "traits": "E3" + }, + { + "rank": 28, + "metrics": { + "Yield": 67.33, + "% H2O": 12.9, + "+/- Ave": -1.6 + }, + "brand": "Becks", + "product": "XL2970E3", + "traits": "E3" + }, + { + "rank": 29, + "metrics": { + "Yield": 66.97, + "% H2O": 12.5, + "+/- Ave": -2.0 + }, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": "E3" + }, + { + "rank": 30, + "metrics": { + "Yield": 66.84, + "% H2O": 12.5, + "+/- Ave": -2.1 + }, + "brand": "Pioneer", + "product": "P26Z86E", + "traits": "E3" + }, + { + "rank": 31, + "metrics": { + "Yield": 66.83, + "% H2O": 13.0, + "+/- Ave": -2.1 + }, + "brand": "Apex", + "product": "AE2860", + "traits": "E3" + }, + { + "rank": 32, + "metrics": { + "Yield": 65.81, + "% H2O": 12.9, + "+/- Ave": -3.1 + }, + "brand": "Xitavo", + "product": "XO", + "traits": "2735E E3" + }, + { + "rank": 33, + "metrics": { + "Yield": 65.53, + "% H2O": 12.5, + "+/- Ave": -3.4 + }, + "brand": "NK", + "product": "NK28-G7E3S", + "traits": "E3" + }, + { + "rank": 34, + "metrics": { + "Yield": 65.36, + "% H2O": 12.6, + "+/- Ave": -3.6 + }, + "brand": "FS", + "product": "HiSOY", + "traits": "HS 25E30 E3" + }, + { + "rank": 35, + "metrics": { + "Yield": 59.39, + "% H2O": 13.6, + "+/- Ave": -9.5 + }, + "brand": "Xitavo", + "product": "XO", + "traits": "1822E E3" + } + ], + "n_results": 35, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Hinckley-Big-Rock-FFA-Hinckley-IL.pdf" + ], + "fetched_at": "2026-06-05T00:58:53.868060+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9949.md b/corpus/proharvest_plots/phpr-soybeans-2025-9949.md new file mode 100644 index 00000000..6fb523bd --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9949.md @@ -0,0 +1,57 @@ +# Soybean yield trial — Hinckley-Big Rock FFA (Hinckley, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Hinckley, IL · Dekalb County +- **Cooperator:** Hinckley-Big Rock FFA +- **Company rep:** Jeff Horner +- **Planted:** 5/17/2025 +- **Harvested:** 10/10/2025 +- **Previous crop:** Corn +- **Row width:** 30" +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Hinckley-Big-Rock-FFA-Hinckley-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3150 | E3 | 73.93 | 13.1 | - | 5.0 | +| 2 | Becks | 237E06 | E3 | 73.1 | 12.9 | - | 4.2 | +| 3 | Miller | AE27E35 | E3 | 72.68 | 12.4 | - | 3.7 | +| 4 | Miller | AE2530S | E3 | 71.99 | 12.9 | - | 3.1 | +| 5 | NuTech | 29N05E | E3 | 71.9 | 13.0 | - | 3.0 | +| 6 | NuTech | 28N03E | E3 | 71.81 | 12.6 | - | 2.9 | +| 7 | Becks | 3306E3 | E3 | 71.61 | 13.0 | - | 2.7 | +| 8 | NuTech | 30N06E | E3 | 71.59 | 13.2 | - | 2.7 | +| 9 | Apex | AE2950 | E3 | 71.45 | 13.2 | - | 2.5 | +| 10 | Alloy | A29E36 | E3 | 70.71 | 12.9 | - | 1.8 | +| 11 | LG | Seeds | 241E05 E3 | 70.54 | 13.3 | - | 1.6 | +| 12 | Xitavo | XO | 2625E E3 | 70.5 | 12.3 | - | 1.6 | +| 13 | FS | HiSOY | HS 26E50 E3 | 70.44 | 12.2 | - | 1.5 | +| 14 | Alloy | A25E36 | E3 | 70.41 | 12.6 | - | 1.5 | +| 15 | Alloy | A27E35 | E3 | 70.4 | 12.6 | - | 1.5 | +| 16 | Pioneer | P28Z89E | E3 | 70.18 | 12.7 | - | 1.2 | +| 17 | NK | NK26-M6E3 | E3 | 70.17 | 12.2 | - | 1.2 | +| 18 | NuTech | 25N05E | E3 | 70.11 | 12.8 | - | 1.2 | +| 19 | Xitavo | XO | 2985E E3 | 69.54 | 12.6 | - | 0.6 | +| 20 | Miller | AE2940S | E3 | 69.44 | 12.9 | - | 0.5 | +| 21 | NK | NK23-P1E3 | E3 | 68.92 | 12.9 | - | 0.0 | +| 22 | FS | HiSOY | HS 28E50 E3 | 68.83 | 12.8 | - | -0.1 | +| 23 | Dairyland | DSR-2444E | E3 | 68.53 | 13.4 | - | -0.4 | +| 24 | Alloy | A28E36 | E3 | 68.42 | 12.6 | - | -0.5 | +| 25 | LG | Seeds | LGS3077XF XF | 68.21 | 13.2 | - | -0.7 | +| 26 | LG | Seeds | LGS2504E3 E3 | 67.65 | 12.9 | - | -1.3 | +| 27 | Dairyland | DSR-2717E | E3 | 67.52 | 12.5 | - | -1.4 | +| 28 | Becks | XL2970E3 | E3 | 67.33 | 12.9 | - | -1.6 | +| 29 | Pioneer | P27Z41E | E3 | 66.97 | 12.5 | - | -2.0 | +| 30 | Pioneer | P26Z86E | E3 | 66.84 | 12.5 | - | -2.1 | +| 31 | Apex | AE2860 | E3 | 66.83 | 13.0 | - | -2.1 | +| 32 | Xitavo | XO | 2735E E3 | 65.81 | 12.9 | - | -3.1 | +| 33 | NK | NK28-G7E3S | E3 | 65.53 | 12.5 | - | -3.4 | +| 34 | FS | HiSOY | HS 25E30 E3 | 65.36 | 12.6 | - | -3.6 | +| 35 | Xitavo | XO | 1822E E3 | 59.39 | 13.6 | - | -9.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9951.json b/corpus/proharvest_plots/phpr-soybeans-2025-9951.json new file mode 100644 index 00000000..57245b0e --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9951.json @@ -0,0 +1,217 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9951", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "San Jose", + "county": "Logan", + "year": 2025, + "plot_id": 9951, + "cooperator": "Blair Hoerbert 4", + "latitude": 40.305524451110195, + "longitude": -89.604169493504, + "company_representative": "Tom Forrest", + "planted_date": "4/29/2025", + "harvested_date": "10/1/2025", + "previous_crop": "Corn", + "row_width": "30", + "population_seeds_per_acre": 140000, + "fungicide": "Yes", + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE2860", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": 56.3, + "Yield": 84.09, + "+/- Ave": 6 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE2940S", + "traits": null, + "metrics": { + "% H2O": 10.1, + "Test Wt.": 55.9, + "Yield": 83.22, + "+/- Ave": 5.1 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3950S", + "traits": null, + "metrics": { + "% H2O": 8.6, + "Test Wt.": 56.8, + "Yield": 82.01, + "+/- Ave": 3.9 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 9.3, + "Test Wt.": 55.8, + "Yield": 81.88, + "+/- Ave": 3.8 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2560", + "traits": null, + "metrics": { + "% H2O": 10.3, + "Test Wt.": 55.5, + "Yield": 81.08, + "+/- Ave": 3 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE3131S", + "traits": null, + "metrics": { + "% H2O": 10, + "Test Wt.": 55, + "Yield": 81.08, + "+/- Ave": 3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "35E52", + "traits": null, + "metrics": { + "% H2O": 9.7, + "Test Wt.": 54.3, + "Yield": 80.86, + "+/- Ave": 2.7 + } + }, + { + "brand": "Apex", + "rank": 7, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": 55.3, + "Yield": 77.55, + "+/- Ave": -0.6 + } + }, + { + "brand": "ProHarvest", + "rank": 8, + "product": "25E68", + "traits": null, + "metrics": { + "% H2O": 10.3, + "Test Wt.": 55.3, + "Yield": 76.87, + "+/- Ave": -1.2 + } + }, + { + "brand": "Apex", + "rank": 9, + "product": "AE3850", + "traits": null, + "metrics": { + "% H2O": 9, + "Test Wt.": 57.1, + "Yield": 76.65, + "+/- Ave": -1.5 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE3060", + "traits": null, + "metrics": { + "% H2O": 9.9, + "Test Wt.": 55.6, + "Yield": 75.89, + "+/- Ave": -2.2 + } + }, + { + "brand": "Apex", + "rank": 11, + "product": "AE3660", + "traits": null, + "metrics": { + "% H2O": 9.6, + "Test Wt.": 55.4, + "Yield": 73.24, + "+/- Ave": -4.9 + } + }, + { + "brand": "ProHarvest", + "rank": 12, + "product": "31E65S", + "traits": null, + "metrics": { + "% H2O": 10.2, + "Test Wt.": 55.9, + "Yield": 73.08, + "+/- Ave": -5 + } + }, + { + "brand": "Apex", + "rank": 13, + "product": "AE3720S", + "traits": null, + "metrics": { + "% H2O": 9.8, + "Test Wt.": 56, + "Yield": 72.17, + "+/- Ave": -5.9 + } + }, + { + "brand": "Apex", + "rank": 14, + "product": "AE3340", + "traits": null, + "metrics": { + "% H2O": 9.4, + "Test Wt.": 55.8, + "Yield": 72.08, + "+/- Ave": -6 + } + } + ], + "n_results": 15, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Hoerbert-San-Jose-IL.pdf" + ], + "fetched_at": "2026-06-05T00:58:52.328427+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9951.md b/corpus/proharvest_plots/phpr-soybeans-2025-9951.md new file mode 100644 index 00000000..1efb4576 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9951.md @@ -0,0 +1,39 @@ +# Soybean yield trial — Blair Hoerbert 4 (San Jose, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** San Jose, IL · Logan County +- **Cooperator:** Blair Hoerbert 4 +- **Company rep:** Tom Forrest +- **Planted:** 4/29/2025 +- **Harvested:** 10/1/2025 +- **Previous crop:** Corn +- **Row width:** 30 +- **Population:** 140,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Fungicide:** Yes +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Hoerbert-San-Jose-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE2860 | - | 84.09 | 9.7 | 56.3 | 6 | +| 2 | Apex | AE2940S | - | 83.22 | 10.1 | 55.9 | 5.1 | +| 3 | Apex | AE3950S | - | 82.01 | 8.6 | 56.8 | 3.9 | +| 4 | Apex | AE3550S | - | 81.88 | 9.3 | 55.8 | 3.8 | +| 5 | Apex | AE2560 | - | 81.08 | 10.3 | 55.5 | 3 | +| 5 | Apex | AE3131S | - | 81.08 | 10 | 55 | 3 | +| 6 | ProHarvest | 35E52 | - | 80.86 | 9.7 | 54.3 | 2.7 | +| 7 | Apex | AE3150 | - | 77.55 | 9.6 | 55.3 | -0.6 | +| 8 | ProHarvest | 25E68 | - | 76.87 | 10.3 | 55.3 | -1.2 | +| 9 | Apex | AE3850 | - | 76.65 | 9 | 57.1 | -1.5 | +| 10 | Apex | AE3060 | - | 75.89 | 9.9 | 55.6 | -2.2 | +| 11 | Apex | AE3660 | - | 73.24 | 9.6 | 55.4 | -4.9 | +| 12 | ProHarvest | 31E65S | - | 73.08 | 10.2 | 55.9 | -5 | +| 13 | Apex | AE3720S | - | 72.17 | 9.8 | 56 | -5.9 | +| 14 | Apex | AE3340 | - | 72.08 | 9.4 | 55.8 | -6 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9953.json b/corpus/proharvest_plots/phpr-soybeans-2025-9953.json new file mode 100644 index 00000000..9b914f7e --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9953.json @@ -0,0 +1,36 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9953", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Joliet", + "county": "Will", + "year": 2025, + "plot_id": 9953, + "cooperator": "Joliet Junior College Soybeans", + "latitude": 41.49841, + "longitude": 88.16956, + "company_representative": null, + "planted_date": null, + "harvested_date": null, + "previous_crop": null, + "row_width": null, + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [], + "n_results": 0, + "raw_text": true, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-JJC-Joliet-IL.pdf" + ], + "fetched_at": "2026-06-05T00:58:50.794022+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9953.md b/corpus/proharvest_plots/phpr-soybeans-2025-9953.md new file mode 100644 index 00000000..abde6601 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9953.md @@ -0,0 +1,41 @@ +# Soybean yield trial — Joliet Junior College Soybeans (Joliet, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Joliet, IL · Will County +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-JJC-Joliet-IL.pdf + +--- + +## Trial data (verbatim from PDF) + +``` +2025 Soybean Variety Plot +J.F. Richards Land Laboratory +Cooperator Joliet Junior College Planting Date 14-May +Address 1215 Houbolt Road; Joliet, IL 60431 Harvest Date 2-Oct +Coodinates 41.49841° N, 88.16956° W +County Will +Crop Soybeans; 30" rows +Planting Rate 145,000 +Previous Crop Corn +Tillage System spring disk/spring cultivate +Plot width 20' +Plot length 270' +Formula: Bu/A = A ÷ B ÷ C Herbicide Enlist One + Liberty +A = [(100 - measured % moisture) * 0.01 ] x harvest weight Additional N / Fungicide n/a +B = [(1-0.130) x 60 lb/bu] C = [(plot width) x (plot length)/43,560ft²/A] +Harvest Harvest Bu/Acre @ +Entry Brand Variety Traits RM Rank +Weight Moisture % 13% moisture +check₁ Channel CT2725 Enlist 3 2.7 313 8.4 44.3 2 +2 DonMario 2729E Enlist 3 2.7 309 8.4 43.8 3 +3 ProHarvest AE2860 Enlist 3 2.8 330 8.3 46.7 1 +check₂ Channel CT2725 Enlist 3 2.7 309 8.2 43.8 3 +5 Mershman 2526E Osage Enlist 3 2.6 283 8.4 40.2 4 +6 Alloy A29E35 Enlist 3 2.9 258 8.5 36.5 7 +7 Golden Harvest GH2674E3 Enlist 3 2.6 258 8.3 36.6 6 +checkᵌ Channel CT2725 Enlist 3 2.7 263 9.0 37.0 5 +PLOT AVERAGE: 41.1 +``` diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9955.json b/corpus/proharvest_plots/phpr-soybeans-2025-9955.json new file mode 100644 index 00000000..7fd4b034 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9955.json @@ -0,0 +1,378 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9955", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IN", + "state_abbrev": "in", + "city": "Cedar Lake", + "county": "Lake", + "year": 2025, + "plot_id": 9955, + "cooperator": "Keith Kleine", + "latitude": 41.36571179408899, + "longitude": -87.44284991194209, + "company_representative": "Doug Hanson", + "planted_date": "5/19/2025", + "harvested_date": "10/13/2025", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": 140000, + "fungicide": "No", + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 82.61, + "% H2O": 11.5, + "+/- Ave": 5.0 + }, + "brand": "ProHarvest", + "product": "26E68", + "traits": "E3" + }, + { + "rank": 2, + "metrics": { + "Yield": 80.64, + "% H2O": 11.1, + "+/- Ave": 3.0 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 3, + "metrics": { + "Yield": 80.61, + "% H2O": 11.5, + "+/- Ave": 3.0 + }, + "brand": "Apex", + "product": "AE3060", + "traits": "E3" + }, + { + "rank": 4, + "metrics": { + "Yield": 80.46, + "% H2O": 11.3, + "+/- Ave": 2.9 + }, + "brand": "Apex", + "product": "AE3150", + "traits": "E3" + }, + { + "rank": 5, + "metrics": { + "Yield": 80.3, + "% H2O": 11.1, + "+/- Ave": 2.7 + }, + "brand": "Pioneer", + "product": "P32Z91E", + "traits": "E3" + }, + { + "rank": 6, + "metrics": { + "Yield": 80.21, + "% H2O": 11.2, + "+/- Ave": 2.6 + }, + "brand": "Pioneer", + "product": "P36Z04E", + "traits": "E3" + }, + { + "rank": 7, + "metrics": { + "Yield": 80.03, + "% H2O": 11.4, + "+/- Ave": 2.4 + }, + "brand": "Pioneer", + "product": "P28Z89E", + "traits": "E3" + }, + { + "rank": 8, + "metrics": { + "Yield": 79.94, + "% H2O": 11.5, + "+/- Ave": 2.3 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 9, + "metrics": { + "Yield": 79.76, + "% H2O": 11.7, + "+/- Ave": 2.2 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 10, + "metrics": { + "Yield": 79.69, + "% H2O": 11.4, + "+/- Ave": 2.1 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 11, + "metrics": { + "Yield": 79.45, + "% H2O": 11.3, + "+/- Ave": 1.8 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 12, + "metrics": { + "Yield": 79.36, + "% H2O": 11.4, + "+/- Ave": 1.8 + }, + "brand": "Apex", + "product": "AE3660", + "traits": "E3" + }, + { + "rank": 13, + "metrics": { + "Yield": 79.11, + "% H2O": 11.3, + "+/- Ave": 1.5 + }, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "E3" + }, + { + "rank": 14, + "metrics": { + "Yield": 78.78, + "% H2O": 11.3, + "+/- Ave": 1.2 + }, + "brand": "Apex", + "product": "AE3340", + "traits": "E3" + }, + { + "rank": 15, + "metrics": { + "Yield": 78.6, + "% H2O": 11.5, + "+/- Ave": 1.0 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 16, + "metrics": { + "Yield": 78.44, + "% H2O": 11.3, + "+/- Ave": 0.8 + }, + "brand": "Pioneer", + "product": "P33Z17E", + "traits": "E3" + }, + { + "rank": 17, + "metrics": { + "Yield": 77.77, + "% H2O": 11.3, + "+/- Ave": 0.2 + }, + "brand": "Apex", + "product": "AE2560", + "traits": "E3" + }, + { + "rank": 18, + "metrics": { + "Yield": 77.6, + "% H2O": 11.5, + "+/- Ave": 0.0 + }, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": "E3" + }, + { + "rank": 19, + "metrics": { + "Yield": 77.28, + "% H2O": 11.1, + "+/- Ave": -0.3 + }, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": "E3" + }, + { + "rank": 20, + "metrics": { + "Yield": 77.26, + "% H2O": 11.5, + "+/- Ave": -0.3 + }, + "brand": "Apex", + "product": "AE2750", + "traits": "E3" + }, + { + "rank": 21, + "metrics": { + "Yield": 77.02, + "% H2O": 11.4, + "+/- Ave": -0.6 + }, + "brand": "Apex", + "product": "AE2940S", + "traits": "E3" + }, + { + "rank": 22, + "metrics": { + "Yield": 76.33, + "% H2O": 11.8, + "+/- Ave": -1.3 + }, + "brand": "Apex", + "product": "AE3850", + "traits": "E3" + }, + { + "rank": 23, + "metrics": { + "Yield": 76.27, + "% H2O": 11.1, + "+/- Ave": -1.3 + }, + "brand": "Apex", + "product": "AE2860", + "traits": "E3" + }, + { + "rank": 24, + "metrics": { + "Yield": 75.68, + "% H2O": 11.4, + "+/- Ave": -1.9 + }, + "brand": "ProHarvest", + "product": "31E65", + "traits": "E3" + }, + { + "rank": 25, + "metrics": { + "Yield": 75.35, + "% H2O": 11.0, + "+/- Ave": -2.3 + }, + "brand": "Apex", + "product": "AE3550S", + "traits": "E3" + }, + { + "rank": 26, + "metrics": { + "Yield": 75.09, + "% H2O": 11.7, + "+/- Ave": -2.5 + }, + "brand": "Apex", + "product": "AE2950", + "traits": "E3" + }, + { + "rank": 27, + "metrics": { + "Yield": 74.5, + "% H2O": 11.2, + "+/- Ave": -3.1 + }, + "brand": "Pioneer", + "product": "P28Z03E", + "traits": "E3" + }, + { + "rank": 28, + "metrics": { + "Yield": 74.09, + "% H2O": 11.3, + "+/- Ave": -3.5 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 29, + "metrics": { + "Yield": 73.41, + "% H2O": 10.9, + "+/- Ave": -4.2 + }, + "brand": "Pioneer", + "product": "P26Z86E", + "traits": "E3" + }, + { + "rank": 30, + "metrics": { + "Yield": 72.16, + "% H2O": 11.2, + "+/- Ave": -5.4 + }, + "brand": "ProHarvest", + "product": "25E35", + "traits": "E3" + }, + { + "rank": 31, + "metrics": { + "Yield": 70.12, + "% H2O": 10.8, + "+/- Ave": -7.5 + }, + "brand": "Pioneer", + "product": "P35Z76E", + "traits": "E3" + } + ], + "n_results": 31, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Kleine-Cedar-Lake-IN.pdf" + ], + "fetched_at": "2026-06-05T00:58:49.367745+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9955.md b/corpus/proharvest_plots/phpr-soybeans-2025-9955.md new file mode 100644 index 00000000..128e8aef --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9955.md @@ -0,0 +1,54 @@ +# Soybean yield trial — Keith Kleine (Cedar Lake, IN, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Cedar Lake, IN · Lake County +- **Cooperator:** Keith Kleine +- **Company rep:** Doug Hanson +- **Planted:** 5/19/2025 +- **Harvested:** 10/13/2025 +- **Previous crop:** Corn +- **Row width:** 30" +- **Population:** 140,000 seeds/acre +- **Tillage:** No-Till +- **Fungicide:** No +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Kleine-Cedar-Lake-IN.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 26E68 | E3 | 82.61 | 11.5 | - | 5.0 | +| 2 | ProHarvest | 25E35 | E3 | 80.64 | 11.1 | - | 3.0 | +| 3 | Apex | AE3060 | E3 | 80.61 | 11.5 | - | 3.0 | +| 4 | Apex | AE3150 | E3 | 80.46 | 11.3 | - | 2.9 | +| 5 | Pioneer | P32Z91E | E3 | 80.3 | 11.1 | - | 2.7 | +| 6 | Pioneer | P36Z04E | E3 | 80.21 | 11.2 | - | 2.6 | +| 7 | Pioneer | P28Z89E | E3 | 80.03 | 11.4 | - | 2.4 | +| 8 | ProHarvest | 25E35 | E3 | 79.94 | 11.5 | - | 2.3 | +| 9 | ProHarvest | 25E35 | E3 | 79.76 | 11.7 | - | 2.2 | +| 10 | ProHarvest | 25E35 | E3 | 79.69 | 11.4 | - | 2.1 | +| 11 | ProHarvest | 25E35 | E3 | 79.45 | 11.3 | - | 1.8 | +| 12 | Apex | AE3660 | E3 | 79.36 | 11.4 | - | 1.8 | +| 13 | Pioneer | P25A16E | E3 | 79.11 | 11.3 | - | 1.5 | +| 14 | Apex | AE3340 | E3 | 78.78 | 11.3 | - | 1.2 | +| 15 | ProHarvest | 25E35 | E3 | 78.6 | 11.5 | - | 1.0 | +| 16 | Pioneer | P33Z17E | E3 | 78.44 | 11.3 | - | 0.8 | +| 17 | Apex | AE2560 | E3 | 77.77 | 11.3 | - | 0.2 | +| 18 | Pioneer | P29Z61E | E3 | 77.6 | 11.5 | - | 0.0 | +| 19 | Pioneer | P31Z03E | E3 | 77.28 | 11.1 | - | -0.3 | +| 20 | Apex | AE2750 | E3 | 77.26 | 11.5 | - | -0.3 | +| 21 | Apex | AE2940S | E3 | 77.02 | 11.4 | - | -0.6 | +| 22 | Apex | AE3850 | E3 | 76.33 | 11.8 | - | -1.3 | +| 23 | Apex | AE2860 | E3 | 76.27 | 11.1 | - | -1.3 | +| 24 | ProHarvest | 31E65 | E3 | 75.68 | 11.4 | - | -1.9 | +| 25 | Apex | AE3550S | E3 | 75.35 | 11.0 | - | -2.3 | +| 26 | Apex | AE2950 | E3 | 75.09 | 11.7 | - | -2.5 | +| 27 | Pioneer | P28Z03E | E3 | 74.5 | 11.2 | - | -3.1 | +| 28 | ProHarvest | 25E35 | E3 | 74.09 | 11.3 | - | -3.5 | +| 29 | Pioneer | P26Z86E | E3 | 73.41 | 10.9 | - | -4.2 | +| 30 | ProHarvest | 25E35 | E3 | 72.16 | 11.2 | - | -5.4 | +| 31 | Pioneer | P35Z76E | E3 | 70.12 | 10.8 | - | -7.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9957.json b/corpus/proharvest_plots/phpr-soybeans-2025-9957.json new file mode 100644 index 00000000..67c96e07 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9957.json @@ -0,0 +1,337 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9957", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "city": "Troy Grove", + "county": "LaSalle", + "year": 2025, + "plot_id": 9957, + "cooperator": "Next Level Ag", + "latitude": 41.46784854685924, + "longitude": -89.08330140408853, + "company_representative": "John Walsh", + "planted_date": "5/10/2025", + "harvested_date": "10/9/2025", + "previous_crop": null, + "row_width": "15", + "population_seeds_per_acre": 135000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "Conventional", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3550S", + "traits": null, + "metrics": { + "% H2O": 12.1, + "Test Wt.": null, + "Yield": 90.7, + "+/- Ave": 6.3 + } + }, + { + "brand": "Xitavo", + "rank": 2, + "product": "XO2556E", + "traits": null, + "metrics": { + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 89.98, + "+/- Ave": 5.6 + } + }, + { + "brand": "NuTech", + "rank": 3, + "product": "30N06E", + "traits": null, + "metrics": { + "% H2O": 14.3, + "Test Wt.": null, + "Yield": 89.5, + "+/- Ave": 5.1 + } + }, + { + "brand": "Stine", + "rank": 4, + "product": "32EJ92", + "traits": null, + "metrics": { + "% H2O": 12.4, + "Test Wt.": null, + "Yield": 88.86, + "+/- Ave": 4.5 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2860", + "traits": null, + "metrics": { + "% H2O": 12, + "Test Wt.": null, + "Yield": 88.83, + "+/- Ave": 4.5 + } + }, + { + "brand": "Xitavo", + "rank": 6, + "product": "XO", + "traits": "2832E", + "metrics": { + "% H2O": 13.8, + "Test Wt.": null, + "Yield": 88.52, + "+/- Ave": 4.2 + } + }, + { + "brand": "Pioneer", + "rank": 7, + "product": "P28Z30E", + "traits": null, + "metrics": { + "% H2O": 12.6, + "Test Wt.": null, + "Yield": 88.44, + "+/- Ave": 4.1 + } + }, + { + "brand": "Xitavo", + "rank": 8, + "product": "XO2926E", + "traits": null, + "metrics": { + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 87.8, + "+/- Ave": 3.4 + } + }, + { + "brand": "Stine", + "rank": 9, + "product": "28EJ82", + "traits": null, + "metrics": { + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 87.37, + "+/- Ave": 3 + } + }, + { + "brand": "Apex", + "rank": 10, + "product": "AE3150", + "traits": null, + "metrics": { + "% H2O": 12.2, + "Test Wt.": null, + "Yield": 87.1, + "+/- Ave": 2.7 + } + }, + { + "brand": "NuTech", + "rank": 11, + "product": "29N05E", + "traits": null, + "metrics": { + "% H2O": 13.6, + "Test Wt.": null, + "Yield": 86.57, + "+/- Ave": 2.2 + } + }, + { + "brand": "Pioneer", + "rank": 12, + "product": "P31Z32E", + "traits": null, + "metrics": { + "% H2O": 12.1, + "Test Wt.": null, + "Yield": 86.1, + "+/- Ave": 1.7 + } + }, + { + "brand": "Stine", + "rank": 13, + "product": "29EJ02", + "traits": null, + "metrics": { + "% H2O": 12.7, + "Test Wt.": null, + "Yield": 85.29, + "+/- Ave": 0.9 + } + }, + { + "brand": "NuTech", + "rank": 14, + "product": "32NO5E", + "traits": null, + "metrics": { + "% H2O": 14.1, + "Test Wt.": null, + "Yield": 83.93, + "+/- Ave": -0.4 + } + }, + { + "brand": "Pioneer", + "rank": 15, + "product": "P27Z41E", + "traits": null, + "metrics": { + "% H2O": 13, + "Test Wt.": null, + "Yield": 83.92, + "+/- Ave": -0.4 + } + }, + { + "brand": "ProHarvest", + "rank": 16, + "product": "25E35", + "traits": null, + "metrics": { + "% H2O": 12.8, + "Test Wt.": null, + "Yield": 83.89, + "+/- Ave": -0.5 + } + }, + { + "brand": "Asgrow", + "rank": 17, + "product": "AG34XF6", + "traits": null, + "metrics": { + "% H2O": 12.2, + "Test Wt.": null, + "Yield": 83.37, + "+/- Ave": -1 + } + }, + { + "brand": "Xitavo", + "rank": 18, + "product": "XO", + "traits": "3375E", + "metrics": { + "% H2O": 13.8, + "Test Wt.": null, + "Yield": 83.36, + "+/- Ave": -1 + } + }, + { + "brand": "NuTech", + "rank": 19, + "product": "28N03E", + "traits": null, + "metrics": { + "% H2O": 14.3, + "Test Wt.": null, + "Yield": 82.45, + "+/- Ave": -1.9 + } + }, + { + "brand": "Pioneer", + "rank": 20, + "product": "P32Z91E", + "traits": null, + "metrics": { + "% H2O": 11.8, + "Test Wt.": null, + "Yield": 82.22, + "+/- Ave": -2.1 + } + }, + { + "brand": "Xitavo", + "rank": 21, + "product": "XO", + "traits": "3105E", + "metrics": { + "% H2O": 12.6, + "Test Wt.": null, + "Yield": 80.38, + "+/- Ave": -4 + } + }, + { + "brand": "Stine", + "rank": 22, + "product": "32EJ12", + "traits": null, + "metrics": { + "% H2O": 12.7, + "Test Wt.": null, + "Yield": 80.29, + "+/- Ave": -4.1 + } + }, + { + "brand": "Asgrow", + "rank": 23, + "product": "AG30XF4", + "traits": null, + "metrics": { + "% H2O": 12, + "Test Wt.": null, + "Yield": 80.06, + "+/- Ave": -4.3 + } + }, + { + "brand": "Xitavo", + "rank": 24, + "product": "XO", + "traits": "2865E", + "metrics": { + "% H2O": 13.4, + "Test Wt.": null, + "Yield": 75.98, + "+/- Ave": -8.4 + } + }, + { + "brand": "Asgrow", + "rank": 25, + "product": "AG32XF6", + "traits": null, + "metrics": { + "% H2O": 11.9, + "Test Wt.": null, + "Yield": 63.9, + "+/- Ave": -20.5 + } + } + ], + "n_results": 25, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Next-Level-Ag-Troy-Grove-IL.pdf" + ], + "fetched_at": "2026-06-05T00:58:47.881611+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9957.md b/corpus/proharvest_plots/phpr-soybeans-2025-9957.md new file mode 100644 index 00000000..87dfcd5c --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9957.md @@ -0,0 +1,47 @@ +# Soybean yield trial — Next Level Ag (Troy Grove, IL, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Troy Grove, IL · LaSalle County +- **Cooperator:** Next Level Ag +- **Company rep:** John Walsh +- **Planted:** 5/10/2025 +- **Harvested:** 10/9/2025 +- **Row width:** 15 +- **Population:** 135,000 seeds/acre +- **Tillage:** Conventional +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Next-Level-Ag-Troy-Grove-IL.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3550S | - | 90.7 | 12.1 | None | 6.3 | +| 2 | Xitavo | XO2556E | - | 89.98 | 12.8 | None | 5.6 | +| 3 | NuTech | 30N06E | - | 89.5 | 14.3 | None | 5.1 | +| 4 | Stine | 32EJ92 | - | 88.86 | 12.4 | None | 4.5 | +| 5 | Apex | AE2860 | - | 88.83 | 12 | None | 4.5 | +| 6 | Xitavo | XO | 2832E | 88.52 | 13.8 | None | 4.2 | +| 7 | Pioneer | P28Z30E | - | 88.44 | 12.6 | None | 4.1 | +| 8 | Xitavo | XO2926E | - | 87.8 | 12.8 | None | 3.4 | +| 9 | Stine | 28EJ82 | - | 87.37 | 12.8 | None | 3 | +| 10 | Apex | AE3150 | - | 87.1 | 12.2 | None | 2.7 | +| 11 | NuTech | 29N05E | - | 86.57 | 13.6 | None | 2.2 | +| 12 | Pioneer | P31Z32E | - | 86.1 | 12.1 | None | 1.7 | +| 13 | Stine | 29EJ02 | - | 85.29 | 12.7 | None | 0.9 | +| 14 | NuTech | 32NO5E | - | 83.93 | 14.1 | None | -0.4 | +| 15 | Pioneer | P27Z41E | - | 83.92 | 13 | None | -0.4 | +| 16 | ProHarvest | 25E35 | - | 83.89 | 12.8 | None | -0.5 | +| 17 | Asgrow | AG34XF6 | - | 83.37 | 12.2 | None | -1 | +| 18 | Xitavo | XO | 3375E | 83.36 | 13.8 | None | -1 | +| 19 | NuTech | 28N03E | - | 82.45 | 14.3 | None | -1.9 | +| 20 | Pioneer | P32Z91E | - | 82.22 | 11.8 | None | -2.1 | +| 21 | Xitavo | XO | 3105E | 80.38 | 12.6 | None | -4 | +| 22 | Stine | 32EJ12 | - | 80.29 | 12.7 | None | -4.1 | +| 23 | Asgrow | AG30XF4 | - | 80.06 | 12 | None | -4.3 | +| 24 | Xitavo | XO | 2865E | 75.98 | 13.4 | None | -8.4 | +| 25 | Asgrow | AG32XF6 | - | 63.9 | 11.9 | None | -20.5 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9959.json b/corpus/proharvest_plots/phpr-soybeans-2025-9959.json new file mode 100644 index 00000000..84ff73f4 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9959.json @@ -0,0 +1,141 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9959", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Beatrice", + "county": "Gage", + "year": 2025, + "plot_id": 9959, + "cooperator": "Rob Pinkerton", + "latitude": 40.26609564994443, + "longitude": -96.74740361571627, + "company_representative": "Trent Geistlinger", + "planted_date": "5/17/2025", + "harvested_date": "10/23/2025", + "previous_crop": "Corn", + "row_width": "15", + "population_seeds_per_acre": 160000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "Apex", + "rank": 1, + "product": "AE3550S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.9, + "Test Wt.": 53.8, + "Yield": 73.99, + "+/- Ave": 8.4 + } + }, + { + "brand": "Apex", + "rank": 2, + "product": "AE3660", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.8, + "Test Wt.": 55.4, + "Yield": 71.11, + "+/- Ave": 5.5 + } + }, + { + "brand": "Apex", + "rank": 3, + "product": "AE3960S", + "traits": null, + "metrics": { + "Seed Trtmt.": "protTect D-I", + "% H2O": 8.9, + "Test Wt.": 54.9, + "Yield": 70.35, + "+/- Ave": 4.7 + } + }, + { + "brand": "Apex", + "rank": 4, + "product": "AE3920S", + "traits": null, + "metrics": { + "Seed Trtmt.": "protTect D-I", + "% H2O": 8.8, + "Test Wt.": 54.9, + "Yield": 64.83, + "+/- Ave": -0.8 + } + }, + { + "brand": "Apex", + "rank": 5, + "product": "AE2940S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.5, + "Test Wt.": 55, + "Yield": 63.63, + "+/- Ave": -2 + } + }, + { + "brand": "Apex", + "rank": 6, + "product": "AE3060", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.7, + "Test Wt.": 52.4, + "Yield": 63.49, + "+/- Ave": -2.1 + } + }, + { + "brand": "ProHarvest", + "rank": 7, + "product": "31E65S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.9, + "Test Wt.": 54.9, + "Yield": 62.64, + "+/- Ave": -3 + } + }, + { + "brand": "Apex", + "rank": 8, + "product": "AE3720S", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 8.8, + "Test Wt.": 53.7, + "Yield": 54.8, + "+/- Ave": -10.8 + } + } + ], + "n_results": 8, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Pinkerton-Beatrice-NE.pdf" + ], + "fetched_at": "2026-06-05T00:58:46.310327+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9959.md b/corpus/proharvest_plots/phpr-soybeans-2025-9959.md new file mode 100644 index 00000000..0136e8c8 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9959.md @@ -0,0 +1,31 @@ +# Soybean yield trial — Rob Pinkerton (Beatrice, NE, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Beatrice, NE · Gage County +- **Cooperator:** Rob Pinkerton +- **Company rep:** Trent Geistlinger +- **Planted:** 5/17/2025 +- **Harvested:** 10/23/2025 +- **Previous crop:** Corn +- **Row width:** 15 +- **Population:** 160,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Pinkerton-Beatrice-NE.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Apex | AE3550S | - | 73.99 | 8.9 | 53.8 | 8.4 | +| 2 | Apex | AE3660 | - | 71.11 | 8.8 | 55.4 | 5.5 | +| 3 | Apex | AE3960S | - | 70.35 | 8.9 | 54.9 | 4.7 | +| 4 | Apex | AE3920S | - | 64.83 | 8.8 | 54.9 | -0.8 | +| 5 | Apex | AE2940S | - | 63.63 | 8.5 | 55 | -2 | +| 6 | Apex | AE3060 | - | 63.49 | 8.7 | 52.4 | -2.1 | +| 7 | ProHarvest | 31E65S | - | 62.64 | 8.9 | 54.9 | -3 | +| 8 | Apex | AE3720S | - | 54.8 | 8.8 | 53.7 | -10.8 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9961.json b/corpus/proharvest_plots/phpr-soybeans-2025-9961.json new file mode 100644 index 00000000..86fbe177 --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9961.json @@ -0,0 +1,205 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9961", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Cairo", + "county": "Hall", + "year": 2025, + "plot_id": 9961, + "cooperator": "Roy & John Stoltenberg", + "latitude": 41.001068626007, + "longitude": -98.60768841805834, + "company_representative": "Derald Watson", + "planted_date": "5/2/2025", + "harvested_date": "10/18/2025", + "previous_crop": "Corn", + "row_width": "30\"", + "population_seeds_per_acre": null, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": null, + "irrigation": null, + "results": [ + { + "rank": 1, + "metrics": { + "Yield": 87.65, + "% H2O": 12.7, + "Test Wt.": 55.7, + "+/- Ave": 4.6 + }, + "brand": "Pioneer", + "product": "P29Z61E", + "traits": null + }, + { + "rank": 2, + "metrics": { + "Yield": 87.23, + "% H2O": 12.4, + "Test Wt.": 56.8, + "+/- Ave": 4.1 + }, + "brand": "Pioneer", + "product": "P27Z41E", + "traits": null + }, + { + "rank": 3, + "metrics": { + "Yield": 87.18, + "% H2O": 12.4, + "Test Wt.": 56.2, + "+/- Ave": 4.1 + }, + "brand": "Pioneer", + "product": "P28Z30E", + "traits": null + }, + { + "rank": 4, + "metrics": { + "Yield": 87.08, + "% H2O": 12.5, + "Test Wt.": 55.9, + "+/- Ave": 4.0 + }, + "brand": "Pioneer", + "product": "P31Z03E", + "traits": null + }, + { + "rank": 5, + "metrics": { + "Yield": 86.59, + "% H2O": 12.6, + "Test Wt.": 26.8, + "+/- Ave": 3.5 + }, + "brand": "Pioneer", + "product": "P23Z58E", + "traits": null + }, + { + "rank": 6, + "metrics": { + "Yield": 85.67, + "% H2O": 12.1, + "Test Wt.": 57.0, + "+/- Ave": 2.6 + }, + "brand": "Pioneer", + "product": "P26Z86E", + "traits": null + }, + { + "rank": 7, + "metrics": { + "Yield": 85.62, + "% H2O": 12.4, + "Test Wt.": 56.5, + "+/- Ave": 2.5 + }, + "brand": "Pioneer", + "product": "P32Z17E", + "traits": null + }, + { + "rank": 8, + "metrics": { + "Yield": 82.18, + "% H2O": 12.4, + "Test Wt.": 56.3, + "+/- Ave": -0.9 + }, + "brand": "Pioneer", + "product": "P22Z02E", + "traits": null + }, + { + "rank": 9, + "metrics": { + "Yield": 82.12, + "% H2O": 11.8, + "Test Wt.": 56.3, + "+/- Ave": -1.0 + }, + "brand": "Apex", + "product": "AE3340", + "traits": null + }, + { + "rank": 10, + "metrics": { + "Yield": 81.26, + "% H2O": 11.8, + "Test Wt.": 57.5, + "+/- Ave": -1.8 + }, + "brand": "Apex", + "product": "AE3150", + "traits": null + }, + { + "rank": 11, + "metrics": { + "Yield": 80.26, + "% H2O": 11.6, + "Test Wt.": 56.7, + "+/- Ave": -2.8 + }, + "brand": "Apex", + "product": "AE3330S", + "traits": null + }, + { + "rank": 12, + "metrics": { + "Yield": 78.03, + "% H2O": 11.9, + "Test Wt.": 56.8, + "+/- Ave": -5.1 + }, + "brand": "ProHarvest", + "product": "35E52", + "traits": null + }, + { + "rank": 13, + "metrics": { + "Yield": 77.07, + "% H2O": 12.1, + "Test Wt.": 56.9, + "+/- Ave": -6.0 + }, + "brand": "ProHarvest", + "product": "31E65S", + "traits": null + }, + { + "rank": 14, + "metrics": { + "Yield": 75.31, + "% H2O": 12.6, + "Test Wt.": 57.5, + "+/- Ave": -7.8 + }, + "brand": "Apex", + "product": "AE2950", + "traits": null + } + ], + "n_results": 14, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Stoltenberg-Cairo-NE.pdf" + ], + "fetched_at": "2026-06-05T00:58:44.837423+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9961.md b/corpus/proharvest_plots/phpr-soybeans-2025-9961.md new file mode 100644 index 00000000..8cd82f8a --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9961.md @@ -0,0 +1,34 @@ +# Soybean yield trial — Roy & John Stoltenberg (Cairo, NE, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Cairo, NE · Hall County +- **Cooperator:** Roy & John Stoltenberg +- **Company rep:** Derald Watson +- **Planted:** 5/2/2025 +- **Harvested:** 10/18/2025 +- **Previous crop:** Corn +- **Row width:** 30" +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Stoltenberg-Cairo-NE.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P29Z61E | - | 87.65 | 12.7 | 55.7 | 4.6 | +| 2 | Pioneer | P27Z41E | - | 87.23 | 12.4 | 56.8 | 4.1 | +| 3 | Pioneer | P28Z30E | - | 87.18 | 12.4 | 56.2 | 4.1 | +| 4 | Pioneer | P31Z03E | - | 87.08 | 12.5 | 55.9 | 4.0 | +| 5 | Pioneer | P23Z58E | - | 86.59 | 12.6 | 26.8 | 3.5 | +| 6 | Pioneer | P26Z86E | - | 85.67 | 12.1 | 57.0 | 2.6 | +| 7 | Pioneer | P32Z17E | - | 85.62 | 12.4 | 56.5 | 2.5 | +| 8 | Pioneer | P22Z02E | - | 82.18 | 12.4 | 56.3 | -0.9 | +| 9 | Apex | AE3340 | - | 82.12 | 11.8 | 56.3 | -1.0 | +| 10 | Apex | AE3150 | - | 81.26 | 11.8 | 57.5 | -1.8 | +| 11 | Apex | AE3330S | - | 80.26 | 11.6 | 56.7 | -2.8 | +| 12 | ProHarvest | 35E52 | - | 78.03 | 11.9 | 56.8 | -5.1 | +| 13 | ProHarvest | 31E65S | - | 77.07 | 12.1 | 56.9 | -6.0 | +| 14 | Apex | AE2950 | - | 75.31 | 12.6 | 57.5 | -7.8 | diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9963.json b/corpus/proharvest_plots/phpr-soybeans-2025-9963.json new file mode 100644 index 00000000..bfe13e3b --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9963.json @@ -0,0 +1,115 @@ +{ + "source": "proharvest_plots", + "source_key": "phpr-soybeans-2025-9963", + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": "soybeans", + "state": "NE", + "state_abbrev": "ne", + "city": "Gladstone", + "county": "Jefferson", + "year": 2025, + "plot_id": 9963, + "cooperator": "Vonderfecht Brothers", + "latitude": 40.16014932483678, + "longitude": -97.30667843610219, + "company_representative": "Trent Geistlinger", + "planted_date": "5/15/2025", + "harvested_date": "10/23/2025", + "previous_crop": "Corn", + "row_width": "15", + "population_seeds_per_acre": 150000, + "fungicide": null, + "herbicide": null, + "insecticide": null, + "tillage": "No-Till", + "irrigation": "Non-Irrigated", + "results": [ + { + "brand": "ProHarvest", + "rank": 1, + "product": "38F67", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9, + "Test Wt.": 57.1, + "Yield": 75.24, + "+/- Ave": 5.1 + } + }, + { + "brand": "ProHarvest", + "rank": 2, + "product": "36F58", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.1, + "Test Wt.": 56.4, + "Yield": 73.96, + "+/- Ave": 3.8 + } + }, + { + "brand": "ProHarvest", + "rank": 3, + "product": "38F67", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.2, + "Test Wt.": 56.9, + "Yield": 73.08, + "+/- Ave": 2.9 + } + }, + { + "brand": "ProHarvest", + "rank": 4, + "product": "29F62", + "traits": null, + "metrics": { + "Seed Trtmt.": "proTect Ultra", + "% H2O": 9.3, + "Test Wt.": 56.6, + "Yield": 68.21, + "+/- Ave": -1.9 + } + }, + { + "brand": "ProHarvest", + "rank": 5, + "product": "27F66", + "traits": null, + "metrics": { + "Seed Trtmt.": "protTect D-I", + "% H2O": 9.1, + "Test Wt.": 56.9, + "Yield": 67.16, + "+/- Ave": -3 + } + }, + { + "brand": "ProHarvest", + "rank": 6, + "product": "32F54", + "traits": null, + "metrics": { + "Seed Trtmt.": "protTect D-I", + "% H2O": 9.5, + "Test Wt.": 56.9, + "Yield": 63.28, + "+/- Ave": -6.9 + } + } + ], + "n_results": 6, + "raw_text": false, + "source_urls": [ + "https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Vonderfecht-Bros-Gladstone-NE.pdf" + ], + "fetched_at": "2026-06-05T00:58:43.304402+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/proharvest_plots/phpr-soybeans-2025-9963.md b/corpus/proharvest_plots/phpr-soybeans-2025-9963.md new file mode 100644 index 00000000..b331eecf --- /dev/null +++ b/corpus/proharvest_plots/phpr-soybeans-2025-9963.md @@ -0,0 +1,29 @@ +# Soybean yield trial — Vonderfecht Brothers (Gladstone, NE, 2025) + +- **Publisher:** ProHarvest Seeds (cross-vendor plot report) +- **Crop:** Soybean +- **Year:** 2025 +- **Location:** Gladstone, NE · Jefferson County +- **Cooperator:** Vonderfecht Brothers +- **Company rep:** Trent Geistlinger +- **Planted:** 5/15/2025 +- **Harvested:** 10/23/2025 +- **Previous crop:** Corn +- **Row width:** 15 +- **Population:** 150,000 seeds/acre +- **Tillage:** No-Till +- **Irrigation:** Non-Irrigated +- **Source PDF:** https://proharvestseeds.com/wp-content/uploads/2025/10/Soy-Vonderfecht-Bros-Gladstone-NE.pdf + +--- + +## Results (head-to-head) + +| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave | +|---|---|---|---|---|---|---|---| +| 1 | ProHarvest | 38F67 | - | 75.24 | 9 | 57.1 | 5.1 | +| 2 | ProHarvest | 36F58 | - | 73.96 | 9.1 | 56.4 | 3.8 | +| 3 | ProHarvest | 38F67 | - | 73.08 | 9.2 | 56.9 | 2.9 | +| 4 | ProHarvest | 29F62 | - | 68.21 | 9.3 | 56.6 | -1.9 | +| 5 | ProHarvest | 27F66 | - | 67.16 | 9.1 | 56.9 | -3 | +| 6 | ProHarvest | 32F54 | - | 63.28 | 9.5 | 56.9 | -6.9 | diff --git a/docs_mcp/lessons.md b/docs_mcp/lessons.md index e4139fe7..afeaf5da 100644 --- a/docs_mcp/lessons.md +++ b/docs_mcp/lessons.md @@ -92,6 +92,16 @@ as Best/Good/Fair/Poor labels which are qualitative.) data is publicly available, so most disease/agronomic ratings are absent from Beck's records in this corpus. +**ProHarvest Seeds**: **mixed scales** on one record. *Disease +Tolerance* is `1-9 numeric, 9 = best / most tolerant` (same direction +as Bayer — no flip; `NA` = not rated). *General Characteristics* and +*Agronomic Features* are qualitative (`Excellent / Very Good / Good / +Average`) with a few raw numerics (GDD pollination/black-layer, kernel +rows). *Soil Adaptability* uses `HR` (highly recommended) / `R` +(recommended). The single `_scale_direction` line on the record states +all three. Ebbert's-style independent brand, but ratings ARE parsed +into structured groups so they're retrievable. + **Always check the chunk's "Rating scale" line or call `lookup_variety(source_key)` and look at `_scale_direction` if you are unsure.** Cross-vendor comparisons are valid AFTER you've @@ -275,6 +285,16 @@ The MCP exposes TWO complementary surfaces: multi-location wheat performance for Northern Plains / Pacific Northwest / Plains regions. Variety + per-location yields preserved verbatim. +- **LG Seeds + AgriGold plot reports** (AgReliant) — additional + cross-vendor corn/soy plots (same head-to-head structure as the + GH reports). +- **ProHarvest Seeds plot reports** (corn + soy, 2024+2025) — + per-cooperator harvest reports from an independent Corn Belt brand. + Many are cross-vendor (ProHarvest / Apex vs Pioneer / DEKALB / + Becks / Merschman, etc.). Structured rank/yield/%H2O/test-weight + tables where the PDF fits ProHarvest's template; foreign-format + third-party reports are kept verbatim (`raw_text`) so the yields + are still searchable. Image-only PDFs (no text layer) are skipped. **Recommended workflow when a farmer asks about performance**: diff --git a/rag/chunk.py b/rag/chunk.py index de8a12f2..8976c6dd 100644 --- a/rag/chunk.py +++ b/rag/chunk.py @@ -509,6 +509,28 @@ def _render_trial_chunk(sidecar: dict, md_text: str | None = None) -> str: # for each (Golden Harvest / LG Seeds / AgriGold). if source in ("gh_plot_reports", "lg_plot_reports", "agrigold_plot_reports"): return _render_gh_plot_chunk(sidecar) + if source == "proharvest_plots": + # Structured rows → shared cross-vendor renderer (publisher brand + # read from the sidecar). Foreign-format third-party PDFs that + # couldn't be parsed into rows carry raw_text=True and the verbatim + # table text in the .md body — embed that so they're still found. + if sidecar.get("results"): + return _render_gh_plot_chunk(sidecar) + crop = (sidecar.get("crop") or "").lower() + crop_label = {"corn": "Corn", "soybeans": "Soybean"}.get(crop, crop.title()) + coop = sidecar.get("cooperator") or "" + state = sidecar.get("state") or "" + year = sidecar.get("year") or "" + head = [ + f"# {crop_label} yield trial — {coop} ({state}, {year})", "", + "ProHarvest Seeds plot report (cross-vendor, verbatim from PDF).", "", + ] + body = md_text or "" + sep = "## Trial data (verbatim from PDF)" + if sep in body: + body = body.split(sep, 1)[1].strip() + body = re.sub(r"```", "", body).strip() + return "\n".join(head) + "\n" + body + "\n" if source == "agripro_trials": header = _render_agripro_trial_chunk(sidecar) if md_text: diff --git a/scrape/sources/proharvest.py b/scrape/sources/proharvest.py new file mode 100644 index 00000000..0c106eb2 --- /dev/null +++ b/scrape/sources/proharvest.py @@ -0,0 +1,546 @@ +"""ProHarvest Seeds scraper — independent regional brand (Hindsboro, IL). + +Source: ``proharvestseeds.com`` — WordPress site exposing a public, +no-auth REST API. robots.txt is permissive (only ``/?s=``, ``/search/``, +``/dealer-files/*``, ``/dealer-section/*`` disallowed; the catalog + +``/wp-json/`` are open). Independent family-owned seed company; corn / +soybeans / wheat (plus forage / cover-crop lines that are out of scope +for the row-crop advisor). + +Two-step ingestion: + +1. **Enumerate** via the WP REST API. ``/wp/v2/seed`` is the variety + custom-post-type; ``/wp/v2/seed-type`` is the crop taxonomy. We pull + every variety whose seed-type is one of the row-crop terms + (corn-hybrid / soybean / wheat) — ignoring alfalfa / forage / grass / + cover-crop / sweet-corn terms. The REST payload gives the canonical + id / slug / title / permalink, but ``acf`` and ``content`` are NOT + registered to REST (both come back empty), so the ratings have to + come from the detail page. + +2. **Parse the detail page.** Each ``/seed//`` page server-renders + the agronomic data as ``

`` spec sections, each a flat run of + ``label
value
`` pairs (General + Characteristics / Agronomic Features / Disease Tolerance / Soil + Adaptability / Nitrogen Application/Timing / Recommended Seeding + Rates). The relative maturity sits in an ``

Maturity: 111 + Days

`` heading. + +Rating scales are **mixed** and preserved verbatim (the chunker never +fabricates a value): + - Disease Tolerance: **1-9 numeric** (9 = best / most tolerant, per + industry norm; ``NA`` = not rated). Direction is the same as + Bayer/NK so no flip is needed. + - General Characteristics / Agronomic Features: **qualitative** + (Excellent / Very Good / Good / Average / …) with a few raw numerics + (GDD, Kernel Rows). + - Soil Adaptability: ``HR`` (highly recommended) / ``R`` (recommended) + / etc. + +Unlike the Ebbert's scraper (which left ``characteristics_groups`` empty +and relied on a verbatim body), we parse the spec sections into +structured ``characteristics_groups`` so the qualitative + numeric +ratings land in the embedded chunk and are actually retrievable. + +Output: + corpus/proharvest/.md + corpus/proharvest/.json + +source_key: ``proharvest-`` lowercased, e.g. ``proharvest-81p11``. + +CLI: + python -m scrape.sources.proharvest --crop corn --limit 5 + python -m scrape.sources.proharvest --force + python -m scrape.sources.proharvest --product proharvest-81p11 +""" + +from __future__ import annotations + +import argparse +import json +import logging +import os +import random +import re +import sys +import time +from dataclasses import dataclass, field +from datetime import datetime, timezone +from pathlib import Path +from typing import Any + +import requests +from bs4 import BeautifulSoup, NavigableString, Tag + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +BASE = "https://proharvestseeds.com" +WP = f"{BASE}/wp-json/wp/v2" + +# seed-type taxonomy slug -> chunker crop value. The chunker keys on +# "soybeans" (plural) for the MG branch, so map accordingly. Everything +# not listed here (alfalfa / forage / grass / cover-crop / sweet-corn / +# blends) is out of scope for the row-crop advisor. +CROP_TYPES = { + "corn-hybrid": "corn", + "soybean": "soybeans", + "wheat": "wheat", +} + +# robots.txt declares no Crawl-delay for "*", but we stay polite — the +# row-crop catalog is only ~120 detail pages. +REQ_INTERVAL_SEC = 1.5 + +RATING_SCALE_DIRECTION = ( + "disease 1-9, 9=best/most-tolerant, NA=not rated; " + "agronomic/general qualitative (Excellent/Very Good/Good/Average); " + "soil HR=highly recommended/R=recommended" +) + +# Detail-page

spec sections we extract, in display order. The +# value maps the page header to a characteristics_groups label the +# chunker buckets: DISEASE RATINGS -> disease framing, AGRONOMIC +# CHARACTERISTICS -> agronomic framing; the rest pass through verbatim +# as their own titled section (still embedded + retrievable). +SPEC_SECTIONS = { + "General Characteristics": "GENERAL CHARACTERISTICS", + "Agronomic Features": "AGRONOMIC CHARACTERISTICS", + "Disease Tolerance": "DISEASE RATINGS", + "Soil Adaptability": "SOIL ADAPTABILITY", + "Nitrogen Application/Timing": "NITROGEN APPLICATION/TIMING", + "Recommended Seeding Rates": "RECOMMENDED SEEDING RATES", +} + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "proharvest" + +log = logging.getLogger("scrape.proharvest") + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + """Polite session with backoff. ProHarvest's row-crop catalog is + small (~120 detail pages) so 1.5 s/req still finishes in a few min.""" + + def __init__(self, interval: float = REQ_INTERVAL_SEC) -> None: + self.s = requests.Session() + self.s.headers["User-Agent"] = USER_AGENT + self.interval = interval + self._last = 0.0 + + def _wait(self) -> None: + delta = time.monotonic() - self._last + if delta < self.interval: + time.sleep(self.interval - delta) + self._last = time.monotonic() + + def request(self, method: str, url: str, *, max_retries: int = 4, + timeout: float = 30.0, **kw: Any) -> requests.Response: + last_exc: Exception | None = None + for attempt in range(max_retries): + self._wait() + try: + resp = self.s.request(method, url, timeout=timeout, **kw) + except requests.RequestException as exc: + last_exc = exc + backoff = min(30.0, (2 ** attempt) + random.random()) + log.warning("network error on %s %s: %s — retry in %.1fs", + method, url, exc, backoff) + time.sleep(backoff) + continue + if resp.status_code == 429 or 500 <= resp.status_code < 600: + ra = resp.headers.get("Retry-After") + backoff = float(ra) if (ra and ra.isdigit()) else min( + 30.0, (2 ** attempt) + random.random()) + log.warning("HTTP %d on %s %s — retry in %.1fs", + resp.status_code, method, url, backoff) + time.sleep(backoff) + continue + return resp + if last_exc: + raise last_exc + return resp # type: ignore[return-value] + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + def get_json(self, url: str, **kw: Any) -> Any: + r = self.get(url, **kw) + r.raise_for_status() + return r.json() + + +# --------------------------------------------------------------------- model + + +@dataclass +class PHVariety: + source_key: str + source_url: str + crop: str # chunker value: corn / soybeans / wheat + product_name: str = "" # "81P11" + relative_maturity: int | None = None # corn (days) + maturity_group: float | None = None # soy + wheat_maturity: str | None = None # wheat qualitative + trait_stack: list[str] = field(default_factory=list) + positioning: str | None = None + # [{label, items:[{characteristic, value}]}] — chunker source of truth + groups: list[dict] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery (REST) + + +def _taxonomy_map(http: RateLimitedSession, taxonomy: str) -> dict[int, str]: + """term_id -> name for a WP taxonomy (paged).""" + out: dict[int, str] = {} + page = 1 + while True: + url = f"{WP}/{taxonomy}?per_page=100&page={page}&_fields=id,name,slug" + r = http.get(url) + if r.status_code == 400: # past last page + break + r.raise_for_status() + terms = r.json() + if not terms: + break + for t in terms: + out[t["id"]] = t.get("name") or t.get("slug") or str(t["id"]) + if len(terms) < 100: + break + page += 1 + return out + + +def _type_slug_to_id(http: RateLimitedSession) -> dict[str, int]: + out: dict[str, int] = {} + for t in http.get_json(f"{WP}/seed-type?per_page=100&_fields=id,slug"): + out[t["slug"]] = t["id"] + return out + + +def discover(http: RateLimitedSession, *, only_crop: str | None) -> list[dict]: + """Return REST seed records for the in-scope row crops.""" + type_ids = _type_slug_to_id(http) + records: list[dict] = [] + for type_slug, crop in CROP_TYPES.items(): + if only_crop and crop != only_crop: + continue + tid = type_ids.get(type_slug) + if tid is None: + log.warning("seed-type %r not found in taxonomy — skipping", type_slug) + continue + page = 1 + while True: + url = (f"{WP}/seed?seed-type={tid}&per_page=100&page={page}" + "&_fields=id,slug,title,link,seed-trait") + r = http.get(url) + if r.status_code == 400: + break + r.raise_for_status() + batch = r.json() + if not batch: + break + for s in batch: + s["_crop"] = crop + records.append(s) + if len(batch) < 100: + break + page += 1 + log.info("seed-type %-12s (%s): cumulative %d", type_slug, crop, len(records)) + return records + + +# --------------------------------------------------------------------- detail parse + + +_MATURITY_RE = re.compile(r"([0-9]+(?:\.[0-9]+)?)") + + +def _clean(s: str) -> str: + return re.sub(r"\s+", " ", s or "").strip() + + +def _direct_text(el: Tag) -> str: + return _clean("".join(c for c in el.children if isinstance(c, NavigableString))) + + +def _parse_maturity(soup: BeautifulSoup, crop: str) -> tuple[int | None, float | None, str | None]: + """Pull RM (corn) / MG (soy) / qualitative (wheat) from the + 'Maturity: …' heading. Returns (rm, mg, wheat_maturity).""" + head = None + for h in soup.find_all(["h1", "h2", "h3"]): + txt = h.get_text(" ", strip=True) + if re.match(r"^Maturity\b", txt, re.I): + head = txt + break + if not head: + return None, None, None + m = _MATURITY_RE.search(head) + if crop == "corn": + return (int(float(m.group(1))) if m else None), None, None + if crop == "soybeans": + return None, (float(m.group(1)) if m else None), None + # wheat — keep the qualitative phrase after "Maturity:" + val = head.split(":", 1)[1].strip() if ":" in head else head + return None, None, (val or None) + + +def _parse_groups(soup: BeautifulSoup) -> list[dict]: + """Parse each known spec

into a {label, items:[{characteristic, + value}]} group. Each section is a flat run of + label
value
pairs up to the next

.""" + groups: list[dict] = [] + h2s = soup.find_all("h2") + for h2 in h2s: + header = _clean(h2.get_text(" ", strip=True)) + label = SPEC_SECTIONS.get(header) + if not label: + continue + # Collect (tag, text) for strong/div leaves until the next

. + seq: list[tuple[str, str]] = [] + for el in h2.find_all_next(): + if el.name == "h2": + break + if not isinstance(el, Tag): + continue + if el.name == "strong": + t = _clean(el.get_text(" ", strip=True)) + if t: + seq.append(("k", t)) + elif el.name == "div": + t = _direct_text(el) + if t: + seq.append(("v", t)) + # Pair adjacent key->value. A key with no following value (or two + # keys in a row) keeps an em-dash placeholder so nothing silently + # drops. + items: list[dict] = [] + i = 0 + while i < len(seq): + kind, text = seq[i] + if kind == "k": + value = "" + if i + 1 < len(seq) and seq[i + 1][0] == "v": + value = seq[i + 1][1] + i += 1 + items.append({"characteristic": text, "value": value}) + i += 1 + if items: + groups.append({"label": label, "items": items}) + return groups + + +def _parse_positioning(soup: BeautifulSoup) -> str | None: + """First substantive paragraph after the variety

, before the + first spec

. Best-effort marketing/positioning blurb.""" + h1 = soup.find("h1") + if not h1: + return None + for el in h1.find_all_next(): + if el.name == "h2": + break + if isinstance(el, Tag) and el.name == "p": + t = _clean(el.get_text(" ", strip=True)) + if len(t) >= 40: + return t + return None + + +def parse_detail(http: RateLimitedSession, rec: dict, + trait_names: dict[int, str]) -> PHVariety: + crop = rec["_crop"] + slug = rec["slug"] + url = rec.get("link") or f"{BASE}/seed/{slug}/" + name = _clean((rec.get("title") or {}).get("rendered", "")) or slug.upper() + r = http.get(url) + r.raise_for_status() + soup = BeautifulSoup(r.text, "html.parser") + + rm, mg, wheat_mat = _parse_maturity(soup, crop) + groups = _parse_groups(soup) + positioning = _parse_positioning(soup) + traits = [trait_names[t] for t in (rec.get("seed-trait") or []) if t in trait_names] + + return PHVariety( + source_key=f"proharvest-{slug.lower()}", + source_url=url, + crop=crop, + product_name=name, + relative_maturity=rm, + maturity_group=mg, + wheat_maturity=wheat_mat, + trait_stack=traits, + positioning=positioning, + groups=groups, + ) + + +# --------------------------------------------------------------------- render + + +def render_markdown(v: PHVariety) -> str: + crop_label = {"corn": "Corn", "soybeans": "Soybeans", + "wheat": "Wheat"}.get(v.crop, v.crop.title()) + head: list[str] = [ + f"# {v.product_name}", + "", + "- **Vendor:** ProHarvest Seeds (independent regional brand)", + "- **Brand:** ProHarvest Seeds", + f"- **Crop:** {crop_label}", + ] + if v.crop == "corn" and v.relative_maturity is not None: + head.append(f"- **Relative maturity:** {v.relative_maturity} days") + if v.crop == "soybeans" and v.maturity_group is not None: + head.append(f"- **Maturity group:** {v.maturity_group}") + if v.crop == "wheat" and v.wheat_maturity: + head.append(f"- **Maturity:** {v.wheat_maturity}") + if v.trait_stack: + head.append(f"- **Trait(s):** {', '.join(v.trait_stack)}") + head.append(f"- **Source:** {v.source_url}") + head.append(f"- **Rating scale:** {RATING_SCALE_DIRECTION}") + head.append("- **Service area:** Independent dealer network — Eastern/Central Corn Belt (IL/IN/OH/MO/IA/KS/NE)") + head.append("") + if v.positioning: + head += ["---", "", f"_{v.positioning}_", ""] + head += ["---", ""] + for g in v.groups: + head.append(f"## {g['label'].title()}") + head.append("") + for it in g["items"]: + ch = it["characteristic"] + val = it["value"] or "—" + head.append(f"- **{ch}:** {val}") + head.append("") + return "\n".join(head) + + +def write_variety(v: PHVariety, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + (CORPUS_DIR / f"{v.source_key}.md").write_text(body_md, encoding="utf-8") + sidecar = { + "source": "proharvest", + "source_key": v.source_key, + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "product_name": v.product_name, + "product_id": v.product_name, + "crop": v.crop, + "release_year": None, + "relative_maturity": v.relative_maturity, + "maturity_group": v.maturity_group, + # Wheat maturity is qualitative; stash it where the chunker reads + # the wheat "Maturity" fact from (relative_maturity), as a string. + "wheat_class": None, + "trait_stack": v.trait_stack, + "trait_descriptions": [], + "positioning_statement": v.positioning, + "strengths": [], + "characteristics_groups": v.groups, + "_scale_direction": RATING_SCALE_DIRECTION, + "regional_recommendations": [ + {"product_list_name": "ProHarvest dealer network (Eastern/Central Corn Belt — IL/IN/OH/MO/IA/KS/NE)", + "agronomist": None, "agronomist_email": None, "variant_id": None}, + ], + "image_url": None, + "source_urls": [v.source_url], + "sitemap_last_modified": None, + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + # For wheat, surface the qualitative maturity through relative_maturity + # so the chunker's wheat "Maturity {rm}" branch renders it. + if v.crop == "wheat" and v.wheat_maturity: + sidecar["relative_maturity"] = v.wheat_maturity + (CORPUS_DIR / f"{v.source_key}.json").write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", encoding="utf-8") + + +# --------------------------------------------------------------------- pipeline + + +def run(*, limit: int | None, force: bool, + only_crop: str | None, only_product: str | None) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + http = RateLimitedSession() + trait_names = _taxonomy_map(http, "seed-trait") + records = discover(http, only_crop=only_crop) + + if only_product: + key = only_product.lower() + records = [r for r in records + if f"proharvest-{r['slug'].lower()}" == key + or r["slug"].lower() == key] + if not records: + log.error("no variety matched --product=%s", only_product) + return 2 + + counts = {"written": 0, "skipped": 0, "empty": 0} + processed = 0 + for rec in records: + if limit is not None and processed >= limit: + break + processed += 1 + source_key = f"proharvest-{rec['slug'].lower()}" + md_path = CORPUS_DIR / f"{source_key}.md" + if md_path.exists() and not force: + counts["skipped"] += 1 + log.info("[%d/%d] %s skipped", processed, len(records), source_key) + continue + try: + v = parse_detail(http, rec, trait_names) + except requests.HTTPError as exc: + log.error("[%d/%d] %s detail fetch failed: %s", + processed, len(records), source_key, exc) + continue + if not v.groups: + counts["empty"] += 1 + log.warning("[%d/%d] %s — no spec groups parsed (still writing identity)", + processed, len(records), source_key) + write_variety(v, render_markdown(v)) + counts["written"] += 1 + log.info("[%d/%d] %s written | crop=%s rm/mg=%s groups=%d traits=%s", + processed, len(records), source_key, v.crop, + v.relative_maturity or v.maturity_group or v.wheat_maturity or "-", + len(v.groups), ",".join(v.trait_stack) or "-") + + log.info("done: processed=%d written=%d skipped=%d empty_groups=%d (of %d)", + processed, counts["written"], counts["skipped"], counts["empty"], len(records)) + return 0 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.proharvest", + description="Scrape ProHarvest Seeds (independent Corn Belt brand) — " + "corn / soybeans / wheat via the WP REST API + detail pages.") + p.add_argument("--limit", type=int, default=None, + help="Stop after processing N varieties (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + p.add_argument("--crop", default=None, choices=sorted(set(CROP_TYPES.values())), + help="Limit to one crop (corn / soybeans / wheat).") + p.add_argument("--product", default=None, + help="Process a single variety by source_key or slug.") + p.add_argument("--log-level", default=os.environ.get("LOG_LEVEL", "INFO")) + return p + + +def main(argv: list[str] | None = None) -> int: + args = _build_argparser().parse_args(argv) + logging.basicConfig( + level=args.log_level.upper(), + format="%(asctime)s %(levelname)s %(name)s %(message)s", + stream=sys.stderr) + return run(limit=args.limit, force=args.force, + only_crop=args.crop, only_product=args.product) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/scrape/sources/proharvest_plots.py b/scrape/sources/proharvest_plots.py new file mode 100644 index 00000000..dfdcf1c3 --- /dev/null +++ b/scrape/sources/proharvest_plots.py @@ -0,0 +1,700 @@ +"""ProHarvest Seeds plot reports — cross-vendor yield trials (data_type=trial). + +Source: ``proharvestseeds.com`` exposes a public, no-auth custom REST +endpoint that the site's plot map calls: + + GET /wp-json/proharvest/v1/plots?y= + +It returns one object per plot for that harvest year with +``{id, title, city, state, county, year, latitude, longitude, file, +product}`` — where ``file`` is the harvest-report **PDF** and ``product`` +is ``Corn`` / ``Soybean``. ``/wp-json/proharvest/v1/latest-plot-year`` +returns the newest year (currently 2025). Years span 2015–2025. + +The API gives clean location metadata; the PDF carries the plot +management block + the head-to-head results table: + + Entry | Brand | Hybrid/Variety | Seed Trtmt. | % H2O | Test Wt. | + Yield/Ac. | +/- Ave | Yield Rank + +Plot types (Focus / Strip / Third Party / Other) include ProHarvest-only +strip trials AND third-party cross-vendor comparisons, so a single report +can rank ProHarvest hybrids against DEKALB / Pioneer / etc. — the same +value class as the Golden Harvest / LG / AgriGold plot reports already in +the corpus. + +We emit the **same sidecar shape** as ``agrigold_plot_reports`` / +``lg_plot_reports`` / ``gh_plot_reports`` (``results: [{rank, brand, +product, traits, metrics}]``) so the trial chunker's shared +``_render_gh_plot_chunk`` renderer handles it — ``proharvest_plots`` is +added to that renderer's source list in ``rag/chunk.py``. + +Scope: 2024 + 2025 baseline (most recent = most relevant for current +decisions). Older years (2015–2023) deferred behind ``--include-old``, +mirroring how the other trial sources staged 2023. + +Output: + corpus/proharvest_plots/.md + corpus/proharvest_plots/.json + +source_key: ``phpr---``, e.g. ``phpr-corn-2025-1234``. + +CLI: + python -m scrape.sources.proharvest_plots --year 2025 --limit 3 + python -m scrape.sources.proharvest_plots --force + python -m scrape.sources.proharvest_plots --include-old --force +""" + +from __future__ import annotations + +import argparse +import io +import json +import logging +import os +import random +import re +import sys +import time +from dataclasses import dataclass, field +from datetime import datetime, timezone +from pathlib import Path +from typing import Any + +import pdfplumber +import requests + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +BASE = "https://proharvestseeds.com" +PLOTS_API = f"{BASE}/wp-json/proharvest/v1/plots" +LATEST_YEAR_API = f"{BASE}/wp-json/proharvest/v1/latest-plot-year" + +BASELINE_YEARS = [2024, 2025] +OLD_YEARS = [2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023] + +PRODUCT_TO_CROP = {"corn": "corn", "soybean": "soybeans", "soybeans": "soybeans"} + +REQ_INTERVAL_SEC = 1.5 + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "proharvest_plots" + +log = logging.getLogger("scrape.proharvest_plots") + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + def __init__(self, interval: float = REQ_INTERVAL_SEC) -> None: + self.s = requests.Session() + self.s.headers["User-Agent"] = USER_AGENT + self.interval = interval + self._last = 0.0 + + def _wait(self) -> None: + delta = time.monotonic() - self._last + if delta < self.interval: + time.sleep(self.interval - delta) + self._last = time.monotonic() + + def request(self, method: str, url: str, *, max_retries: int = 4, + timeout: float = 45.0, **kw: Any) -> requests.Response: + last_exc: Exception | None = None + for attempt in range(max_retries): + self._wait() + try: + resp = self.s.request(method, url, timeout=timeout, **kw) + except requests.RequestException as exc: + last_exc = exc + backoff = min(30.0, (2 ** attempt) + random.random()) + log.warning("network error on %s %s: %s — retry in %.1fs", + method, url, exc, backoff) + time.sleep(backoff) + continue + if resp.status_code == 429 or 500 <= resp.status_code < 600: + ra = resp.headers.get("Retry-After") + backoff = float(ra) if (ra and ra.isdigit()) else min( + 30.0, (2 ** attempt) + random.random()) + log.warning("HTTP %d on %s %s — retry in %.1fs", + resp.status_code, method, url, backoff) + time.sleep(backoff) + continue + return resp + if last_exc: + raise last_exc + return resp # type: ignore[return-value] + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + +# --------------------------------------------------------------------- model + + +@dataclass +class PHPlot: + source_key: str + plot_id: int + crop: str + year: int + title: str # cooperator / plot name + city: str | None = None + state: str | None = None + county: str | None = None + latitude: float | None = None + longitude: float | None = None + pdf_url: str = "" + # plot management block (from the PDF header) + company_rep: str | None = None + planted_date: str | None = None + harvested_date: str | None = None + previous_crop: str | None = None + row_width: str | None = None + population_seeds_per_acre: int | None = None + fungicide: str | None = None + herbicide: str | None = None + insecticide: str | None = None + tillage: str | None = None + irrigation: str | None = None + results: list[dict] = field(default_factory=list) + # Verbatim PDF text — populated only when structured row parsing + # fails (a foreign-format third-party report), so the data is still + # embedded + retrievable instead of dropped. + verbatim_text: str = "" + + +# --------------------------------------------------------------------- enumerate + + +def fetch_plots_for_year(http: RateLimitedSession, year: int) -> list[dict]: + r = http.get(f"{PLOTS_API}?y={year}") + r.raise_for_status() + data = r.json() + return data if isinstance(data, list) else [] + + +# --------------------------------------------------------------------- PDF parse + + +_NUM_RE = re.compile(r"^-?\d+(?:\.\d+)?$") + + +def _to_num(s: str) -> float | None: + s = (s or "").strip() + if not s or not _NUM_RE.match(s): + return None + f = float(s) + return int(f) if f.is_integer() else f + + +# All header field labels on the plot-management lines. Used as the +# boundary for value extraction so an EMPTY field (e.g. "Tillage:" +# with nothing after it) doesn't swallow the next label as its value. +_HEADER_LABELS = [ + "Company Representative", "Planted", "Harvested", "Previous Crop", + "Herbicide", "Row Width", "Seeding Rate", "Fungicide", "Fertilizer", + "Tillage", "Insecticide", "Irrigation", "General Plot Comments", +] +_LABEL_BOUNDARY = "|".join(re.escape(l) for l in _HEADER_LABELS) + + +def _kv(text: str, label: str) -> str | None: + """Extract a 'Label: value' field. The value runs until the next + known label, end of line, or end of text — so an empty field returns + None instead of capturing the following label.""" + m = re.search( + rf"{re.escape(label)}:\s*(.*?)\s*(?=(?:{_LABEL_BOUNDARY}):|\n|$)", + text) + if not m: + return None + v = m.group(1).strip().strip("-").strip() + # Guard: a value that is itself a known label means the field was empty. + if not v or v.rstrip(":") in _HEADER_LABELS: + return None + return v + + +def _parse_header(text: str, plot: PHPlot) -> None: + plot.company_rep = _kv(text, "Company Representative") + plot.planted_date = _kv(text, "Planted") + plot.harvested_date = _kv(text, "Harvested") + plot.previous_crop = _kv(text, "Previous Crop") + plot.row_width = _kv(text, "Row Width") + plot.fungicide = _kv(text, "Fungicide") + plot.herbicide = _kv(text, "Herbicide") + plot.insecticide = _kv(text, "Insecticide") + plot.tillage = _kv(text, "Tillage") + plot.irrigation = _kv(text, "Irrigation") + sr = _kv(text, "Seeding Rate") + if sr: + m = re.search(r"(\d[\d,]*)", sr) + if m: + plot.population_seeds_per_acre = int(m.group(1).replace(",", "")) + + +def _norm_label(s: str) -> str: + return re.sub(r"\s+", " ", (s or "").strip()).lower().rstrip(".") + + +# header-label -> our metric key (canonical "Yield" so the chunker's +# top-N primary-metric picker finds it). +_COL_MAP = { + "entry": "_entry", + "brand": "_brand", + "hybrid/variety": "_product", + "variety": "_product", + "hybrid": "_product", + "seed trtmt": "_seed_trtmt", + "% h2o": "% H2O", + "%h2o": "% H2O", + "moisture": "% H2O", + "test wt": "Test Wt.", + "test weight": "Test Wt.", + "yield/ac": "Yield", + "yield/acre": "Yield", + "yield": "Yield", + "+/- ave": "+/- Ave", + "+/-ave": "+/- Ave", + "yield rank": "_rank", + "rank": "_rank", +} + + +def _parse_results_from_tables(pdf: pdfplumber.PDF) -> list[dict]: + """Walk every table on every page; once we see the header row, map + subsequent digit-led rows by column position (None cells dropped on + both header + row so they stay parallel).""" + results: list[dict] = [] + colmap: list[str] | None = None + for page in pdf.pages: + for table in page.extract_tables() or []: + for raw in table: + cells = [c for c in raw if c is not None] + cells = [c.replace("\n", " ").strip() if isinstance(c, str) else c + for c in cells] + if not cells: + continue + labels = [_norm_label(c) for c in cells] + if "brand" in labels and any( + l in ("hybrid/variety", "variety", "hybrid") for l in labels): + colmap = [_COL_MAP.get(l, "") for l in labels] + continue + if colmap is None: + continue + # data row: first cell must be an integer entry number + if not cells or not re.match(r"^\d+$", str(cells[0]).strip()): + continue + if len(cells) < len(colmap): + cells = cells + [""] * (len(colmap) - len(cells)) + rec: dict[str, Any] = {} + metrics: dict[str, Any] = {} + for key, cell in zip(colmap, cells): + if not key: + continue + val = cell.strip() if isinstance(cell, str) else cell + if key == "_entry": + rec["_entry"] = _to_num(val) + elif key == "_brand": + rec["brand"] = _strip_check(val) or None + elif key == "_product": + rec["_raw_product"] = val or "" + elif key == "_rank": + rec["rank"] = _to_num(val) + elif key == "_seed_trtmt": + if val: + metrics["Seed Trtmt."] = val + else: + metrics[key] = _to_num(val) if _NUM_RE.match(str(val)) else (val or None) + # split hybrid + trait off the product cell + raw_prod = _strip_check(rec.pop("_raw_product", "")).strip() + parts = raw_prod.split(maxsplit=1) + rec["product"] = parts[0] if parts else raw_prod + rec["traits"] = parts[1] if len(parts) > 1 else None + rec["metrics"] = metrics + rec.pop("_entry", None) + if rec.get("product"): + results.append(rec) + # sort by yield rank when present, else by yield desc + def _sortkey(r: dict) -> tuple: + if isinstance(r.get("rank"), (int, float)): + return (0, r["rank"]) + y = r.get("metrics", {}).get("Yield") + return (1, -y if isinstance(y, (int, float)) else 0) + results.sort(key=_sortkey) + return results + + +_NUM_TOKEN = re.compile(r"^-?\d+(?:\.\d+)?$") + +# Strip a "(check)" / "(check₁)" trial annotation from a brand/product token. +_CHECK_RE = re.compile(r"\s*\(check[^)]*\)\s*", re.I) + +# Multi-word seed brands seen in ProHarvest's competitor rows. The naive +# "first token = brand" split would chop these (e.g. brand "Golden", +# product "Harvest"), so match the longest known phrase first. +KNOWN_MULTIWORD_BRANDS = [ + "golden harvest", "seed consultants", "partners brand", "fs invision", + "sun prairie", "dura crop", "nu tech", "local seed", "prairie brand", + "great lakes", "viking/blueriver", +] + + +def _strip_check(s: str) -> str: + return _CHECK_RE.sub(" ", s or "").strip() + + +def _split_brand_product(tokens: list[str]) -> tuple[str, str, str | None]: + """From the middle tokens (between entry and the trailing numerics), + pull brand / product / traits. Honors known multi-word brands.""" + toks = [t for t in tokens if not _CHECK_RE.fullmatch(f"({t.strip('()')})")] + joined = " ".join(toks) + low = joined.lower() + brand_tokens = 1 + for phrase in sorted(KNOWN_MULTIWORD_BRANDS, key=len, reverse=True): + if low.startswith(phrase + " "): + brand_tokens = len(phrase.split()) + break + brand = _strip_check(" ".join(toks[:brand_tokens])) or (toks[0] if toks else "") + rest = toks[brand_tokens:] + product = _strip_check(rest[0]) if rest else "" + traits = " ".join(rest[1:]) or None + return brand, product, traits + + +def _row_ok(r: dict) -> bool: + """A structurally-sound result row: a real (non-numeric) brand, a + product code, and a plausible Yield. Used to drop junk rows and to + decide when a whole plot's parse is too corrupt to trust.""" + brand = (r.get("brand") or "").strip() + if not brand or brand.isdigit() or len(brand) <= 1: + return False + if not (r.get("product") or "").strip(): + return False + y = r.get("metrics", {}).get("Yield") + if not isinstance(y, (int, float)) or not (1 < y < 400): + return False + rank = r.get("rank") + if isinstance(rank, (int, float)) and rank > 200: # a yield leaked into rank + return False + return True + + +def _assign_metrics(nums: list[float]) -> dict: + """Map a row's trailing numeric run to metric columns, anchored from + the RIGHT (Yield Rank, +/- Ave, Yield/Ac. are always the last three). + Optional leading columns vary: soybean reports often drop Test Wt., + so a row can carry 3, 4, or 5 numerics: + 5 → % H2O, Test Wt., Yield, +/- Ave, Rank + 4 → % H2O, Yield, +/- Ave, Rank (no Test Wt.) + 3 → Yield, +/- Ave, Rank (no moisture/test wt.) + """ + n = len(nums) + rank = nums[-1] + ave = nums[-2] + yld = nums[-3] + h2o = nums[-4] if n >= 4 else None + testwt = None + if n >= 5: + testwt = nums[-4] + h2o = nums[-5] + # Emit in a readable order (Yield is the primary metric the chunker's + # top-N picker keys on). + m: dict = {"Yield": yld} + if h2o is not None: + m["% H2O"] = h2o + if testwt is not None: + m["Test Wt."] = testwt + m["+/- Ave"] = ave + return {"rank": int(rank), "metrics": m} + + +def _parse_results_from_text(text: str) -> list[dict]: + """Fallback row parser for PDFs whose tables have no ruling lines + (pdfplumber returns whole rows as one cell). Anchors on the trailing + numeric run, which is positionally stable across layouts and column + counts.""" + results: list[dict] = [] + started = False + for line in text.splitlines(): + low = line.lower() + if not started: + if "brand" in low and ("hybrid" in low or "variety" in low): + started = True + continue + toks = line.split() + if len(toks) < 5 or not toks[0].isdigit(): + continue + # trailing run of numeric tokens + j = len(toks) + while j > 0 and _NUM_TOKEN.match(toks[j - 1]): + j -= 1 + nums = [float(t) for t in toks[j:]] + if len(nums) < 3: + continue + # rank must be a whole number; if the last token has a decimal the + # row is malformed (wrapped) — skip it rather than guess. + if "." in toks[-1]: + continue + mid = toks[1:j] # brand + hybrid + optional trait/trtmt + if len(mid) < 2: + continue + rec = _assign_metrics(nums) + brand, product, traits = _split_brand_product(mid) + rec["brand"] = brand + rec["product"] = product + rec["traits"] = traits + results.append(rec) + results.sort(key=lambda r: r["rank"]) + return results + + +def parse_pdf(http: RateLimitedSession, plot: PHPlot) -> None: + r = http.get(plot.pdf_url) + r.raise_for_status() + with pdfplumber.open(io.BytesIO(r.content)) as pdf: + text = "\n".join((p.extract_text() or "") for p in pdf.pages) + _parse_header(text, plot) + results = _parse_results_from_tables(pdf) + if not results: + # Tables had no ruling lines → parse the verbatim text rows. + results = _parse_results_from_text(text) + # Sanity-gate the structured parse. Off-template reports (e.g. a + # university land-lab with extra RM / harvest-weight columns and a + # multi-line header) parse into junk rows — numeric brands, a yield + # leaked into the rank, empty metrics. Drop bad rows; if too few + # survive, discard the structured parse entirely and keep the + # verbatim text instead so nothing is silently corrupted. + good = [r for r in results if _row_ok(r)] + if good and len(good) >= 2 and len(good) >= 0.6 * len(results): + plot.results = good + else: + plot.results = [] + if not plot.results: + # Foreign / off-template report — keep the verbatim text so the + # cross-vendor data isn't lost. + plot.verbatim_text = text.strip() + + +# --------------------------------------------------------------------- render + + +def render_markdown(plot: PHPlot) -> str: + crop_label = {"corn": "Corn", "soybeans": "Soybean"}.get(plot.crop, plot.crop.title()) + loc = ", ".join(filter(None, [plot.city, plot.state])) + head: list[str] = [ + f"# {crop_label} yield trial — {plot.title} ({loc}, {plot.year})", + "", + "- **Publisher:** ProHarvest Seeds (cross-vendor plot report)", + f"- **Crop:** {crop_label}", + f"- **Year:** {plot.year}", + ] + if not plot.results and plot.verbatim_text: + # Foreign-format report — emit the management header we did parse, + # then the verbatim PDF text under the separator the chunker reads. + if loc: + head.append(f"- **Location:** {loc}" + + (f" · {plot.county} County" if plot.county else "")) + head += [f"- **Source PDF:** {plot.pdf_url}", "", "---", "", + "## Trial data (verbatim from PDF)", "", "```", + plot.verbatim_text, "```", ""] + return "\n".join(head) + if loc: + head.append(f"- **Location:** {loc}" + + (f" · {plot.county} County" if plot.county else "")) + for label, val in [ + ("Cooperator", plot.title), ("Company rep", plot.company_rep), + ("Planted", plot.planted_date), ("Harvested", plot.harvested_date), + ("Previous crop", plot.previous_crop), ("Row width", plot.row_width), + ("Population", f"{plot.population_seeds_per_acre:,} seeds/acre" + if plot.population_seeds_per_acre else None), + ("Tillage", plot.tillage), ("Irrigation", plot.irrigation), + ("Fungicide", plot.fungicide), + ]: + if val: + head.append(f"- **{label}:** {val}") + head += [f"- **Source PDF:** {plot.pdf_url}", "", "---", "", + "## Results (head-to-head)", "", + "| Rank | Brand | Hybrid/Variety | Trait | Yield/Ac | % H2O | Test Wt | +/- Ave |", + "|---|---|---|---|---|---|---|---|"] + for r in plot.results: + m = r.get("metrics", {}) + head.append("| {rank} | {brand} | {prod} | {tr} | {y} | {h2o} | {tw} | {ave} |".format( + rank=r.get("rank", "-"), brand=r.get("brand") or "-", + prod=r.get("product") or "-", tr=r.get("traits") or "-", + y=m.get("Yield", "-"), h2o=m.get("% H2O", "-"), + tw=m.get("Test Wt.", "-"), ave=m.get("+/- Ave", "-"))) + head.append("") + return "\n".join(head) + + +def write_plot(plot: PHPlot, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + (CORPUS_DIR / f"{plot.source_key}.md").write_text(body_md, encoding="utf-8") + sidecar = { + "source": "proharvest_plots", + "source_key": plot.source_key, + "data_type": "trial", + "vendor": "ProHarvest Seeds", + "brand": "ProHarvest Seeds", + "crop": plot.crop, + "state": plot.state, + "state_abbrev": (plot.state or "").lower() or None, + "city": plot.city, + "county": plot.county, + "year": plot.year, + "plot_id": plot.plot_id, + "cooperator": plot.title, + "latitude": plot.latitude, + "longitude": plot.longitude, + "company_representative": plot.company_rep, + "planted_date": plot.planted_date, + "harvested_date": plot.harvested_date, + "previous_crop": plot.previous_crop, + "row_width": plot.row_width, + "population_seeds_per_acre": plot.population_seeds_per_acre, + "fungicide": plot.fungicide, + "herbicide": plot.herbicide, + "insecticide": plot.insecticide, + "tillage": plot.tillage, + "irrigation": plot.irrigation, + "results": plot.results, + "n_results": len(plot.results), + # True when no structured rows could be parsed and the body holds + # the verbatim PDF text instead (foreign-format third-party report). + "raw_text": bool(not plot.results and plot.verbatim_text), + "source_urls": [plot.pdf_url], + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + (CORPUS_DIR / f"{plot.source_key}.json").write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", encoding="utf-8") + + +# --------------------------------------------------------------------- pipeline + + +def run(*, years: list[int], limit: int | None, force: bool, + only_plot: str | None) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + http = RateLimitedSession() + counts = {"written": 0, "verbatim": 0, "skipped": 0, "image_skip": 0, "failed": 0} + processed = 0 + + for year in years: + try: + plots = fetch_plots_for_year(http, year) + except requests.HTTPError as exc: + log.error("year %s enumeration failed: %s", year, exc) + continue + log.info("year %s: %d plots", year, len(plots)) + for pj in plots: + if limit is not None and processed >= limit: + break + product = str(pj.get("product") or "").strip().lower() + crop = PRODUCT_TO_CROP.get(product) + if not crop: + continue # skip non-row-crop products if any appear + pid = pj.get("id") + source_key = f"phpr-{crop}-{year}-{pid}" + if only_plot and source_key != only_plot and str(pid) != only_plot: + continue + processed += 1 + md_path = CORPUS_DIR / f"{source_key}.md" + if md_path.exists() and not force: + counts["skipped"] += 1 + log.info("[%d] %s skipped", processed, source_key) + continue + pdf_url = pj.get("file") or "" + if not pdf_url: + log.warning("%s has no PDF file — skipping", source_key) + continue + plot = PHPlot( + source_key=source_key, plot_id=int(pid), crop=crop, year=int(year), + title=(pj.get("title") or "").strip(), + city=(pj.get("city") or "").strip() or None, + state=(pj.get("state") or "").strip() or None, + county=(pj.get("county") or "").strip() or None, + latitude=pj.get("latitude"), longitude=pj.get("longitude"), + pdf_url=pdf_url) + try: + parse_pdf(http, plot) + except Exception as exc: # PDF parse is best-effort + counts["failed"] += 1 + log.error("[%d] %s PDF parse failed: %s", processed, source_key, exc) + continue + has_text_table = ( + len(plot.verbatim_text) >= 300 + and len(re.findall(r"\d", plot.verbatim_text)) >= 30) + if not plot.results and not has_text_table: + # No structured rows AND no real text layer with numbers → + # image-only / unparseable PDF. Skip, but count it (no + # silent cap). (Column headers vary — e.g. "Bu/Acre" vs + # "Yield" — so we gate on digit density, not a keyword.) + counts["image_skip"] += 1 + log.warning("[%d] %s — no rows + no data text (image PDF?); skipping", + processed, source_key) + continue + write_plot(plot, render_markdown(plot)) + if plot.results: + counts["written"] += 1 + log.info("[%d] %s written | %s %s, %s | %d results", + processed, source_key, plot.crop, plot.state, plot.year, + len(plot.results)) + else: + counts["verbatim"] += 1 + log.info("[%d] %s written VERBATIM (foreign-format) | %s %s, %s | %d chars", + processed, source_key, plot.crop, plot.state, plot.year, + len(plot.verbatim_text)) + if limit is not None and processed >= limit: + break + + log.info("done: processed=%d written(structured)=%d written(verbatim)=%d " + "skipped=%d image_skip=%d failed=%d", + processed, counts["written"], counts["verbatim"], + counts["skipped"], counts["image_skip"], counts["failed"]) + return 0 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.proharvest_plots", + description="Scrape ProHarvest Seeds plot reports (cross-vendor yield " + "trials) via the proharvest/v1/plots API + harvest-report PDFs.") + p.add_argument("--year", type=int, default=None, + help="Scrape a single year (default: 2024+2025 baseline).") + p.add_argument("--include-old", action="store_true", + help="Also scrape 2015–2023 (deferred by default).") + p.add_argument("--limit", type=int, default=None, + help="Stop after processing N plots (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + p.add_argument("--plot", default=None, + help="Process a single plot by source_key or plot id.") + p.add_argument("--log-level", default=os.environ.get("LOG_LEVEL", "INFO")) + return p + + +def main(argv: list[str] | None = None) -> int: + args = _build_argparser().parse_args(argv) + logging.basicConfig( + level=args.log_level.upper(), + format="%(asctime)s %(levelname)s %(name)s %(message)s", + stream=sys.stderr) + if args.year is not None: + years = [args.year] + elif args.include_old: + years = OLD_YEARS + BASELINE_YEARS + else: + years = BASELINE_YEARS + return run(years=years, limit=args.limit, force=args.force, + only_plot=args.plot) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/sources.json b/sources.json index e5855df0..d6e4d951 100644 --- a/sources.json +++ b/sources.json @@ -177,6 +177,42 @@ "tos_check_date": "2026-05-26", "schema_notes": "Server-rendered HTML; detail URL is /{crop_url}/performance/{slug}/{id}. Soybeans URL slug is singular: /soybeans/performance/soybean-yield-results/{id}. Columns: Rank, Brand, Product, Trait, Ck, H20 (moisture %), Test Wt., Yield, Adj Yield. Most metadata-rich of the three trial sources.", "data_type": "trial" + }, + { + "name": "proharvest", + "vendor": "ProHarvest Seeds", + "brands": [ + "ProHarvest Seeds", + "Apex" + ], + "crops": [ + "corn", + "soybeans", + "wheat" + ], + "verdict": "green", + "expected_count": 119, + "base_url": "https://proharvestseeds.com", + "scope_filter": "Row-crop varieties via the WordPress REST API (/wp/v2/seed) filtered to seed-type corn-hybrid (70) / soybean (47) / wheat (2). Excludes alfalfa/forage/grass/cover-crop/sweet-corn/blend terms (out of scope for the row-crop advisor).", + "tos_check_date": "2026-06-04", + "tos_note": "robots.txt permissive — disallows only /?s=, /search/, /dealer-files/*, /dealer-section/* and AdsBot. The /wp-json/ REST API + /seed/ detail pages are open. No ToS automation clause found.", + "schema_notes": "REST list enumerates id/slug/title/link + seed-trait taxonomy, but acf+content are NOT registered to REST (empty), so agronomic data is parsed from each /seed// detail page (

spec sections of label
value
pairs). Parsed into characteristics_groups so ratings embed (unlike ebberts_seeds, which left them body-only). Ratings MIXED: Disease Tolerance 1-9 numeric (9=best, same direction as Bayer/NK — NO flip; NA=not rated); General/Agronomic qualitative (Excellent/Very Good/Good/Average); Soil Adaptability HR/R. RM in '

Maturity: N Days

'." + }, + { + "name": "proharvest_plots", + "vendor": "ProHarvest Seeds", + "brand_aggregator": "ProHarvest Seeds publishes", + "crops": [ + "corn", + "soybeans" + ], + "verdict": "green", + "expected_count": 161, + "base_url": "https://proharvestseeds.com", + "scope_filter": "Per-cooperator harvest-report plots via the custom GET /wp-json/proharvest/v1/plots?y= endpoint, 2024+2025 baseline (~162 plots). Older 2015-2023 deferred to --include-old. Each plot links a harvest-report PDF with a head-to-head results table.", + "tos_check_date": "2026-06-04", + "schema_notes": "Same sidecar shape as agrigold/lg/gh plot reports (results:[{rank,brand,product,traits,metrics}]) — routed through _render_gh_plot_chunk (proharvest_plots added to that source list in rag/chunk.py). API gives clean location metadata (city/state/county/year/product/lat-long/PDF); PDF gives the management block (planted/harvested/prev-crop/population/tillage/irrigation) + results. THREE PDF realities: ruled tables (extract_tables splits columns), unruled tables (text-line fallback anchored on trailing numerics; soy reports drop the Test Wt. column so rows carry 4 vs 5 numerics), and off-template third-party reports (e.g. a university land-lab with extra RM/harvest-weight columns) which a per-row + per-plot sanity gate redirects to verbatim raw_text so cross-vendor yields aren't corrupted or lost. Many plots are cross-vendor (Pioneer/DEKALB/Becks/Channel/Wyffels vs ProHarvest/Apex). Image-only PDFs (no text layer) are skipped + counted (no silent cap). metrics key 'Yield' is canonical so the chunker top-N picker finds it.", + "data_type": "trial" } ], "_excluded_sources": [ -- 2.52.0