From 54094a0d433a86af08082cd7473d2bdd3f52d4d7 Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 10 Jun 2026 08:35:50 -0400 Subject: [PATCH] Add university-extension variety trials: Illinois VT + Iowa ICPT + Ohio OCPT (+123 trial docs) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Independent third-party performance data — land-grant programs that test every entered brand side-by-side with replication + LSD stats. This is the legitimate way to get Pioneer / DEKALB / Brevant / Channel performance the corpus can't scrape directly (data_type=trial, results[] shape; falls through the trial chunker). - illinois_vt_trials (30 docs, 1,392 rows) — U of Illinois VT. Per-region XLSX (openpyxl), corn + soy + WHEAT, 2024+2025. Rich per-site agronomic metadata; corn-following-corn vs -soybean kept distinct. - iowa_icpt_trials (24 docs, 674 rows) — Iowa State ICPT. ASP.NET GridView (viewstate postback for year/district), corn + soy by district x season. - ohio_ocpt_trials (69 docs, 4,647 rows) — OSU/CFAES OCPT. Report PDF (pdfplumber; per-site column groups split by header Yield-token count + x-coord footnote bucketing), corn + soy per site, 2024+2025. 91 distinct seed brands across the three; majors confirmed present in the independent rankings: DEKALB 395, Golden Harvest 249, Channel 241, NK 212, Xitavo 135, LG 103, Pioneer 88, Asgrow 59. (A brand only appears where it ENTERED a given program — e.g. Brevant not in Iowa, DEKALB/Channel not in Illinois — true negatives, not parse gaps.) - rag/chunk.py: gated `include_region` on _render_gh_plot_chunk; the 3 university sources route through it so the region/district is in the embedded chunk + labeled "variety trial (cross-vendor, independent third-party)". Existing plot sources (gh/lg/agrigold/proharvest) unchanged. - requirements.txt: openpyxl (Illinois XLSX; scrape-time only). - sources.json + README/CLAUDE/lessons: registered + attributed; lessons trial-data + Pioneer entries updated (Pioneer/DEKALB performance now available indirectly via these trials). Validation: all 123 chunk via rag.chunk.chunks_from_trial (0 errors), 0 out-of-range yields, 0 dup keys. Public land-grant data; attribution recorded in each tos_note. CI rebuilds the index from the committed corpus. --- CLAUDE.md | 2 +- README.md | 9 +- .../ilvt-corn-2024-monmouth-cfc.json | 121 ++ .../ilvt-corn-2024-monmouth-cfc.md | 32 + .../illinois_vt_trials/ilvt-corn-2024-r1.json | 578 ++++++ .../illinois_vt_trials/ilvt-corn-2024-r1.md | 69 + .../illinois_vt_trials/ilvt-corn-2024-r2.json | 530 +++++ .../illinois_vt_trials/ilvt-corn-2024-r2.md | 65 + .../illinois_vt_trials/ilvt-corn-2024-r3.json | 422 ++++ .../illinois_vt_trials/ilvt-corn-2024-r3.md | 56 + .../illinois_vt_trials/ilvt-corn-2024-r4.json | 158 ++ .../illinois_vt_trials/ilvt-corn-2024-r4.md | 34 + .../ilvt-corn-2024-urbana-cfc.json | 109 + .../ilvt-corn-2024-urbana-cfc.md | 31 + .../illinois_vt_trials/ilvt-corn-2025-r1.json | 302 +++ .../illinois_vt_trials/ilvt-corn-2025-r1.md | 46 + .../illinois_vt_trials/ilvt-corn-2025-r2.json | 314 +++ .../illinois_vt_trials/ilvt-corn-2025-r2.md | 47 + .../illinois_vt_trials/ilvt-corn-2025-r3.json | 326 +++ .../illinois_vt_trials/ilvt-corn-2025-r3.md | 48 + .../illinois_vt_trials/ilvt-corn-2025-r4.json | 170 ++ .../illinois_vt_trials/ilvt-corn-2025-r4.md | 35 + .../ilvt-soybeans-2024-r1.json | 714 +++++++ .../ilvt-soybeans-2024-r1.md | 76 + .../ilvt-soybeans-2024-r2.json | 649 ++++++ .../ilvt-soybeans-2024-r2.md | 71 + .../ilvt-soybeans-2024-r3.json | 519 +++++ .../ilvt-soybeans-2024-r3.md | 61 + .../ilvt-soybeans-2024-r4.json | 532 +++++ .../ilvt-soybeans-2024-r4.md | 62 + .../ilvt-soybeans-2025-r1.json | 401 ++++ .../ilvt-soybeans-2025-r1.md | 52 + .../ilvt-soybeans-2025-r2.json | 494 +++++ .../ilvt-soybeans-2025-r2.md | 62 + .../ilvt-soybeans-2025-r3.json | 545 +++++ .../ilvt-soybeans-2025-r3.md | 63 + .../ilvt-soybeans-2025-r4.json | 346 +++ .../ilvt-soybeans-2025-r4.md | 52 + .../ilvt-wheat-2024-belleville.json | 751 +++++++ .../ilvt-wheat-2024-belleville.md | 84 + .../ilvt-wheat-2024-elkville.json | 759 +++++++ .../ilvt-wheat-2024-elkville.md | 84 + .../ilvt-wheat-2024-hampshire.json | 961 +++++++++ .../ilvt-wheat-2024-hampshire.md | 101 + .../ilvt-wheat-2024-north-region.json | 908 ++++++++ .../ilvt-wheat-2024-north-region.md | 102 + .../ilvt-wheat-2024-perry.json | 961 +++++++++ .../ilvt-wheat-2024-perry.md | 101 + .../ilvt-wheat-2024-south-region.json | 721 +++++++ .../ilvt-wheat-2024-south-region.md | 85 + .../ilvt-wheat-2024-urbana.json | 942 +++++++++ .../ilvt-wheat-2024-urbana.md | 100 + .../ilvt-wheat-2025-hampshire.json | 910 ++++++++ .../ilvt-wheat-2025-hampshire.md | 97 + .../ilvt-wheat-2025-north-region.json | 864 ++++++++ .../ilvt-wheat-2025-north-region.md | 98 + .../ilvt-wheat-2025-perry.json | 910 ++++++++ .../ilvt-wheat-2025-perry.md | 97 + .../ilvt-wheat-2025-south-region.json | 732 +++++++ .../ilvt-wheat-2025-south-region.md | 86 + .../ilvt-wheat-2025-urbana.json | 910 ++++++++ .../ilvt-wheat-2025-urbana.md | 97 + .../icpt-corn-2024-central-early.json | 659 ++++++ .../icpt-corn-2024-central-early.md | 53 + .../icpt-corn-2024-central-full.json | 640 ++++++ .../icpt-corn-2024-central-full.md | 52 + .../icpt-corn-2024-north-early.json | 554 +++++ .../icpt-corn-2024-north-early.md | 49 + .../icpt-corn-2024-north-full.json | 662 ++++++ .../icpt-corn-2024-north-full.md | 55 + .../icpt-corn-2024-south-early.json | 564 +++++ .../icpt-corn-2024-south-early.md | 48 + .../icpt-corn-2024-south-full.json | 507 +++++ .../icpt-corn-2024-south-full.md | 45 + .../icpt-corn-2025-central-early.json | 431 ++++ .../icpt-corn-2025-central-early.md | 41 + .../icpt-corn-2025-central-full.json | 393 ++++ .../icpt-corn-2025-central-full.md | 39 + .../icpt-corn-2025-north-early.json | 317 +++ .../icpt-corn-2025-north-early.md | 35 + .../icpt-corn-2025-north-full.json | 545 +++++ .../icpt-corn-2025-north-full.md | 47 + .../icpt-corn-2025-south-early.json | 317 +++ .../icpt-corn-2025-south-early.md | 35 + .../icpt-corn-2025-south-full.json | 279 +++ .../icpt-corn-2025-south-full.md | 33 + .../icpt-soybeans-2024-central-early.json | 695 +++++++ .../icpt-soybeans-2024-central-early.md | 59 + .../icpt-soybeans-2024-central-full.json | 542 +++++ .../icpt-soybeans-2024-central-full.md | 50 + .../icpt-soybeans-2024-north-early.json | 695 +++++++ .../icpt-soybeans-2024-north-early.md | 59 + .../icpt-soybeans-2024-north-full.json | 644 ++++++ .../icpt-soybeans-2024-north-full.md | 56 + .../icpt-soybeans-2024-south-early.json | 431 ++++ .../icpt-soybeans-2024-south-early.md | 45 + .../icpt-soybeans-2024-south-full.json | 800 +++++++ .../icpt-soybeans-2024-south-full.md | 68 + .../icpt-soybeans-2025-central-early.json | 491 +++++ .../icpt-soybeans-2025-central-early.md | 47 + .../icpt-soybeans-2025-central-full.json | 525 +++++ .../icpt-soybeans-2025-central-full.md | 49 + .../icpt-soybeans-2025-north-early.json | 440 ++++ .../icpt-soybeans-2025-north-early.md | 44 + .../icpt-soybeans-2025-north-full.json | 559 +++++ .../icpt-soybeans-2025-north-full.md | 51 + .../icpt-soybeans-2025-south-early.json | 423 ++++ .../icpt-soybeans-2025-south-early.md | 43 + .../icpt-soybeans-2025-south-full.json | 559 +++++ .../icpt-soybeans-2025-south-full.md | 51 + .../ocpt-corn-2024-ne-2yr-columbiana.json | 640 ++++++ .../ocpt-corn-2024-ne-2yr-columbiana.md | 65 + .../ocpt-corn-2024-ne-bucyrus.json | 1641 +++++++++++++++ .../ocpt-corn-2024-ne-bucyrus.md | 142 ++ .../ocpt-corn-2024-ne-columbiana.json | 1641 +++++++++++++++ .../ocpt-corn-2024-ne-columbiana.md | 142 ++ ...ocpt-corn-2024-ne-combined-columbiana.json | 276 +++ .../ocpt-corn-2024-ne-combined-columbiana.md | 37 + .../ocpt-corn-2024-ne-summary.json | 1765 ++++++++++++++++ .../ocpt-corn-2024-ne-summary.md | 142 ++ .../ocpt-corn-2024-nw-2yr-hoytville.json | 640 ++++++ .../ocpt-corn-2024-nw-2yr-hoytville.md | 65 + .../ocpt-corn-2024-nw-2yr-summary.json | 687 ++++++ .../ocpt-corn-2024-nw-2yr-summary.md | 65 + .../ocpt-corn-2024-nw-2yr-upper-sandusky.json | 640 ++++++ .../ocpt-corn-2024-nw-2yr-upper-sandusky.md | 65 + .../ocpt-corn-2024-nw-2yr-van-wert.json | 640 ++++++ .../ocpt-corn-2024-nw-2yr-van-wert.md | 65 + .../ocpt-corn-2024-nw-3yr-summary.json | 337 +++ .../ocpt-corn-2024-nw-3yr-summary.md | 40 + .../ocpt-corn-2024-nw-3yr-upper-sandusky.json | 315 +++ .../ocpt-corn-2024-nw-3yr-upper-sandusky.md | 40 + .../ocpt-corn-2024-nw-3yr-van-wert.json | 315 +++ .../ocpt-corn-2024-nw-3yr-van-wert.md | 40 + .../ocpt-corn-2024-nw-hoytville.json | 1719 +++++++++++++++ .../ocpt-corn-2024-nw-hoytville.md | 148 ++ .../ocpt-corn-2024-nw-summary.json | 1849 +++++++++++++++++ .../ocpt-corn-2024-nw-summary.md | 148 ++ .../ocpt-corn-2024-nw-upper-sandusky.json | 1719 +++++++++++++++ .../ocpt-corn-2024-nw-upper-sandusky.md | 148 ++ .../ocpt-corn-2024-nw-van-wert.json | 1719 +++++++++++++++ .../ocpt-corn-2024-nw-van-wert.md | 148 ++ .../ocpt-corn-2024-sw-2yr-greenville.json | 666 ++++++ .../ocpt-corn-2024-sw-2yr-greenville.md | 67 + .../ocpt-corn-2024-sw-2yr-hebron.json | 666 ++++++ .../ocpt-corn-2024-sw-2yr-hebron.md | 67 + ...cpt-corn-2024-sw-2yr-south-charleston.json | 666 ++++++ .../ocpt-corn-2024-sw-2yr-south-charleston.md | 67 + .../ocpt-corn-2024-sw-2yr-summary.json | 715 +++++++ .../ocpt-corn-2024-sw-2yr-summary.md | 67 + .../ocpt-corn-2024-sw-3yr-greenville.json | 250 +++ .../ocpt-corn-2024-sw-3yr-greenville.md | 35 + .../ocpt-corn-2024-sw-3yr-hebron.json | 250 +++ .../ocpt-corn-2024-sw-3yr-hebron.md | 35 + .../ocpt-corn-2024-sw-3yr-summary.json | 267 +++ .../ocpt-corn-2024-sw-3yr-summary.md | 35 + .../ocpt-corn-2024-sw-greenville.json | 1563 ++++++++++++++ .../ocpt-corn-2024-sw-greenville.md | 136 ++ .../ocpt-corn-2024-sw-hebron.json | 1563 ++++++++++++++ .../ocpt-corn-2024-sw-hebron.md | 136 ++ .../ocpt-corn-2024-sw-south-charleston.json | 1563 ++++++++++++++ .../ocpt-corn-2024-sw-south-charleston.md | 136 ++ .../ocpt-corn-2024-sw-summary.json | 1681 +++++++++++++++ .../ocpt-corn-2024-sw-summary.md | 136 ++ .../ocpt-corn-2025-ne-2yr-bucyrus.json | 913 ++++++++ .../ocpt-corn-2025-ne-2yr-bucyrus.md | 86 + .../ocpt-corn-2025-ne-bucyrus.json | 1563 ++++++++++++++ .../ocpt-corn-2025-ne-bucyrus.md | 136 ++ .../ocpt-corn-2025-ne-columbiana.json | 718 +++++++ .../ocpt-corn-2025-ne-columbiana.md | 71 + .../ocpt-corn-2025-ne-summary.json | 1681 +++++++++++++++ .../ocpt-corn-2025-ne-summary.md | 136 ++ .../ocpt-corn-2025-ne-wooster.json | 874 ++++++++ .../ocpt-corn-2025-ne-wooster.md | 83 + .../ocpt-corn-2025-nw-2yr-hoytville.json | 952 +++++++++ .../ocpt-corn-2025-nw-2yr-hoytville.md | 89 + .../ocpt-corn-2025-nw-2yr-summary.json | 1023 +++++++++ .../ocpt-corn-2025-nw-2yr-summary.md | 89 + .../ocpt-corn-2025-nw-2yr-upper-sandusky.json | 952 +++++++++ .../ocpt-corn-2025-nw-2yr-upper-sandusky.md | 89 + .../ocpt-corn-2025-nw-2yr-van-wert.json | 952 +++++++++ .../ocpt-corn-2025-nw-2yr-van-wert.md | 89 + .../ocpt-corn-2025-nw-3yr-hoytville.json | 315 +++ .../ocpt-corn-2025-nw-3yr-hoytville.md | 40 + .../ocpt-corn-2025-nw-3yr-summary.json | 337 +++ .../ocpt-corn-2025-nw-3yr-summary.md | 40 + .../ocpt-corn-2025-nw-3yr-upper-sandusky.json | 315 +++ .../ocpt-corn-2025-nw-3yr-upper-sandusky.md | 40 + .../ocpt-corn-2025-nw-3yr-van-wert.json | 315 +++ .../ocpt-corn-2025-nw-3yr-van-wert.md | 40 + .../ocpt-corn-2025-nw-hoytville.json | 1719 +++++++++++++++ .../ocpt-corn-2025-nw-hoytville.md | 148 ++ .../ocpt-corn-2025-nw-summary.json | 1849 +++++++++++++++++ .../ocpt-corn-2025-nw-summary.md | 148 ++ .../ocpt-corn-2025-nw-upper-sandusky.json | 1719 +++++++++++++++ .../ocpt-corn-2025-nw-upper-sandusky.md | 148 ++ .../ocpt-corn-2025-nw-van-wert.json | 1719 +++++++++++++++ .../ocpt-corn-2025-nw-van-wert.md | 148 ++ .../ocpt-corn-2025-sw-2yr-covington.json | 744 +++++++ .../ocpt-corn-2025-sw-2yr-covington.md | 73 + .../ocpt-corn-2025-sw-2yr-hebron.json | 744 +++++++ .../ocpt-corn-2025-sw-2yr-hebron.md | 73 + ...cpt-corn-2025-sw-2yr-south-charleston.json | 744 +++++++ .../ocpt-corn-2025-sw-2yr-south-charleston.md | 73 + .../ocpt-corn-2025-sw-2yr-summary.json | 799 +++++++ .../ocpt-corn-2025-sw-2yr-summary.md | 73 + .../ocpt-corn-2025-sw-3yr-covington.json | 276 +++ .../ocpt-corn-2025-sw-3yr-covington.md | 37 + .../ocpt-corn-2025-sw-3yr-hebron.json | 276 +++ .../ocpt-corn-2025-sw-3yr-hebron.md | 37 + ...cpt-corn-2025-sw-3yr-south-charleston.json | 276 +++ .../ocpt-corn-2025-sw-3yr-south-charleston.md | 37 + .../ocpt-corn-2025-sw-3yr-summary.json | 294 +++ .../ocpt-corn-2025-sw-3yr-summary.md | 37 + .../ocpt-corn-2025-sw-covington.json | 1355 ++++++++++++ .../ocpt-corn-2025-sw-covington.md | 120 ++ .../ocpt-corn-2025-sw-hebron.json | 1355 ++++++++++++ .../ocpt-corn-2025-sw-hebron.md | 120 ++ .../ocpt-corn-2025-sw-south-charleston.json | 1355 ++++++++++++ .../ocpt-corn-2025-sw-south-charleston.md | 120 ++ .../ocpt-corn-2025-sw-summary.json | 1457 +++++++++++++ .../ocpt-corn-2025-sw-summary.md | 120 ++ ...t-corn-2025-sw-washington-court-house.json | 1355 ++++++++++++ ...cpt-corn-2025-sw-washington-court-house.md | 120 ++ .../ocpt-soybeans-2024-central-early.json | 691 ++++++ .../ocpt-soybeans-2024-central-early.md | 73 + .../ocpt-soybeans-2024-central-late.json | 719 +++++++ .../ocpt-soybeans-2024-central-late.md | 76 + .../ocpt-soybeans-2024-north-early.json | 704 +++++++ .../ocpt-soybeans-2024-north-early.md | 74 + .../ocpt-soybeans-2024-north-late.json | 580 ++++++ .../ocpt-soybeans-2024-north-late.md | 64 + .../ocpt-soybeans-2024-south-early.json | 505 +++++ .../ocpt-soybeans-2024-south-early.md | 58 + .../ocpt-soybeans-2024-south-late.json | 374 ++++ .../ocpt-soybeans-2024-south-late.md | 47 + .../ocpt-soybeans-2025-central-early.json | 716 +++++++ .../ocpt-soybeans-2025-central-early.md | 74 + .../ocpt-soybeans-2025-central-late.json | 708 +++++++ .../ocpt-soybeans-2025-central-late.md | 73 + .../ocpt-soybeans-2025-north-early.json | 774 +++++++ .../ocpt-soybeans-2025-north-early.md | 79 + .../ocpt-soybeans-2025-north-late.json | 815 ++++++++ .../ocpt-soybeans-2025-north-late.md | 82 + .../ocpt-soybeans-2025-south-early.json | 710 +++++++ .../ocpt-soybeans-2025-south-early.md | 74 + .../ocpt-soybeans-2025-south-late.json | 412 ++++ .../ocpt-soybeans-2025-south-late.md | 50 + docs_mcp/lessons.md | 30 +- rag/chunk.py | 23 +- requirements.txt | 1 + scrape/sources/illinois_vt_trials.py | 945 +++++++++ scrape/sources/iowa_icpt_trials.py | 651 ++++++ scrape/sources/ohio_ocpt_trials.py | 1286 ++++++++++++ sources.json | 49 + 255 files changed, 105410 insertions(+), 13 deletions(-) create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r1.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r1.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r2.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r2.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r3.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r3.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r4.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-r4.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r1.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r1.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r2.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r2.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r3.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r3.md create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r4.json create mode 100644 corpus/illinois_vt_trials/ilvt-corn-2025-r4.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.md create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.json create mode 100644 corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-perry.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-perry.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-perry.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-perry.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.md create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.json create mode 100644 corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-central-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-central-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-central-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-central-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-north-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-north-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-north-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-north-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-south-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-south-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-south-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2024-south-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-central-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-central-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-central-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-central-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-north-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-north-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-north-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-north-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-south-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-south-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-south-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-corn-2025-south-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.md create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.json create mode 100644 corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.md create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.json create mode 100644 corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.md create mode 100644 scrape/sources/illinois_vt_trials.py create mode 100644 scrape/sources/iowa_icpt_trials.py create mode 100644 scrape/sources/ohio_ocpt_trials.py diff --git a/CLAUDE.md b/CLAUDE.md index 700fad94..469332a0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -45,7 +45,7 @@ and the `crop_seed_api_lessons` tool). | Beck's products | 🟡 | 860 | Same Sanity API — identity-only until SeedIQ XHR is sniffed | | Pioneer + Hoegemeyer + Brevant (Corteva) | 🔴 | — | DROP. Shared corteva.com ToU bans automation (scrapers + "competitive service"). Treat ALL `*.corteva.com / pioneer.com / hoegemeyer.com / therightseed.com` + Vylor brands as one excluded ToU domain | -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. +Trial-only sources (cross-vendor yield, `data_type=trial`): vendor plot reports `gh_plot_reports`, `lg_plot_reports`, `agrigold_plot_reports`, `proharvest_plots`, `agripro_trials`; **university-extension variety trials** `illinois_vt_trials` (IL, +wheat), `iowa_icpt_trials` (IA), `ohio_ocpt_trials` (OH) — independent third-party data that ranks the majors we can't catalog directly (Pioneer/DEKALB/Brevant) side-by-side. The university sources route through `_render_gh_plot_chunk(include_region=True)` so the region/district is in the embedded chunk. See the README corpus table for counts. > **Scale-direction warning (read before any cross-vendor numeric comparison):** the independents do NOT agree on direction. Bayer + Stine(corn) + ProHarvest(disease) + Burrus = HIGHER is better (Burrus 1-10, others 1-9). **Latham + NK + AgriPro = LOWER is better (1 = best).** 1st Choice = 0-10 higher=better. Stine soy is qualitative. Always consult each record's `_scale_direction` (the chunker attaches it) before comparing numbers across brands. diff --git a/README.md b/README.md index 0be9ba55..23619548 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data** ## What's in the corpus -**~9,200 indexed records** (one chunk each) across two complementary surfaces: +**~9,300 indexed records** (one chunk each) across two complementary surfaces: ### Variety identity — 2,398 records @@ -30,7 +30,7 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data** | `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 — 6,787 documents +### Yield-trial data — 6,910 documents | Source | Count | Notes | |---|---|---| @@ -38,8 +38,13 @@ vendors — **variety identity** (what each hybrid IS) plus **yield-trial data** | `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. | +| `ohio_ocpt_trials` | 69 | **University-extension** trial (OSU/CFAES) — corn + soy per-site, 2024+2025. Independent third-party; ranks CHANNEL / DEKALB / NK / Golden Harvest / LG / AgriGold / Beck's etc. side-by-side. | +| `illinois_vt_trials` | 30 | **University-extension** trial (U of Illinois VT) — corn + soy + **wheat**, 2024+2025. Pioneer / NK + many regionals; rich per-site agronomic metadata. | +| `iowa_icpt_trials` | 24 | **University-extension** trial (Iowa State / ICPT) — corn + soy by district, 2024+2025. Pioneer / DEKALB / Asgrow / NK / Golden Harvest. | | `agripro_trials` | 14 | Regional wheat trial PDF summaries (PNW, Western Plains, Northern Plains, etc.) | +> The three `*_trials` university sources are **independent third-party** performance data — land-grant programs that test every entered brand (incl. majors we can't catalog directly, like **Pioneer / DEKALB / Brevant**) side-by-side with replication + LSD stats. The publisher is the university; the seed brands live in each row's `brand`. + ### Not in the corpus (documented in `docs_mcp/lessons.md`) - **Pioneer / Corteva (all brands)** — ToS bans automation. This now covers the whole Corteva family — Pioneer, Brevant, **Hoegemeyer** (the consolidation brand absorbing Seed Consultants / Dairyland / Nu-Tech / Terral), and the upcoming Vylor spinoff — all share the same corteva.com ToU. Curated fallback lesson points the farmer at a local dealer; legitimate Corteva-data paths are an official license (openinnovation@corteva.com) or university-extension trial data. diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.json b/corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.json new file mode 100644 index 00000000..8c8532de --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.json @@ -0,0 +1,121 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2024-monmouth-cfc", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Monmouth CFC", + "rotation": "corn following corn", + "previous_crop": "corn", + "cooperator": "Greg Steckel", + "county": "Warren", + "sites": [ + "Monmouth" + ], + "soil_type": "Sabble silty clay loam", + "tillage": "Field cultivate", + "planted_date": "2023-05-09", + "harvested_date": "2023-10-17", + "row_width": null, + "latitude": 40.9261971609015, + "longitude": -90.7248298508237, + "results": [ + { + "rank": 1, + "brand": "NuTech", + "product": "70F6V", + "traits": "GT:C3R3L HT:B IST:M", + "metrics": { + "Yield": 291.5602, + "Moisture": 19.75, + "Lodging": 0.67, + "Maturity": 110 + } + }, + { + "rank": 2, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 275.7252, + "Moisture": 20.24, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 3, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 274.1715, + "Moisture": 20.65, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 4, + "brand": "Prairie", + "product": "8864", + "traits": null, + "metrics": { + "Yield": 264.809, + "Moisture": 23.46, + "Lodging": 0.67, + "Maturity": 114 + } + }, + { + "rank": 5, + "brand": "Prairie", + "product": "7184", + "traits": null, + "metrics": { + "Yield": 230.3148, + "Moisture": 19.77, + "Lodging": 0, + "Maturity": 112 + } + }, + { + "rank": 6, + "brand": "Prairie", + "product": "8683", + "traits": null, + "metrics": { + "Yield": 230.0092, + "Moisture": 20.83, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 7, + "brand": "Prairie", + "product": "9703", + "traits": null, + "metrics": { + "Yield": 224.9233, + "Moisture": 21.47, + "Lodging": 1.33, + "Maturity": 116 + } + } + ], + "n_results": 7, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Monmouth-CFC-Table-2024.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:54.712684+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.md b/corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.md new file mode 100644 index 00000000..b1e368bf --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-monmouth-cfc.md @@ -0,0 +1,32 @@ +# Corn yield trial — University of Illinois VT, Monmouth CFC, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2024 +- **Region:** Monmouth CFC +- **Rotation:** corn following corn +- **Previous crop:** corn +- **Cooperator / host:** Greg Steckel +- **County:** Warren +- **Sites:** Monmouth +- **Soil type:** Sabble silty clay loam +- **Tillage:** Field cultivate +- **Planted:** 2023-05-09 +- **Harvested:** 2023-10-17 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Monmouth-CFC-Table-2024.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 70F6V | GT:C3R3L HT:B IST:M | 291.5602 | 19.75 | 0.67 | 110 | +| 2 | Prairie | 6854 | - | 275.7252 | 20.24 | 0 | 110 | +| 3 | Prairie | 6755 | - | 274.1715 | 20.65 | 0 | 110 | +| 4 | Prairie | 8864 | - | 264.809 | 23.46 | 0.67 | 114 | +| 5 | Prairie | 7184 | - | 230.3148 | 19.77 | 0 | 112 | +| 6 | Prairie | 8683 | - | 230.0092 | 20.83 | 0 | 115 | +| 7 | Prairie | 9703 | - | 224.9233 | 21.47 | 1.33 | 116 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r1.json b/corpus/illinois_vt_trials/ilvt-corn-2024-r1.json new file mode 100644 index 00000000..6f9464cc --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r1.json @@ -0,0 +1,578 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2024-r1", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 1", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Highland C.C.", + "county": "Stephenson", + "sites": [ + "Freeport", + "DeKalb" + ], + "soil_type": "Fayette silt loam", + "tillage": "Field cultivator", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-16", + "row_width": null, + "latitude": 42.288433716158, + "longitude": -89.6815580028255, + "results": [ + { + "rank": 1, + "brand": "Cornelius", + "product": "C7216VT4P", + "traits": "GT:C2R2L HT:G IST:M", + "metrics": { + "Yield": 296.9172, + "Moisture": 21.81, + "Lodging": 0.64, + "Maturity": 112 + } + }, + { + "rank": 2, + "brand": "Renk", + "product": "RK800VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 267.5597, + "Moisture": 19.77, + "Lodging": 0.42, + "Maturity": 110 + } + }, + { + "rank": 3, + "brand": "NK", + "product": "1307", + "traits": null, + "metrics": { + "Yield": 267.4418, + "Moisture": 24, + "Lodging": 0.59, + "Maturity": 113 + } + }, + { + "rank": 4, + "brand": "Renk", + "product": "RK825VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 266.5536, + "Moisture": 21.9, + "Lodging": 0.71, + "Maturity": 112 + } + }, + { + "rank": 5, + "brand": "Cornelius", + "product": "C7366DGDP", + "traits": "GT:CL HT:G IST:L", + "metrics": { + "Yield": 262.5953, + "Moisture": 20.92, + "Lodging": 0.1, + "Maturity": 113 + } + }, + { + "rank": 6, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "GT:C2R3 HT:B IST:M", + "metrics": { + "Yield": 262.434, + "Moisture": 21.67, + "Lodging": 0.63, + "Maturity": 112 + } + }, + { + "rank": 7, + "brand": "Power Plus", + "product": "4V73AM", + "traits": "GT:C2 HT:B IST:M", + "metrics": { + "Yield": 262.1583, + "Moisture": 19.02, + "Lodging": 0.09, + "Maturity": 109 + } + }, + { + "rank": 8, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 261.6776, + "Moisture": 18.38, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 9, + "brand": "Prairie", + "product": "5851", + "traits": null, + "metrics": { + "Yield": 261.2384, + "Moisture": 19.57, + "Lodging": 0.52, + "Maturity": 109 + } + }, + { + "rank": 10, + "brand": "Cornelius", + "product": "C7235PCE", + "traits": "GT:C3L HT:B IST:L", + "metrics": { + "Yield": 259.0444, + "Moisture": 21.49, + "Lodging": 1.5, + "Maturity": 112 + } + }, + { + "rank": 11, + "brand": "Prairie", + "product": "6251", + "traits": null, + "metrics": { + "Yield": 257.9256, + "Moisture": 18.5, + "Lodging": 1.22, + "Maturity": 112 + } + }, + { + "rank": 12, + "brand": "Viking | Blue River", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 256.8068, + "Moisture": 19.16, + "Lodging": 0.29, + "Maturity": 111 + } + }, + { + "rank": 13, + "brand": "Cornelius", + "product": "C6377TRE", + "traits": "GT:C2L HT:G IST:M", + "metrics": { + "Yield": 255.3513, + "Moisture": 15.53, + "Lodging": 1.835, + "Maturity": 103 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK921VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 254.0928, + "Moisture": 21.93, + "Lodging": 1.41, + "Maturity": 115 + } + }, + { + "rank": 15, + "brand": "Cornelius", + "product": "C7308TRE", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 253.3739, + "Moisture": 21.14, + "Lodging": 0.91, + "Maturity": 113 + } + }, + { + "rank": 16, + "brand": "Renk", + "product": "RK705VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 251.4967, + "Moisture": 16.82, + "Lodging": 0.19, + "Maturity": 105 + } + }, + { + "rank": 17, + "brand": "Renk", + "product": "RK766SSPRO", + "traits": "GT:C2R3 HT:B IST:M", + "metrics": { + "Yield": 251.3932, + "Moisture": 17.89, + "Lodging": 1.05, + "Maturity": 109 + } + }, + { + "rank": 18, + "brand": "NuTech", + "product": "70F6V", + "traits": "IST:M", + "metrics": { + "Yield": 250.9227, + "Moisture": 18.87, + "Lodging": 1.65, + "Maturity": 110 + } + }, + { + "rank": 19, + "brand": "Viking | Blue River", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 250.3818, + "Moisture": 18.43, + "Lodging": 0.9, + "Maturity": 107 + } + }, + { + "rank": 20, + "brand": "Prairie", + "product": "3054", + "traits": null, + "metrics": { + "Yield": 249.85, + "Moisture": 16.97, + "Lodging": 0.165, + "Maturity": 105 + } + }, + { + "rank": 21, + "brand": "Custom Farm Seed", + "product": "106-10C", + "traits": "IST:L", + "metrics": { + "Yield": 249.5531, + "Moisture": 17.24, + "Lodging": 1.05, + "Maturity": 106 + } + }, + { + "rank": 22, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 248.6637, + "Moisture": 18.94, + "Lodging": 0.06, + "Maturity": 110 + } + }, + { + "rank": 23, + "brand": "NuTech", + "product": "72C1PCE", + "traits": "IST:M", + "metrics": { + "Yield": 248.3041, + "Moisture": 21.63, + "Lodging": 0.11, + "Maturity": 112 + } + }, + { + "rank": 24, + "brand": "Cornelius", + "product": "C7411DP", + "traits": "GT:CL HT:G IST:L", + "metrics": { + "Yield": 248.2544, + "Moisture": 24.6, + "Lodging": 1.19, + "Maturity": 114 + } + }, + { + "rank": 25, + "brand": "Prairie", + "product": "4991", + "traits": null, + "metrics": { + "Yield": 247.2603, + "Moisture": 16.69, + "Lodging": 0.165, + "Maturity": 107 + } + }, + { + "rank": 26, + "brand": "Prairie", + "product": "6878", + "traits": null, + "metrics": { + "Yield": 246.8835, + "Moisture": 22.64, + "Lodging": 1.37, + "Maturity": 112 + } + }, + { + "rank": 27, + "brand": "Renk", + "product": "RK773TRE", + "traits": "GT:C2L HT:G IST:M", + "metrics": { + "Yield": 246.3539, + "Moisture": 21.17, + "Lodging": 1.35, + "Maturity": 109 + } + }, + { + "rank": 28, + "brand": "Prairie", + "product": "2235", + "traits": null, + "metrics": { + "Yield": 245.4557, + "Moisture": 16.22, + "Lodging": 0.165, + "Maturity": 103 + } + }, + { + "rank": 29, + "brand": "NuTech", + "product": "68C1V", + "traits": "IST:M", + "metrics": { + "Yield": 245.3993, + "Moisture": 19.67, + "Lodging": 0.38, + "Maturity": 108 + } + }, + { + "rank": 30, + "brand": "Prairie", + "product": "3259", + "traits": null, + "metrics": { + "Yield": 245.3378, + "Moisture": 16.14, + "Lodging": 0, + "Maturity": 105 + } + }, + { + "rank": 31, + "brand": "Prairie", + "product": "8864", + "traits": null, + "metrics": { + "Yield": 242.68, + "Moisture": 21.21, + "Lodging": 0.62, + "Maturity": 114 + } + }, + { + "rank": 32, + "brand": "Renk", + "product": "RK958VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 241.8486, + "Moisture": 26.19, + "Lodging": 0.99, + "Maturity": 115 + } + }, + { + "rank": 33, + "brand": "NK", + "product": "1480", + "traits": null, + "metrics": { + "Yield": 240.7363, + "Moisture": 22.8, + "Lodging": 0.74, + "Maturity": 114 + } + }, + { + "rank": 34, + "brand": "Cornelius", + "product": "C6467PCE", + "traits": "GT:C3L HT:B IST:M", + "metrics": { + "Yield": 240.1563, + "Moisture": 15.9, + "Lodging": 0, + "Maturity": 104 + } + }, + { + "rank": 35, + "brand": "Cornelius", + "product": "C7048SSP", + "traits": "GT:C2R3L HT:B IST:L", + "metrics": { + "Yield": 236.5212, + "Moisture": 20.77, + "Lodging": 0.56, + "Maturity": 110 + } + }, + { + "rank": 36, + "brand": "Cornelius", + "product": "C6472TRE", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 236.3742, + "Moisture": 15.14, + "Lodging": 0.665, + "Maturity": 104 + } + }, + { + "rank": 37, + "brand": "Cornelius", + "product": "C7026PCE", + "traits": "GT:C3L HT:B IST:M", + "metrics": { + "Yield": 232.9621, + "Moisture": 19.79, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 38, + "brand": "Viking | Blue River", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 231.2256, + "Moisture": 14.7, + "Lodging": 0, + "Maturity": 104 + } + }, + { + "rank": 39, + "brand": "Cornelius", + "product": "C7448PCE", + "traits": "GT:CL HT:B IST:L", + "metrics": { + "Yield": 228.7714, + "Moisture": 23.98, + "Lodging": 0.64, + "Maturity": 114 + } + }, + { + "rank": 40, + "brand": "NK", + "product": "880", + "traits": null, + "metrics": { + "Yield": 227.1545, + "Moisture": 20.98, + "Lodging": 0.83, + "Maturity": 108 + } + }, + { + "rank": 41, + "brand": "Prairie", + "product": "7464", + "traits": null, + "metrics": { + "Yield": 223.0287, + "Moisture": 24.12, + "Lodging": 1.09, + "Maturity": 111 + } + }, + { + "rank": 42, + "brand": "Viking | Blue River", + "product": "49M23", + "traits": null, + "metrics": { + "Yield": 222.9836, + "Moisture": 17.47, + "Lodging": 0, + "Maturity": 103 + } + }, + { + "rank": 43, + "brand": "Custom Farm Seed", + "product": "111-25C", + "traits": "IST:L", + "metrics": { + "Yield": 216.136, + "Moisture": 21.93, + "Lodging": 0.06, + "Maturity": 111 + } + }, + { + "rank": 44, + "brand": "NK", + "product": "1228", + "traits": null, + "metrics": { + "Yield": 216.0278, + "Moisture": 23.45, + "Lodging": 0.8, + "Maturity": 112 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "1523", + "traits": null, + "metrics": { + "Yield": 205.264, + "Moisture": 26.43, + "Lodging": 1.22, + "Maturity": 115 + } + } + ], + "n_results": 45, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-1-Corn-Table-2024.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:52.754672+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r1.md b/corpus/illinois_vt_trials/ilvt-corn-2024-r1.md new file mode 100644 index 00000000..c2b43aa3 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r1.md @@ -0,0 +1,69 @@ +# Corn yield trial — University of Illinois VT, Region 1, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2024 +- **Region:** Region 1 +- **Rotation:** corn following soybean +- **Cooperator / host:** Highland C.C. +- **County:** Stephenson +- **Sites:** Freeport, DeKalb +- **Soil type:** Fayette silt loam +- **Tillage:** Field cultivator +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-16 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-1-Corn-Table-2024.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Cornelius | C7216VT4P | GT:C2R2L HT:G IST:M | 296.9172 | 21.81 | 0.64 | 112 | +| 2 | Renk | RK800VT4P | GT:C2R2 HT:G IST:M | 267.5597 | 19.77 | 0.42 | 110 | +| 3 | NK | 1307 | - | 267.4418 | 24 | 0.59 | 113 | +| 4 | Renk | RK825VT4P | GT:C2R2 HT:G IST:M | 266.5536 | 21.9 | 0.71 | 112 | +| 5 | Cornelius | C7366DGDP | GT:CL HT:G IST:L | 262.5953 | 20.92 | 0.1 | 113 | +| 6 | Renk | RK832SSPRO | GT:C2R3 HT:B IST:M | 262.434 | 21.67 | 0.63 | 112 | +| 7 | Power Plus | 4V73AM | GT:C2 HT:B IST:M | 262.1583 | 19.02 | 0.09 | 109 | +| 8 | Prairie | 6854 | - | 261.6776 | 18.38 | 0 | 110 | +| 9 | Prairie | 5851 | - | 261.2384 | 19.57 | 0.52 | 109 | +| 10 | Cornelius | C7235PCE | GT:C3L HT:B IST:L | 259.0444 | 21.49 | 1.5 | 112 | +| 11 | Prairie | 6251 | - | 257.9256 | 18.5 | 1.22 | 112 | +| 12 | Viking | Blue River | 76-11 | - | 256.8068 | 19.16 | 0.29 | 111 | +| 13 | Cornelius | C6377TRE | GT:C2L HT:G IST:M | 255.3513 | 15.53 | 1.835 | 103 | +| 14 | Renk | RK921VT2P | GT:C2 HT:G IST:M | 254.0928 | 21.93 | 1.41 | 115 | +| 15 | Cornelius | C7308TRE | GT:C2L HT:G IST:L | 253.3739 | 21.14 | 0.91 | 113 | +| 16 | Renk | RK705VT4P | GT:C2R2 HT:G IST:M | 251.4967 | 16.82 | 0.19 | 105 | +| 17 | Renk | RK766SSPRO | GT:C2R3 HT:B IST:M | 251.3932 | 17.89 | 1.05 | 109 | +| 18 | NuTech | 70F6V | IST:M | 250.9227 | 18.87 | 1.65 | 110 | +| 19 | Viking | Blue River | 75-07 | - | 250.3818 | 18.43 | 0.9 | 107 | +| 20 | Prairie | 3054 | - | 249.85 | 16.97 | 0.165 | 105 | +| 21 | Custom Farm Seed | 106-10C | IST:L | 249.5531 | 17.24 | 1.05 | 106 | +| 22 | Prairie | 6755 | - | 248.6637 | 18.94 | 0.06 | 110 | +| 23 | NuTech | 72C1PCE | IST:M | 248.3041 | 21.63 | 0.11 | 112 | +| 24 | Cornelius | C7411DP | GT:CL HT:G IST:L | 248.2544 | 24.6 | 1.19 | 114 | +| 25 | Prairie | 4991 | - | 247.2603 | 16.69 | 0.165 | 107 | +| 26 | Prairie | 6878 | - | 246.8835 | 22.64 | 1.37 | 112 | +| 27 | Renk | RK773TRE | GT:C2L HT:G IST:M | 246.3539 | 21.17 | 1.35 | 109 | +| 28 | Prairie | 2235 | - | 245.4557 | 16.22 | 0.165 | 103 | +| 29 | NuTech | 68C1V | IST:M | 245.3993 | 19.67 | 0.38 | 108 | +| 30 | Prairie | 3259 | - | 245.3378 | 16.14 | 0 | 105 | +| 31 | Prairie | 8864 | - | 242.68 | 21.21 | 0.62 | 114 | +| 32 | Renk | RK958VT2P | GT:C2 HT:G IST:M | 241.8486 | 26.19 | 0.99 | 115 | +| 33 | NK | 1480 | - | 240.7363 | 22.8 | 0.74 | 114 | +| 34 | Cornelius | C6467PCE | GT:C3L HT:B IST:M | 240.1563 | 15.9 | 0 | 104 | +| 35 | Cornelius | C7048SSP | GT:C2R3L HT:B IST:L | 236.5212 | 20.77 | 0.56 | 110 | +| 36 | Cornelius | C6472TRE | GT:C2L HT:G IST:L | 236.3742 | 15.14 | 0.665 | 104 | +| 37 | Cornelius | C7026PCE | GT:C3L HT:B IST:M | 232.9621 | 19.79 | 0 | 110 | +| 38 | Viking | Blue River | 84-04 | - | 231.2256 | 14.7 | 0 | 104 | +| 39 | Cornelius | C7448PCE | GT:CL HT:B IST:L | 228.7714 | 23.98 | 0.64 | 114 | +| 40 | NK | 880 | - | 227.1545 | 20.98 | 0.83 | 108 | +| 41 | Prairie | 7464 | - | 223.0287 | 24.12 | 1.09 | 111 | +| 42 | Viking | Blue River | 49M23 | - | 222.9836 | 17.47 | 0 | 103 | +| 43 | Custom Farm Seed | 111-25C | IST:L | 216.136 | 21.93 | 0.06 | 111 | +| 44 | NK | 1228 | - | 216.0278 | 23.45 | 0.8 | 112 | +| 45 | NK | 1523 | - | 205.264 | 26.43 | 1.22 | 115 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r2.json b/corpus/illinois_vt_trials/ilvt-corn-2024-r2.json new file mode 100644 index 00000000..0f8534d3 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r2.json @@ -0,0 +1,530 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2024-r2", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 2", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Greg Steckel", + "county": "Warren", + "sites": [ + "Monmouth", + "Goodfield" + ], + "soil_type": "Sabble silty clay loam", + "tillage": "Field cultivate", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-25", + "row_width": null, + "latitude": 40.9261971609015, + "longitude": -90.7248298508237, + "results": [ + { + "rank": 1, + "brand": "NuTech", + "product": "68C1V", + "traits": "GT:C3R3L HT:B IST:M", + "metrics": { + "Yield": 294.4262, + "Moisture": 17.17, + "Lodging": 0.165, + "Maturity": 108 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "4W42 PCE", + "traits": "GT:C3 HT:B IST:M", + "metrics": { + "Yield": 287.172, + "Moisture": 17.07, + "Lodging": 0.165, + "Maturity": 108 + } + }, + { + "rank": 3, + "brand": "Prairie", + "product": "7445", + "traits": null, + "metrics": { + "Yield": 284.8074, + "Moisture": 20.18, + "Lodging": 0.165, + "Maturity": 112 + } + }, + { + "rank": 4, + "brand": "Cornelius", + "product": "C7366DGDP", + "traits": "GT:CL HT:G IST:L", + "metrics": { + "Yield": 282.6678, + "Moisture": 21.41, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 5, + "brand": "Renk", + "product": "RK825VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 280.8785, + "Moisture": 20.01, + "Lodging": 0.165, + "Maturity": 112 + } + }, + { + "rank": 6, + "brand": "Cornelius", + "product": "C7235PCE", + "traits": "GT:C3L HT:B IST:L", + "metrics": { + "Yield": 279.7008, + "Moisture": 19, + "Lodging": 0.335, + "Maturity": 112 + } + }, + { + "rank": 7, + "brand": "Cornelius", + "product": "C7026PCE", + "traits": "GT:C3L HT:B IST:M", + "metrics": { + "Yield": 278.2172, + "Moisture": 19.02, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 8, + "brand": "Cornelius", + "product": "C7216VT4P", + "traits": "GT:C2R2L HT:G IST:M", + "metrics": { + "Yield": 277.7678, + "Moisture": 20.89, + "Lodging": 0.165, + "Maturity": 112 + } + }, + { + "rank": 9, + "brand": "NK", + "product": "1480", + "traits": "GT:C2R2L HT:B IST:L", + "metrics": { + "Yield": 276.7029, + "Moisture": 20.34, + "Lodging": 0.5, + "Maturity": 114 + } + }, + { + "rank": 10, + "brand": "NuTech", + "product": "70F6V", + "traits": "GT:C3R3L HT:B IST:M", + "metrics": { + "Yield": 274.9466, + "Moisture": 16.68, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 11, + "brand": "Sun Prairie Seeds", + "product": "SPX4717 SSP", + "traits": "GT:C2R3L HT:B IST:M", + "metrics": { + "Yield": 270.0491, + "Moisture": 18.84, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 12, + "brand": "Sun Prairie Seeds", + "product": "SP2409 VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 269.6173, + "Moisture": 16.64, + "Lodging": 0.665, + "Maturity": 107 + } + }, + { + "rank": 13, + "brand": "Viking | Blue River", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 268.6873, + "Moisture": 17.14, + "Lodging": 0, + "Maturity": 111 + } + }, + { + "rank": 14, + "brand": "Cornelius", + "product": "C7411DP", + "traits": "GT:CL HT:G IST:L", + "metrics": { + "Yield": 268.3847, + "Moisture": 22.31, + "Lodging": 0.165, + "Maturity": 114 + } + }, + { + "rank": 15, + "brand": "Viking | Blue River", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 267.891, + "Moisture": 20.66, + "Lodging": 0.165, + "Maturity": 113 + } + }, + { + "rank": 16, + "brand": "Prairie", + "product": "3054", + "traits": null, + "metrics": { + "Yield": 265.6779, + "Moisture": 15.45, + "Lodging": 0.165, + "Maturity": 105 + } + }, + { + "rank": 17, + "brand": "Burrus", + "product": "6N54 VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 264.5531, + "Moisture": 19.4, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 18, + "brand": "NK", + "product": "1228", + "traits": "GT:C2 HT:B IST:L", + "metrics": { + "Yield": 261.8818, + "Moisture": 20.13, + "Lodging": 0.165, + "Maturity": 112 + } + }, + { + "rank": 19, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 261.8163, + "Moisture": 17.77, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 20, + "brand": "Prairie", + "product": "6251", + "traits": null, + "metrics": { + "Yield": 260.9335, + "Moisture": 17.04, + "Lodging": 0, + "Maturity": 112 + } + }, + { + "rank": 21, + "brand": "Cornelius", + "product": "C7202SSP", + "traits": "GT:C2R3L HT:B IST:L", + "metrics": { + "Yield": 260.8648, + "Moisture": 20.83, + "Lodging": 0.165, + "Maturity": 112 + } + }, + { + "rank": 22, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 259.5944, + "Moisture": 18.13, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 23, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "GT:C2R3 HT:B IST:M", + "metrics": { + "Yield": 258.7068, + "Moisture": 19.22, + "Lodging": 0.335, + "Maturity": 112 + } + }, + { + "rank": 24, + "brand": "Renk", + "product": "RK800VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 258.0619, + "Moisture": 18.67, + "Lodging": 0.335, + "Maturity": 110 + } + }, + { + "rank": 25, + "brand": "Prairie", + "product": "5883", + "traits": null, + "metrics": { + "Yield": 257.7289, + "Moisture": 16.76, + "Lodging": 0.33, + "Maturity": 109 + } + }, + { + "rank": 26, + "brand": "Cornelius", + "product": "C7590DP", + "traits": "GT:CL HT:G IST:L", + "metrics": { + "Yield": 257.065, + "Moisture": 21.04, + "Lodging": 0.165, + "Maturity": 115 + } + }, + { + "rank": 27, + "brand": "Cornelius", + "product": "C7308TRE", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 256.7744, + "Moisture": 19.56, + "Lodging": 0.33, + "Maturity": 113 + } + }, + { + "rank": 28, + "brand": "Prairie", + "product": "8864", + "traits": null, + "metrics": { + "Yield": 256.235, + "Moisture": 20.51, + "Lodging": 0, + "Maturity": 114 + } + }, + { + "rank": 29, + "brand": "Cornelius", + "product": "C6847TRE", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 256.0932, + "Moisture": 16.62, + "Lodging": 0.5, + "Maturity": 108 + } + }, + { + "rank": 30, + "brand": "Cornelius", + "product": "C6936SS", + "traits": "GT:C2R2L HT:B IST:L", + "metrics": { + "Yield": 255.1524, + "Moisture": 18.04, + "Lodging": 0.335, + "Maturity": 109 + } + }, + { + "rank": 31, + "brand": "Cornelius", + "product": "C6824PCE", + "traits": "GT:C3L HT:B IST:L", + "metrics": { + "Yield": 253.8542, + "Moisture": 17.08, + "Lodging": 0, + "Maturity": 108 + } + }, + { + "rank": 32, + "brand": "Prairie", + "product": "4991", + "traits": null, + "metrics": { + "Yield": 253.8036, + "Moisture": 15.5, + "Lodging": 0.165, + "Maturity": 107 + } + }, + { + "rank": 33, + "brand": "NuTech", + "product": "72C1PCE", + "traits": "GT:C3L HT:B IST:M", + "metrics": { + "Yield": 253.6839, + "Moisture": 20.71, + "Lodging": 0.165, + "Maturity": 112 + } + }, + { + "rank": 34, + "brand": "Power Plus", + "product": "4V73AM", + "traits": "GT:C2 HT:B IST:M", + "metrics": { + "Yield": 253.03, + "Moisture": 17.8, + "Lodging": 0, + "Maturity": 109 + } + }, + { + "rank": 35, + "brand": "Renk", + "product": "RK958VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 249.1038, + "Moisture": 22.62, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 36, + "brand": "NK", + "product": "1056", + "traits": "GT:C2L HT:B IST:L", + "metrics": { + "Yield": 246.8054, + "Moisture": 17.95, + "Lodging": 0.165, + "Maturity": 110 + } + }, + { + "rank": 37, + "brand": "Prairie", + "product": "4885", + "traits": null, + "metrics": { + "Yield": 245.9808, + "Moisture": 16.57, + "Lodging": 0, + "Maturity": 108 + } + }, + { + "rank": 38, + "brand": "Renk", + "product": "RK921VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 245.7581, + "Moisture": 19.07, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 39, + "brand": "Prairie", + "product": "9703", + "traits": null, + "metrics": { + "Yield": 245.4187, + "Moisture": 22.45, + "Lodging": 0, + "Maturity": 116 + } + }, + { + "rank": 40, + "brand": "Prairie", + "product": "8683", + "traits": null, + "metrics": { + "Yield": 245.3874, + "Moisture": 20.51, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 41, + "brand": "NK", + "product": "1307", + "traits": "GT:C2R2L HT:B IST:L", + "metrics": { + "Yield": 236.511, + "Moisture": 21.61, + "Lodging": 0.165, + "Maturity": 113 + } + } + ], + "n_results": 41, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-2-Corn-Table-2024.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:53.745974+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r2.md b/corpus/illinois_vt_trials/ilvt-corn-2024-r2.md new file mode 100644 index 00000000..8a8bc014 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r2.md @@ -0,0 +1,65 @@ +# Corn yield trial — University of Illinois VT, Region 2, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2024 +- **Region:** Region 2 +- **Rotation:** corn following soybean +- **Cooperator / host:** Greg Steckel +- **County:** Warren +- **Sites:** Monmouth, Goodfield +- **Soil type:** Sabble silty clay loam +- **Tillage:** Field cultivate +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-25 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-2-Corn-Table-2024.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | NuTech | 68C1V | GT:C3R3L HT:B IST:M | 294.4262 | 17.17 | 0.165 | 108 | +| 2 | Burrus | 4W42 PCE | GT:C3 HT:B IST:M | 287.172 | 17.07 | 0.165 | 108 | +| 3 | Prairie | 7445 | - | 284.8074 | 20.18 | 0.165 | 112 | +| 4 | Cornelius | C7366DGDP | GT:CL HT:G IST:L | 282.6678 | 21.41 | 0 | 113 | +| 5 | Renk | RK825VT4P | GT:C2R2 HT:G IST:M | 280.8785 | 20.01 | 0.165 | 112 | +| 6 | Cornelius | C7235PCE | GT:C3L HT:B IST:L | 279.7008 | 19 | 0.335 | 112 | +| 7 | Cornelius | C7026PCE | GT:C3L HT:B IST:M | 278.2172 | 19.02 | 0 | 110 | +| 8 | Cornelius | C7216VT4P | GT:C2R2L HT:G IST:M | 277.7678 | 20.89 | 0.165 | 112 | +| 9 | NK | 1480 | GT:C2R2L HT:B IST:L | 276.7029 | 20.34 | 0.5 | 114 | +| 10 | NuTech | 70F6V | GT:C3R3L HT:B IST:M | 274.9466 | 16.68 | 0 | 110 | +| 11 | Sun Prairie Seeds | SPX4717 SSP | GT:C2R3L HT:B IST:M | 270.0491 | 18.84 | 0 | 113 | +| 12 | Sun Prairie Seeds | SP2409 VT4P | GT:C2R2 HT:G IST:M | 269.6173 | 16.64 | 0.665 | 107 | +| 13 | Viking | Blue River | 76-11 | - | 268.6873 | 17.14 | 0 | 111 | +| 14 | Cornelius | C7411DP | GT:CL HT:G IST:L | 268.3847 | 22.31 | 0.165 | 114 | +| 15 | Viking | Blue River | 78-13 | - | 267.891 | 20.66 | 0.165 | 113 | +| 16 | Prairie | 3054 | - | 265.6779 | 15.45 | 0.165 | 105 | +| 17 | Burrus | 6N54 VT2P | GT:C2 HT:G IST:M | 264.5531 | 19.4 | 0 | 113 | +| 18 | NK | 1228 | GT:C2 HT:B IST:L | 261.8818 | 20.13 | 0.165 | 112 | +| 19 | Prairie | 6755 | - | 261.8163 | 17.77 | 0 | 110 | +| 20 | Prairie | 6251 | - | 260.9335 | 17.04 | 0 | 112 | +| 21 | Cornelius | C7202SSP | GT:C2R3L HT:B IST:L | 260.8648 | 20.83 | 0.165 | 112 | +| 22 | Prairie | 6854 | - | 259.5944 | 18.13 | 0 | 110 | +| 23 | Renk | RK832SSPRO | GT:C2R3 HT:B IST:M | 258.7068 | 19.22 | 0.335 | 112 | +| 24 | Renk | RK800VT4P | GT:C2R2 HT:G IST:M | 258.0619 | 18.67 | 0.335 | 110 | +| 25 | Prairie | 5883 | - | 257.7289 | 16.76 | 0.33 | 109 | +| 26 | Cornelius | C7590DP | GT:CL HT:G IST:L | 257.065 | 21.04 | 0.165 | 115 | +| 27 | Cornelius | C7308TRE | GT:C2L HT:G IST:L | 256.7744 | 19.56 | 0.33 | 113 | +| 28 | Prairie | 8864 | - | 256.235 | 20.51 | 0 | 114 | +| 29 | Cornelius | C6847TRE | GT:C2L HT:G IST:L | 256.0932 | 16.62 | 0.5 | 108 | +| 30 | Cornelius | C6936SS | GT:C2R2L HT:B IST:L | 255.1524 | 18.04 | 0.335 | 109 | +| 31 | Cornelius | C6824PCE | GT:C3L HT:B IST:L | 253.8542 | 17.08 | 0 | 108 | +| 32 | Prairie | 4991 | - | 253.8036 | 15.5 | 0.165 | 107 | +| 33 | NuTech | 72C1PCE | GT:C3L HT:B IST:M | 253.6839 | 20.71 | 0.165 | 112 | +| 34 | Power Plus | 4V73AM | GT:C2 HT:B IST:M | 253.03 | 17.8 | 0 | 109 | +| 35 | Renk | RK958VT2P | GT:C2 HT:G IST:M | 249.1038 | 22.62 | 0 | 115 | +| 36 | NK | 1056 | GT:C2L HT:B IST:L | 246.8054 | 17.95 | 0.165 | 110 | +| 37 | Prairie | 4885 | - | 245.9808 | 16.57 | 0 | 108 | +| 38 | Renk | RK921VT2P | GT:C2 HT:G IST:M | 245.7581 | 19.07 | 0 | 115 | +| 39 | Prairie | 9703 | - | 245.4187 | 22.45 | 0 | 116 | +| 40 | Prairie | 8683 | - | 245.3874 | 20.51 | 0 | 115 | +| 41 | NK | 1307 | GT:C2R2L HT:B IST:L | 236.511 | 21.61 | 0.165 | 113 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r3.json b/corpus/illinois_vt_trials/ilvt-corn-2024-r3.json new file mode 100644 index 00000000..b51356e0 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r3.json @@ -0,0 +1,422 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2024-r3", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 3", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Luke Merritt", + "county": "Pike", + "sites": [ + "Perry", + "Urbana" + ], + "soil_type": "Clarksdale silt loam", + "tillage": "Field cultivator", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-25", + "row_width": null, + "latitude": 39.8030283062487, + "longitude": -90.8224902962702, + "results": [ + { + "rank": 1, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 266.5742, + "Moisture": 17.86, + "Lodging": 0.33, + "Maturity": 110 + } + }, + { + "rank": 2, + "brand": "Prairie", + "product": "5994", + "traits": null, + "metrics": { + "Yield": 256.3463, + "Moisture": 16.58, + "Lodging": 0.335, + "Maturity": 109 + } + }, + { + "rank": 3, + "brand": "Sun Prairie Seeds", + "product": "SP2409 VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 247.6018, + "Moisture": 16.74, + "Lodging": 0.335, + "Maturity": 107 + } + }, + { + "rank": 4, + "brand": "Power Plus", + "product": "4V73AM", + "traits": "GT:C2 HT:B IST:M", + "metrics": { + "Yield": 244.8461, + "Moisture": 16.88, + "Lodging": 0.335, + "Maturity": 109 + } + }, + { + "rank": 5, + "brand": "Prairie", + "product": "7184", + "traits": null, + "metrics": { + "Yield": 242.9807, + "Moisture": 18.81, + "Lodging": 0, + "Maturity": 112 + } + }, + { + "rank": 6, + "brand": "Prairie", + "product": "6251", + "traits": null, + "metrics": { + "Yield": 242.3028, + "Moisture": 17.52, + "Lodging": 0.185, + "Maturity": 112 + } + }, + { + "rank": 7, + "brand": "Whisnand", + "product": "WH303VT2P", + "traits": "GT:C2G IST:L", + "metrics": { + "Yield": 233.0549, + "Moisture": 20.15, + "Lodging": 0.8400000000000001, + "Maturity": 115 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "GT:C2R3 HT:B IST:M", + "metrics": { + "Yield": 232.9874, + "Moisture": 19.68, + "Lodging": 0, + "Maturity": 112 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "6N54 VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 231.2472, + "Moisture": 18.9, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 10, + "brand": "Sun Prairie Seeds", + "product": "SP2789 VT2P RIB", + "traits": "GT:C2 HT:B IST:M", + "metrics": { + "Yield": 228.7972, + "Moisture": 20.52, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 11, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 225.5301, + "Moisture": 16.32, + "Lodging": 0.335, + "Maturity": 110 + } + }, + { + "rank": 12, + "brand": "Sun Prairie Seeds", + "product": "SP2903 TRE", + "traits": "GT:C2L HT:G IST:M", + "metrics": { + "Yield": 225.3816, + "Moisture": 18.89, + "Lodging": 0, + "Maturity": 114 + } + }, + { + "rank": 13, + "brand": "NK", + "product": "1056", + "traits": "GT:C2L HT:B IST:L", + "metrics": { + "Yield": 223.9331, + "Moisture": 18.06, + "Lodging": 0.16, + "Maturity": 110 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK800VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 222.0746, + "Moisture": 18.02, + "Lodging": 0.32499999999999996, + "Maturity": 110 + } + }, + { + "rank": 15, + "brand": "Renk", + "product": "RK825VT4P", + "traits": "GT:C2R2 HT:G IST:M", + "metrics": { + "Yield": 221.0942, + "Moisture": 20.41, + "Lodging": 0, + "Maturity": 112 + } + }, + { + "rank": 16, + "brand": "NK", + "product": "1307", + "traits": "GT:C2R2L HT:B IST:L", + "metrics": { + "Yield": 220.9312, + "Moisture": 20.5, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 17, + "brand": "Whisnand", + "product": "WH402VT2P", + "traits": "GT:C2G IST:L", + "metrics": { + "Yield": 220.2514, + "Moisture": 19.67, + "Lodging": 0.185, + "Maturity": 114 + } + }, + { + "rank": 18, + "brand": "NK", + "product": "1480", + "traits": "GT:C2R2L HT:B IST:L", + "metrics": { + "Yield": 218.3955, + "Moisture": 18.81, + "Lodging": 0.115, + "Maturity": 114 + } + }, + { + "rank": 19, + "brand": "Prairie", + "product": "4885", + "traits": null, + "metrics": { + "Yield": 217.8612, + "Moisture": 15.17, + "Lodging": 0.335, + "Maturity": 108 + } + }, + { + "rank": 20, + "brand": "Prairie", + "product": "5851", + "traits": null, + "metrics": { + "Yield": 217.6434, + "Moisture": 16.32, + "Lodging": 0.67, + "Maturity": 109 + } + }, + { + "rank": 21, + "brand": "Whisnand", + "product": "WH401TRE", + "traits": "GT:C2 HT:G IST:L", + "metrics": { + "Yield": 216.8849, + "Moisture": 19.8, + "Lodging": 0.18, + "Maturity": 115 + } + }, + { + "rank": 22, + "brand": "Renk", + "product": "RK921VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 215.724, + "Moisture": 19.92, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 23, + "brand": "NK", + "product": "1228", + "traits": "GT:C2 HT:B IST:L", + "metrics": { + "Yield": 215.4654, + "Moisture": 19.77, + "Lodging": 0.295, + "Maturity": 112 + } + }, + { + "rank": 24, + "brand": "Sun Prairie Seeds", + "product": "SPX4717 SSP", + "traits": "GT:C2R3L HT:B IST:M", + "metrics": { + "Yield": 215.4316, + "Moisture": 19.23, + "Lodging": 0.69, + "Maturity": 113 + } + }, + { + "rank": 25, + "brand": "Prairie", + "product": "8683", + "traits": null, + "metrics": { + "Yield": 215.0605, + "Moisture": 19.85, + "Lodging": 0.195, + "Maturity": 115 + } + }, + { + "rank": 26, + "brand": "Prairie", + "product": "4991", + "traits": null, + "metrics": { + "Yield": 214.2137, + "Moisture": 15.26, + "Lodging": 0.165, + "Maturity": 107 + } + }, + { + "rank": 27, + "brand": "Burrus", + "product": "8M81 TRE", + "traits": "GT:C2L HT:G IST:M", + "metrics": { + "Yield": 206.7705, + "Moisture": 23.18, + "Lodging": 0, + "Maturity": 117 + } + }, + { + "rank": 28, + "brand": "Burrus", + "product": "4W42 PCE", + "traits": "GT:C3 HT:B IST:M", + "metrics": { + "Yield": 206.3251, + "Moisture": 17.02, + "Lodging": 0.165, + "Maturity": 108 + } + }, + { + "rank": 29, + "brand": "Prairie", + "product": "8864", + "traits": null, + "metrics": { + "Yield": 205.6352, + "Moisture": 18.88, + "Lodging": 0.17, + "Maturity": 114 + } + }, + { + "rank": 30, + "brand": "Renk", + "product": "RK958VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 200.3988, + "Moisture": 20.62, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 31, + "brand": "Custom Farm Seed", + "product": "113-47C", + "traits": "IST:L", + "metrics": { + "Yield": 197.2022, + "Moisture": 19.57, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 32, + "brand": "Prairie", + "product": "9703", + "traits": null, + "metrics": { + "Yield": 193.8464, + "Moisture": 20.74, + "Lodging": 0, + "Maturity": 116 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-3-CornTable-2024.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:55.741509+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r3.md b/corpus/illinois_vt_trials/ilvt-corn-2024-r3.md new file mode 100644 index 00000000..1908621b --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r3.md @@ -0,0 +1,56 @@ +# Corn yield trial — University of Illinois VT, Region 3, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2024 +- **Region:** Region 3 +- **Rotation:** corn following soybean +- **Cooperator / host:** Luke Merritt +- **County:** Pike +- **Sites:** Perry, Urbana +- **Soil type:** Clarksdale silt loam +- **Tillage:** Field cultivator +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-25 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-3-CornTable-2024.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Prairie | 6755 | - | 266.5742 | 17.86 | 0.33 | 110 | +| 2 | Prairie | 5994 | - | 256.3463 | 16.58 | 0.335 | 109 | +| 3 | Sun Prairie Seeds | SP2409 VT4P | GT:C2R2 HT:G IST:M | 247.6018 | 16.74 | 0.335 | 107 | +| 4 | Power Plus | 4V73AM | GT:C2 HT:B IST:M | 244.8461 | 16.88 | 0.335 | 109 | +| 5 | Prairie | 7184 | - | 242.9807 | 18.81 | 0 | 112 | +| 6 | Prairie | 6251 | - | 242.3028 | 17.52 | 0.185 | 112 | +| 7 | Whisnand | WH303VT2P | GT:C2G IST:L | 233.0549 | 20.15 | 0.8400000000000001 | 115 | +| 8 | Renk | RK832SSPRO | GT:C2R3 HT:B IST:M | 232.9874 | 19.68 | 0 | 112 | +| 9 | Burrus | 6N54 VT2P | GT:C2 HT:G IST:M | 231.2472 | 18.9 | 0 | 113 | +| 10 | Sun Prairie Seeds | SP2789 VT2P RIB | GT:C2 HT:B IST:M | 228.7972 | 20.52 | 0 | 113 | +| 11 | Prairie | 6854 | - | 225.5301 | 16.32 | 0.335 | 110 | +| 12 | Sun Prairie Seeds | SP2903 TRE | GT:C2L HT:G IST:M | 225.3816 | 18.89 | 0 | 114 | +| 13 | NK | 1056 | GT:C2L HT:B IST:L | 223.9331 | 18.06 | 0.16 | 110 | +| 14 | Renk | RK800VT4P | GT:C2R2 HT:G IST:M | 222.0746 | 18.02 | 0.32499999999999996 | 110 | +| 15 | Renk | RK825VT4P | GT:C2R2 HT:G IST:M | 221.0942 | 20.41 | 0 | 112 | +| 16 | NK | 1307 | GT:C2R2L HT:B IST:L | 220.9312 | 20.5 | 0 | 113 | +| 17 | Whisnand | WH402VT2P | GT:C2G IST:L | 220.2514 | 19.67 | 0.185 | 114 | +| 18 | NK | 1480 | GT:C2R2L HT:B IST:L | 218.3955 | 18.81 | 0.115 | 114 | +| 19 | Prairie | 4885 | - | 217.8612 | 15.17 | 0.335 | 108 | +| 20 | Prairie | 5851 | - | 217.6434 | 16.32 | 0.67 | 109 | +| 21 | Whisnand | WH401TRE | GT:C2 HT:G IST:L | 216.8849 | 19.8 | 0.18 | 115 | +| 22 | Renk | RK921VT2P | GT:C2 HT:G IST:M | 215.724 | 19.92 | 0 | 115 | +| 23 | NK | 1228 | GT:C2 HT:B IST:L | 215.4654 | 19.77 | 0.295 | 112 | +| 24 | Sun Prairie Seeds | SPX4717 SSP | GT:C2R3L HT:B IST:M | 215.4316 | 19.23 | 0.69 | 113 | +| 25 | Prairie | 8683 | - | 215.0605 | 19.85 | 0.195 | 115 | +| 26 | Prairie | 4991 | - | 214.2137 | 15.26 | 0.165 | 107 | +| 27 | Burrus | 8M81 TRE | GT:C2L HT:G IST:M | 206.7705 | 23.18 | 0 | 117 | +| 28 | Burrus | 4W42 PCE | GT:C3 HT:B IST:M | 206.3251 | 17.02 | 0.165 | 108 | +| 29 | Prairie | 8864 | - | 205.6352 | 18.88 | 0.17 | 114 | +| 30 | Renk | RK958VT2P | GT:C2 HT:G IST:M | 200.3988 | 20.62 | 0 | 115 | +| 31 | Custom Farm Seed | 113-47C | IST:L | 197.2022 | 19.57 | 0 | 113 | +| 32 | Prairie | 9703 | - | 193.8464 | 20.74 | 0 | 116 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r4.json b/corpus/illinois_vt_trials/ilvt-corn-2024-r4.json new file mode 100644 index 00000000..3efa897f --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r4.json @@ -0,0 +1,158 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2024-r4", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 4", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Kenny Deters", + "county": "Cumberland", + "sites": [ + "St Peter", + "Belleville" + ], + "soil_type": "Wynoose silt loam", + "tillage": "Vertical Till", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-24", + "row_width": null, + "latitude": 39.2334102382786, + "longitude": -88.3867686460911, + "results": [ + { + "rank": 1, + "brand": "Burrus", + "product": "6N54 VT2P", + "traits": "GT:C2 HT:G IST:M", + "metrics": { + "Yield": 256.4189, + "Moisture": 16.04, + "Lodging": 1.665, + "Maturity": 113 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "1386", + "traits": "GT:C2L HT:B IST:L", + "metrics": { + "Yield": 243.3945, + "Moisture": 16.17, + "Lodging": 2.5, + "Maturity": 113 + } + }, + { + "rank": 3, + "brand": "Burrus", + "product": "4W42 PCE", + "traits": "GT:C3 HT:B IST:M", + "metrics": { + "Yield": 241.5303, + "Moisture": 15.47, + "Lodging": 0.835, + "Maturity": 108 + } + }, + { + "rank": 4, + "brand": "Whisnand", + "product": "WH402VT2P", + "traits": "GT:C2G IST:L", + "metrics": { + "Yield": 240.065, + "Moisture": 16.33, + "Lodging": 2.335, + "Maturity": 114 + } + }, + { + "rank": 5, + "brand": "Whisnand", + "product": "WH401TRE", + "traits": "GT:C2 HT:G IST:L", + "metrics": { + "Yield": 233.021, + "Moisture": 16.97, + "Lodging": 1.335, + "Maturity": 115 + } + }, + { + "rank": 6, + "brand": "NK", + "product": "1480", + "traits": "GT:C2R2L HT:B IST:L", + "metrics": { + "Yield": 230.6331, + "Moisture": 16.2, + "Lodging": 0.165, + "Maturity": 114 + } + }, + { + "rank": 7, + "brand": "NK", + "product": "1228", + "traits": "GT:C2 HT:B IST:L", + "metrics": { + "Yield": 228.2044, + "Moisture": 16.25, + "Lodging": 0, + "Maturity": 112 + } + }, + { + "rank": 8, + "brand": "Burrus", + "product": "8M81 TRE", + "traits": "GT:C2L HT:G IST:M", + "metrics": { + "Yield": 221.9393, + "Moisture": 17.92, + "Lodging": 1.335, + "Maturity": 117 + } + }, + { + "rank": 9, + "brand": "NK", + "product": "1056", + "traits": "GT:C2L HT:B IST:L", + "metrics": { + "Yield": 208.1749, + "Moisture": 16.38, + "Lodging": 0.335, + "Maturity": 110 + } + }, + { + "rank": 10, + "brand": "Whisnand", + "product": "WH303VT2P", + "traits": "GT:C2G IST:L", + "metrics": { + "Yield": 201.6489, + "Moisture": 15.76, + "Lodging": 3.5, + "Maturity": 115 + } + } + ], + "n_results": 10, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-4-Corn-Table-2024.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:57.766336+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-r4.md b/corpus/illinois_vt_trials/ilvt-corn-2024-r4.md new file mode 100644 index 00000000..f52eff6f --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-r4.md @@ -0,0 +1,34 @@ +# Corn yield trial — University of Illinois VT, Region 4, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2024 +- **Region:** Region 4 +- **Rotation:** corn following soybean +- **Cooperator / host:** Kenny Deters +- **County:** Cumberland +- **Sites:** St Peter, Belleville +- **Soil type:** Wynoose silt loam +- **Tillage:** Vertical Till +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-24 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Region-4-Corn-Table-2024.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Burrus | 6N54 VT2P | GT:C2 HT:G IST:M | 256.4189 | 16.04 | 1.665 | 113 | +| 2 | NK | 1386 | GT:C2L HT:B IST:L | 243.3945 | 16.17 | 2.5 | 113 | +| 3 | Burrus | 4W42 PCE | GT:C3 HT:B IST:M | 241.5303 | 15.47 | 0.835 | 108 | +| 4 | Whisnand | WH402VT2P | GT:C2G IST:L | 240.065 | 16.33 | 2.335 | 114 | +| 5 | Whisnand | WH401TRE | GT:C2 HT:G IST:L | 233.021 | 16.97 | 1.335 | 115 | +| 6 | NK | 1480 | GT:C2R2L HT:B IST:L | 230.6331 | 16.2 | 0.165 | 114 | +| 7 | NK | 1228 | GT:C2 HT:B IST:L | 228.2044 | 16.25 | 0 | 112 | +| 8 | Burrus | 8M81 TRE | GT:C2L HT:G IST:M | 221.9393 | 17.92 | 1.335 | 117 | +| 9 | NK | 1056 | GT:C2L HT:B IST:L | 208.1749 | 16.38 | 0.335 | 110 | +| 10 | Whisnand | WH303VT2P | GT:C2G IST:L | 201.6489 | 15.76 | 3.5 | 115 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.json b/corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.json new file mode 100644 index 00000000..eb0cf7dd --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.json @@ -0,0 +1,109 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2024-urbana-cfc", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Urbana CFC", + "rotation": "corn following corn", + "previous_crop": "corn", + "cooperator": "Darin Joos", + "county": "Chamapign", + "sites": [ + "Urbana" + ], + "soil_type": "Drummer silty clay loam", + "tillage": "None", + "planted_date": "2024-05-20", + "harvested_date": "2024-10-18", + "row_width": null, + "latitude": null, + "longitude": 40.0600736814544, + "results": [ + { + "rank": 1, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 190.876, + "Moisture": 16.64, + "Lodging": 0.33, + "Maturity": 110 + } + }, + { + "rank": 2, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 179.6544, + "Moisture": 14.33, + "Lodging": 1, + "Maturity": 110 + } + }, + { + "rank": 3, + "brand": "Prairie", + "product": "7184", + "traits": null, + "metrics": { + "Yield": 176.0747, + "Moisture": 16.85, + "Lodging": 1, + "Maturity": 112 + } + }, + { + "rank": 4, + "brand": "Prairie", + "product": "8864", + "traits": null, + "metrics": { + "Yield": 170.8097, + "Moisture": 18.23, + "Lodging": 1, + "Maturity": 114 + } + }, + { + "rank": 5, + "brand": "Prairie", + "product": "8683", + "traits": null, + "metrics": { + "Yield": 164.3276, + "Moisture": 20.2, + "Lodging": 0.67, + "Maturity": 115 + } + }, + { + "rank": 6, + "brand": "Prairie", + "product": "9703", + "traits": null, + "metrics": { + "Yield": 158.9303, + "Moisture": 18.57, + "Lodging": 1, + "Maturity": 116 + } + } + ], + "n_results": 6, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Urbana-CFC-Table-2024.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:56.763806+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.md b/corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.md new file mode 100644 index 00000000..d4f79ab1 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2024-urbana-cfc.md @@ -0,0 +1,31 @@ +# Corn yield trial — University of Illinois VT, Urbana CFC, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2024 +- **Region:** Urbana CFC +- **Rotation:** corn following corn +- **Previous crop:** corn +- **Cooperator / host:** Darin Joos +- **County:** Chamapign +- **Sites:** Urbana +- **Soil type:** Drummer silty clay loam +- **Tillage:** None +- **Planted:** 2024-05-20 +- **Harvested:** 2024-10-18 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/Urbana-CFC-Table-2024.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Prairie | 6755 | - | 190.876 | 16.64 | 0.33 | 110 | +| 2 | Prairie | 6854 | - | 179.6544 | 14.33 | 1 | 110 | +| 3 | Prairie | 7184 | - | 176.0747 | 16.85 | 1 | 112 | +| 4 | Prairie | 8864 | - | 170.8097 | 18.23 | 1 | 114 | +| 5 | Prairie | 8683 | - | 164.3276 | 20.2 | 0.67 | 115 | +| 6 | Prairie | 9703 | - | 158.9303 | 18.57 | 1 | 116 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r1.json b/corpus/illinois_vt_trials/ilvt-corn-2025-r1.json new file mode 100644 index 00000000..ff298e3a --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r1.json @@ -0,0 +1,302 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2025-r1", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 1", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Highland C.C.", + "county": "Stephenson", + "sites": [ + "Freeport", + "DeKalb" + ], + "soil_type": "Fayette silt loam", + "tillage": "Field cultivator", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-21", + "row_width": null, + "latitude": 42.288433716158, + "longitude": -89.6815580028255, + "results": [ + { + "rank": 1, + "brand": "Cornelius", + "product": "C7164", + "traits": "IST:L", + "metrics": { + "Yield": 272.78, + "Moisture": 16.72, + "Lodging": 1.67, + "Maturity": 111 + } + }, + { + "rank": 2, + "brand": "Prairie", + "product": "6436", + "traits": null, + "metrics": { + "Yield": 272.35, + "Moisture": 16.82, + "Lodging": 1.17, + "Maturity": 111 + } + }, + { + "rank": 3, + "brand": "Prairie", + "product": "4556", + "traits": null, + "metrics": { + "Yield": 270.9, + "Moisture": 15.7, + "Lodging": 1.17, + "Maturity": 104 + } + }, + { + "rank": 4, + "brand": "Prairie", + "product": "6251", + "traits": null, + "metrics": { + "Yield": 270.81, + "Moisture": 15.62, + "Lodging": 0.5, + "Maturity": 111 + } + }, + { + "rank": 5, + "brand": "Cornelius", + "product": "C6618", + "traits": "IST:L", + "metrics": { + "Yield": 270.43, + "Moisture": 15.83, + "Lodging": 0.67, + "Maturity": 106 + } + }, + { + "rank": 6, + "brand": "Prairie", + "product": "7241", + "traits": null, + "metrics": { + "Yield": 267.18, + "Moisture": 16.93, + "Lodging": 0.33, + "Maturity": 112 + } + }, + { + "rank": 7, + "brand": "Prairie", + "product": "3054", + "traits": null, + "metrics": { + "Yield": 266.64, + "Moisture": 14.85, + "Lodging": 2.67, + "Maturity": 103 + } + }, + { + "rank": 8, + "brand": "Cornelius", + "product": "C7399", + "traits": "IST:L", + "metrics": { + "Yield": 262.83, + "Moisture": 17.25, + "Lodging": 1.83, + "Maturity": 113 + } + }, + { + "rank": 9, + "brand": "Prairie", + "product": "7445", + "traits": null, + "metrics": { + "Yield": 262.75, + "Moisture": 17.62, + "Lodging": 1.5, + "Maturity": 113 + } + }, + { + "rank": 10, + "brand": "Viking | Blue River", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 262.73, + "Moisture": 16.12, + "Lodging": 1.5, + "Maturity": 107 + } + }, + { + "rank": 11, + "brand": "Cornelius", + "product": "C6900", + "traits": "IST:L", + "metrics": { + "Yield": 262.33, + "Moisture": 16.57, + "Lodging": 1, + "Maturity": 109 + } + }, + { + "rank": 12, + "brand": "Cornelius", + "product": "C6523", + "traits": "IST:L", + "metrics": { + "Yield": 262.31, + "Moisture": 14.72, + "Lodging": 3, + "Maturity": 105 + } + }, + { + "rank": 13, + "brand": "Cornelius", + "product": "C7026", + "traits": "IST:L", + "metrics": { + "Yield": 261.85, + "Moisture": 16.45, + "Lodging": 1.67, + "Maturity": 110 + } + }, + { + "rank": 14, + "brand": "Prairie", + "product": "2235", + "traits": null, + "metrics": { + "Yield": 259.68, + "Moisture": 15, + "Lodging": 2.17, + "Maturity": 105 + } + }, + { + "rank": 15, + "brand": "Prairie", + "product": "7265", + "traits": null, + "metrics": { + "Yield": 256.96, + "Moisture": 16.33, + "Lodging": 2.33, + "Maturity": 112 + } + }, + { + "rank": 16, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 256.2, + "Moisture": 14.77, + "Lodging": 0.17, + "Maturity": 110 + } + }, + { + "rank": 17, + "brand": "Viking | Blue River", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 253.92, + "Moisture": 14.95, + "Lodging": 0.83, + "Maturity": 111 + } + }, + { + "rank": 18, + "brand": "Cornelius", + "product": "C7235", + "traits": "IST:L", + "metrics": { + "Yield": 252.81, + "Moisture": 19.2, + "Lodging": 1.17, + "Maturity": 112 + } + }, + { + "rank": 19, + "brand": "Prairie", + "product": "2311", + "traits": null, + "metrics": { + "Yield": 246.88, + "Moisture": 15.08, + "Lodging": 1.83, + "Maturity": 106 + } + }, + { + "rank": 20, + "brand": "Prairie", + "product": "8786", + "traits": null, + "metrics": { + "Yield": 246.44, + "Moisture": 15.18, + "Lodging": 0.33, + "Maturity": 115 + } + }, + { + "rank": 21, + "brand": "Viking | Blue River", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 239.94, + "Moisture": 14.43, + "Lodging": 2.33, + "Maturity": 105 + } + }, + { + "rank": 22, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 237.31, + "Moisture": 16.23, + "Lodging": 0.83, + "Maturity": 110 + } + } + ], + "n_results": 22, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-1-Corn-Table-2025.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:48.732479+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r1.md b/corpus/illinois_vt_trials/ilvt-corn-2025-r1.md new file mode 100644 index 00000000..30f55f32 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r1.md @@ -0,0 +1,46 @@ +# Corn yield trial — University of Illinois VT, Region 1, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2025 +- **Region:** Region 1 +- **Rotation:** corn following soybean +- **Cooperator / host:** Highland C.C. +- **County:** Stephenson +- **Sites:** Freeport, DeKalb +- **Soil type:** Fayette silt loam +- **Tillage:** Field cultivator +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-21 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-1-Corn-Table-2025.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Cornelius | C7164 | IST:L | 272.78 | 16.72 | 1.67 | 111 | +| 2 | Prairie | 6436 | - | 272.35 | 16.82 | 1.17 | 111 | +| 3 | Prairie | 4556 | - | 270.9 | 15.7 | 1.17 | 104 | +| 4 | Prairie | 6251 | - | 270.81 | 15.62 | 0.5 | 111 | +| 5 | Cornelius | C6618 | IST:L | 270.43 | 15.83 | 0.67 | 106 | +| 6 | Prairie | 7241 | - | 267.18 | 16.93 | 0.33 | 112 | +| 7 | Prairie | 3054 | - | 266.64 | 14.85 | 2.67 | 103 | +| 8 | Cornelius | C7399 | IST:L | 262.83 | 17.25 | 1.83 | 113 | +| 9 | Prairie | 7445 | - | 262.75 | 17.62 | 1.5 | 113 | +| 10 | Viking | Blue River | 75-07 | - | 262.73 | 16.12 | 1.5 | 107 | +| 11 | Cornelius | C6900 | IST:L | 262.33 | 16.57 | 1 | 109 | +| 12 | Cornelius | C6523 | IST:L | 262.31 | 14.72 | 3 | 105 | +| 13 | Cornelius | C7026 | IST:L | 261.85 | 16.45 | 1.67 | 110 | +| 14 | Prairie | 2235 | - | 259.68 | 15 | 2.17 | 105 | +| 15 | Prairie | 7265 | - | 256.96 | 16.33 | 2.33 | 112 | +| 16 | Prairie | 6854 | - | 256.2 | 14.77 | 0.17 | 110 | +| 17 | Viking | Blue River | 76-11 | - | 253.92 | 14.95 | 0.83 | 111 | +| 18 | Cornelius | C7235 | IST:L | 252.81 | 19.2 | 1.17 | 112 | +| 19 | Prairie | 2311 | - | 246.88 | 15.08 | 1.83 | 106 | +| 20 | Prairie | 8786 | - | 246.44 | 15.18 | 0.33 | 115 | +| 21 | Viking | Blue River | 49-05 | - | 239.94 | 14.43 | 2.33 | 105 | +| 22 | Prairie | 6755 | - | 237.31 | 16.23 | 0.83 | 110 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r2.json b/corpus/illinois_vt_trials/ilvt-corn-2025-r2.json new file mode 100644 index 00000000..3c3893d9 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r2.json @@ -0,0 +1,314 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2025-r2", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 2", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Greg Steckel", + "county": "Warren", + "sites": [ + "Monmouth", + "Goodfield" + ], + "soil_type": "Sabble silty clay loam", + "tillage": "Field cultivate", + "planted_date": "2024-04-25", + "harvested_date": "2024-09-25", + "row_width": null, + "latitude": 40.9261971609015, + "longitude": -90.7248298508237, + "results": [ + { + "rank": 1, + "brand": "Prairie", + "product": "7241", + "traits": null, + "metrics": { + "Yield": 275.04, + "Moisture": 20.93, + "Lodging": 0.17, + "Maturity": 112 + } + }, + { + "rank": 2, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 274.18, + "Moisture": 18.7, + "Lodging": 0.33, + "Maturity": 110 + } + }, + { + "rank": 3, + "brand": "Burrus", + "product": "7B14 PCE", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 273.52, + "Moisture": 20.53, + "Lodging": 0.33, + "Maturity": 114 + } + }, + { + "rank": 4, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 272.43, + "Moisture": 18.67, + "Lodging": 0.83, + "Maturity": 110 + } + }, + { + "rank": 5, + "brand": "Prairie", + "product": "4556", + "traits": null, + "metrics": { + "Yield": 270.21, + "Moisture": 18.9, + "Lodging": 0, + "Maturity": 104 + } + }, + { + "rank": 6, + "brand": "Viking | Blue River", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 268.86, + "Moisture": 21, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 7, + "brand": "Prairie", + "product": "7445", + "traits": null, + "metrics": { + "Yield": 267.16, + "Moisture": 20.98, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 8, + "brand": "Prairie", + "product": "6436", + "traits": null, + "metrics": { + "Yield": 265.21, + "Moisture": 19.92, + "Lodging": 0.17, + "Maturity": 111 + } + }, + { + "rank": 9, + "brand": "Prairie", + "product": "3054", + "traits": null, + "metrics": { + "Yield": 263.71, + "Moisture": 17.53, + "Lodging": 0, + "Maturity": 103 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "Power Plus 6G88 VE", + "traits": "GT:CR HT:B IST:M", + "metrics": { + "Yield": 263.37, + "Moisture": 19.98, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 11, + "brand": "Viking | Blue River", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 262.48, + "Moisture": 19.57, + "Lodging": 0.33, + "Maturity": 111 + } + }, + { + "rank": 12, + "brand": "Sun Prairie Seeds", + "product": "SP2821 TRE", + "traits": "GT:CL HT:G IST:M", + "metrics": { + "Yield": 262.37, + "Moisture": 20.25, + "Lodging": 0.83, + "Maturity": 114 + } + }, + { + "rank": 13, + "brand": "Burrus", + "product": "Power Plus 4V73AM", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 262.28, + "Moisture": 19.08, + "Lodging": 0.33, + "Maturity": 109 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "Power Plus 7R68 VE", + "traits": "GT:CR HT:B IST:M", + "metrics": { + "Yield": 260.61, + "Moisture": 21.33, + "Lodging": 0.17, + "Maturity": 115 + } + }, + { + "rank": 15, + "brand": "Sun Prairie Seeds", + "product": "SPX2542 SSP", + "traits": "GT:CR HT:B IST:B", + "metrics": { + "Yield": 259.74, + "Moisture": 19.42, + "Lodging": 0.67, + "Maturity": 109 + } + }, + { + "rank": 16, + "brand": "Prairie", + "product": "5883", + "traits": null, + "metrics": { + "Yield": 258.08, + "Moisture": 20.05, + "Lodging": 0.67, + "Maturity": 109 + } + }, + { + "rank": 17, + "brand": "Viking | Blue River", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 255.4, + "Moisture": 17.67, + "Lodging": 0.33, + "Maturity": 107 + } + }, + { + "rank": 18, + "brand": "Burrus", + "product": "5C11 PCE", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 255.05, + "Moisture": 19.82, + "Lodging": 0.5, + "Maturity": 110 + } + }, + { + "rank": 19, + "brand": "Prairie", + "product": "4991", + "traits": null, + "metrics": { + "Yield": 254.71, + "Moisture": 19.18, + "Lodging": 0.33, + "Maturity": 106 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "8K34 VT2P", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 248.27, + "Moisture": 22.57, + "Lodging": 1, + "Maturity": 116 + } + }, + { + "rank": 21, + "brand": "Sun Prairie Seeds", + "product": "SP2820 TRE", + "traits": "GT:CL HT:G IST:M", + "metrics": { + "Yield": 246.85, + "Moisture": 20.02, + "Lodging": 2, + "Maturity": 112 + } + }, + { + "rank": 22, + "brand": "Prairie", + "product": "8786", + "traits": null, + "metrics": { + "Yield": 246.44, + "Moisture": 20.08, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 23, + "brand": "Prairie", + "product": "8864/8861", + "traits": null, + "metrics": { + "Yield": 244.11, + "Moisture": 19.85, + "Lodging": 0.33, + "Maturity": 114 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-2-Corn-Table-2025.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:49.741294+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r2.md b/corpus/illinois_vt_trials/ilvt-corn-2025-r2.md new file mode 100644 index 00000000..40da4b36 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r2.md @@ -0,0 +1,47 @@ +# Corn yield trial — University of Illinois VT, Region 2, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2025 +- **Region:** Region 2 +- **Rotation:** corn following soybean +- **Cooperator / host:** Greg Steckel +- **County:** Warren +- **Sites:** Monmouth, Goodfield +- **Soil type:** Sabble silty clay loam +- **Tillage:** Field cultivate +- **Planted:** 2024-04-25 +- **Harvested:** 2024-09-25 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-2-Corn-Table-2025.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Prairie | 7241 | - | 275.04 | 20.93 | 0.17 | 112 | +| 2 | Prairie | 6755 | - | 274.18 | 18.7 | 0.33 | 110 | +| 3 | Burrus | 7B14 PCE | GT:C HT:B IST:M | 273.52 | 20.53 | 0.33 | 114 | +| 4 | Prairie | 6854 | - | 272.43 | 18.67 | 0.83 | 110 | +| 5 | Prairie | 4556 | - | 270.21 | 18.9 | 0 | 104 | +| 6 | Viking | Blue River | 78-13 | - | 268.86 | 21 | 0 | 113 | +| 7 | Prairie | 7445 | - | 267.16 | 20.98 | 0 | 113 | +| 8 | Prairie | 6436 | - | 265.21 | 19.92 | 0.17 | 111 | +| 9 | Prairie | 3054 | - | 263.71 | 17.53 | 0 | 103 | +| 10 | Burrus | Power Plus 6G88 VE | GT:CR HT:B IST:M | 263.37 | 19.98 | 0 | 113 | +| 11 | Viking | Blue River | 76-11 | - | 262.48 | 19.57 | 0.33 | 111 | +| 12 | Sun Prairie Seeds | SP2821 TRE | GT:CL HT:G IST:M | 262.37 | 20.25 | 0.83 | 114 | +| 13 | Burrus | Power Plus 4V73AM | GT:C HT:B IST:M | 262.28 | 19.08 | 0.33 | 109 | +| 14 | Burrus | Power Plus 7R68 VE | GT:CR HT:B IST:M | 260.61 | 21.33 | 0.17 | 115 | +| 15 | Sun Prairie Seeds | SPX2542 SSP | GT:CR HT:B IST:B | 259.74 | 19.42 | 0.67 | 109 | +| 16 | Prairie | 5883 | - | 258.08 | 20.05 | 0.67 | 109 | +| 17 | Viking | Blue River | 75-07 | - | 255.4 | 17.67 | 0.33 | 107 | +| 18 | Burrus | 5C11 PCE | GT:C HT:B IST:M | 255.05 | 19.82 | 0.5 | 110 | +| 19 | Prairie | 4991 | - | 254.71 | 19.18 | 0.33 | 106 | +| 20 | Burrus | 8K34 VT2P | GT:C HT:B IST:M | 248.27 | 22.57 | 1 | 116 | +| 21 | Sun Prairie Seeds | SP2820 TRE | GT:CL HT:G IST:M | 246.85 | 20.02 | 2 | 112 | +| 22 | Prairie | 8786 | - | 246.44 | 20.08 | 0 | 115 | +| 23 | Prairie | 8864/8861 | - | 244.11 | 19.85 | 0.33 | 114 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r3.json b/corpus/illinois_vt_trials/ilvt-corn-2025-r3.json new file mode 100644 index 00000000..007f244c --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r3.json @@ -0,0 +1,326 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2025-r3", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 3", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Luke Merritt", + "county": "Pike", + "sites": [ + "Perry", + "Urbana" + ], + "soil_type": "Clarksdale silt loam", + "tillage": "Field cultivator", + "planted_date": "2025-04-24", + "harvested_date": "2025-09-23", + "row_width": null, + "latitude": 39.8030283062487, + "longitude": -90.8224902962702, + "results": [ + { + "rank": 1, + "brand": "Sun Prairie Seeds", + "product": "SP2820 TRE", + "traits": "GT:CL HT:G IST:M", + "metrics": { + "Yield": 255.53, + "Moisture": 16.78, + "Lodging": 1, + "Maturity": 112 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "5C11 PCE", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 252.61, + "Moisture": 16, + "Lodging": 0.83, + "Maturity": 110 + } + }, + { + "rank": 3, + "brand": "Prairie", + "product": "7241", + "traits": null, + "metrics": { + "Yield": 250.9, + "Moisture": 16, + "Lodging": 0.83, + "Maturity": 112 + } + }, + { + "rank": 4, + "brand": "Burrus", + "product": "8K34 VT2P", + "traits": "GT:C HT:G IST:M", + "metrics": { + "Yield": 248.23, + "Moisture": 19.28, + "Lodging": 0.17, + "Maturity": 116 + } + }, + { + "rank": 5, + "brand": "Prairie", + "product": "8864/8861", + "traits": null, + "metrics": { + "Yield": 245.35, + "Moisture": 15.85, + "Lodging": 0.83, + "Maturity": 114 + } + }, + { + "rank": 6, + "brand": "Whisnand", + "product": "WH403TRE", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 244.74, + "Moisture": 17.32, + "Lodging": 0.67, + "Maturity": 115 + } + }, + { + "rank": 7, + "brand": "Whisnand", + "product": "WH402VT2P", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 241.91, + "Moisture": 18.02, + "Lodging": 1, + "Maturity": 114 + } + }, + { + "rank": 8, + "brand": "Burrus", + "product": "Power Plus 6G88 VE", + "traits": "GT:CR HT:B IST:M", + "metrics": { + "Yield": 239.88, + "Moisture": 15.77, + "Lodging": 0.83, + "Maturity": 113 + } + }, + { + "rank": 9, + "brand": "Sun Prairie Seeds", + "product": "SP2821 TRE", + "traits": "GT:CL HT:G IST:M", + "metrics": { + "Yield": 239.77, + "Moisture": 17.13, + "Lodging": 0.83, + "Maturity": 114 + } + }, + { + "rank": 10, + "brand": "Prairie", + "product": "7445", + "traits": null, + "metrics": { + "Yield": 239.67, + "Moisture": 16.35, + "Lodging": 0.67, + "Maturity": 113 + } + }, + { + "rank": 11, + "brand": "Burrus", + "product": "Power Plus 7R68 VE", + "traits": "GT:CR HT:B IST:M", + "metrics": { + "Yield": 237.3, + "Moisture": 15.37, + "Lodging": 0.67, + "Maturity": 115 + } + }, + { + "rank": 12, + "brand": "Sun Prairie Seeds", + "product": "SPX2542 SSP", + "traits": "GT:CR HT:B IST:M", + "metrics": { + "Yield": 234.61, + "Moisture": 15.68, + "Lodging": 0.33, + "Maturity": 109 + } + }, + { + "rank": 13, + "brand": "Whisnand", + "product": "WH303VT2P", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 232.64, + "Moisture": 17.27, + "Lodging": 2.33, + "Maturity": 115 + } + }, + { + "rank": 14, + "brand": "Prairie", + "product": "6755", + "traits": null, + "metrics": { + "Yield": 232.42, + "Moisture": 15, + "Lodging": 0.17, + "Maturity": 110 + } + }, + { + "rank": 15, + "brand": "Prairie", + "product": "8786", + "traits": null, + "metrics": { + "Yield": 232.38, + "Moisture": 17.27, + "Lodging": 0.33, + "Maturity": 115 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "7B14 PCE", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 229.92, + "Moisture": 14.8, + "Lodging": 1.33, + "Maturity": 114 + } + }, + { + "rank": 17, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 229.81, + "Moisture": 13.77, + "Lodging": 0.33, + "Maturity": 110 + } + }, + { + "rank": 18, + "brand": "Prairie", + "product": "6436", + "traits": null, + "metrics": { + "Yield": 229.46, + "Moisture": 15.23, + "Lodging": 0.33, + "Maturity": 111 + } + }, + { + "rank": 19, + "brand": "Prairie", + "product": "4991", + "traits": null, + "metrics": { + "Yield": 227.77, + "Moisture": 14.17, + "Lodging": 0.5, + "Maturity": 106 + } + }, + { + "rank": 20, + "brand": "Whisnand", + "product": "WH304SS", + "traits": "GT:CRL HT:B IST:L", + "metrics": { + "Yield": 226.74, + "Moisture": 15.58, + "Lodging": 0.83, + "Maturity": 112 + } + }, + { + "rank": 21, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 223.64, + "Moisture": 13.72, + "Lodging": 0.17, + "Maturity": 110 + } + }, + { + "rank": 22, + "brand": "Burrus", + "product": "Power Plus 4V73AM", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 222.33, + "Moisture": 14.05, + "Lodging": 0.17, + "Maturity": 109 + } + }, + { + "rank": 23, + "brand": "Prairie", + "product": "4556", + "traits": null, + "metrics": { + "Yield": 221.65, + "Moisture": 13.4, + "Lodging": 0.33, + "Maturity": 104 + } + }, + { + "rank": 24, + "brand": "Prairie", + "product": "5994", + "traits": null, + "metrics": { + "Yield": 216.25, + "Moisture": 14.73, + "Lodging": 0.17, + "Maturity": 108 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-3-CornTable-2025.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:50.743737+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r3.md b/corpus/illinois_vt_trials/ilvt-corn-2025-r3.md new file mode 100644 index 00000000..a3266f7d --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r3.md @@ -0,0 +1,48 @@ +# Corn yield trial — University of Illinois VT, Region 3, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2025 +- **Region:** Region 3 +- **Rotation:** corn following soybean +- **Cooperator / host:** Luke Merritt +- **County:** Pike +- **Sites:** Perry, Urbana +- **Soil type:** Clarksdale silt loam +- **Tillage:** Field cultivator +- **Planted:** 2025-04-24 +- **Harvested:** 2025-09-23 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-3-CornTable-2025.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Sun Prairie Seeds | SP2820 TRE | GT:CL HT:G IST:M | 255.53 | 16.78 | 1 | 112 | +| 2 | Burrus | 5C11 PCE | GT:C HT:B IST:M | 252.61 | 16 | 0.83 | 110 | +| 3 | Prairie | 7241 | - | 250.9 | 16 | 0.83 | 112 | +| 4 | Burrus | 8K34 VT2P | GT:C HT:G IST:M | 248.23 | 19.28 | 0.17 | 116 | +| 5 | Prairie | 8864/8861 | - | 245.35 | 15.85 | 0.83 | 114 | +| 6 | Whisnand | WH403TRE | GT:C2L HT:G IST:L | 244.74 | 17.32 | 0.67 | 115 | +| 7 | Whisnand | WH402VT2P | GT:C2L HT:G IST:L | 241.91 | 18.02 | 1 | 114 | +| 8 | Burrus | Power Plus 6G88 VE | GT:CR HT:B IST:M | 239.88 | 15.77 | 0.83 | 113 | +| 9 | Sun Prairie Seeds | SP2821 TRE | GT:CL HT:G IST:M | 239.77 | 17.13 | 0.83 | 114 | +| 10 | Prairie | 7445 | - | 239.67 | 16.35 | 0.67 | 113 | +| 11 | Burrus | Power Plus 7R68 VE | GT:CR HT:B IST:M | 237.3 | 15.37 | 0.67 | 115 | +| 12 | Sun Prairie Seeds | SPX2542 SSP | GT:CR HT:B IST:M | 234.61 | 15.68 | 0.33 | 109 | +| 13 | Whisnand | WH303VT2P | GT:C2L HT:G IST:L | 232.64 | 17.27 | 2.33 | 115 | +| 14 | Prairie | 6755 | - | 232.42 | 15 | 0.17 | 110 | +| 15 | Prairie | 8786 | - | 232.38 | 17.27 | 0.33 | 115 | +| 16 | Burrus | 7B14 PCE | GT:C HT:B IST:M | 229.92 | 14.8 | 1.33 | 114 | +| 17 | Prairie | 6854 | - | 229.81 | 13.77 | 0.33 | 110 | +| 18 | Prairie | 6436 | - | 229.46 | 15.23 | 0.33 | 111 | +| 19 | Prairie | 4991 | - | 227.77 | 14.17 | 0.5 | 106 | +| 20 | Whisnand | WH304SS | GT:CRL HT:B IST:L | 226.74 | 15.58 | 0.83 | 112 | +| 21 | Prairie | 6854 | - | 223.64 | 13.72 | 0.17 | 110 | +| 22 | Burrus | Power Plus 4V73AM | GT:C HT:B IST:M | 222.33 | 14.05 | 0.17 | 109 | +| 23 | Prairie | 4556 | - | 221.65 | 13.4 | 0.33 | 104 | +| 24 | Prairie | 5994 | - | 216.25 | 14.73 | 0.17 | 108 | diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r4.json b/corpus/illinois_vt_trials/ilvt-corn-2025-r4.json new file mode 100644 index 00000000..df793f8b --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r4.json @@ -0,0 +1,170 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-corn-2025-r4", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "corn", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 4", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Emmerick Farms", + "county": "Fayette", + "sites": [ + "St Peter", + "Belleville" + ], + "soil_type": "Wynoose silt loam", + "tillage": "Vertical Till", + "planted_date": "2025-06-02", + "harvested_date": "2024-10-24", + "row_width": null, + "latitude": 38.850667, + "longitude": -89.192119, + "results": [ + { + "rank": 1, + "brand": "Prairie", + "product": "8786", + "traits": null, + "metrics": { + "Yield": 196.65, + "Moisture": 13.27, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "5C11 PCE", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 184.2, + "Moisture": 12.87, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 3, + "brand": "Burrus", + "product": "8K34 VT2P", + "traits": "GT:C HT:G IST:M", + "metrics": { + "Yield": 177.59, + "Moisture": 14.15, + "Lodging": 0, + "Maturity": 116 + } + }, + { + "rank": 4, + "brand": "Whisnand", + "product": "WH403TRE", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 166.28, + "Moisture": 12.47, + "Lodging": 0, + "Maturity": 115 + } + }, + { + "rank": 5, + "brand": "Prairie", + "product": "6854", + "traits": null, + "metrics": { + "Yield": 157.49, + "Moisture": 12.25, + "Lodging": 0, + "Maturity": 110 + } + }, + { + "rank": 6, + "brand": "Whisnand", + "product": "WH304SS", + "traits": "GT:CRL HT:B IST:L", + "metrics": { + "Yield": 157.45, + "Moisture": 12.78, + "Lodging": 0.33, + "Maturity": 112 + } + }, + { + "rank": 7, + "brand": "Whisnand", + "product": "WH303VT2P", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 157.26, + "Moisture": 12.97, + "Lodging": 0.17, + "Maturity": 115 + } + }, + { + "rank": 8, + "brand": "Whisnand", + "product": "WH402VT2P", + "traits": "GT:C2L HT:G IST:L", + "metrics": { + "Yield": 155.69, + "Moisture": 12.85, + "Lodging": 0, + "Maturity": 114 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "7B14 PCE", + "traits": "GT:C HT:B IST:M", + "metrics": { + "Yield": 152.92, + "Moisture": 13.02, + "Lodging": 0.33, + "Maturity": 114 + } + }, + { + "rank": 10, + "brand": "Prairie", + "product": "7445", + "traits": null, + "metrics": { + "Yield": 145.71, + "Moisture": 12.12, + "Lodging": 0, + "Maturity": 113 + } + }, + { + "rank": 11, + "brand": "Prairie", + "product": "6436", + "traits": null, + "metrics": { + "Yield": 137.95, + "Moisture": 12.45, + "Lodging": 0, + "Maturity": 111 + } + } + ], + "n_results": 11, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-4-Corn-Table-2025.xlsx", + "https://vt.cropsci.illinois.edu/corn/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:51.728652+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-corn-2025-r4.md b/corpus/illinois_vt_trials/ilvt-corn-2025-r4.md new file mode 100644 index 00000000..52420a82 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-corn-2025-r4.md @@ -0,0 +1,35 @@ +# Corn yield trial — University of Illinois VT, Region 4, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Corn +- **State:** IL +- **Year:** 2025 +- **Region:** Region 4 +- **Rotation:** corn following soybean +- **Cooperator / host:** Emmerick Farms +- **County:** Fayette +- **Sites:** St Peter, Belleville +- **Soil type:** Wynoose silt loam +- **Tillage:** Vertical Till +- **Planted:** 2025-06-02 +- **Harvested:** 2024-10-24 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/Region-4-Corn-Table-2025.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/corn/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Moisture | Lodging | Maturity | +|---|---|---|---|---|---|---|---| +| 1 | Prairie | 8786 | - | 196.65 | 13.27 | 0 | 115 | +| 2 | Burrus | 5C11 PCE | GT:C HT:B IST:M | 184.2 | 12.87 | 0 | 110 | +| 3 | Burrus | 8K34 VT2P | GT:C HT:G IST:M | 177.59 | 14.15 | 0 | 116 | +| 4 | Whisnand | WH403TRE | GT:C2L HT:G IST:L | 166.28 | 12.47 | 0 | 115 | +| 5 | Prairie | 6854 | - | 157.49 | 12.25 | 0 | 110 | +| 6 | Whisnand | WH304SS | GT:CRL HT:B IST:L | 157.45 | 12.78 | 0.33 | 112 | +| 7 | Whisnand | WH303VT2P | GT:C2L HT:G IST:L | 157.26 | 12.97 | 0.17 | 115 | +| 8 | Whisnand | WH402VT2P | GT:C2L HT:G IST:L | 155.69 | 12.85 | 0 | 114 | +| 9 | Burrus | 7B14 PCE | GT:C HT:B IST:M | 152.92 | 13.02 | 0.33 | 114 | +| 10 | Prairie | 7445 | - | 145.71 | 12.12 | 0 | 113 | +| 11 | Prairie | 6436 | - | 137.95 | 12.45 | 0 | 111 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.json b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.json new file mode 100644 index 00000000..c4f3fcbb --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.json @@ -0,0 +1,714 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2024-r1", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 1", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Highland Community Collage", + "county": "Stephenson", + "sites": [ + "Freeport", + "DeKalb" + ], + "soil_type": "Fayette silt loam", + "tillage": "Field cultivator", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-09", + "row_width": null, + "latitude": 42.288433716158, + "longitude": -89.6815580028255, + "results": [ + { + "rank": 1, + "brand": "DONMARIO", + "product": "DM22E64", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 74.91, + "Lodging": 2.541, + "Height": 35.096, + "Protein": 33.1668, + "Oil": 21.1663 + } + }, + { + "rank": 2, + "brand": "Cornelius", + "product": "CB24XF75", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 74.038, + "Lodging": 0.707, + "Height": 33.508, + "Protein": 34.4737, + "Oil": 20.0949 + } + }, + { + "rank": 3, + "brand": "DeRaedt", + "product": "2624E3", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 73.55, + "Lodging": 2.171, + "Height": 33.887, + "Protein": 33.1378, + "Oil": 20.6677 + } + }, + { + "rank": 4, + "brand": "Burrus", + "product": "2681E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 73.076, + "Lodging": 2.877, + "Height": 36.451, + "Protein": 33.84, + "Oil": 20.874 + } + }, + { + "rank": 5, + "brand": "Cornelius", + "product": "CB25XF99", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 72.807, + "Lodging": 2.228, + "Height": 39.13, + "Protein": 33.7808, + "Oil": 19.8929 + } + }, + { + "rank": 6, + "brand": "RENK", + "product": "RS255NXF", + "traits": "HT:RX ST:BS", + "metrics": { + "Yield": 72.723, + "Lodging": 0.821, + "Height": 39.452, + "Protein": 34.7358, + "Oil": 19.3588 + } + }, + { + "rank": 7, + "brand": "Dyna-Gro", + "product": "S23EN05", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 72.04, + "Lodging": 1.876, + "Height": 36.571, + "Protein": 33.1965, + "Oil": 21.1858 + } + }, + { + "rank": 8, + "brand": "Lakeview Farms", + "product": "LVF2632", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 71.869, + "Lodging": 2.91, + "Height": 37.136, + "Protein": 34.7783, + "Oil": 19.7394 + } + }, + { + "rank": 9, + "brand": "Viking | Blue River", + "product": "2418N", + "traits": "HT:CV", + "metrics": { + "Yield": 71.034, + "Lodging": 1.53, + "Height": 33.566, + "Protein": 33.8454, + "Oil": 19.901 + } + }, + { + "rank": 10, + "brand": "GENESIS", + "product": "G2570ES", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 70.937, + "Lodging": 2.462, + "Height": 35.404, + "Protein": 33.6922, + "Oil": 20.381 + } + }, + { + "rank": 11, + "brand": "GENESIS", + "product": "G2390E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 70.925, + "Lodging": 1.062, + "Height": 33.32, + "Protein": 33.8069, + "Oil": 20.0268 + } + }, + { + "rank": 12, + "brand": "DONMARIO", + "product": "DM24E84", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 70.89, + "Lodging": 1.541, + "Height": 35.077, + "Protein": 33.9688, + "Oil": 20.1737 + } + }, + { + "rank": 13, + "brand": "P3 Genetics", + "product": "2424E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 70.83, + "Lodging": 1.248, + "Height": 33.362, + "Protein": 33.6299, + "Oil": 20.2554 + } + }, + { + "rank": 14, + "brand": "DeRaedt", + "product": "2525E3", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 70.747, + "Lodging": 2.546, + "Height": 35.183, + "Protein": 33.433, + "Oil": 21.1733 + } + }, + { + "rank": 15, + "brand": "Burrus", + "product": "2335E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 70.405, + "Lodging": 2.289, + "Height": 33.947, + "Protein": 33.4532, + "Oil": 21.0625 + } + }, + { + "rank": 16, + "brand": "Dyna-Gro", + "product": "S28XF85", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 69.766, + "Lodging": 2.852, + "Height": 37.291, + "Protein": 34.2315, + "Oil": 19.7168 + } + }, + { + "rank": 17, + "brand": "NuTech", + "product": "29N05E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 68.68, + "Lodging": 0.708, + "Height": 37.7, + "Protein": 34.9104, + "Oil": 19.8614 + } + }, + { + "rank": 18, + "brand": "Lakeview Farms", + "product": "LVF1933", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 68.095, + "Lodging": 2.801, + "Height": 32.56, + "Protein": 32.8299, + "Oil": 21.3665 + } + }, + { + "rank": 19, + "brand": "Lakeview Farms", + "product": "LVF2872", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 67.77, + "Lodging": 3.45, + "Height": 35.52, + "Protein": 33.2868, + "Oil": 20.1598 + } + }, + { + "rank": 20, + "brand": "DeRaedt", + "product": "2424E3", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 67.694, + "Lodging": 1.83, + "Height": 35.214, + "Protein": 33.4395, + "Oil": 20.3098 + } + }, + { + "rank": 21, + "brand": "ISU", + "product": "IAS25C2", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 67.08, + "Lodging": 3.159, + "Height": 36.961, + "Protein": 33.165, + "Oil": 19.6838 + } + }, + { + "rank": 22, + "brand": "ISU", + "product": "IAS31C2", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 66.885, + "Lodging": 2.353, + "Height": 36.419, + "Protein": 32.9971, + "Oil": 20.5338 + } + }, + { + "rank": 23, + "brand": "Benson Hill", + "product": "e21y989", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 66.049, + "Lodging": -0.022, + "Height": 33.859, + "Protein": 36.5126, + "Oil": 19.0511 + } + }, + { + "rank": 24, + "brand": "P3 Genetics", + "product": "2523E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 65.769, + "Lodging": 0.688, + "Height": 33.21, + "Protein": 33.9455, + "Oil": 19.9141 + } + }, + { + "rank": 25, + "brand": "Cornelius", + "product": "CB27XF17", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 65.626, + "Lodging": 1.447, + "Height": 35.99, + "Protein": 34.3738, + "Oil": 19.3366 + } + }, + { + "rank": 26, + "brand": "ISU", + "product": "IAS27C1", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 64.919, + "Lodging": 3.119, + "Height": 39.297, + "Protein": 34.5049, + "Oil": 19.5358 + } + }, + { + "rank": 27, + "brand": "Baird Seed", + "product": "Illini 1958N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 64.83, + "Lodging": 1.842, + "Height": 32.533, + "Protein": 33.1939, + "Oil": 21.029 + } + }, + { + "rank": 28, + "brand": "Viking | Blue River", + "product": "27B4", + "traits": "HT:CV", + "metrics": { + "Yield": 64.494, + "Lodging": 3.166, + "Height": 38.617, + "Protein": 33.1253, + "Oil": 20.3712 + } + }, + { + "rank": 29, + "brand": "Baird Seed", + "product": "Illini 3000NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 64.351, + "Lodging": 1.52, + "Height": 37.184, + "Protein": 34.2322, + "Oil": 19.5006 + } + }, + { + "rank": 30, + "brand": "Benson Hill", + "product": "BH25C137", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 64.265, + "Lodging": 1.697, + "Height": 34.534, + "Protein": 36.2081, + "Oil": 18.7311 + } + }, + { + "rank": 31, + "brand": "Burrus", + "product": "2729E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 63.653, + "Lodging": 0.897, + "Height": 36.246, + "Protein": 33.9743, + "Oil": 20.3696 + } + }, + { + "rank": 32, + "brand": "Benson Hill", + "product": "BH22Q201", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 63.462, + "Lodging": 1.075, + "Height": 36.814, + "Protein": 39.1718, + "Oil": 18.3381 + } + }, + { + "rank": 33, + "brand": "Cornelius", + "product": "CB29XF44", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 62.482, + "Lodging": 3.004, + "Height": 43.715, + "Protein": 35.046, + "Oil": 19.0628 + } + }, + { + "rank": 34, + "brand": "NuTech", + "product": "34N02E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 62.456, + "Lodging": 1.316, + "Height": 35.8, + "Protein": 34.7501, + "Oil": 19.9467 + } + }, + { + "rank": 35, + "brand": "P3 Genetics", + "product": "2325E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 62.451, + "Lodging": 2.385, + "Height": 35.21, + "Protein": 33.3649, + "Oil": 20.4973 + } + }, + { + "rank": 36, + "brand": "Benson Hill", + "product": "BH23Q217", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 62.226, + "Lodging": 4.169, + "Height": 38.75, + "Protein": 37.4921, + "Oil": 18.7628 + } + }, + { + "rank": 37, + "brand": "GENESIS", + "product": "G2790E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 62.043, + "Lodging": 1.937, + "Height": 36.059, + "Protein": 33.4165, + "Oil": 20.7195 + } + }, + { + "rank": 38, + "brand": "NuTech", + "product": "27N03E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 61.569, + "Lodging": 1.893, + "Height": 35.264, + "Protein": 33.8477, + "Oil": 20.7907 + } + }, + { + "rank": 39, + "brand": "P3 Genetics", + "product": "2527E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 61.453, + "Lodging": 2.472, + "Height": 35.824, + "Protein": 33.3674, + "Oil": 20.6131 + } + }, + { + "rank": 40, + "brand": "ISU", + "product": "IAS29C2", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 60.004, + "Lodging": 1.657, + "Height": 35.844, + "Protein": 34.5673, + "Oil": 20.0277 + } + }, + { + "rank": 41, + "brand": "Burrus", + "product": "2846E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 59.74, + "Lodging": 2.883, + "Height": 35.584, + "Protein": 34.0806, + "Oil": 20.1815 + } + }, + { + "rank": 42, + "brand": "Dyna-Gro", + "product": "S29ES45", + "traits": "HT:EN, ST ST:Bs", + "metrics": { + "Yield": 59.541, + "Lodging": 2.192, + "Height": 35.867, + "Protein": 33.5933, + "Oil": 19.7637 + } + }, + { + "rank": 43, + "brand": "P3 Genetics", + "product": "2331E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 59.522, + "Lodging": 2.028, + "Height": 37.876, + "Protein": 33.7903, + "Oil": 19.9025 + } + }, + { + "rank": 44, + "brand": "ISU", + "product": "IAS29C1", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 59.452, + "Lodging": 1.495, + "Height": 35.81, + "Protein": 34.3423, + "Oil": 20.0915 + } + }, + { + "rank": 45, + "brand": "Baird Seed", + "product": "Illini 2812Na", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 58.486, + "Lodging": 2.368, + "Height": 36.549, + "Protein": 34.7233, + "Oil": 19.8587 + } + }, + { + "rank": 46, + "brand": "Lakeview Farms", + "product": "LVF2849", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 58.118, + "Lodging": 3.797, + "Height": 34.968, + "Protein": 32.8653, + "Oil": 21.1403 + } + }, + { + "rank": 47, + "brand": "Baird Seed", + "product": "Illini 2600NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 57.13, + "Lodging": 4.501, + "Height": 38.622, + "Protein": 34.0603, + "Oil": 19.2325 + } + }, + { + "rank": 48, + "brand": "Viking | Blue River", + "product": "3418N", + "traits": "HT:CV", + "metrics": { + "Yield": 56.28, + "Lodging": 2.126, + "Height": 35.234, + "Protein": 33.8292, + "Oil": 19.5727 + } + }, + { + "rank": 49, + "brand": "P3 Genetics", + "product": "2429E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 55.462, + "Lodging": 4.523, + "Height": 35.694, + "Protein": 33.4279, + "Oil": 19.7151 + } + }, + { + "rank": 50, + "brand": "DONMARIO", + "product": "DM32F74", + "traits": "HT:RF ST:B", + "metrics": { + "Yield": 52.597, + "Lodging": 3.606, + "Height": 40.125, + "Protein": 33.8108, + "Oil": 19.4318 + } + }, + { + "rank": 51, + "brand": "Lakeview Farms", + "product": "LVF3073", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 51.03, + "Lodging": 2.478, + "Height": 36.886, + "Protein": 33.9823, + "Oil": 19.2277 + } + }, + { + "rank": 52, + "brand": "Viking | Blue River", + "product": "30B4", + "traits": "HT:CV", + "metrics": { + "Yield": 47, + "Lodging": 2.924, + "Height": 35.015, + "Protein": 33.7718, + "Oil": 19.1099 + } + } + ], + "n_results": 52, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-1.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:02.733087+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.md b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.md new file mode 100644 index 00000000..a83a33e2 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r1.md @@ -0,0 +1,76 @@ +# Soybean yield trial — University of Illinois VT, Region 1, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2024 +- **Region:** Region 1 +- **Rotation:** corn following soybean +- **Cooperator / host:** Highland Community Collage +- **County:** Stephenson +- **Sites:** Freeport, DeKalb +- **Soil type:** Fayette silt loam +- **Tillage:** Field cultivator +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-09 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-1.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Lodging | Height | Protein | Oil | +|---|---|---|---|---|---|---|---|---| +| 1 | DONMARIO | DM22E64 | HT:EN ST:B | 74.91 | 2.541 | 35.096 | 33.1668 | 21.1663 | +| 2 | Cornelius | CB24XF75 | HT:RF ST:BS | 74.038 | 0.707 | 33.508 | 34.4737 | 20.0949 | +| 3 | DeRaedt | 2624E3 | HT:EN ST:B | 73.55 | 2.171 | 33.887 | 33.1378 | 20.6677 | +| 4 | Burrus | 2681E | HT:EN ST:Bs | 73.076 | 2.877 | 36.451 | 33.84 | 20.874 | +| 5 | Cornelius | CB25XF99 | HT:RF ST:BS | 72.807 | 2.228 | 39.13 | 33.7808 | 19.8929 | +| 6 | RENK | RS255NXF | HT:RX ST:BS | 72.723 | 0.821 | 39.452 | 34.7358 | 19.3588 | +| 7 | Dyna-Gro | S23EN05 | HT:EN ST:Bs | 72.04 | 1.876 | 36.571 | 33.1965 | 21.1858 | +| 8 | Lakeview Farms | LVF2632 | HT:CV ST:B | 71.869 | 2.91 | 37.136 | 34.7783 | 19.7394 | +| 9 | Viking | Blue River | 2418N | HT:CV | 71.034 | 1.53 | 33.566 | 33.8454 | 19.901 | +| 10 | GENESIS | G2570ES | HT:EN ST:BS | 70.937 | 2.462 | 35.404 | 33.6922 | 20.381 | +| 11 | GENESIS | G2390E | HT:EN ST:BS | 70.925 | 1.062 | 33.32 | 33.8069 | 20.0268 | +| 12 | DONMARIO | DM24E84 | HT:EN ST:B | 70.89 | 1.541 | 35.077 | 33.9688 | 20.1737 | +| 13 | P3 Genetics | 2424E | HT:EN ST:BS | 70.83 | 1.248 | 33.362 | 33.6299 | 20.2554 | +| 14 | DeRaedt | 2525E3 | HT:EN ST:B | 70.747 | 2.546 | 35.183 | 33.433 | 21.1733 | +| 15 | Burrus | 2335E | HT:EN ST:Bs | 70.405 | 2.289 | 33.947 | 33.4532 | 21.0625 | +| 16 | Dyna-Gro | S28XF85 | HT:RX ST:Bs | 69.766 | 2.852 | 37.291 | 34.2315 | 19.7168 | +| 17 | NuTech | 29N05E | HT:EN ST:B | 68.68 | 0.708 | 37.7 | 34.9104 | 19.8614 | +| 18 | Lakeview Farms | LVF1933 | HT:CV ST:B | 68.095 | 2.801 | 32.56 | 32.8299 | 21.3665 | +| 19 | Lakeview Farms | LVF2872 | HT:CV ST:B | 67.77 | 3.45 | 35.52 | 33.2868 | 20.1598 | +| 20 | DeRaedt | 2424E3 | HT:EN ST:B | 67.694 | 1.83 | 35.214 | 33.4395 | 20.3098 | +| 21 | ISU | IAS25C2 | HT:CV ST:Bs | 67.08 | 3.159 | 36.961 | 33.165 | 19.6838 | +| 22 | ISU | IAS31C2 | HT:CV ST:Bs | 66.885 | 2.353 | 36.419 | 32.9971 | 20.5338 | +| 23 | Benson Hill | e21y989 | HT:CV ST:Bs | 66.049 | -0.022 | 33.859 | 36.5126 | 19.0511 | +| 24 | P3 Genetics | 2523E | HT:EN ST:BS | 65.769 | 0.688 | 33.21 | 33.9455 | 19.9141 | +| 25 | Cornelius | CB27XF17 | HT:RF ST:BS | 65.626 | 1.447 | 35.99 | 34.3738 | 19.3366 | +| 26 | ISU | IAS27C1 | HT:CV ST:Bs | 64.919 | 3.119 | 39.297 | 34.5049 | 19.5358 | +| 27 | Baird Seed | Illini 1958N | HT:CV ST:B | 64.83 | 1.842 | 32.533 | 33.1939 | 21.029 | +| 28 | Viking | Blue River | 27B4 | HT:CV | 64.494 | 3.166 | 38.617 | 33.1253 | 20.3712 | +| 29 | Baird Seed | Illini 3000NY | HT:CV ST:B | 64.351 | 1.52 | 37.184 | 34.2322 | 19.5006 | +| 30 | Benson Hill | BH25C137 | HT:CV ST:Bs | 64.265 | 1.697 | 34.534 | 36.2081 | 18.7311 | +| 31 | Burrus | 2729E | HT:EN ST:Bs | 63.653 | 0.897 | 36.246 | 33.9743 | 20.3696 | +| 32 | Benson Hill | BH22Q201 | HT:CV ST:Bs | 63.462 | 1.075 | 36.814 | 39.1718 | 18.3381 | +| 33 | Cornelius | CB29XF44 | HT:RF ST:BS | 62.482 | 3.004 | 43.715 | 35.046 | 19.0628 | +| 34 | NuTech | 34N02E | HT:EN ST:B | 62.456 | 1.316 | 35.8 | 34.7501 | 19.9467 | +| 35 | P3 Genetics | 2325E | HT:EN ST:BS | 62.451 | 2.385 | 35.21 | 33.3649 | 20.4973 | +| 36 | Benson Hill | BH23Q217 | HT:CV ST:Bs | 62.226 | 4.169 | 38.75 | 37.4921 | 18.7628 | +| 37 | GENESIS | G2790E | HT:EN ST:BS | 62.043 | 1.937 | 36.059 | 33.4165 | 20.7195 | +| 38 | NuTech | 27N03E | HT:EN ST:B | 61.569 | 1.893 | 35.264 | 33.8477 | 20.7907 | +| 39 | P3 Genetics | 2527E | HT:EN ST:BS | 61.453 | 2.472 | 35.824 | 33.3674 | 20.6131 | +| 40 | ISU | IAS29C2 | HT:CV ST:Bs | 60.004 | 1.657 | 35.844 | 34.5673 | 20.0277 | +| 41 | Burrus | 2846E | HT:EN ST:Bs | 59.74 | 2.883 | 35.584 | 34.0806 | 20.1815 | +| 42 | Dyna-Gro | S29ES45 | HT:EN, ST ST:Bs | 59.541 | 2.192 | 35.867 | 33.5933 | 19.7637 | +| 43 | P3 Genetics | 2331E | HT:EN ST:BS | 59.522 | 2.028 | 37.876 | 33.7903 | 19.9025 | +| 44 | ISU | IAS29C1 | HT:CV ST:Bs | 59.452 | 1.495 | 35.81 | 34.3423 | 20.0915 | +| 45 | Baird Seed | Illini 2812Na | HT:CV ST:B | 58.486 | 2.368 | 36.549 | 34.7233 | 19.8587 | +| 46 | Lakeview Farms | LVF2849 | HT:CV ST:B | 58.118 | 3.797 | 34.968 | 32.8653 | 21.1403 | +| 47 | Baird Seed | Illini 2600NY | HT:CV ST:B | 57.13 | 4.501 | 38.622 | 34.0603 | 19.2325 | +| 48 | Viking | Blue River | 3418N | HT:CV | 56.28 | 2.126 | 35.234 | 33.8292 | 19.5727 | +| 49 | P3 Genetics | 2429E | HT:EN ST:BS | 55.462 | 4.523 | 35.694 | 33.4279 | 19.7151 | +| 50 | DONMARIO | DM32F74 | HT:RF ST:B | 52.597 | 3.606 | 40.125 | 33.8108 | 19.4318 | +| 51 | Lakeview Farms | LVF3073 | HT:CV ST:B | 51.03 | 2.478 | 36.886 | 33.9823 | 19.2277 | +| 52 | Viking | Blue River | 30B4 | HT:CV | 47 | 2.924 | 35.015 | 33.7718 | 19.1099 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.json b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.json new file mode 100644 index 00000000..e7960df5 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.json @@ -0,0 +1,649 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2024-r2", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 2", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Greg Steckel", + "county": "Warren", + "sites": [ + "Monmouth", + "Goodfield" + ], + "soil_type": "Sabble silty clay loam", + "tillage": "Field cultivate", + "planted_date": "2024-05-16", + "harvested_date": "2024-10-02", + "row_width": null, + "latitude": 40.929861, + "longitude": -90.725704, + "results": [ + { + "rank": 1, + "brand": "NuTech", + "product": "36N06E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 85.067, + "Lodging": 1.902, + "Height": 38.307, + "Protein": 33.6327, + "Oil": 20.1781 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "3434F", + "traits": "HT:RF ST:Bs", + "metrics": { + "Yield": 83.801, + "Lodging": 1.013, + "Height": 43.076, + "Protein": 33.5463, + "Oil": 20.0496 + } + }, + { + "rank": 3, + "brand": "P3 Genetics", + "product": "2438E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 83.528, + "Lodging": 0.821, + "Height": 39.14, + "Protein": 34.6973, + "Oil": 20.0874 + } + }, + { + "rank": 4, + "brand": "GENESIS", + "product": "G3171ES", + "traits": "HT:EN + ST ST:BS", + "metrics": { + "Yield": 83.258, + "Lodging": 1.259, + "Height": 37.326, + "Protein": 33.6408, + "Oil": 20.5213 + } + }, + { + "rank": 5, + "brand": "P3 Genetics", + "product": "2337E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 82.61, + "Lodging": 2.357, + "Height": 38.664, + "Protein": 34.2515, + "Oil": 20.6944 + } + }, + { + "rank": 6, + "brand": "Burrus", + "product": "3647F", + "traits": "HT:RF ST:Bs", + "metrics": { + "Yield": 81.383, + "Lodging": 2.729, + "Height": 41.04, + "Protein": 34.1189, + "Oil": 20.0291 + } + }, + { + "rank": 7, + "brand": "Cornelius", + "product": "CB36XF60", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 81.182, + "Lodging": 2.338, + "Height": 40.773, + "Protein": 34.1292, + "Oil": 20.2593 + } + }, + { + "rank": 8, + "brand": "GENESIS", + "product": "G3380E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 81.014, + "Lodging": 3.079, + "Height": 39.594, + "Protein": 33.085, + "Oil": 20.6145 + } + }, + { + "rank": 9, + "brand": "GENESIS", + "product": "G2790E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 80.957, + "Lodging": 1.692, + "Height": 39.994, + "Protein": 33.283, + "Oil": 21.1679 + } + }, + { + "rank": 10, + "brand": "Viking | Blue River", + "product": "30B4", + "traits": "HT:CV", + "metrics": { + "Yield": 80.809, + "Lodging": 1.116, + "Height": 38.672, + "Protein": 34.3771, + "Oil": 19.5185 + } + }, + { + "rank": 11, + "brand": "Cornelius", + "product": "CB33XF26", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 80.79, + "Lodging": 2.203, + "Height": 41.151, + "Protein": 34.539, + "Oil": 19.8934 + } + }, + { + "rank": 12, + "brand": "Lakeview Farms", + "product": "LVF3073", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 80.67, + "Lodging": 2.168, + "Height": 39.669, + "Protein": 34.254, + "Oil": 19.6643 + } + }, + { + "rank": 13, + "brand": "NuTech", + "product": "34N02E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 80.67, + "Lodging": 2.732, + "Height": 39.694, + "Protein": 34.6334, + "Oil": 20.235 + } + }, + { + "rank": 14, + "brand": "Dyna-Gro", + "product": "S35XF44", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 79.513, + "Lodging": 0.344, + "Height": 42.184, + "Protein": 35.0972, + "Oil": 19.9914 + } + }, + { + "rank": 15, + "brand": "DONMARIO", + "product": "DM24E84", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 79.193, + "Lodging": 1.079, + "Height": 37.351, + "Protein": 35.157, + "Oil": 19.9608 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "3767E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 78.818, + "Lodging": 2.047, + "Height": 40.616, + "Protein": 34.0265, + "Oil": 20.4676 + } + }, + { + "rank": 17, + "brand": "Lakeview Farms", + "product": "LVF2872", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 78.628, + "Lodging": 1.965, + "Height": 37.02, + "Protein": 33.6626, + "Oil": 20.4111 + } + }, + { + "rank": 18, + "brand": "Baird Seed", + "product": "Illini 3632NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 78.57, + "Lodging": 0.734, + "Height": 39.113, + "Protein": 34.365, + "Oil": 19.7555 + } + }, + { + "rank": 19, + "brand": "ISU", + "product": "IAS31C2", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 78.564, + "Lodging": 1.288, + "Height": 39.346, + "Protein": 32.8828, + "Oil": 21.1219 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "3415E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 78.562, + "Lodging": 1.63, + "Height": 39.437, + "Protein": 33.4303, + "Oil": 20.7727 + } + }, + { + "rank": 21, + "brand": "Sun Prairie", + "product": "29E35", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 78.263, + "Lodging": 0.314, + "Height": 36.002, + "Protein": 33.5444, + "Oil": 19.9346 + } + }, + { + "rank": 22, + "brand": "Baird Seed", + "product": "Illini 2733", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.96, + "Lodging": 2.571, + "Height": 36.995, + "Protein": 34.2717, + "Oil": 20.5728 + } + }, + { + "rank": 23, + "brand": "Lakeview Farms", + "product": "LVF3530", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.76, + "Lodging": 1.663, + "Height": 37.791, + "Protein": 33.6401, + "Oil": 20.7523 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "S28XF85", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 77.651, + "Lodging": 0.816, + "Height": 37.678, + "Protein": 34.3933, + "Oil": 19.9665 + } + }, + { + "rank": 25, + "brand": "P3 Genetics", + "product": "2434E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 77.603, + "Lodging": 3.254, + "Height": 37.937, + "Protein": 33.3201, + "Oil": 20.4881 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "S31XF05", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 77.482, + "Lodging": 0.712, + "Height": 35.64, + "Protein": 35.1083, + "Oil": 19.707 + } + }, + { + "rank": 27, + "brand": "GENESIS", + "product": "G2960E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 77.448, + "Lodging": 0.149, + "Height": 35.342, + "Protein": 34.3215, + "Oil": 20.1897 + } + }, + { + "rank": 28, + "brand": "ISU", + "product": "IAS29C2", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 76.872, + "Lodging": 2.025, + "Height": 37.642, + "Protein": 34.5119, + "Oil": 20.6331 + } + }, + { + "rank": 29, + "brand": "Baird Seed", + "product": "Illini 3207N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 76.75, + "Lodging": 0.431, + "Height": 38.344, + "Protein": 34.0173, + "Oil": 20.1657 + } + }, + { + "rank": 30, + "brand": "ISU", + "product": "IAS29C1", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 76.575, + "Lodging": 0.753, + "Height": 37.656, + "Protein": 34.4187, + "Oil": 20.5532 + } + }, + { + "rank": 31, + "brand": "Lakeview Farms", + "product": "LVF2849", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 76.221, + "Lodging": 4.073, + "Height": 36.333, + "Protein": 33.5881, + "Oil": 21.0864 + } + }, + { + "rank": 32, + "brand": "Viking | Blue River", + "product": "42D40", + "traits": "HT:CV", + "metrics": { + "Yield": 76.035, + "Lodging": 0.795, + "Height": 38.009, + "Protein": 35.5997, + "Oil": 19.2833 + } + }, + { + "rank": 33, + "brand": "Lakeview Farms", + "product": "LVF3831", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 76.019, + "Lodging": 2.644, + "Height": 35.823, + "Protein": 33.9813, + "Oil": 19.6865 + } + }, + { + "rank": 34, + "brand": "Sun Prairie", + "product": "33E35", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 75.938, + "Lodging": 3.621, + "Height": 37.058, + "Protein": 33.3385, + "Oil": 20.4956 + } + }, + { + "rank": 35, + "brand": "DONMARIO", + "product": "DM32F74", + "traits": "HT:RF ST:B", + "metrics": { + "Yield": 75.678, + "Lodging": 2.487, + "Height": 42.009, + "Protein": 34.2545, + "Oil": 19.7653 + } + }, + { + "rank": 36, + "brand": "Baird Seed", + "product": "Illini 2999N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 75.302, + "Lodging": 0.513, + "Height": 36.328, + "Protein": 35.4728, + "Oil": 19.6323 + } + }, + { + "rank": 37, + "brand": "Lakeview Farms", + "product": "LVF3432", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 74.992, + "Lodging": 1.963, + "Height": 35.976, + "Protein": 33.3162, + "Oil": 20.5271 + } + }, + { + "rank": 38, + "brand": "Viking | Blue River", + "product": "39R4", + "traits": "HT:CV", + "metrics": { + "Yield": 74.646, + "Lodging": 0.452, + "Height": 42.648, + "Protein": 35.0238, + "Oil": 19.5255 + } + }, + { + "rank": 39, + "brand": "Baird Seed", + "product": "Illini HPB 3441NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 73.871, + "Lodging": 2.71, + "Height": 35.618, + "Protein": 33.2513, + "Oil": 20.7044 + } + }, + { + "rank": 40, + "brand": "Baird Seed", + "product": "Illini 3602N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 73.81, + "Lodging": 0.795, + "Height": 37.792, + "Protein": 34.6709, + "Oil": 20.0409 + } + }, + { + "rank": 41, + "brand": "Baird Seed", + "product": "Illini 2812Na", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 73.741, + "Lodging": 1.132, + "Height": 37.666, + "Protein": 35.2026, + "Oil": 20.0273 + } + }, + { + "rank": 42, + "brand": "Lakeview Farms", + "product": "LVF2632", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 73.506, + "Lodging": 1.772, + "Height": 37.011, + "Protein": 34.6104, + "Oil": 20.3251 + } + }, + { + "rank": 43, + "brand": "ISU", + "product": "IAS27C1", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 71.956, + "Lodging": 3.793, + "Height": 40.678, + "Protein": 35.2476, + "Oil": 19.7151 + } + }, + { + "rank": 44, + "brand": "Baird Seed", + "product": "Illini 3571N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 71.164, + "Lodging": 3.316, + "Height": 40.121, + "Protein": 34.3792, + "Oil": 20.1903 + } + }, + { + "rank": 45, + "brand": "Benson Hill", + "product": "e31y806", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 69.184, + "Lodging": 0.571, + "Height": 36.008, + "Protein": 37.779, + "Oil": 18.8326 + } + }, + { + "rank": 46, + "brand": "Benson Hill", + "product": "BH31Q146", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 66.281, + "Lodging": 0.853, + "Height": 38.326, + "Protein": 40.4945, + "Oil": 17.371 + } + }, + { + "rank": 47, + "brand": "Baird Seed", + "product": "Illini 3212NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 61.976, + "Lodging": 2.306, + "Height": 36.34, + "Protein": 37.0324, + "Oil": 18.8357 + } + } + ], + "n_results": 47, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-2.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:03.760767+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.md b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.md new file mode 100644 index 00000000..508b2eeb --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r2.md @@ -0,0 +1,71 @@ +# Soybean yield trial — University of Illinois VT, Region 2, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2024 +- **Region:** Region 2 +- **Rotation:** corn following soybean +- **Cooperator / host:** Greg Steckel +- **County:** Warren +- **Sites:** Monmouth, Goodfield +- **Soil type:** Sabble silty clay loam +- **Tillage:** Field cultivate +- **Planted:** 2024-05-16 +- **Harvested:** 2024-10-02 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-2.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Lodging | Height | Protein | Oil | +|---|---|---|---|---|---|---|---|---| +| 1 | NuTech | 36N06E | HT:EN ST:B | 85.067 | 1.902 | 38.307 | 33.6327 | 20.1781 | +| 2 | Burrus | 3434F | HT:RF ST:Bs | 83.801 | 1.013 | 43.076 | 33.5463 | 20.0496 | +| 3 | P3 Genetics | 2438E | HT:EN ST:BS | 83.528 | 0.821 | 39.14 | 34.6973 | 20.0874 | +| 4 | GENESIS | G3171ES | HT:EN + ST ST:BS | 83.258 | 1.259 | 37.326 | 33.6408 | 20.5213 | +| 5 | P3 Genetics | 2337E | HT:EN ST:BS | 82.61 | 2.357 | 38.664 | 34.2515 | 20.6944 | +| 6 | Burrus | 3647F | HT:RF ST:Bs | 81.383 | 2.729 | 41.04 | 34.1189 | 20.0291 | +| 7 | Cornelius | CB36XF60 | HT:RF ST:BS | 81.182 | 2.338 | 40.773 | 34.1292 | 20.2593 | +| 8 | GENESIS | G3380E | HT:EN ST:BS | 81.014 | 3.079 | 39.594 | 33.085 | 20.6145 | +| 9 | GENESIS | G2790E | HT:EN ST:BS | 80.957 | 1.692 | 39.994 | 33.283 | 21.1679 | +| 10 | Viking | Blue River | 30B4 | HT:CV | 80.809 | 1.116 | 38.672 | 34.3771 | 19.5185 | +| 11 | Cornelius | CB33XF26 | HT:RF ST:BS | 80.79 | 2.203 | 41.151 | 34.539 | 19.8934 | +| 12 | Lakeview Farms | LVF3073 | HT:CV ST:B | 80.67 | 2.168 | 39.669 | 34.254 | 19.6643 | +| 13 | NuTech | 34N02E | HT:EN ST:B | 80.67 | 2.732 | 39.694 | 34.6334 | 20.235 | +| 14 | Dyna-Gro | S35XF44 | HT:RX ST:Bs | 79.513 | 0.344 | 42.184 | 35.0972 | 19.9914 | +| 15 | DONMARIO | DM24E84 | HT:EN ST:B | 79.193 | 1.079 | 37.351 | 35.157 | 19.9608 | +| 16 | Burrus | 3767E | HT:EN ST:Bs | 78.818 | 2.047 | 40.616 | 34.0265 | 20.4676 | +| 17 | Lakeview Farms | LVF2872 | HT:CV ST:B | 78.628 | 1.965 | 37.02 | 33.6626 | 20.4111 | +| 18 | Baird Seed | Illini 3632NY | HT:CV ST:B | 78.57 | 0.734 | 39.113 | 34.365 | 19.7555 | +| 19 | ISU | IAS31C2 | HT:CV ST:Bs | 78.564 | 1.288 | 39.346 | 32.8828 | 21.1219 | +| 20 | Burrus | 3415E | HT:EN ST:Bs | 78.562 | 1.63 | 39.437 | 33.4303 | 20.7727 | +| 21 | Sun Prairie | 29E35 | HT:EN ST:B | 78.263 | 0.314 | 36.002 | 33.5444 | 19.9346 | +| 22 | Baird Seed | Illini 2733 | HT:CV ST:B | 77.96 | 2.571 | 36.995 | 34.2717 | 20.5728 | +| 23 | Lakeview Farms | LVF3530 | HT:CV ST:B | 77.76 | 1.663 | 37.791 | 33.6401 | 20.7523 | +| 24 | Dyna-Gro | S28XF85 | HT:RX ST:Bs | 77.651 | 0.816 | 37.678 | 34.3933 | 19.9665 | +| 25 | P3 Genetics | 2434E | HT:EN ST:BS | 77.603 | 3.254 | 37.937 | 33.3201 | 20.4881 | +| 26 | Dyna-Gro | S31XF05 | HT:RX ST:Bs | 77.482 | 0.712 | 35.64 | 35.1083 | 19.707 | +| 27 | GENESIS | G2960E | HT:EN ST:BS | 77.448 | 0.149 | 35.342 | 34.3215 | 20.1897 | +| 28 | ISU | IAS29C2 | HT:CV ST:Bs | 76.872 | 2.025 | 37.642 | 34.5119 | 20.6331 | +| 29 | Baird Seed | Illini 3207N | HT:CV ST:B | 76.75 | 0.431 | 38.344 | 34.0173 | 20.1657 | +| 30 | ISU | IAS29C1 | HT:CV ST:Bs | 76.575 | 0.753 | 37.656 | 34.4187 | 20.5532 | +| 31 | Lakeview Farms | LVF2849 | HT:CV ST:B | 76.221 | 4.073 | 36.333 | 33.5881 | 21.0864 | +| 32 | Viking | Blue River | 42D40 | HT:CV | 76.035 | 0.795 | 38.009 | 35.5997 | 19.2833 | +| 33 | Lakeview Farms | LVF3831 | HT:CV ST:B | 76.019 | 2.644 | 35.823 | 33.9813 | 19.6865 | +| 34 | Sun Prairie | 33E35 | HT:EN ST:B | 75.938 | 3.621 | 37.058 | 33.3385 | 20.4956 | +| 35 | DONMARIO | DM32F74 | HT:RF ST:B | 75.678 | 2.487 | 42.009 | 34.2545 | 19.7653 | +| 36 | Baird Seed | Illini 2999N | HT:CV ST:B | 75.302 | 0.513 | 36.328 | 35.4728 | 19.6323 | +| 37 | Lakeview Farms | LVF3432 | HT:CV ST:B | 74.992 | 1.963 | 35.976 | 33.3162 | 20.5271 | +| 38 | Viking | Blue River | 39R4 | HT:CV | 74.646 | 0.452 | 42.648 | 35.0238 | 19.5255 | +| 39 | Baird Seed | Illini HPB 3441NY | HT:CV ST:B | 73.871 | 2.71 | 35.618 | 33.2513 | 20.7044 | +| 40 | Baird Seed | Illini 3602N | HT:CV ST:B | 73.81 | 0.795 | 37.792 | 34.6709 | 20.0409 | +| 41 | Baird Seed | Illini 2812Na | HT:CV ST:B | 73.741 | 1.132 | 37.666 | 35.2026 | 20.0273 | +| 42 | Lakeview Farms | LVF2632 | HT:CV ST:B | 73.506 | 1.772 | 37.011 | 34.6104 | 20.3251 | +| 43 | ISU | IAS27C1 | HT:CV ST:Bs | 71.956 | 3.793 | 40.678 | 35.2476 | 19.7151 | +| 44 | Baird Seed | Illini 3571N | HT:CV ST:B | 71.164 | 3.316 | 40.121 | 34.3792 | 20.1903 | +| 45 | Benson Hill | e31y806 | HT:CV ST:Bs | 69.184 | 0.571 | 36.008 | 37.779 | 18.8326 | +| 46 | Benson Hill | BH31Q146 | HT:CV ST:Bs | 66.281 | 0.853 | 38.326 | 40.4945 | 17.371 | +| 47 | Baird Seed | Illini 3212NY | HT:CV ST:B | 61.976 | 2.306 | 36.34 | 37.0324 | 18.8357 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.json b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.json new file mode 100644 index 00000000..8265cce8 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.json @@ -0,0 +1,519 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2024-r3", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 3", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Luke Merritt", + "county": "Pike", + "sites": [ + "Perry", + "Urbana" + ], + "soil_type": "Ipava silt loam", + "tillage": "Field cultivate", + "planted_date": "2024-05-06", + "harvested_date": "2024-10-14", + "row_width": null, + "latitude": 39.8389444, + "longitude": -90.822244, + "results": [ + { + "rank": 1, + "brand": "Sun Prairie", + "product": "36E35", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 81.899, + "Lodging": 0.333, + "Height": 37.05, + "Protein": 33.2889, + "Oil": 21.0217 + } + }, + { + "rank": 2, + "brand": "Dyna-Gro", + "product": "S38EN75", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 77.823, + "Lodging": 0.3335, + "Height": 39.325, + "Protein": 34.0402, + "Oil": 20.8162 + } + }, + { + "rank": 3, + "brand": "Sun Prairie", + "product": "38E35", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 77.087, + "Lodging": 0.5, + "Height": 33.458, + "Protein": 33.6063, + "Oil": 20.8322 + } + }, + { + "rank": 4, + "brand": "Lakeview Farms", + "product": "LVF2872", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 76.483, + "Lodging": 0.644, + "Height": 37.207, + "Protein": 33.5915, + "Oil": 21.0715 + } + }, + { + "rank": 5, + "brand": "Burrus", + "product": "3434F", + "traits": "HT:RF ST:Bs", + "metrics": { + "Yield": 76.052, + "Lodging": 0.25, + "Height": 34.013, + "Protein": 33.1109, + "Oil": 20.5199 + } + }, + { + "rank": 6, + "brand": "Burrus", + "product": "3767E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 75.169, + "Lodging": 0, + "Height": 36.509, + "Protein": 33.3791, + "Oil": 21.0457 + } + }, + { + "rank": 7, + "brand": "Sun Prairie", + "product": "33E35", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 74.902, + "Lodging": 0, + "Height": 34.266, + "Protein": 32.5772, + "Oil": 21.1772 + } + }, + { + "rank": 8, + "brand": "DONMARIO", + "product": "DM38E54", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 74.823, + "Lodging": 0.5, + "Height": 35.236, + "Protein": 33.5844, + "Oil": 21.1812 + } + }, + { + "rank": 9, + "brand": "NuTech", + "product": "39N08E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 74.81, + "Lodging": 0.1665, + "Height": 35.86, + "Protein": 34.2443, + "Oil": 20.6587 + } + }, + { + "rank": 10, + "brand": "Burrus", + "product": "4134E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 74.404, + "Lodging": 0, + "Height": 32.904, + "Protein": 33.6664, + "Oil": 20.8945 + } + }, + { + "rank": 11, + "brand": "Benson Hill", + "product": "BH35A233", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 72.895, + "Lodging": 0.85, + "Height": 36.046, + "Protein": 34.5873, + "Oil": 20.5197 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "3647F", + "traits": "HT:RF ST:Bs", + "metrics": { + "Yield": 72.825, + "Lodging": 1.3335, + "Height": 35.666, + "Protein": 33.8249, + "Oil": 20.4106 + } + }, + { + "rank": 13, + "brand": "Lakeview Farms", + "product": "LVF3973", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 71.889, + "Lodging": 0.333, + "Height": 36.39, + "Protein": 34.3968, + "Oil": 20.1703 + } + }, + { + "rank": 14, + "brand": "NuTech", + "product": "36N06E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 71.871, + "Lodging": 0.833, + "Height": 35.642, + "Protein": 33.1707, + "Oil": 20.7546 + } + }, + { + "rank": 15, + "brand": "Baird Seed", + "product": "Illini HPB 3441NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 71.179, + "Lodging": 1.156, + "Height": 32.798, + "Protein": 32.8301, + "Oil": 21.1013 + } + }, + { + "rank": 16, + "brand": "Burrus", + "product": "3415E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 70.715, + "Lodging": 0, + "Height": 34.061, + "Protein": 32.8224, + "Oil": 21.536 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "S37XF15", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 70.292, + "Lodging": 0.5, + "Height": 34.984, + "Protein": 33.6196, + "Oil": 20.5795 + } + }, + { + "rank": 18, + "brand": "Sun Prairie", + "product": "36F25", + "traits": "HT:RF ST:B", + "metrics": { + "Yield": 69.369, + "Lodging": 1.167, + "Height": 34.309, + "Protein": 33.5898, + "Oil": 20.5337 + } + }, + { + "rank": 19, + "brand": "Lakeview Farms", + "product": "LVF3073", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 69.28, + "Lodging": 1.049, + "Height": 38.522, + "Protein": 33.3827, + "Oil": 20.4589 + } + }, + { + "rank": 20, + "brand": "Benson Hill", + "product": "N35D950S", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 69.184, + "Lodging": 0.634, + "Height": 35.176, + "Protein": 38.8678, + "Oil": 17.485 + } + }, + { + "rank": 21, + "brand": "Baird Seed", + "product": "Illini 3632NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 69.175, + "Lodging": 0.5, + "Height": 36.678, + "Protein": 33.6912, + "Oil": 20.3557 + } + }, + { + "rank": 22, + "brand": "Baird Seed", + "product": "Illini 2812Na", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 68.287, + "Lodging": 1.248, + "Height": 33.517, + "Protein": 33.6599, + "Oil": 21.3782 + } + }, + { + "rank": 23, + "brand": "Dyna-Gro", + "product": "S35XF44", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 67.006, + "Lodging": 0, + "Height": 35.547, + "Protein": 34.5263, + "Oil": 20.8076 + } + }, + { + "rank": 24, + "brand": "DONMARIO", + "product": "DM36E94", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 66.502, + "Lodging": 0.8335, + "Height": 36.187, + "Protein": 34.0833, + "Oil": 21.1972 + } + }, + { + "rank": 25, + "brand": "Lakeview Farms", + "product": "LVF2849", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 66.23, + "Lodging": 1.481, + "Height": 32.857, + "Protein": 33.3524, + "Oil": 21.4456 + } + }, + { + "rank": 26, + "brand": "Benson Hill", + "product": "BH35A231", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 65.361, + "Lodging": 0, + "Height": 34.767, + "Protein": 33.8349, + "Oil": 20.9187 + } + }, + { + "rank": 27, + "brand": "Lakeview Farms", + "product": "LVF3432", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 63.757, + "Lodging": 0, + "Height": 35.152, + "Protein": 32.3136, + "Oil": 21.7348 + } + }, + { + "rank": 28, + "brand": "DONMARIO", + "product": "DM36F84S", + "traits": "HT:RF ST:B", + "metrics": { + "Yield": 63.327, + "Lodging": 0.5, + "Height": 35.544, + "Protein": 33.5518, + "Oil": 20.7477 + } + }, + { + "rank": 29, + "brand": "Benson Hill", + "product": "BX33U326", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 63.114, + "Lodging": 0, + "Height": 35.297, + "Protein": 40.33, + "Oil": 17.4592 + } + }, + { + "rank": 30, + "brand": "Baird Seed", + "product": "Illini 3855N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 60.672, + "Lodging": 0.3335, + "Height": 32.083, + "Protein": 33.6522, + "Oil": 20.6488 + } + }, + { + "rank": 31, + "brand": "Lakeview Farms", + "product": "LVF3831", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 60.57, + "Lodging": 0.333, + "Height": 31.363, + "Protein": 33.2618, + "Oil": 20.9702 + } + }, + { + "rank": 32, + "brand": "Benson Hill", + "product": "BH31Q146", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 60.146, + "Lodging": 0.284, + "Height": 34.509, + "Protein": 39.2405, + "Oil": 18.1126 + } + }, + { + "rank": 33, + "brand": "Baird Seed", + "product": "Illini 3849N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 60.085, + "Lodging": 0.8335, + "Height": 33.132, + "Protein": 31.5964, + "Oil": 22.1806 + } + }, + { + "rank": 34, + "brand": "Lakeview Farms", + "product": "LVF3530", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 60.059, + "Lodging": 0.571, + "Height": 33.255, + "Protein": 33.0521, + "Oil": 21.4965 + } + }, + { + "rank": 35, + "brand": "DONMARIO", + "product": "DM32F74", + "traits": "HT:RF ST:B", + "metrics": { + "Yield": 58.464, + "Lodging": 0.934, + "Height": 35.939, + "Protein": 33.1804, + "Oil": 20.8379 + } + }, + { + "rank": 36, + "brand": "Benson Hill", + "product": "e31y806", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 58.069, + "Lodging": 0, + "Height": 34.126, + "Protein": 36.6027, + "Oil": 19.9481 + } + }, + { + "rank": 37, + "brand": "Benson Hill", + "product": "BX34U578", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 49.908, + "Lodging": 0.83, + "Height": 37.106, + "Protein": 39.8558, + "Oil": 17.3357 + } + } + ], + "n_results": 37, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-3.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:04.725690+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.md b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.md new file mode 100644 index 00000000..4afc29ab --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r3.md @@ -0,0 +1,61 @@ +# Soybean yield trial — University of Illinois VT, Region 3, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2024 +- **Region:** Region 3 +- **Rotation:** corn following soybean +- **Cooperator / host:** Luke Merritt +- **County:** Pike +- **Sites:** Perry, Urbana +- **Soil type:** Ipava silt loam +- **Tillage:** Field cultivate +- **Planted:** 2024-05-06 +- **Harvested:** 2024-10-14 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-3.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Lodging | Height | Protein | Oil | +|---|---|---|---|---|---|---|---|---| +| 1 | Sun Prairie | 36E35 | HT:EN ST:B | 81.899 | 0.333 | 37.05 | 33.2889 | 21.0217 | +| 2 | Dyna-Gro | S38EN75 | HT:EN ST:Bs | 77.823 | 0.3335 | 39.325 | 34.0402 | 20.8162 | +| 3 | Sun Prairie | 38E35 | HT:EN ST:B | 77.087 | 0.5 | 33.458 | 33.6063 | 20.8322 | +| 4 | Lakeview Farms | LVF2872 | HT:CV ST:B | 76.483 | 0.644 | 37.207 | 33.5915 | 21.0715 | +| 5 | Burrus | 3434F | HT:RF ST:Bs | 76.052 | 0.25 | 34.013 | 33.1109 | 20.5199 | +| 6 | Burrus | 3767E | HT:EN ST:Bs | 75.169 | 0 | 36.509 | 33.3791 | 21.0457 | +| 7 | Sun Prairie | 33E35 | HT:EN ST:B | 74.902 | 0 | 34.266 | 32.5772 | 21.1772 | +| 8 | DONMARIO | DM38E54 | HT:EN ST:B | 74.823 | 0.5 | 35.236 | 33.5844 | 21.1812 | +| 9 | NuTech | 39N08E | HT:EN ST:B | 74.81 | 0.1665 | 35.86 | 34.2443 | 20.6587 | +| 10 | Burrus | 4134E | HT:EN ST:Bs | 74.404 | 0 | 32.904 | 33.6664 | 20.8945 | +| 11 | Benson Hill | BH35A233 | HT:CV ST:Bs | 72.895 | 0.85 | 36.046 | 34.5873 | 20.5197 | +| 12 | Burrus | 3647F | HT:RF ST:Bs | 72.825 | 1.3335 | 35.666 | 33.8249 | 20.4106 | +| 13 | Lakeview Farms | LVF3973 | HT:CV ST:B | 71.889 | 0.333 | 36.39 | 34.3968 | 20.1703 | +| 14 | NuTech | 36N06E | HT:EN ST:B | 71.871 | 0.833 | 35.642 | 33.1707 | 20.7546 | +| 15 | Baird Seed | Illini HPB 3441NY | HT:CV ST:B | 71.179 | 1.156 | 32.798 | 32.8301 | 21.1013 | +| 16 | Burrus | 3415E | HT:EN ST:Bs | 70.715 | 0 | 34.061 | 32.8224 | 21.536 | +| 17 | Dyna-Gro | S37XF15 | HT:RX ST:Bs | 70.292 | 0.5 | 34.984 | 33.6196 | 20.5795 | +| 18 | Sun Prairie | 36F25 | HT:RF ST:B | 69.369 | 1.167 | 34.309 | 33.5898 | 20.5337 | +| 19 | Lakeview Farms | LVF3073 | HT:CV ST:B | 69.28 | 1.049 | 38.522 | 33.3827 | 20.4589 | +| 20 | Benson Hill | N35D950S | HT:CV ST:Bs | 69.184 | 0.634 | 35.176 | 38.8678 | 17.485 | +| 21 | Baird Seed | Illini 3632NY | HT:CV ST:B | 69.175 | 0.5 | 36.678 | 33.6912 | 20.3557 | +| 22 | Baird Seed | Illini 2812Na | HT:CV ST:B | 68.287 | 1.248 | 33.517 | 33.6599 | 21.3782 | +| 23 | Dyna-Gro | S35XF44 | HT:RX ST:Bs | 67.006 | 0 | 35.547 | 34.5263 | 20.8076 | +| 24 | DONMARIO | DM36E94 | HT:EN ST:B | 66.502 | 0.8335 | 36.187 | 34.0833 | 21.1972 | +| 25 | Lakeview Farms | LVF2849 | HT:CV ST:B | 66.23 | 1.481 | 32.857 | 33.3524 | 21.4456 | +| 26 | Benson Hill | BH35A231 | HT:CV ST:Bs | 65.361 | 0 | 34.767 | 33.8349 | 20.9187 | +| 27 | Lakeview Farms | LVF3432 | HT:CV ST:B | 63.757 | 0 | 35.152 | 32.3136 | 21.7348 | +| 28 | DONMARIO | DM36F84S | HT:RF ST:B | 63.327 | 0.5 | 35.544 | 33.5518 | 20.7477 | +| 29 | Benson Hill | BX33U326 | HT:CV ST:Bs | 63.114 | 0 | 35.297 | 40.33 | 17.4592 | +| 30 | Baird Seed | Illini 3855N | HT:CV ST:B | 60.672 | 0.3335 | 32.083 | 33.6522 | 20.6488 | +| 31 | Lakeview Farms | LVF3831 | HT:CV ST:B | 60.57 | 0.333 | 31.363 | 33.2618 | 20.9702 | +| 32 | Benson Hill | BH31Q146 | HT:CV ST:Bs | 60.146 | 0.284 | 34.509 | 39.2405 | 18.1126 | +| 33 | Baird Seed | Illini 3849N | HT:CV ST:B | 60.085 | 0.8335 | 33.132 | 31.5964 | 22.1806 | +| 34 | Lakeview Farms | LVF3530 | HT:CV ST:B | 60.059 | 0.571 | 33.255 | 33.0521 | 21.4965 | +| 35 | DONMARIO | DM32F74 | HT:RF ST:B | 58.464 | 0.934 | 35.939 | 33.1804 | 20.8379 | +| 36 | Benson Hill | e31y806 | HT:CV ST:Bs | 58.069 | 0 | 34.126 | 36.6027 | 19.9481 | +| 37 | Benson Hill | BX34U578 | HT:CV ST:Bs | 49.908 | 0.83 | 37.106 | 39.8558 | 17.3357 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.json b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.json new file mode 100644 index 00000000..4416fb82 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.json @@ -0,0 +1,532 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2024-r4", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Region 4", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Dennnis Brown", + "county": "Fayette", + "sites": [ + "St Peter", + "Belleville" + ], + "soil_type": "Bluford-Damstadt silt loam", + "tillage": "Field Cultivator, Vertical till", + "planted_date": "2024-05-21", + "harvested_date": "2024-10-23", + "row_width": null, + "latitude": 39.2542617322601, + "longitude": -88.4193381795052, + "results": [ + { + "rank": 1, + "brand": "AgVenture", + "product": "AV 45B2E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 73.71, + "Lodging": 4.867, + "Height": 37.168, + "Protein": 33.2013, + "Oil": 20.7479 + } + }, + { + "rank": 2, + "brand": "AgVenture", + "product": "AV 41Y5E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 72.718, + "Lodging": 3.191, + "Height": 33.201, + "Protein": 33.9174, + "Oil": 20.8434 + } + }, + { + "rank": 3, + "brand": "AgVenture", + "product": "AV 44B2E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 72.516, + "Lodging": 4.099, + "Height": 36.747, + "Protein": 32.9277, + "Oil": 21.1774 + } + }, + { + "rank": 4, + "brand": "NuTech", + "product": "39N08E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 72.235, + "Lodging": 2.853, + "Height": 34.733, + "Protein": 34.3206, + "Oil": 21.0405 + } + }, + { + "rank": 5, + "brand": "AgVenture", + "product": "AV 39B2E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 72.079, + "Lodging": 2.833, + "Height": 34.275, + "Protein": 34.2098, + "Oil": 21.0019 + } + }, + { + "rank": 6, + "brand": "Burrus", + "product": "4134E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 72.023, + "Lodging": 2.968, + "Height": 30.879, + "Protein": 33.8065, + "Oil": 21.2062 + } + }, + { + "rank": 7, + "brand": "AgVenture", + "product": "AV 43B2BE", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 71.939, + "Lodging": 2.993, + "Height": 32.924, + "Protein": 34.9087, + "Oil": 20.4439 + } + }, + { + "rank": 8, + "brand": "Baird Seed", + "product": "Illini 4300N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 70.835, + "Lodging": 1.668, + "Height": 29.124, + "Protein": 33.3516, + "Oil": 21.8014 + } + }, + { + "rank": 9, + "brand": "AgVenture", + "product": "AV 48B2E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 70.707, + "Lodging": 4.838, + "Height": 36.138, + "Protein": 33.4624, + "Oil": 20.6619 + } + }, + { + "rank": 10, + "brand": "Baird Seed", + "product": "Illini 4221N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 69.249, + "Lodging": 3.686, + "Height": 31.38, + "Protein": 33.5127, + "Oil": 21.3613 + } + }, + { + "rank": 11, + "brand": "Dyna-Gro", + "product": "S37XF15", + "traits": "HT:RX ST:Bs", + "metrics": { + "Yield": 69.081, + "Lodging": 2.749, + "Height": 30.951, + "Protein": 32.7448, + "Oil": 20.9353 + } + }, + { + "rank": 12, + "brand": "Dyna-Gro", + "product": "S38EN75", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 68.369, + "Lodging": 0.834, + "Height": 27.788, + "Protein": 34.3, + "Oil": 20.9333 + } + }, + { + "rank": 13, + "brand": "Hoffman", + "product": "H43E25", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 68.268, + "Lodging": 5.704, + "Height": 38.673, + "Protein": 34.2226, + "Oil": 20.8766 + } + }, + { + "rank": 14, + "brand": "AgVenture", + "product": "AV 36B2E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 67.831, + "Lodging": 2.167, + "Height": 31.69, + "Protein": 34.5834, + "Oil": 20.4167 + } + }, + { + "rank": 15, + "brand": "Benson Hill", + "product": "BH39A232", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 66.782, + "Lodging": 3.29, + "Height": 32.004, + "Protein": 34.0395, + "Oil": 20.5629 + } + }, + { + "rank": 16, + "brand": "Benson Hill", + "product": "BH39A150", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 66.707, + "Lodging": 2.989, + "Height": 35.763, + "Protein": 34.66, + "Oil": 20.2792 + } + }, + { + "rank": 17, + "brand": "Hoffman", + "product": "H38E25", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 66.559, + "Lodging": 1.412, + "Height": 30.549, + "Protein": 33.2207, + "Oil": 21.2407 + } + }, + { + "rank": 18, + "brand": "AgVenture", + "product": "AV 47Y6E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 66.055, + "Lodging": 3.157, + "Height": 37.011, + "Protein": 33.6655, + "Oil": 20.7406 + } + }, + { + "rank": 19, + "brand": "Hoffman", + "product": "H393N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 65.782, + "Lodging": 1.8, + "Height": 33.962, + "Protein": 33.972, + "Oil": 20.7812 + } + }, + { + "rank": 20, + "brand": "DONMARIO", + "product": "DM36F84S", + "traits": "HT:RF ST:B", + "metrics": { + "Yield": 65.737, + "Lodging": 2.126, + "Height": 33.528, + "Protein": 33.636, + "Oil": 21.149 + } + }, + { + "rank": 21, + "brand": "AgVenture", + "product": "AV 42A1E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 65.253, + "Lodging": 2.752, + "Height": 34.26, + "Protein": 34.6855, + "Oil": 20.4842 + } + }, + { + "rank": 22, + "brand": "NuTech", + "product": "36N06E", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 65.217, + "Lodging": 2, + "Height": 30.594, + "Protein": 33.3, + "Oil": 21.0833 + } + }, + { + "rank": 23, + "brand": "DONMARIO", + "product": "DM38E54", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 65.177, + "Lodging": 1.833, + "Height": 33.385, + "Protein": 33.9167, + "Oil": 21.1167 + } + }, + { + "rank": 24, + "brand": "Hoffman", + "product": "H42E25", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 63.588, + "Lodging": 3.501, + "Height": 33.858, + "Protein": 33.1056, + "Oil": 21.3696 + } + }, + { + "rank": 25, + "brand": "AgVenture", + "product": "AV 38A1E", + "traits": "HT:EN ST:Bs", + "metrics": { + "Yield": 63.183, + "Lodging": 0, + "Height": 30.598, + "Protein": 34.5167, + "Oil": 21.35 + } + }, + { + "rank": 26, + "brand": "Dyna-gro", + "product": "S41XF65", + "traits": "HT:XF ST:Bs", + "metrics": { + "Yield": 61.836, + "Lodging": 3.608, + "Height": 34.569, + "Protein": 33.9273, + "Oil": 20.4493 + } + }, + { + "rank": 27, + "brand": "DONMARIO", + "product": "DM36E94", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 61.642, + "Lodging": 1.834, + "Height": 30.314, + "Protein": 34.0834, + "Oil": 21.45 + } + }, + { + "rank": 28, + "brand": "Benson Hill", + "product": "BX38F550", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 61.622, + "Lodging": 3.296, + "Height": 36.342, + "Protein": 37.885, + "Oil": 18.3353 + } + }, + { + "rank": 29, + "brand": "Benson Hill", + "product": "BH37U222", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 59.747, + "Lodging": 2.5, + "Height": 34.228, + "Protein": 40.4167, + "Oil": 17.45 + } + }, + { + "rank": 30, + "brand": "Baird Seed", + "product": "Illini 3849N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 59.703, + "Lodging": 2.667, + "Height": 29.56, + "Protein": 31.9333, + "Oil": 22.35 + } + }, + { + "rank": 31, + "brand": "Benson Hill", + "product": "BX36Q861", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 59.05, + "Lodging": 1.334, + "Height": 31.453, + "Protein": 40.9167, + "Oil": 16.8833 + } + }, + { + "rank": 32, + "brand": "Baird Seed", + "product": "Illini 3855N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 58.22, + "Lodging": 1.834, + "Height": 29.077, + "Protein": 33.5667, + "Oil": 20.9833 + } + }, + { + "rank": 33, + "brand": "Benson Hill", + "product": "BH37U221", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 58.215, + "Lodging": 2.167, + "Height": 33.307, + "Protein": 38.45, + "Oil": 18.4 + } + }, + { + "rank": 34, + "brand": "Benson Hill", + "product": "BH37Q218", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 56.758, + "Lodging": 2.334, + "Height": 32.469, + "Protein": 37.9667, + "Oil": 18.7 + } + }, + { + "rank": 35, + "brand": "Benson Hill", + "product": "BH37U206", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 56.498, + "Lodging": 1.667, + "Height": 29.386, + "Protein": 38.95, + "Oil": 17.95 + } + }, + { + "rank": 36, + "brand": "Benson Hill", + "product": "BX37Q467", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 53.756, + "Lodging": 1.833, + "Height": 33.308, + "Protein": 38.9167, + "Oil": 18.3 + } + }, + { + "rank": 37, + "brand": "Benson Hill", + "product": "BH37U205", + "traits": "HT:CV ST:Bs", + "metrics": { + "Yield": 50.815, + "Lodging": 2.293, + "Height": 32.432, + "Protein": 41.4027, + "Oil": 16.774 + } + }, + { + "rank": 38, + "brand": "Baird Seed", + "product": "Illini 3546N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 47.243, + "Lodging": 2.167, + "Height": 30.166, + "Protein": 34.6, + "Oil": 20.4833 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-4.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:05.742971+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.md b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.md new file mode 100644 index 00000000..2800b70a --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2024-r4.md @@ -0,0 +1,62 @@ +# Soybean yield trial — University of Illinois VT, Region 4, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2024 +- **Region:** Region 4 +- **Rotation:** corn following soybean +- **Cooperator / host:** Dennnis Brown +- **County:** Fayette +- **Sites:** St Peter, Belleville +- **Soil type:** Bluford-Damstadt silt loam +- **Tillage:** Field Cultivator, Vertical till +- **Planted:** 2024-05-21 +- **Harvested:** 2024-10-23 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/11/2024-Region-4.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Lodging | Height | Protein | Oil | +|---|---|---|---|---|---|---|---|---| +| 1 | AgVenture | AV 45B2E | HT:EN ST:Be | 73.71 | 4.867 | 37.168 | 33.2013 | 20.7479 | +| 2 | AgVenture | AV 41Y5E | HT:EN ST:Bs | 72.718 | 3.191 | 33.201 | 33.9174 | 20.8434 | +| 3 | AgVenture | AV 44B2E | HT:EN ST:Be | 72.516 | 4.099 | 36.747 | 32.9277 | 21.1774 | +| 4 | NuTech | 39N08E | HT:EN ST:B | 72.235 | 2.853 | 34.733 | 34.3206 | 21.0405 | +| 5 | AgVenture | AV 39B2E | HT:EN ST:Be | 72.079 | 2.833 | 34.275 | 34.2098 | 21.0019 | +| 6 | Burrus | 4134E | HT:EN ST:Bs | 72.023 | 2.968 | 30.879 | 33.8065 | 21.2062 | +| 7 | AgVenture | AV 43B2BE | HT:EN ST:Be | 71.939 | 2.993 | 32.924 | 34.9087 | 20.4439 | +| 8 | Baird Seed | Illini 4300N | HT:CV ST:B | 70.835 | 1.668 | 29.124 | 33.3516 | 21.8014 | +| 9 | AgVenture | AV 48B2E | HT:EN ST:Be | 70.707 | 4.838 | 36.138 | 33.4624 | 20.6619 | +| 10 | Baird Seed | Illini 4221N | HT:CV ST:B | 69.249 | 3.686 | 31.38 | 33.5127 | 21.3613 | +| 11 | Dyna-Gro | S37XF15 | HT:RX ST:Bs | 69.081 | 2.749 | 30.951 | 32.7448 | 20.9353 | +| 12 | Dyna-Gro | S38EN75 | HT:EN ST:Bs | 68.369 | 0.834 | 27.788 | 34.3 | 20.9333 | +| 13 | Hoffman | H43E25 | HT:EN ST:B | 68.268 | 5.704 | 38.673 | 34.2226 | 20.8766 | +| 14 | AgVenture | AV 36B2E | HT:EN ST:Be | 67.831 | 2.167 | 31.69 | 34.5834 | 20.4167 | +| 15 | Benson Hill | BH39A232 | HT:CV ST:Bs | 66.782 | 3.29 | 32.004 | 34.0395 | 20.5629 | +| 16 | Benson Hill | BH39A150 | HT:CV ST:Bs | 66.707 | 2.989 | 35.763 | 34.66 | 20.2792 | +| 17 | Hoffman | H38E25 | HT:EN ST:B | 66.559 | 1.412 | 30.549 | 33.2207 | 21.2407 | +| 18 | AgVenture | AV 47Y6E | HT:EN ST:Bs | 66.055 | 3.157 | 37.011 | 33.6655 | 20.7406 | +| 19 | Hoffman | H393N | HT:CV ST:B | 65.782 | 1.8 | 33.962 | 33.972 | 20.7812 | +| 20 | DONMARIO | DM36F84S | HT:RF ST:B | 65.737 | 2.126 | 33.528 | 33.636 | 21.149 | +| 21 | AgVenture | AV 42A1E | HT:EN ST:Bs | 65.253 | 2.752 | 34.26 | 34.6855 | 20.4842 | +| 22 | NuTech | 36N06E | HT:EN ST:B | 65.217 | 2 | 30.594 | 33.3 | 21.0833 | +| 23 | DONMARIO | DM38E54 | HT:EN ST:B | 65.177 | 1.833 | 33.385 | 33.9167 | 21.1167 | +| 24 | Hoffman | H42E25 | HT:EN ST:B | 63.588 | 3.501 | 33.858 | 33.1056 | 21.3696 | +| 25 | AgVenture | AV 38A1E | HT:EN ST:Bs | 63.183 | 0 | 30.598 | 34.5167 | 21.35 | +| 26 | Dyna-gro | S41XF65 | HT:XF ST:Bs | 61.836 | 3.608 | 34.569 | 33.9273 | 20.4493 | +| 27 | DONMARIO | DM36E94 | HT:EN ST:B | 61.642 | 1.834 | 30.314 | 34.0834 | 21.45 | +| 28 | Benson Hill | BX38F550 | HT:CV ST:Bs | 61.622 | 3.296 | 36.342 | 37.885 | 18.3353 | +| 29 | Benson Hill | BH37U222 | HT:CV ST:Bs | 59.747 | 2.5 | 34.228 | 40.4167 | 17.45 | +| 30 | Baird Seed | Illini 3849N | HT:CV ST:B | 59.703 | 2.667 | 29.56 | 31.9333 | 22.35 | +| 31 | Benson Hill | BX36Q861 | HT:CV ST:Bs | 59.05 | 1.334 | 31.453 | 40.9167 | 16.8833 | +| 32 | Baird Seed | Illini 3855N | HT:CV ST:B | 58.22 | 1.834 | 29.077 | 33.5667 | 20.9833 | +| 33 | Benson Hill | BH37U221 | HT:CV ST:Bs | 58.215 | 2.167 | 33.307 | 38.45 | 18.4 | +| 34 | Benson Hill | BH37Q218 | HT:CV ST:Bs | 56.758 | 2.334 | 32.469 | 37.9667 | 18.7 | +| 35 | Benson Hill | BH37U206 | HT:CV ST:Bs | 56.498 | 1.667 | 29.386 | 38.95 | 17.95 | +| 36 | Benson Hill | BX37Q467 | HT:CV ST:Bs | 53.756 | 1.833 | 33.308 | 38.9167 | 18.3 | +| 37 | Benson Hill | BH37U205 | HT:CV ST:Bs | 50.815 | 2.293 | 32.432 | 41.4027 | 16.774 | +| 38 | Baird Seed | Illini 3546N | HT:CV ST:B | 47.243 | 2.167 | 30.166 | 34.6 | 20.4833 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.json b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.json new file mode 100644 index 00000000..bb36a2f1 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.json @@ -0,0 +1,401 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2025-r1", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 1", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "John and Jim Boesche", + "county": "DeKalb", + "sites": [ + "DeKalb" + ], + "soil_type": "Catlin silt loam", + "tillage": "Field cultivator", + "planted_date": "2025-05-12", + "harvested_date": "2025-10-28", + "row_width": null, + "latitude": 41.8631926709107, + "longitude": -88.8035357546356, + "results": [ + { + "rank": 1, + "brand": "Viking | Blue River", + "product": "32B6", + "traits": "HT:CV", + "metrics": { + "Yield": 95.69, + "Lodging": 3.33, + "Height": 44.67, + "Protein": 35.17, + "Oil": 19.27 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 94.6, + "Lodging": 3.67, + "Height": 40.67, + "Protein": 34.27, + "Oil": 19.93 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO 2366E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 94.36, + "Lodging": 2.67, + "Height": 38, + "Protein": 34.1, + "Oil": 20.53 + } + }, + { + "rank": 4, + "brand": "DeRaedt", + "product": "2526 E-3", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 94.22, + "Lodging": 3.33, + "Height": 39.33, + "Protein": 34.07, + "Oil": 19.7 + } + }, + { + "rank": 5, + "brand": "Lakeview Farms", + "product": "LVF2872", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 92.74, + "Lodging": 4.33, + "Height": 42, + "Protein": 34.43, + "Oil": 19.57 + } + }, + { + "rank": 6, + "brand": "Viking | Blue River", + "product": "27B4", + "traits": "HT:CV", + "metrics": { + "Yield": 92.56, + "Lodging": 4, + "Height": 44, + "Protein": 34.57, + "Oil": 19.43 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO 2556E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 91.07, + "Lodging": 1.67, + "Height": 38.67, + "Protein": 34.5, + "Oil": 19.6 + } + }, + { + "rank": 8, + "brand": "DONMARIO", + "product": "DM24E84", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 90.5, + "Lodging": 1.67, + "Height": 40, + "Protein": 35.67, + "Oil": 19.23 + } + }, + { + "rank": 9, + "brand": "Burrus", + "product": "2916E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 90.42, + "Lodging": 4, + "Height": 40.67, + "Protein": 33.73, + "Oil": 20.23 + } + }, + { + "rank": 10, + "brand": "Viking | Blue River", + "product": "30B6", + "traits": "HT:CV", + "metrics": { + "Yield": 89.57, + "Lodging": 3.33, + "Height": 35.33, + "Protein": 33.57, + "Oil": 19.93 + } + }, + { + "rank": 11, + "brand": "DeRaedt", + "product": "2525 E-3", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 89.52, + "Lodging": 4.33, + "Height": 41.33, + "Protein": 34.77, + "Oil": 20.13 + } + }, + { + "rank": 12, + "brand": "DeRaedt", + "product": "2624 E-3", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 89.49, + "Lodging": 2, + "Height": 37.33, + "Protein": 33.77, + "Oil": 20.5 + } + }, + { + "rank": 13, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 87.34, + "Lodging": 1.67, + "Height": 40, + "Protein": 33.77, + "Oil": 20.1 + } + }, + { + "rank": 14, + "brand": "Viking | Blue River", + "product": "30B4", + "traits": "HT:CV", + "metrics": { + "Yield": 87.15, + "Lodging": 2, + "Height": 44.67, + "Protein": 35.17, + "Oil": 18.67 + } + }, + { + "rank": 15, + "brand": "Lakeview Farms", + "product": "LVF1973", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 86.76, + "Lodging": 7, + "Height": 40.67, + "Protein": 34.17, + "Oil": 20.37 + } + }, + { + "rank": 16, + "brand": "Cornelius", + "product": "CB25C10", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 85.98, + "Lodging": 2.67, + "Height": 40, + "Protein": 35.03, + "Oil": 19.63 + } + }, + { + "rank": 17, + "brand": "Lakeview Farms", + "product": "LVF3073", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 85.07, + "Lodging": 3.33, + "Height": 47.33, + "Protein": 34.7, + "Oil": 19.17 + } + }, + { + "rank": 18, + "brand": "Northern Star", + "product": "2788Np", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 84.66, + "Lodging": 4.33, + "Height": 42, + "Protein": 34.87, + "Oil": 19.87 + } + }, + { + "rank": 19, + "brand": "Confluence Genetics", + "product": "BH23H228", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 84.63, + "Lodging": 4, + "Height": 42.67, + "Protein": 36.93, + "Oil": 18.57 + } + }, + { + "rank": 20, + "brand": "Lakeview Farms", + "product": "LVF2545", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 84.03, + "Lodging": 6.67, + "Height": 42, + "Protein": 34.13, + "Oil": 20.23 + } + }, + { + "rank": 21, + "brand": "Cornelius", + "product": "CB27C10", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 83.87, + "Lodging": 4, + "Height": 45.33, + "Protein": 35.3, + "Oil": 19.3 + } + }, + { + "rank": 22, + "brand": "Viking | Blue River", + "product": "3418N", + "traits": "HT:CV", + "metrics": { + "Yield": 83.52, + "Lodging": 1.67, + "Height": 44, + "Protein": 34.9, + "Oil": 18.63 + } + }, + { + "rank": 23, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 83.47, + "Lodging": 5.67, + "Height": 40, + "Protein": 34.77, + "Oil": 19.23 + } + }, + { + "rank": 24, + "brand": "Lakeview Farms", + "product": "LVF2849", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 81.91, + "Lodging": 5, + "Height": 37.33, + "Protein": 33.73, + "Oil": 21.03 + } + }, + { + "rank": 25, + "brand": "Baird Seed", + "product": "Illini 2812Na", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 80.1, + "Lodging": 4, + "Height": 40, + "Protein": 35.6, + "Oil": 19.43 + } + }, + { + "rank": 26, + "brand": "Lakeview Farms", + "product": "LVF2632", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 78.89, + "Lodging": 2.33, + "Height": 41.33, + "Protein": 35.2, + "Oil": 19.7 + } + }, + { + "rank": 27, + "brand": "Baird Seed", + "product": "Illini 1958N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.24, + "Lodging": 5.33, + "Height": 42, + "Protein": 34.3, + "Oil": 20.77 + } + }, + { + "rank": 28, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 75.11, + "Lodging": 0.67, + "Height": 42, + "Protein": 39.7, + "Oil": 17.47 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/2025-Region-1.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:58.739840+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.md b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.md new file mode 100644 index 00000000..1aea87e0 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r1.md @@ -0,0 +1,52 @@ +# Soybean yield trial — University of Illinois VT, Region 1, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2025 +- **Region:** Region 1 +- **Rotation:** corn following soybean +- **Cooperator / host:** John and Jim Boesche +- **County:** DeKalb +- **Sites:** DeKalb +- **Soil type:** Catlin silt loam +- **Tillage:** Field cultivator +- **Planted:** 2025-05-12 +- **Harvested:** 2025-10-28 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/2025-Region-1.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Lodging | Height | Protein | Oil | +|---|---|---|---|---|---|---|---|---| +| 1 | Viking | Blue River | 32B6 | HT:CV | 95.69 | 3.33 | 44.67 | 35.17 | 19.27 | +| 2 | Xitavo | XO 2926E | HT:EN ST:Be | 94.6 | 3.67 | 40.67 | 34.27 | 19.93 | +| 3 | Xitavo | XO 2366E | HT:EN ST:Be | 94.36 | 2.67 | 38 | 34.1 | 20.53 | +| 4 | DeRaedt | 2526 E-3 | HT:EN ST:B | 94.22 | 3.33 | 39.33 | 34.07 | 19.7 | +| 5 | Lakeview Farms | LVF2872 | HT:CV ST:B | 92.74 | 4.33 | 42 | 34.43 | 19.57 | +| 6 | Viking | Blue River | 27B4 | HT:CV | 92.56 | 4 | 44 | 34.57 | 19.43 | +| 7 | Xitavo | XO 2556E | HT:EN ST:Be | 91.07 | 1.67 | 38.67 | 34.5 | 19.6 | +| 8 | DONMARIO | DM24E84 | HT:EN ST:BS | 90.5 | 1.67 | 40 | 35.67 | 19.23 | +| 9 | Burrus | 2916E | HT:EN ST:BS | 90.42 | 4 | 40.67 | 33.73 | 20.23 | +| 10 | Viking | Blue River | 30B6 | HT:CV | 89.57 | 3.33 | 35.33 | 33.57 | 19.93 | +| 11 | DeRaedt | 2525 E-3 | HT:EN ST:B | 89.52 | 4.33 | 41.33 | 34.77 | 20.13 | +| 12 | DeRaedt | 2624 E-3 | HT:EN ST:B | 89.49 | 2 | 37.33 | 33.77 | 20.5 | +| 13 | Xitavo | XO 3014E | HT:EN ST:Be | 87.34 | 1.67 | 40 | 33.77 | 20.1 | +| 14 | Viking | Blue River | 30B4 | HT:CV | 87.15 | 2 | 44.67 | 35.17 | 18.67 | +| 15 | Lakeview Farms | LVF1973 | HT:CV ST:B | 86.76 | 7 | 40.67 | 34.17 | 20.37 | +| 16 | Cornelius | CB25C10 | HT:CV ST:BS | 85.98 | 2.67 | 40 | 35.03 | 19.63 | +| 17 | Lakeview Farms | LVF3073 | HT:CV ST:B | 85.07 | 3.33 | 47.33 | 34.7 | 19.17 | +| 18 | Northern Star | 2788Np | HT:CV ST:B | 84.66 | 4.33 | 42 | 34.87 | 19.87 | +| 19 | Confluence Genetics | BH23H228 | HT:CV ST:BS | 84.63 | 4 | 42.67 | 36.93 | 18.57 | +| 20 | Lakeview Farms | LVF2545 | HT:CV ST:B | 84.03 | 6.67 | 42 | 34.13 | 20.23 | +| 21 | Cornelius | CB27C10 | HT:CV ST:BS | 83.87 | 4 | 45.33 | 35.3 | 19.3 | +| 22 | Viking | Blue River | 3418N | HT:CV | 83.52 | 1.67 | 44 | 34.9 | 18.63 | +| 23 | Xitavo | XO 2865E | HT:EN ST:Be | 83.47 | 5.67 | 40 | 34.77 | 19.23 | +| 24 | Lakeview Farms | LVF2849 | HT:CV ST:B | 81.91 | 5 | 37.33 | 33.73 | 21.03 | +| 25 | Baird Seed | Illini 2812Na | HT:CV ST:B | 80.1 | 4 | 40 | 35.6 | 19.43 | +| 26 | Lakeview Farms | LVF2632 | HT:CV ST:B | 78.89 | 2.33 | 41.33 | 35.2 | 19.7 | +| 27 | Baird Seed | Illini 1958N | HT:CV ST:B | 77.24 | 5.33 | 42 | 34.3 | 20.77 | +| 28 | Confluence Genetics | BH31Q146 | HT:STS ST:BS | 75.11 | 0.67 | 42 | 39.7 | 17.47 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.json b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.json new file mode 100644 index 00000000..43364ce4 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.json @@ -0,0 +1,494 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2025-r2", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 2", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Greg Steckel", + "county": "Warren", + "sites": [ + "Monmouth", + "Goodfield" + ], + "soil_type": "Sabble silty clay loam", + "tillage": "Field cultivate", + "planted_date": "2025-05-13", + "harvested_date": "2025-10-14", + "row_width": null, + "latitude": 40.929861, + "longitude": -90.725704, + "results": [ + { + "rank": 1, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 86.24, + "Height": 39.36, + "Protein": 34.05, + "Oil": 19.85 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "3578E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 84.58, + "Height": -9, + "Protein": 33.62, + "Oil": 20.17 + } + }, + { + "rank": 3, + "brand": "Baird Seed", + "product": "Illini HPB 3441NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 81.61, + "Height": 38.36, + "Protein": 33.75, + "Oil": 20.23 + } + }, + { + "rank": 4, + "brand": "Burrus", + "product": "3472E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 81.18, + "Height": 37.44, + "Protein": 36.37, + "Oil": 19.7 + } + }, + { + "rank": 5, + "brand": "Sun Prairie", + "product": "SP 35E36", + "traits": "HT:RL ST:B", + "metrics": { + "Yield": 80.86, + "Height": 34.5, + "Protein": 33.33, + "Oil": 19.93 + } + }, + { + "rank": 6, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 79.87, + "Height": 41.36, + "Protein": 35.8, + "Oil": 19.38 + } + }, + { + "rank": 7, + "brand": "DONMARIO", + "product": "DM33E55", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 79.71, + "Height": 41.78, + "Protein": 34.1, + "Oil": 20.82 + } + }, + { + "rank": 8, + "brand": "Lakeview Farms", + "product": "LVF3472", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 79.32, + "Height": -9, + "Protein": 34.25, + "Oil": 19.48 + } + }, + { + "rank": 9, + "brand": "Lakeview Farms", + "product": "LVF3674", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 78.79, + "Height": 40.33, + "Protein": 37.35, + "Oil": 22.1 + } + }, + { + "rank": 10, + "brand": "Lakeview Farms", + "product": "LVF3831", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 78.68, + "Height": 37.7, + "Protein": 33.78, + "Oil": 19.6 + } + }, + { + "rank": 11, + "brand": "Sun Prairie", + "product": "SP 36F25", + "traits": "HT:RL ST:B", + "metrics": { + "Yield": 78.4, + "Height": 42.33, + "Protein": 34.45, + "Oil": 19.82 + } + }, + { + "rank": 12, + "brand": "Burrus", + "product": "3287E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 76.99, + "Height": 36.5, + "Protein": 34.65, + "Oil": 19.98 + } + }, + { + "rank": 13, + "brand": "Confluence Genetics", + "product": "BH39A232", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 76.34, + "Height": 41.5, + "Protein": 34.78, + "Oil": 19 + } + }, + { + "rank": 14, + "brand": "Sun Prairie", + "product": "SP 33E36", + "traits": "HT:RL ST:B", + "metrics": { + "Yield": 75.92, + "Height": 38.17, + "Protein": 33.6, + "Oil": 20.2 + } + }, + { + "rank": 15, + "brand": "Lakeview Farms", + "product": "LVF2849", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 74.44, + "Height": 37.33, + "Protein": 37.53, + "Oil": 22.85 + } + }, + { + "rank": 16, + "brand": "Confluence Genetics", + "product": "BH39A150", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 73.27, + "Height": 45.86, + "Protein": 34.87, + "Oil": 18.95 + } + }, + { + "rank": 17, + "brand": "Burrus", + "product": "2916E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 73.19, + "Height": 37.5, + "Protein": 34.17, + "Oil": 20.12 + } + }, + { + "rank": 18, + "brand": "Lakeview Farms", + "product": "LVF2872", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 72.94, + "Height": 37.17, + "Protein": 34.37, + "Oil": 19.83 + } + }, + { + "rank": 19, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 72.69, + "Height": 41.67, + "Protein": 35.05, + "Oil": 19.33 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 72.59, + "Height": 37.17, + "Protein": 34.15, + "Oil": 19.95 + } + }, + { + "rank": 21, + "brand": "Confluence Genetics", + "product": "C38H052S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 71.8, + "Height": 39.28, + "Protein": 36.88, + "Oil": 18.1 + } + }, + { + "rank": 22, + "brand": "Confluence Genetics", + "product": "C37H051S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 71.32, + "Height": 42.53, + "Protein": 37.15, + "Oil": 16.95 + } + }, + { + "rank": 23, + "brand": "Lakeview Farms", + "product": "LVF3134", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 71.31, + "Height": 37.5, + "Protein": 34.12, + "Oil": 20.67 + } + }, + { + "rank": 24, + "brand": "Lakeview Farms", + "product": "LVF3432", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 71.29, + "Height": 38.69, + "Protein": 37.27, + "Oil": 22.17 + } + }, + { + "rank": 25, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 71.1, + "Height": 38.5, + "Protein": 34.43, + "Oil": 19.22 + } + }, + { + "rank": 26, + "brand": "DONMARIO", + "product": "DM24E84", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 69.77, + "Height": 38.5, + "Protein": 38.05, + "Oil": 22.38 + } + }, + { + "rank": 27, + "brand": "Lakeview Farms", + "product": "LVF3073", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 68.93, + "Height": 43.33, + "Protein": 34.47, + "Oil": 19.42 + } + }, + { + "rank": 28, + "brand": "Northern Star", + "product": "2965N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 68.34, + "Height": 36.5, + "Protein": 37.48, + "Oil": 22.32 + } + }, + { + "rank": 29, + "brand": "Northern Star", + "product": "3113Np", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 68.18, + "Height": 36.17, + "Protein": 34.38, + "Oil": 20.63 + } + }, + { + "rank": 30, + "brand": "Baird Seed", + "product": "Illini 2812Na", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 67.91, + "Height": 38.17, + "Protein": 35.23, + "Oil": 20.1 + } + }, + { + "rank": 31, + "brand": "Confluence Genetics", + "product": "BH38F550", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 67.48, + "Height": 44.28, + "Protein": 38.17, + "Oil": 17.52 + } + }, + { + "rank": 32, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 67.14, + "Height": 39.86, + "Protein": 39.07, + "Oil": 17.35 + } + }, + { + "rank": 33, + "brand": "Confluence Genetics", + "product": "BH37Q218", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 66.77, + "Height": 47.78, + "Protein": 39.17, + "Oil": 17.77 + } + }, + { + "rank": 34, + "brand": "Baird Seed", + "product": "Illini 2999N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 64.96, + "Height": 38.33, + "Protein": 36.1, + "Oil": 19.18 + } + }, + { + "rank": 35, + "brand": "Confluence Genetics", + "product": "BX39C784", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 64.41, + "Height": 45.17, + "Protein": 39.55, + "Oil": 21.15 + } + }, + { + "rank": 36, + "brand": "Confluence Genetics", + "product": "BH36U203", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 63.34, + "Height": 39.67, + "Protein": 43.33, + "Oil": 20.43 + } + }, + { + "rank": 37, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 60.59, + "Height": 37.5, + "Protein": 37.57, + "Oil": 22.08 + } + }, + { + "rank": 38, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 60.49, + "Height": 37.67, + "Protein": 40.47, + "Oil": 17.45 + } + } + ], + "n_results": 38, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/2025-Region-2.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:14:59.723924+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.md b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.md new file mode 100644 index 00000000..04d529a1 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r2.md @@ -0,0 +1,62 @@ +# Soybean yield trial — University of Illinois VT, Region 2, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2025 +- **Region:** Region 2 +- **Rotation:** corn following soybean +- **Cooperator / host:** Greg Steckel +- **County:** Warren +- **Sites:** Monmouth, Goodfield +- **Soil type:** Sabble silty clay loam +- **Tillage:** Field cultivate +- **Planted:** 2025-05-13 +- **Harvested:** 2025-10-14 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/11/2025-Region-2.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Protein | Oil | +|---|---|---|---|---|---|---|---| +| 1 | Xitavo | XO 3555E | HT:EN ST:Be | 86.24 | 39.36 | 34.05 | 19.85 | +| 2 | Burrus | 3578E | HT:EN ST:BS | 84.58 | -9 | 33.62 | 20.17 | +| 3 | Baird Seed | Illini HPB 3441NY | HT:CV ST:B | 81.61 | 38.36 | 33.75 | 20.23 | +| 4 | Burrus | 3472E | HT:EN ST:BS | 81.18 | 37.44 | 36.37 | 19.7 | +| 5 | Sun Prairie | SP 35E36 | HT:RL ST:B | 80.86 | 34.5 | 33.33 | 19.93 | +| 6 | Xitavo | XO 3855E | HT:EN ST:Be | 79.87 | 41.36 | 35.8 | 19.38 | +| 7 | DONMARIO | DM33E55 | HT:EN ST:BS | 79.71 | 41.78 | 34.1 | 20.82 | +| 8 | Lakeview Farms | LVF3472 | HT:CV ST:B | 79.32 | -9 | 34.25 | 19.48 | +| 9 | Lakeview Farms | LVF3674 | HT:CV ST:B | 78.79 | 40.33 | 37.35 | 22.1 | +| 10 | Lakeview Farms | LVF3831 | HT:CV ST:B | 78.68 | 37.7 | 33.78 | 19.6 | +| 11 | Sun Prairie | SP 36F25 | HT:RL ST:B | 78.4 | 42.33 | 34.45 | 19.82 | +| 12 | Burrus | 3287E | HT:EN ST:BS | 76.99 | 36.5 | 34.65 | 19.98 | +| 13 | Confluence Genetics | BH39A232 | HT:CV ST:BS | 76.34 | 41.5 | 34.78 | 19 | +| 14 | Sun Prairie | SP 33E36 | HT:RL ST:B | 75.92 | 38.17 | 33.6 | 20.2 | +| 15 | Lakeview Farms | LVF2849 | HT:CV ST:B | 74.44 | 37.33 | 37.53 | 22.85 | +| 16 | Confluence Genetics | BH39A150 | HT:CV ST:BS | 73.27 | 45.86 | 34.87 | 18.95 | +| 17 | Burrus | 2916E | HT:EN ST:BS | 73.19 | 37.5 | 34.17 | 20.12 | +| 18 | Lakeview Farms | LVF2872 | HT:CV ST:B | 72.94 | 37.17 | 34.37 | 19.83 | +| 19 | Confluence Genetics | BH35A233 | HT:CV ST:BS | 72.69 | 41.67 | 35.05 | 19.33 | +| 20 | Xitavo | XO 3014E | HT:EN ST:Be | 72.59 | 37.17 | 34.15 | 19.95 | +| 21 | Confluence Genetics | C38H052S | HT:STS ST:BS | 71.8 | 39.28 | 36.88 | 18.1 | +| 22 | Confluence Genetics | C37H051S | HT:STS ST:BS | 71.32 | 42.53 | 37.15 | 16.95 | +| 23 | Lakeview Farms | LVF3134 | HT:CV ST:B | 71.31 | 37.5 | 34.12 | 20.67 | +| 24 | Lakeview Farms | LVF3432 | HT:CV ST:B | 71.29 | 38.69 | 37.27 | 22.17 | +| 25 | Xitavo | XO 2865E | HT:EN ST:Be | 71.1 | 38.5 | 34.43 | 19.22 | +| 26 | DONMARIO | DM24E84 | HT:EN ST:BS | 69.77 | 38.5 | 38.05 | 22.38 | +| 27 | Lakeview Farms | LVF3073 | HT:CV ST:B | 68.93 | 43.33 | 34.47 | 19.42 | +| 28 | Northern Star | 2965N | HT:CV ST:B | 68.34 | 36.5 | 37.48 | 22.32 | +| 29 | Northern Star | 3113Np | HT:CV ST:B | 68.18 | 36.17 | 34.38 | 20.63 | +| 30 | Baird Seed | Illini 2812Na | HT:CV ST:B | 67.91 | 38.17 | 35.23 | 20.1 | +| 31 | Confluence Genetics | BH38F550 | HT:CV ST:BS | 67.48 | 44.28 | 38.17 | 17.52 | +| 32 | Confluence Genetics | N35D950S | HT:STS ST:BS | 67.14 | 39.86 | 39.07 | 17.35 | +| 33 | Confluence Genetics | BH37Q218 | HT:CV ST:BS | 66.77 | 47.78 | 39.17 | 17.77 | +| 34 | Baird Seed | Illini 2999N | HT:CV ST:B | 64.96 | 38.33 | 36.1 | 19.18 | +| 35 | Confluence Genetics | BX39C784 | HT:CV ST:BS | 64.41 | 45.17 | 39.55 | 21.15 | +| 36 | Confluence Genetics | BH36U203 | HT:CV ST:BS | 63.34 | 39.67 | 43.33 | 20.43 | +| 37 | Xitavo | XO 2926E | HT:EN ST:Be | 60.59 | 37.5 | 37.57 | 22.08 | +| 38 | Confluence Genetics | BH31Q146 | HT:STS ST:BS | 60.49 | 37.67 | 40.47 | 17.45 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.json b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.json new file mode 100644 index 00000000..7f4f7a9d --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.json @@ -0,0 +1,545 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2025-r3", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 3", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Luke Merritt", + "county": "Pike", + "sites": [ + "Perry", + "Urbana" + ], + "soil_type": "Ipava silt loam", + "tillage": "Field cultivate", + "planted_date": "2025-05-09", + "harvested_date": "2025-10-02", + "row_width": null, + "latitude": 39.8389444, + "longitude": -90.822244, + "results": [ + { + "rank": 1, + "brand": "Burrus", + "product": "3578E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 83.2, + "Lodging": 3.67, + "Height": 35.67, + "Protein": 33.02, + "Oil": 20.37 + } + }, + { + "rank": 2, + "brand": "Burrus", + "product": "3287E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 81.91, + "Lodging": 3, + "Height": 38.67, + "Protein": 33.75, + "Oil": 20.37 + } + }, + { + "rank": 3, + "brand": "DONMARIO", + "product": "DM33E55", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 79.48, + "Lodging": 1.33, + "Height": 39.83, + "Protein": 33.77, + "Oil": 21.05 + } + }, + { + "rank": 4, + "brand": "Northern Star", + "product": "3722N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 79.07, + "Lodging": 3.33, + "Height": 39.5, + "Protein": 34.2, + "Oil": 20.07 + } + }, + { + "rank": 5, + "brand": "Lakeview Farms", + "product": "LVF2872", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 78.82, + "Lodging": 3, + "Height": 38.17, + "Protein": 33.25, + "Oil": 21.27 + } + }, + { + "rank": 6, + "brand": "Burrus", + "product": "3472E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 78.76, + "Lodging": 2, + "Height": 36.67, + "Protein": 35.5, + "Oil": 20.7 + } + }, + { + "rank": 7, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 78.26, + "Lodging": 3.17, + "Height": 35.5, + "Protein": 33.03, + "Oil": 20.58 + } + }, + { + "rank": 8, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 78.22, + "Lodging": 2, + "Height": 38.33, + "Protein": 33.35, + "Oil": 20.38 + } + }, + { + "rank": 9, + "brand": "Baird Seed", + "product": "Illini 2812Na", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.79, + "Lodging": 1.17, + "Height": 37.5, + "Protein": 34.13, + "Oil": 20.8 + } + }, + { + "rank": 10, + "brand": "Lakeview Farms", + "product": "LVF3674", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.56, + "Lodging": 2.67, + "Height": 36.17, + "Protein": 33.03, + "Oil": 20.53 + } + }, + { + "rank": 11, + "brand": "Lakeview Farms", + "product": "LVF3432", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.52, + "Lodging": 2.17, + "Height": 39.5, + "Protein": 33.03, + "Oil": 20.77 + } + }, + { + "rank": 12, + "brand": "Baird Seed", + "product": "Illini HPB 3441NY", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 77.1, + "Lodging": 3.33, + "Height": 39.83, + "Protein": 33.17, + "Oil": 20.7 + } + }, + { + "rank": 13, + "brand": "DONMARIO", + "product": "DM38E54", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 76.84, + "Lodging": 2.33, + "Height": 41.83, + "Protein": 33.4, + "Oil": 20.42 + } + }, + { + "rank": 14, + "brand": "Lakeview Farms", + "product": "LVF3073", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 75.69, + "Lodging": 3.33, + "Height": 43, + "Protein": 33.47, + "Oil": 20.68 + } + }, + { + "rank": 15, + "brand": "Lakeview Farms", + "product": "LVF3472", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 75.45, + "Lodging": 1.83, + "Height": 37.83, + "Protein": 33.95, + "Oil": 20.07 + } + }, + { + "rank": 16, + "brand": "DONMARIO", + "product": "DM36E94", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 74.68, + "Lodging": 3.67, + "Height": 38.83, + "Protein": 33.57, + "Oil": 20.93 + } + }, + { + "rank": 17, + "brand": "Confluence Genetics", + "product": "BH39A232", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 74.57, + "Lodging": 2.5, + "Height": 41.33, + "Protein": 33.63, + "Oil": 20 + } + }, + { + "rank": 18, + "brand": "Burrus", + "product": "4353E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 74.52, + "Lodging": 1.83, + "Height": 43.83, + "Protein": 33.62, + "Oil": 19.82 + } + }, + { + "rank": 19, + "brand": "Sun Prairie", + "product": "SP 35E36", + "traits": "HT:RL ST:B", + "metrics": { + "Yield": 74.44, + "Lodging": 2.5, + "Height": 34.83, + "Protein": 32.98, + "Oil": 20.33 + } + }, + { + "rank": 20, + "brand": "Northern Star", + "product": "7246N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 74.15, + "Lodging": 2.17, + "Height": 37, + "Protein": 33.17, + "Oil": 20.7 + } + }, + { + "rank": 21, + "brand": "Xitavo", + "product": "XO 4056E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 74.02, + "Lodging": 1.67, + "Height": 35.17, + "Protein": 34.47, + "Oil": 20.05 + } + }, + { + "rank": 22, + "brand": "Lakeview Farms", + "product": "LVF2849", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 73.97, + "Lodging": 3.33, + "Height": 38.67, + "Protein": 32.98, + "Oil": 21.52 + } + }, + { + "rank": 23, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 73.78, + "Lodging": 3, + "Height": 40, + "Protein": 34.03, + "Oil": 20.08 + } + }, + { + "rank": 24, + "brand": "Baird Seed", + "product": "Illini 3849N", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 73.68, + "Lodging": 2.5, + "Height": 38, + "Protein": 32.22, + "Oil": 21.2 + } + }, + { + "rank": 25, + "brand": "Sun Prairie", + "product": "SP 33E36", + "traits": "HT:RL ST:B", + "metrics": { + "Yield": 73.59, + "Lodging": 3.67, + "Height": 39.33, + "Protein": 33.2, + "Oil": 20.65 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 72.25, + "Lodging": 2, + "Height": 36.67, + "Protein": 35.08, + "Oil": 19.12 + } + }, + { + "rank": 27, + "brand": "Confluence Genetics", + "product": "BH39A150", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 72.07, + "Lodging": 3.33, + "Height": 42.83, + "Protein": 33.53, + "Oil": 19.57 + } + }, + { + "rank": 28, + "brand": "DONMARIO", + "product": "DM37F85", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 70.93, + "Lodging": 1.33, + "Height": 37.33, + "Protein": 33.25, + "Oil": 19.52 + } + }, + { + "rank": 29, + "brand": "Lakeview Farms", + "product": "LVF3134", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 70.6, + "Lodging": 1.33, + "Height": 36.83, + "Protein": 33.2, + "Oil": 21.32 + } + }, + { + "rank": 30, + "brand": "Sun Prairie", + "product": "SP 36F25", + "traits": "HT:RL ST:B", + "metrics": { + "Yield": 70.12, + "Lodging": 3.33, + "Height": 40.33, + "Protein": 32.88, + "Oil": 20.1 + } + }, + { + "rank": 31, + "brand": "Burrus", + "product": "3908F", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 67.95, + "Lodging": 0.83, + "Height": 40.17, + "Protein": 34.05, + "Oil": 20.23 + } + }, + { + "rank": 32, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 67.6, + "Lodging": 1.33, + "Height": 39.67, + "Protein": 37.98, + "Oil": 18.28 + } + }, + { + "rank": 33, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 66.85, + "Lodging": 2.17, + "Height": 39.17, + "Protein": 38.37, + "Oil": 17.88 + } + }, + { + "rank": 34, + "brand": "Confluence Genetics", + "product": "C38H052S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 65.7, + "Lodging": 1, + "Height": 38.33, + "Protein": 35.63, + "Oil": 19.27 + } + }, + { + "rank": 35, + "brand": "Confluence Genetics", + "product": "C37H051S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 65.11, + "Lodging": 1, + "Height": 39.83, + "Protein": 35.58, + "Oil": 17.93 + } + }, + { + "rank": 36, + "brand": "Confluence Genetics", + "product": "BH37Q218", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 64.94, + "Lodging": 1.83, + "Height": 40.33, + "Protein": 37.57, + "Oil": 18.1 + } + }, + { + "rank": 37, + "brand": "Confluence Genetics", + "product": "BH38F550", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 64.34, + "Lodging": 1.5, + "Height": 41.33, + "Protein": 37.5, + "Oil": 17.93 + } + }, + { + "rank": 38, + "brand": "Confluence Genetics", + "product": "BX39C784", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 62.75, + "Lodging": 2.33, + "Height": 41.5, + "Protein": 36.13, + "Oil": 18.88 + } + }, + { + "rank": 39, + "brand": "Confluence Genetics", + "product": "BH36U203", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 62.28, + "Lodging": 1.17, + "Height": 40, + "Protein": 40.1, + "Oil": 17.35 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/12/2025-Region-3.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:00.780395+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.md b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.md new file mode 100644 index 00000000..1ce3c6a6 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r3.md @@ -0,0 +1,63 @@ +# Soybean yield trial — University of Illinois VT, Region 3, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2025 +- **Region:** Region 3 +- **Rotation:** corn following soybean +- **Cooperator / host:** Luke Merritt +- **County:** Pike +- **Sites:** Perry, Urbana +- **Soil type:** Ipava silt loam +- **Tillage:** Field cultivate +- **Planted:** 2025-05-09 +- **Harvested:** 2025-10-02 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/12/2025-Region-3.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Lodging | Height | Protein | Oil | +|---|---|---|---|---|---|---|---|---| +| 1 | Burrus | 3578E | HT:EN ST:BS | 83.2 | 3.67 | 35.67 | 33.02 | 20.37 | +| 2 | Burrus | 3287E | HT:EN ST:BS | 81.91 | 3 | 38.67 | 33.75 | 20.37 | +| 3 | DONMARIO | DM33E55 | HT:EN ST:BS | 79.48 | 1.33 | 39.83 | 33.77 | 21.05 | +| 4 | Northern Star | 3722N | HT:CV ST:B | 79.07 | 3.33 | 39.5 | 34.2 | 20.07 | +| 5 | Lakeview Farms | LVF2872 | HT:CV ST:B | 78.82 | 3 | 38.17 | 33.25 | 21.27 | +| 6 | Burrus | 3472E | HT:EN ST:BS | 78.76 | 2 | 36.67 | 35.5 | 20.7 | +| 7 | Xitavo | XO 3555E | HT:EN ST:Be | 78.26 | 3.17 | 35.5 | 33.03 | 20.58 | +| 8 | Xitavo | XO 3014E | HT:EN ST:Be | 78.22 | 2 | 38.33 | 33.35 | 20.38 | +| 9 | Baird Seed | Illini 2812Na | HT:CV ST:B | 77.79 | 1.17 | 37.5 | 34.13 | 20.8 | +| 10 | Lakeview Farms | LVF3674 | HT:CV ST:B | 77.56 | 2.67 | 36.17 | 33.03 | 20.53 | +| 11 | Lakeview Farms | LVF3432 | HT:CV ST:B | 77.52 | 2.17 | 39.5 | 33.03 | 20.77 | +| 12 | Baird Seed | Illini HPB 3441NY | HT:CV ST:B | 77.1 | 3.33 | 39.83 | 33.17 | 20.7 | +| 13 | DONMARIO | DM38E54 | HT:EN ST:BS | 76.84 | 2.33 | 41.83 | 33.4 | 20.42 | +| 14 | Lakeview Farms | LVF3073 | HT:CV ST:B | 75.69 | 3.33 | 43 | 33.47 | 20.68 | +| 15 | Lakeview Farms | LVF3472 | HT:CV ST:B | 75.45 | 1.83 | 37.83 | 33.95 | 20.07 | +| 16 | DONMARIO | DM36E94 | HT:EN ST:BS | 74.68 | 3.67 | 38.83 | 33.57 | 20.93 | +| 17 | Confluence Genetics | BH39A232 | HT:CV ST:BS | 74.57 | 2.5 | 41.33 | 33.63 | 20 | +| 18 | Burrus | 4353E | HT:EN ST:BS | 74.52 | 1.83 | 43.83 | 33.62 | 19.82 | +| 19 | Sun Prairie | SP 35E36 | HT:RL ST:B | 74.44 | 2.5 | 34.83 | 32.98 | 20.33 | +| 20 | Northern Star | 7246N | HT:CV ST:B | 74.15 | 2.17 | 37 | 33.17 | 20.7 | +| 21 | Xitavo | XO 4056E | HT:EN ST:Be | 74.02 | 1.67 | 35.17 | 34.47 | 20.05 | +| 22 | Lakeview Farms | LVF2849 | HT:CV ST:B | 73.97 | 3.33 | 38.67 | 32.98 | 21.52 | +| 23 | Confluence Genetics | BH35A233 | HT:CV ST:BS | 73.78 | 3 | 40 | 34.03 | 20.08 | +| 24 | Baird Seed | Illini 3849N | HT:CV ST:B | 73.68 | 2.5 | 38 | 32.22 | 21.2 | +| 25 | Sun Prairie | SP 33E36 | HT:RL ST:B | 73.59 | 3.67 | 39.33 | 33.2 | 20.65 | +| 26 | Xitavo | XO 3855E | HT:EN ST:Be | 72.25 | 2 | 36.67 | 35.08 | 19.12 | +| 27 | Confluence Genetics | BH39A150 | HT:CV ST:BS | 72.07 | 3.33 | 42.83 | 33.53 | 19.57 | +| 28 | DONMARIO | DM37F85 | HT:RF ST:BS | 70.93 | 1.33 | 37.33 | 33.25 | 19.52 | +| 29 | Lakeview Farms | LVF3134 | HT:CV ST:B | 70.6 | 1.33 | 36.83 | 33.2 | 21.32 | +| 30 | Sun Prairie | SP 36F25 | HT:RL ST:B | 70.12 | 3.33 | 40.33 | 32.88 | 20.1 | +| 31 | Burrus | 3908F | HT:RF ST:BS | 67.95 | 0.83 | 40.17 | 34.05 | 20.23 | +| 32 | Confluence Genetics | BH31Q146 | HT:STS ST:BS | 67.6 | 1.33 | 39.67 | 37.98 | 18.28 | +| 33 | Confluence Genetics | N35D950S | HT:STS ST:BS | 66.85 | 2.17 | 39.17 | 38.37 | 17.88 | +| 34 | Confluence Genetics | C38H052S | HT:STS ST:BS | 65.7 | 1 | 38.33 | 35.63 | 19.27 | +| 35 | Confluence Genetics | C37H051S | HT:STS ST:BS | 65.11 | 1 | 39.83 | 35.58 | 17.93 | +| 36 | Confluence Genetics | BH37Q218 | HT:CV ST:BS | 64.94 | 1.83 | 40.33 | 37.57 | 18.1 | +| 37 | Confluence Genetics | BH38F550 | HT:CV ST:BS | 64.34 | 1.5 | 41.33 | 37.5 | 17.93 | +| 38 | Confluence Genetics | BX39C784 | HT:CV ST:BS | 62.75 | 2.33 | 41.5 | 36.13 | 18.88 | +| 39 | Confluence Genetics | BH36U203 | HT:CV ST:BS | 62.28 | 1.17 | 40 | 40.1 | 17.35 | diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.json b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.json new file mode 100644 index 00000000..58d66d7d --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.json @@ -0,0 +1,346 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-soybeans-2025-r4", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "soybeans", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Region 4", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Emmerick Farms", + "county": "Fayette", + "sites": [ + "St Peter", + "Belleville" + ], + "soil_type": "Parke silt loam", + "tillage": "Vertical Till", + "planted_date": "2025-06-02", + "harvested_date": "2025-11-03", + "row_width": null, + "latitude": 38.895792, + "longitude": -89.222415, + "results": [ + { + "rank": 1, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 69.32, + "Protein": 34.73, + "Oil": 20.23 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 69.29, + "Protein": 35.8, + "Oil": 19.8 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 69.08, + "Protein": 33.4, + "Oil": 21.22 + } + }, + { + "rank": 4, + "brand": "Hoffman", + "product": "H38E25", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 68.37, + "Protein": 33.83, + "Oil": 20.69 + } + }, + { + "rank": 5, + "brand": "Hoffman", + "product": "H35E26", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 65.87, + "Protein": 33.37, + "Oil": 21.22 + } + }, + { + "rank": 6, + "brand": "DONMARIO", + "product": "DM33E55", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 65.2, + "Protein": 33.98, + "Oil": 21.57 + } + }, + { + "rank": 7, + "brand": "Confluence Genetics", + "product": "BH36U203", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 62.01, + "Protein": 39.33, + "Oil": 17.4 + } + }, + { + "rank": 8, + "brand": "Confluence Genetics", + "product": "BH37Q218", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 61.97, + "Protein": 37.95, + "Oil": 18.32 + } + }, + { + "rank": 9, + "brand": "DONMARIO", + "product": "DM40F45S", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 60.84, + "Protein": 34, + "Oil": 20.1 + } + }, + { + "rank": 10, + "brand": "Confluence Genetics", + "product": "C38H052S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 59.6, + "Protein": 36.93, + "Oil": 19.22 + } + }, + { + "rank": 11, + "brand": "Confluence Genetics", + "product": "BH39A232", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 58.87, + "Protein": 34.45, + "Oil": 20.27 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO 4255E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 58.85, + "Protein": 35.6, + "Oil": 19.52 + } + }, + { + "rank": 13, + "brand": "DONMARIO", + "product": "DM36E94", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 58.83, + "Protein": 33.65, + "Oil": 21.37 + } + }, + { + "rank": 14, + "brand": "Burrus", + "product": "3908F", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 58.57, + "Protein": 33.98, + "Oil": 20.72 + } + }, + { + "rank": 15, + "brand": "DONMARIO", + "product": "DM38E54", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 58.27, + "Protein": 34.25, + "Oil": 20.85 + } + }, + { + "rank": 16, + "brand": "DONMARIO", + "product": "DM37F85", + "traits": "HT:RF ST:BS", + "metrics": { + "Yield": 57.7, + "Protein": 34.47, + "Oil": 19.48 + } + }, + { + "rank": 17, + "brand": "Hoffman", + "product": "H43E25", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 56.77, + "Protein": 33.98, + "Oil": 20.73 + } + }, + { + "rank": 18, + "brand": "Confluence Genetics", + "product": "BH39A150", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 55.88, + "Protein": 28.8, + "Oil": 16.72 + } + }, + { + "rank": 19, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 55.72, + "Protein": 38.65, + "Oil": 18.17 + } + }, + { + "rank": 20, + "brand": "Burrus", + "product": "4353E", + "traits": "HT:EN ST:BS", + "metrics": { + "Yield": 55.51, + "Protein": 28.47, + "Oil": 17.15 + } + }, + { + "rank": 21, + "brand": "Xitavo", + "product": "XO 4056E", + "traits": "HT:EN ST:Be", + "metrics": { + "Yield": 55.36, + "Protein": 29.03, + "Oil": 17.08 + } + }, + { + "rank": 22, + "brand": "Lakeview Farms", + "product": "LVF4085", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 54.53, + "Protein": 27.58, + "Oil": 17.47 + } + }, + { + "rank": 23, + "brand": "Baird Seed", + "product": "Illini 4300N", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 54.52, + "Protein": 34.35, + "Oil": 21.23 + } + }, + { + "rank": 24, + "brand": "Hoffman", + "product": "H41E26", + "traits": "HT:EN ST:B", + "metrics": { + "Yield": 54.28, + "Protein": 33.73, + "Oil": 20.83 + } + }, + { + "rank": 25, + "brand": "Confluence Genetics", + "product": "BH38F550", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 53.82, + "Protein": 37.47, + "Oil": 18.45 + } + }, + { + "rank": 26, + "brand": "Lakeview Farms", + "product": "LVF3973", + "traits": "HT:CV ST:B", + "metrics": { + "Yield": 52.41, + "Protein": 34.85, + "Oil": 20.43 + } + }, + { + "rank": 27, + "brand": "Confluence Genetics", + "product": "BX39C784", + "traits": "HT:CV ST:BS", + "metrics": { + "Yield": 50.23, + "Protein": 35.97, + "Oil": 19.25 + } + }, + { + "rank": 28, + "brand": "Confluence Genetics", + "product": "C37H051S", + "traits": "HT:STS ST:BS", + "metrics": { + "Yield": 48.15, + "Protein": 36.57, + "Oil": 18.27 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/12/2025-Region-4.xlsx", + "https://vt.cropsci.illinois.edu/soybeans/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:01.739413+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.md b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.md new file mode 100644 index 00000000..e8b3ae2b --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-soybeans-2025-r4.md @@ -0,0 +1,52 @@ +# Soybean yield trial — University of Illinois VT, Region 4, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Soybean +- **State:** IL +- **Year:** 2025 +- **Region:** Region 4 +- **Rotation:** corn following soybean +- **Cooperator / host:** Emmerick Farms +- **County:** Fayette +- **Sites:** St Peter, Belleville +- **Soil type:** Parke silt loam +- **Tillage:** Vertical Till +- **Planted:** 2025-06-02 +- **Harvested:** 2025-11-03 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/12/2025-Region-4.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/soybeans/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Protein | Oil | +|---|---|---|---|---|---|---| +| 1 | Confluence Genetics | BH35A233 | HT:CV ST:BS | 69.32 | 34.73 | 20.23 | +| 2 | Xitavo | XO 3855E | HT:EN ST:Be | 69.29 | 35.8 | 19.8 | +| 3 | Xitavo | XO 3555E | HT:EN ST:Be | 69.08 | 33.4 | 21.22 | +| 4 | Hoffman | H38E25 | HT:EN ST:B | 68.37 | 33.83 | 20.69 | +| 5 | Hoffman | H35E26 | HT:EN ST:B | 65.87 | 33.37 | 21.22 | +| 6 | DONMARIO | DM33E55 | HT:EN ST:BS | 65.2 | 33.98 | 21.57 | +| 7 | Confluence Genetics | BH36U203 | HT:CV ST:BS | 62.01 | 39.33 | 17.4 | +| 8 | Confluence Genetics | BH37Q218 | HT:CV ST:BS | 61.97 | 37.95 | 18.32 | +| 9 | DONMARIO | DM40F45S | HT:RF ST:BS | 60.84 | 34 | 20.1 | +| 10 | Confluence Genetics | C38H052S | HT:STS ST:BS | 59.6 | 36.93 | 19.22 | +| 11 | Confluence Genetics | BH39A232 | HT:CV ST:BS | 58.87 | 34.45 | 20.27 | +| 12 | Xitavo | XO 4255E | HT:EN ST:Be | 58.85 | 35.6 | 19.52 | +| 13 | DONMARIO | DM36E94 | HT:EN ST:BS | 58.83 | 33.65 | 21.37 | +| 14 | Burrus | 3908F | HT:RF ST:BS | 58.57 | 33.98 | 20.72 | +| 15 | DONMARIO | DM38E54 | HT:EN ST:BS | 58.27 | 34.25 | 20.85 | +| 16 | DONMARIO | DM37F85 | HT:RF ST:BS | 57.7 | 34.47 | 19.48 | +| 17 | Hoffman | H43E25 | HT:EN ST:B | 56.77 | 33.98 | 20.73 | +| 18 | Confluence Genetics | BH39A150 | HT:CV ST:BS | 55.88 | 28.8 | 16.72 | +| 19 | Confluence Genetics | N35D950S | HT:STS ST:BS | 55.72 | 38.65 | 18.17 | +| 20 | Burrus | 4353E | HT:EN ST:BS | 55.51 | 28.47 | 17.15 | +| 21 | Xitavo | XO 4056E | HT:EN ST:Be | 55.36 | 29.03 | 17.08 | +| 22 | Lakeview Farms | LVF4085 | HT:CV ST:B | 54.53 | 27.58 | 17.47 | +| 23 | Baird Seed | Illini 4300N | HT:CV ST:BS | 54.52 | 34.35 | 21.23 | +| 24 | Hoffman | H41E26 | HT:EN ST:B | 54.28 | 33.73 | 20.83 | +| 25 | Confluence Genetics | BH38F550 | HT:CV ST:BS | 53.82 | 37.47 | 18.45 | +| 26 | Lakeview Farms | LVF3973 | HT:CV ST:B | 52.41 | 34.85 | 20.43 | +| 27 | Confluence Genetics | BX39C784 | HT:CV ST:BS | 50.23 | 35.97 | 19.25 | +| 28 | Confluence Genetics | C37H051S | HT:STS ST:BS | 48.15 | 36.57 | 18.27 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.json new file mode 100644 index 00000000..884e989f --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.json @@ -0,0 +1,751 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-belleville", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Belleville", + "rotation": null, + "previous_crop": null, + "cooperator": "SIU Belleville REC", + "county": "St. Clair", + "sites": [ + "Belleville" + ], + "soil_type": "Winfield silt loam", + "tillage": null, + "planted_date": "2023-10-12", + "harvested_date": "2024-06-12", + "row_width": null, + "latitude": 38.5156111, + "longitude": -89.8435833, + "results": [ + { + "rank": 1, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 98.9, + "Height": 36.4, + "Test Wt.": 55.7, + "Yield 2yr avg": 99.8 + } + }, + { + "rank": 2, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 96.2, + "Height": 33.7, + "Test Wt.": 55.2, + "Yield 2yr avg": 94.3 + } + }, + { + "rank": 3, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 93.9, + "Height": 36.3, + "Test Wt.": 53.7, + "Yield 2yr avg": 98.7 + } + }, + { + "rank": 4, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 93.8, + "Height": 34.3, + "Test Wt.": 52.7 + } + }, + { + "rank": 5, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 93.8, + "Height": 36.6, + "Test Wt.": 54.8, + "Yield 2yr avg": 95.7, + "Yield 3yr avg": 91.7 + } + }, + { + "rank": 6, + "brand": "AgriMAXX", + "product": "514", + "traits": "ST:G", + "metrics": { + "Yield": 93.1, + "Height": 35.6, + "Test Wt.": 54.3, + "Yield 2yr avg": 98.1, + "Yield 3yr avg": 96.8 + } + }, + { + "rank": 7, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 92.6, + "Height": 34.9, + "Test Wt.": 54.8 + } + }, + { + "rank": 8, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 92.4, + "Height": 36.8, + "Test Wt.": 53.8 + } + }, + { + "rank": 9, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 92.2, + "Height": 37.9, + "Test Wt.": 55.5 + } + }, + { + "rank": 10, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 92, + "Height": 38.2, + "Test Wt.": 55, + "Yield 2yr avg": 92.4 + } + }, + { + "rank": 11, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 91.7, + "Height": 36.9, + "Test Wt.": 55.6 + } + }, + { + "rank": 12, + "brand": "KWS Cereals USA", + "product": "KWS542", + "traits": "ST:C", + "metrics": { + "Yield": 91.4, + "Height": 38, + "Test Wt.": 55.6 + } + }, + { + "rank": 13, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 91.4, + "Height": 37.4, + "Test Wt.": 56, + "Yield 2yr avg": 93.3, + "Yield 3yr avg": 91.9 + } + }, + { + "rank": 14, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 91.1, + "Height": 36.4, + "Test Wt.": 53.2 + } + }, + { + "rank": 15, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 90.9, + "Height": 33.9, + "Test Wt.": 55 + } + }, + { + "rank": 16, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 90.2, + "Height": 37.1, + "Test Wt.": 55.9, + "Yield 2yr avg": 89.1, + "Yield 3yr avg": 85.6 + } + }, + { + "rank": 17, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 89.9, + "Height": 36.9, + "Test Wt.": 55.4 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 89.8, + "Height": 33.6, + "Test Wt.": 53.4, + "Yield 2yr avg": 95, + "Yield 3yr avg": 90.4 + } + }, + { + "rank": 19, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 89.6, + "Height": 36.3, + "Test Wt.": 54.4 + } + }, + { + "rank": 20, + "brand": "Bio-Town Seeds", + "product": "DXW2325", + "traits": "ST:C", + "metrics": { + "Yield": 89.4, + "Height": 35.2, + "Test Wt.": 53.9 + } + }, + { + "rank": 21, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 89.4, + "Height": 36.1, + "Test Wt.": 55.9, + "Yield 2yr avg": 91.4, + "Yield 3yr avg": 89.3 + } + }, + { + "rank": 22, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 88.9, + "Height": 35.3, + "Test Wt.": 56.5, + "Yield 2yr avg": 91.8, + "Yield 3yr avg": 91.1 + } + }, + { + "rank": 23, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 88.8, + "Height": 35.5, + "Test Wt.": 54.4 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 88.6, + "Height": 37.2, + "Test Wt.": 55.5, + "Yield 2yr avg": 88, + "Yield 3yr avg": 87.7 + } + }, + { + "rank": 25, + "brand": "Hoffman Seed House", + "product": "H7W21", + "traits": "ST:C", + "metrics": { + "Yield": 88.1, + "Height": 35.2, + "Test Wt.": 53, + "Yield 2yr avg": 93 + } + }, + { + "rank": 26, + "brand": "KWS Cereals USA", + "product": "KWS527", + "traits": "ST:C", + "metrics": { + "Yield": 87.9, + "Height": 35.8, + "Test Wt.": 54.3 + } + }, + { + "rank": 27, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 87.5, + "Height": 32.8, + "Test Wt.": 53.2 + } + }, + { + "rank": 28, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 87.3, + "Height": 33.6, + "Test Wt.": 55.8 + } + }, + { + "rank": 29, + "brand": "KWS Cereals USA", + "product": "KWS397", + "traits": "ST:C", + "metrics": { + "Yield": 86.8, + "Height": 28.1, + "Test Wt.": 54.6 + } + }, + { + "rank": 30, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 86.4, + "Height": 35.8, + "Test Wt.": 53.4 + } + }, + { + "rank": 31, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 86.3, + "Height": 36.2, + "Test Wt.": 52.1, + "Yield 2yr avg": 94.3 + } + }, + { + "rank": 32, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 86.3, + "Height": 36, + "Test Wt.": 54.6, + "Yield 2yr avg": 91.8 + } + }, + { + "rank": 33, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 85.9, + "Height": 34.1, + "Test Wt.": 53.6 + } + }, + { + "rank": 34, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 85.6, + "Height": 36.1, + "Test Wt.": 52.7, + "Yield 2yr avg": 84.9 + } + }, + { + "rank": 35, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 84.9, + "Height": 38.5, + "Test Wt.": 55.7 + } + }, + { + "rank": 36, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 83.8, + "Height": 35.7, + "Test Wt.": 54 + } + }, + { + "rank": 37, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 83.5, + "Height": 36, + "Test Wt.": 53.7 + } + }, + { + "rank": 38, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 83.3, + "Height": 33.8, + "Test Wt.": 53.3 + } + }, + { + "rank": 39, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 82.6, + "Height": 34.5, + "Test Wt.": 52.3 + } + }, + { + "rank": 40, + "brand": "AgriMAXX", + "product": "EXP 2312", + "traits": "ST:G", + "metrics": { + "Yield": 82.3, + "Height": 34.7, + "Test Wt.": 54 + } + }, + { + "rank": 41, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 81.7, + "Height": 37.6, + "Test Wt.": 53.1 + } + }, + { + "rank": 42, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 81.5, + "Height": 35, + "Test Wt.": 52.4 + } + }, + { + "rank": 43, + "brand": "KWS Cereals USA", + "product": "KWS543", + "traits": "ST:C", + "metrics": { + "Yield": 81.4, + "Height": 33.8, + "Test Wt.": 54.4 + } + }, + { + "rank": 44, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 80.9, + "Height": 39.9, + "Test Wt.": 55.2, + "Yield 2yr avg": 89.4 + } + }, + { + "rank": 45, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 80.3, + "Height": 35, + "Test Wt.": 53.6, + "Yield 2yr avg": 90.1 + } + }, + { + "rank": 46, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 80.3, + "Height": 36.2, + "Test Wt.": 50.7 + } + }, + { + "rank": 47, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 80.1, + "Height": 36.7, + "Test Wt.": 54.2 + } + }, + { + "rank": 48, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 80.1, + "Height": 41.4, + "Test Wt.": 57.4 + } + }, + { + "rank": 49, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 79.9, + "Height": 34.5, + "Test Wt.": 54.2 + } + }, + { + "rank": 50, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 78.4, + "Height": 35.8, + "Test Wt.": 52.2 + } + }, + { + "rank": 51, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 78.4, + "Height": 34.2, + "Test Wt.": 52.7 + } + }, + { + "rank": 52, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 78.3, + "Height": 34.8, + "Test Wt.": 53.4 + } + }, + { + "rank": 53, + "brand": "American Orgainc", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 78.2, + "Height": 36.2, + "Test Wt.": 56.5 + } + }, + { + "rank": 54, + "brand": "Hoffman Seed House", + "product": "H7W30", + "traits": "ST:C", + "metrics": { + "Yield": 78, + "Height": 36.1, + "Test Wt.": 52.1, + "Yield 2yr avg": 84.1, + "Yield 3yr avg": 90 + } + }, + { + "rank": 55, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 78, + "Height": 35.7, + "Test Wt.": 54.5, + "Yield 2yr avg": 82.3 + } + }, + { + "rank": 56, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 77, + "Height": 37.4, + "Test Wt.": 55.4, + "Yield 2yr avg": 82.9 + } + }, + { + "rank": 57, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 76, + "Height": 36.4, + "Test Wt.": 50.9 + } + }, + { + "rank": 58, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 75.5, + "Height": 36.5, + "Test Wt.": 57.2, + "Yield 2yr avg": 77 + } + }, + { + "rank": 59, + "brand": "Hoffman Seed House", + "product": "H7W24", + "traits": "ST:C", + "metrics": { + "Yield": 75, + "Height": 34.2, + "Test Wt.": 58.1 + } + }, + { + "rank": 60, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 73.4, + "Height": 33.9, + "Test Wt.": 50.9 + } + }, + { + "rank": 61, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 70.9, + "Height": 33.3, + "Test Wt.": 51 + } + }, + { + "rank": 62, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 70.6, + "Height": 35.2, + "Test Wt.": 56.8, + "Yield 2yr avg": 79.2 + } + } + ], + "n_results": 62, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Belleville-Table.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:14.757079+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.md new file mode 100644 index 00000000..0b0d47f9 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-belleville.md @@ -0,0 +1,84 @@ +# Wheat yield trial — University of Illinois VT, Belleville, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** Belleville +- **Cooperator / host:** SIU Belleville REC +- **County:** St. Clair +- **Sites:** Belleville +- **Soil type:** Winfield silt loam +- **Planted:** 2023-10-12 +- **Harvested:** 2024-06-12 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Belleville-Table.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | Yield 2yr avg | +|---|---|---|---|---|---|---|---| +| 1 | FS InSPIRE | FS 745 | ST:G | 98.9 | 36.4 | 55.7 | 99.8 | +| 2 | KWS Cereals USA | KWS490 | ST:C | 96.2 | 33.7 | 55.2 | 94.3 | +| 3 | Dyna-Gro | 9422 | ST:G | 93.9 | 36.3 | 53.7 | 98.7 | +| 4 | Dyna-Gro | 9551 | ST:G | 93.8 | 34.3 | 52.7 | - | +| 5 | AgriMAXX | 513 | ST:G | 93.8 | 36.6 | 54.8 | 95.7 | +| 6 | AgriMAXX | 514 | ST:G | 93.1 | 35.6 | 54.3 | 98.1 | +| 7 | AgriPro | GP 463 | ST:C | 92.6 | 34.9 | 54.8 | - | +| 8 | Dyna-Gro | 9570 | ST:G | 92.4 | 36.8 | 53.8 | - | +| 9 | FS InSPIRE | FS 743 | ST:G | 92.2 | 37.9 | 55.5 | - | +| 10 | Dyna-Gro | 9231 | ST:G | 92 | 38.2 | 55 | 92.4 | +| 11 | FS InSPIRE | FS 597 | ST:G | 91.7 | 36.9 | 55.6 | - | +| 12 | KWS Cereals USA | KWS542 | ST:C | 91.4 | 38 | 55.6 | - | +| 13 | FS InSPIRE | FS 600 | ST:G | 91.4 | 37.4 | 56 | 93.3 | +| 14 | Bio-Town Seeds | D423W | ST:C | 91.1 | 36.4 | 53.2 | - | +| 15 | FS InSPIRE | FS WX24C | ST:G | 90.9 | 33.9 | 55 | - | +| 16 | Dyna-Gro | 9151 | ST:G | 90.2 | 37.1 | 55.9 | 89.1 | +| 17 | AgriMAXX | 516 | ST:G | 89.9 | 36.9 | 55.4 | - | +| 18 | Pioneer | 25R74 | ST:C | 89.8 | 33.6 | 53.4 | 95 | +| 19 | AgriMAXX | EXP 2405 | ST:G | 89.6 | 36.3 | 54.4 | - | +| 20 | Bio-Town Seeds | DXW2325 | ST:C | 89.4 | 35.2 | 53.9 | - | +| 21 | AgriMAXX | 505 | ST:G | 89.4 | 36.1 | 55.9 | 91.4 | +| 22 | Dyna-Gro | 9120 | ST:G | 88.9 | 35.3 | 56.5 | 91.8 | +| 23 | Dyna-Gro | 9542 | ST:G | 88.8 | 35.5 | 54.4 | - | +| 24 | Dyna-Gro | 9172 | ST:G | 88.6 | 37.2 | 55.5 | 88 | +| 25 | Hoffman Seed House | H7W21 | ST:C | 88.1 | 35.2 | 53 | 93 | +| 26 | KWS Cereals USA | KWS527 | ST:C | 87.9 | 35.8 | 54.3 | - | +| 27 | Dyna-Gro | 9533 | ST:G | 87.5 | 32.8 | 53.2 | - | +| 28 | AgriPro | GP 381 | ST:C | 87.3 | 33.6 | 55.8 | - | +| 29 | KWS Cereals USA | KWS397 | ST:C | 86.8 | 28.1 | 54.6 | - | +| 30 | AgriMAXX | 545 | ST:G | 86.4 | 35.8 | 53.4 | - | +| 31 | Pioneer | 25R65 | ST:C | 86.3 | 36.2 | 52.1 | 94.3 | +| 32 | AgriMAXX | 525 | ST:G | 86.3 | 36 | 54.6 | 91.8 | +| 33 | FS InSPIRE | FS WX24A | ST:G | 85.9 | 34.1 | 53.6 | - | +| 34 | Virginia Tech | 16VDH-SRW03-023 | - | 85.6 | 36.1 | 52.7 | 84.9 | +| 35 | Dyna-Gro | 9290 | ST:G | 84.9 | 38.5 | 55.7 | - | +| 36 | Bio-Town Seeds | DXW2320 | ST:C | 83.8 | 35.7 | 54 | - | +| 37 | AgriMAXX | EXP 2314 | ST:G | 83.5 | 36 | 53.7 | - | +| 38 | Dyna-Gro | 9553 | ST:G | 83.3 | 33.8 | 53.3 | - | +| 39 | FS InSPIRE | FS WX24B | ST:G | 82.6 | 34.5 | 52.3 | - | +| 40 | AgriMAXX | EXP 2312 | ST:G | 82.3 | 34.7 | 54 | - | +| 41 | AgriPro | GP 543 | ST:C | 81.7 | 37.6 | 53.1 | - | +| 42 | KWS Cereals USA | KWS525 | ST:C | 81.5 | 35 | 52.4 | - | +| 43 | KWS Cereals USA | KWS543 | ST:C | 81.4 | 33.8 | 54.4 | - | +| 44 | FS InSPIRE | FS 624 | ST:G | 80.9 | 39.9 | 55.2 | 89.4 | +| 45 | Pioneer | 25R76 | ST:C | 80.3 | 35 | 53.6 | 90.1 | +| 46 | AgriPro | GP 747 | ST:C | 80.3 | 36.2 | 50.7 | - | +| 47 | Dyna-Gro | 9593 | ST:G | 80.1 | 36.7 | 54.2 | - | +| 48 | Baird Seed | BW-322 | - | 80.1 | 41.4 | 57.4 | - | +| 49 | KWS Cereals USA | KWS500 | ST:C | 79.9 | 34.5 | 54.2 | - | +| 50 | Kitchen Seed | KSC 420W | ST:G | 78.4 | 35.8 | 52.2 | - | +| 51 | Bio-Town Seeds | DXW2324 | ST:C | 78.4 | 34.2 | 52.7 | - | +| 52 | KWS Cereals USA | KWS501 | ST:C | 78.3 | 34.8 | 53.4 | - | +| 53 | American Orgainc | Erisman AM | ST:none | 78.2 | 36.2 | 56.5 | - | +| 54 | Hoffman Seed House | H7W30 | ST:C | 78 | 36.1 | 52.1 | 84.1 | +| 55 | FS InSPIRE | FS 617 | ST:G | 78 | 35.7 | 54.5 | 82.3 | +| 56 | Virginia Tech | VA19FHB-36 | - | 77 | 37.4 | 55.4 | 82.9 | +| 57 | Bio-Town Seeds | D506W | ST:C | 76 | 36.4 | 50.9 | - | +| 58 | Kitchen Seed | KSC 423 | ST:G | 75.5 | 36.5 | 57.2 | 77 | +| 59 | Hoffman Seed House | H7W24 | ST:C | 75 | 34.2 | 58.1 | - | +| 60 | AgriPro | GP 305 | ST:C | 73.4 | 33.9 | 50.9 | - | +| 61 | KWS Cereals USA | KWS529 | ST:C | 70.9 | 33.3 | 51 | - | +| 62 | FS InSPIRE | FS 606 | ST:G | 70.6 | 35.2 | 56.8 | 79.2 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.json new file mode 100644 index 00000000..d3b326a2 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.json @@ -0,0 +1,759 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-elkville", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Elkville", + "rotation": null, + "previous_crop": null, + "cooperator": "John and Trent Funk", + "county": "Jackson", + "sites": [ + "Elkville" + ], + "soil_type": "Hurst silt loam", + "tillage": null, + "planted_date": "2023-10-09", + "harvested_date": "2024-06-15", + "row_width": null, + "latitude": 37.8757121, + "longitude": -89.1493338, + "results": [ + { + "rank": 1, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 131.2, + "Height": 30.6, + "Test Wt.": 57.3, + "Yield 2yr avg": 138.2 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 130, + "Height": 32.4, + "Test Wt.": 55.4, + "Yield 2yr avg": 138.4 + } + }, + { + "rank": 3, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 129.1, + "Height": 28.1, + "Test Wt.": 55.4 + } + }, + { + "rank": 4, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 127.8, + "Height": 31.8, + "Test Wt.": 56.1 + } + }, + { + "rank": 5, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 127.7, + "Height": 30.3, + "Test Wt.": 58.3, + "Yield 2yr avg": 135.9, + "Yield 3yr avg": 128.1 + } + }, + { + "rank": 6, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 126.8, + "Height": 29.3, + "Test Wt.": 56.9 + } + }, + { + "rank": 7, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 126.2, + "Height": 31.1, + "Test Wt.": 56.2 + } + }, + { + "rank": 8, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 126.2, + "Height": 30.9, + "Test Wt.": 56.2 + } + }, + { + "rank": 9, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 125.5, + "Height": 30.8, + "Test Wt.": 56.8 + } + }, + { + "rank": 10, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 125.2, + "Height": 33.6, + "Test Wt.": 57.9, + "Yield 2yr avg": 131.4 + } + }, + { + "rank": 11, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 124.9, + "Height": 33.1, + "Test Wt.": 58.2, + "Yield 2yr avg": 131.5 + } + }, + { + "rank": 12, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 124.6, + "Height": 31, + "Test Wt.": 56.9 + } + }, + { + "rank": 13, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 123.7, + "Height": 32.1, + "Test Wt.": 55.9 + } + }, + { + "rank": 14, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 123.6, + "Height": 32.2, + "Test Wt.": 57.9, + "Yield 2yr avg": 127.8, + "Yield 3yr avg": 115.8 + } + }, + { + "rank": 15, + "brand": "KWS Cereals USA", + "product": "KWS397", + "traits": "ST:C", + "metrics": { + "Yield": 123.5, + "Height": 31.4, + "Test Wt.": 55.5 + } + }, + { + "rank": 16, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 123.1, + "Height": 32.9, + "Test Wt.": 57.7, + "Yield 2yr avg": 128.2, + "Yield 3yr avg": 123.1 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 122.9, + "Height": 32.5, + "Test Wt.": 56.1, + "Yield 2yr avg": 133.1 + } + }, + { + "rank": 18, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 122.9, + "Height": 30.4, + "Test Wt.": 56.6 + } + }, + { + "rank": 19, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 122.2, + "Height": 35.8, + "Test Wt.": 58.7 + } + }, + { + "rank": 20, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 121.9, + "Height": 30.3, + "Test Wt.": 56.9, + "Yield 2yr avg": 129.5, + "Yield 3yr avg": 124.4 + } + }, + { + "rank": 21, + "brand": "Bio-Town Seeds", + "product": "DXW2325", + "traits": "ST:C", + "metrics": { + "Yield": 121.7, + "Height": 30.8, + "Test Wt.": 56.6 + } + }, + { + "rank": 22, + "brand": "KWS Cereals USA", + "product": "KWS527", + "traits": "ST:C", + "metrics": { + "Yield": 120.8, + "Height": 31.2, + "Test Wt.": 57.2 + } + }, + { + "rank": 23, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 120.8, + "Height": 33.7, + "Test Wt.": 58.3 + } + }, + { + "rank": 24, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 120.6, + "Height": 32.3, + "Test Wt.": 58.5, + "Yield 2yr avg": 128.7, + "Yield 3yr avg": 125.2 + } + }, + { + "rank": 25, + "brand": "Hoffman Seed House", + "product": "H7W21", + "traits": "ST:C", + "metrics": { + "Yield": 120.2, + "Height": 29.2, + "Test Wt.": 54.6, + "Yield 2yr avg": 131.4, + "Yield 3yr avg": 126.5 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 120, + "Height": 31.2, + "Test Wt.": 58.4, + "Yield 2yr avg": 127.6, + "Yield 3yr avg": 122.7 + } + }, + { + "rank": 27, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 119.9, + "Height": 31.8, + "Test Wt.": 57.3, + "Yield 2yr avg": 123.1, + "Yield 3yr avg": 117.1 + } + }, + { + "rank": 28, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 119.9, + "Height": 30, + "Test Wt.": 56.9 + } + }, + { + "rank": 29, + "brand": "KWS Cereals USA", + "product": "KWS543", + "traits": "ST:C", + "metrics": { + "Yield": 119.5, + "Height": 32, + "Test Wt.": 57.2 + } + }, + { + "rank": 30, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 119.3, + "Height": 31.5, + "Test Wt.": 56.9 + } + }, + { + "rank": 31, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 117.9, + "Height": 31.5, + "Test Wt.": 56.6 + } + }, + { + "rank": 32, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 117.5, + "Height": 29.2, + "Test Wt.": 55.1 + } + }, + { + "rank": 33, + "brand": "AgriMAXX", + "product": "514", + "traits": "ST:G", + "metrics": { + "Yield": 117.3, + "Height": 31.9, + "Test Wt.": 56.4, + "Yield 2yr avg": 126, + "Yield 3yr avg": 126.4 + } + }, + { + "rank": 34, + "brand": "AgriMAXX", + "product": "EXP 2312", + "traits": "ST:G", + "metrics": { + "Yield": 117.2, + "Height": 28.2, + "Test Wt.": 58.3 + } + }, + { + "rank": 35, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 117.1, + "Height": 31.3, + "Test Wt.": 56.8, + "Yield 2yr avg": 124.9 + } + }, + { + "rank": 36, + "brand": "KWS Cereals USA", + "product": "KWS542", + "traits": "ST:C", + "metrics": { + "Yield": 116.8, + "Height": 30.8, + "Test Wt.": 59.4 + } + }, + { + "rank": 37, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 116.7, + "Height": 30.1, + "Test Wt.": 58.3 + } + }, + { + "rank": 38, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 116.4, + "Height": 32.9, + "Test Wt.": 55.5 + } + }, + { + "rank": 39, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 116.3, + "Height": 31.6, + "Test Wt.": 60.2, + "Yield 2yr avg": 123.8 + } + }, + { + "rank": 40, + "brand": "Hoffman Seed House", + "product": "H7W30", + "traits": "ST:C", + "metrics": { + "Yield": 116.2, + "Height": 29.4, + "Test Wt.": 55.9, + "Yield 2yr avg": 125, + "Yield 3yr avg": 111.8 + } + }, + { + "rank": 41, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 116, + "Height": 33.4, + "Test Wt.": 57.7, + "Yield 2yr avg": 124.6 + } + }, + { + "rank": 42, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 115.8, + "Height": 31.1, + "Test Wt.": 56.9 + } + }, + { + "rank": 43, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 115.4, + "Height": 26.7, + "Test Wt.": 56.4 + } + }, + { + "rank": 44, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 115.3, + "Height": 31.7, + "Test Wt.": 59.8, + "Yield 2yr avg": 123.6 + } + }, + { + "rank": 45, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 115.3, + "Height": 31.6, + "Test Wt.": 55.5 + } + }, + { + "rank": 46, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 115.1, + "Height": 30.1, + "Test Wt.": 55.9 + } + }, + { + "rank": 47, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 115, + "Height": 29.5, + "Test Wt.": 56, + "Yield 2yr avg": 124.2, + "Yield 3yr avg": 116.5 + } + }, + { + "rank": 48, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 115, + "Height": 28.3, + "Test Wt.": 55.1 + } + }, + { + "rank": 49, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 114.6, + "Height": 31.3, + "Test Wt.": 55.6 + } + }, + { + "rank": 50, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 114.6, + "Height": 30.8, + "Test Wt.": 56.9 + } + }, + { + "rank": 51, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 114.5, + "Height": 29.3, + "Test Wt.": 55.5 + } + }, + { + "rank": 52, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 114.5, + "Height": 30.7, + "Test Wt.": 58.8, + "Yield 2yr avg": 122.6, + "Yield 3yr avg": 123.2 + } + }, + { + "rank": 53, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 113.1, + "Height": 29.5, + "Test Wt.": 56.5, + "Yield 2yr avg": 125.1, + "Yield 3yr avg": 125.4 + } + }, + { + "rank": 54, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 113.1, + "Height": 31, + "Test Wt.": 57, + "Yield 2yr avg": 121.7 + } + }, + { + "rank": 55, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 112.9, + "Height": 30.7, + "Test Wt.": 58.7, + "Yield 2yr avg": 121.1, + "Yield 3yr avg": 119.3 + } + }, + { + "rank": 56, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 112.5, + "Height": 31.5, + "Test Wt.": 57.7, + "Yield 2yr avg": 121.4, + "Yield 3yr avg": 118.7 + } + }, + { + "rank": 57, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 112.3, + "Height": 29, + "Test Wt.": 53.3 + } + }, + { + "rank": 58, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 110.9, + "Height": 29.4, + "Test Wt.": 57 + } + }, + { + "rank": 59, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 110.6, + "Height": 29.4, + "Test Wt.": 55.6 + } + }, + { + "rank": 60, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 104.6, + "Height": 30.1, + "Test Wt.": 54.4 + } + }, + { + "rank": 61, + "brand": "American Organic", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 100.2, + "Height": 29.8, + "Test Wt.": 57.8 + } + }, + { + "rank": 62, + "brand": "Hoffman Seed House", + "product": "H7W24", + "traits": "ST:C", + "metrics": { + "Yield": 97.5, + "Height": 27.9, + "Test Wt.": 58.6 + } + } + ], + "n_results": 62, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Elkville-Table.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:13.739131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.md new file mode 100644 index 00000000..f70816da --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-elkville.md @@ -0,0 +1,84 @@ +# Wheat yield trial — University of Illinois VT, Elkville, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** Elkville +- **Cooperator / host:** John and Trent Funk +- **County:** Jackson +- **Sites:** Elkville +- **Soil type:** Hurst silt loam +- **Planted:** 2023-10-09 +- **Harvested:** 2024-06-15 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Elkville-Table.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | Yield 2yr avg | +|---|---|---|---|---|---|---|---| +| 1 | KWS Cereals USA | KWS490 | ST:C | 131.2 | 30.6 | 57.3 | 138.2 | +| 2 | Pioneer | 25R65 | ST:C | 130 | 32.4 | 55.4 | 138.4 | +| 3 | Dyna-Gro | 9533 | ST:G | 129.1 | 28.1 | 55.4 | - | +| 4 | Dyna-Gro | 9570 | ST:G | 127.8 | 31.8 | 56.1 | - | +| 5 | AgriMAXX | 513 | ST:G | 127.7 | 30.3 | 58.3 | 135.9 | +| 6 | FS InSPIRE | FS WX24C | ST:G | 126.8 | 29.3 | 56.9 | - | +| 7 | Dyna-Gro | 9553 | ST:G | 126.2 | 31.1 | 56.2 | - | +| 8 | AgriMAXX | 545 | ST:G | 126.2 | 30.9 | 56.2 | - | +| 9 | Dyna-Gro | 9593 | ST:G | 125.5 | 30.8 | 56.8 | - | +| 10 | FS InSPIRE | FS 617 | ST:G | 125.2 | 33.6 | 57.9 | 131.4 | +| 11 | Dyna-Gro | 9231 | ST:G | 124.9 | 33.1 | 58.2 | 131.5 | +| 12 | Dyna-Gro | 9542 | ST:G | 124.6 | 31 | 56.9 | - | +| 13 | Bio-Town Seeds | D423W | ST:C | 123.7 | 32.1 | 55.9 | - | +| 14 | FS InSPIRE | FS 745 | ST:G | 123.6 | 32.2 | 57.9 | 127.8 | +| 15 | KWS Cereals USA | KWS397 | ST:C | 123.5 | 31.4 | 55.5 | - | +| 16 | FS InSPIRE | FS 624 | ST:G | 123.1 | 32.9 | 57.7 | 128.2 | +| 17 | Dyna-Gro | 9422 | ST:G | 122.9 | 32.5 | 56.1 | 133.1 | +| 18 | AgriMAXX | EXP 2405 | ST:G | 122.9 | 30.4 | 56.6 | - | +| 19 | FS InSPIRE | FS 743 | ST:G | 122.2 | 35.8 | 58.7 | - | +| 20 | AgriMAXX | 525 | ST:G | 121.9 | 30.3 | 56.9 | 129.5 | +| 21 | Bio-Town Seeds | DXW2325 | ST:C | 121.7 | 30.8 | 56.6 | - | +| 22 | KWS Cereals USA | KWS527 | ST:C | 120.8 | 31.2 | 57.2 | - | +| 23 | Baird Seed | BW-322 | - | 120.8 | 33.7 | 58.3 | - | +| 24 | FS InSPIRE | FS 600 | ST:G | 120.6 | 32.3 | 58.5 | 128.7 | +| 25 | Hoffman Seed House | H7W21 | ST:C | 120.2 | 29.2 | 54.6 | 131.4 | +| 26 | Dyna-Gro | 9151 | ST:G | 120 | 31.2 | 58.4 | 127.6 | +| 27 | Dyna-Gro | 9172 | ST:G | 119.9 | 31.8 | 57.3 | 123.1 | +| 28 | Bio-Town Seeds | DXW2324 | ST:C | 119.9 | 30 | 56.9 | - | +| 29 | KWS Cereals USA | KWS543 | ST:C | 119.5 | 32 | 57.2 | - | +| 30 | AgriMAXX | EXP 2314 | ST:G | 119.3 | 31.5 | 56.9 | - | +| 31 | Bio-Town Seeds | DXW2320 | ST:C | 117.9 | 31.5 | 56.6 | - | +| 32 | Dyna-Gro | 9551 | ST:G | 117.5 | 29.2 | 55.1 | - | +| 33 | AgriMAXX | 514 | ST:G | 117.3 | 31.9 | 56.4 | 126 | +| 34 | AgriMAXX | EXP 2312 | ST:G | 117.2 | 28.2 | 58.3 | - | +| 35 | Virginia Tech | 16VDH-SRW03-023 | - | 117.1 | 31.3 | 56.8 | 124.9 | +| 36 | KWS Cereals USA | KWS542 | ST:C | 116.8 | 30.8 | 59.4 | - | +| 37 | FS InSPIRE | FS WX24A | ST:G | 116.7 | 30.1 | 58.3 | - | +| 38 | AgriPro | GP 747 | ST:C | 116.4 | 32.9 | 55.5 | - | +| 39 | Kitchen Seed | KSC 423 | ST:G | 116.3 | 31.6 | 60.2 | 123.8 | +| 40 | Hoffman Seed House | H7W30 | ST:C | 116.2 | 29.4 | 55.9 | 125 | +| 41 | Virginia Tech | VA19FHB-36 | - | 116 | 33.4 | 57.7 | 124.6 | +| 42 | KWS Cereals USA | KWS501 | ST:C | 115.8 | 31.1 | 56.9 | - | +| 43 | AgriPro | GP 381 | ST:C | 115.4 | 26.7 | 56.4 | - | +| 44 | FS InSPIRE | FS 606 | ST:G | 115.3 | 31.7 | 59.8 | 123.6 | +| 45 | Bio-Town Seeds | D506W | ST:C | 115.3 | 31.6 | 55.5 | - | +| 46 | AgriPro | GP 543 | ST:C | 115.1 | 30.1 | 55.9 | - | +| 47 | Pioneer | 25R74 | ST:C | 115 | 29.5 | 56 | 124.2 | +| 48 | AgriPro | GP 305 | ST:C | 115 | 28.3 | 55.1 | - | +| 49 | KWS Cereals USA | KWS525 | ST:C | 114.6 | 31.3 | 55.6 | - | +| 50 | AgriMAXX | 516 | ST:G | 114.6 | 30.8 | 56.9 | - | +| 51 | Kitchen Seed | KSC 420W | ST:G | 114.5 | 29.3 | 55.5 | - | +| 52 | AgriMAXX | 505 | ST:G | 114.5 | 30.7 | 58.8 | 122.6 | +| 53 | Pioneer | 25R76 | ST:C | 113.1 | 29.5 | 56.5 | 125.1 | +| 54 | Dyna-Gro | 9290 | ST:G | 113.1 | 31 | 57 | 121.7 | +| 55 | Dyna-Gro | 9120 | ST:G | 112.9 | 30.7 | 58.7 | 121.1 | +| 56 | FS InSPIRE | FS 597 | ST:G | 112.5 | 31.5 | 57.7 | 121.4 | +| 57 | KWS Cereals USA | KWS529 | ST:C | 112.3 | 29 | 53.3 | - | +| 58 | KWS Cereals USA | KWS500 | ST:C | 110.9 | 29.4 | 57 | - | +| 59 | AgriPro | GP 463 | ST:C | 110.6 | 29.4 | 55.6 | - | +| 60 | FS InSPIRE | FS WX24B | ST:G | 104.6 | 30.1 | 54.4 | - | +| 61 | American Organic | Erisman AM | ST:none | 100.2 | 29.8 | 57.8 | - | +| 62 | Hoffman Seed House | H7W24 | ST:C | 97.5 | 27.9 | 58.6 | - | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.json new file mode 100644 index 00000000..98d4c120 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.json @@ -0,0 +1,961 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-hampshire", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Hampshire", + "rotation": null, + "previous_crop": null, + "cooperator": "Dezeri DeRaedt", + "county": "Kane", + "sites": [ + "Hampshire" + ], + "soil_type": "Drummer silty clay loam", + "tillage": null, + "planted_date": "2023-10-05", + "harvested_date": "2024-07-07", + "row_width": null, + "latitude": 42.0449444, + "longitude": -88.46975, + "results": [ + { + "rank": 1, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 156, + "Height": 31.1, + "Test Wt.": 58.7 + } + }, + { + "rank": 2, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 154.9, + "Height": 31.4, + "Test Wt.": 58.7 + } + }, + { + "rank": 3, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 153, + "Height": 33, + "Test Wt.": 56.6 + } + }, + { + "rank": 4, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 151.7, + "Height": 34.5, + "Test Wt.": 58.2, + "Yield 2yr avg": 154.7 + } + }, + { + "rank": 5, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 151.2, + "Height": 35.6, + "Test Wt.": 54.9 + } + }, + { + "rank": 6, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 150.9, + "Height": 31.5, + "Test Wt.": 59.4 + } + }, + { + "rank": 7, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 150.9, + "Height": 33.3, + "Test Wt.": 56.4 + } + }, + { + "rank": 8, + "brand": "Kratz Farms LLC", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 149.8, + "Height": 31.8, + "Test Wt.": 58.5 + } + }, + { + "rank": 9, + "brand": "Green Valley Seed", + "product": "GV 6324X", + "traits": "ST:C", + "metrics": { + "Yield": 149.3, + "Height": 31.5, + "Test Wt.": 57.8 + } + }, + { + "rank": 10, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 148.8, + "Height": 33.2, + "Test Wt.": 56.2 + } + }, + { + "rank": 11, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 148.3, + "Height": 31.8, + "Test Wt.": 57.6 + } + }, + { + "rank": 12, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 148.2, + "Height": 32.8, + "Test Wt.": 56.1 + } + }, + { + "rank": 13, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 148.1, + "Height": 32.6, + "Test Wt.": 57.7, + "Yield 2yr avg": 150.9, + "Yield 3yr avg": 144.8 + } + }, + { + "rank": 14, + "brand": "Green Valley Seed", + "product": "GV 6124X", + "traits": "ST:C", + "metrics": { + "Yield": 148, + "Height": 33.8, + "Test Wt.": 57.1 + } + }, + { + "rank": 15, + "brand": "KWS Cereals USA", + "product": "KWS508", + "traits": "ST:C", + "metrics": { + "Yield": 147.4, + "Height": 32.7, + "Test Wt.": 58.2 + } + }, + { + "rank": 16, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 147.4, + "Height": 33.9, + "Test Wt.": 59.1, + "Yield 2yr avg": 151.3 + } + }, + { + "rank": 17, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 146.9, + "Height": 32.6, + "Test Wt.": 57.8 + } + }, + { + "rank": 18, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 146.7, + "Height": 32.6, + "Test Wt.": 58 + } + }, + { + "rank": 19, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 146.4, + "Height": 32.6, + "Test Wt.": 57.9 + } + }, + { + "rank": 20, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 146.2, + "Height": 35.1, + "Test Wt.": 59.6 + } + }, + { + "rank": 21, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 146.1, + "Height": 35, + "Test Wt.": 60.3, + "Yield 2yr avg": 145.4, + "Yield 3yr avg": 140.1 + } + }, + { + "rank": 22, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 146, + "Height": 33, + "Test Wt.": 59.5, + "Yield 2yr avg": 149.6, + "Yield 3yr avg": 144.6 + } + }, + { + "rank": 23, + "brand": "Albert Lea Seed", + "product": "801", + "traits": "ST:none", + "metrics": { + "Yield": 145.9, + "Height": 34.6, + "Test Wt.": 58.8, + "Yield 2yr avg": 150.4, + "Yield 3yr avg": 144.5 + } + }, + { + "rank": 24, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 145.8, + "Height": 32.6, + "Test Wt.": 60.2, + "Yield 2yr avg": 150.3, + "Yield 3yr avg": 144.4 + } + }, + { + "rank": 25, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 145.7, + "Height": 31.7, + "Test Wt.": 57.6 + } + }, + { + "rank": 26, + "brand": "Kratz Farms LLC", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 145.5, + "Height": 32.7, + "Test Wt.": 59.6, + "Yield 2yr avg": 147.6, + "Yield 3yr avg": 142.7 + } + }, + { + "rank": 27, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 145.2, + "Height": 34.5, + "Test Wt.": 57.6, + "Yield 2yr avg": 152.3 + } + }, + { + "rank": 28, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 144.3, + "Height": 33.1, + "Test Wt.": 58.2, + "Yield 2yr avg": 150 + } + }, + { + "rank": 29, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 144.3, + "Height": 34.2, + "Test Wt.": 59.3, + "Yield 2yr avg": 146.9 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 144.1, + "Height": 32.5, + "Test Wt.": 57, + "Yield 2yr avg": 143.4 + } + }, + { + "rank": 31, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 144, + "Height": 33.8, + "Test Wt.": 57.6 + } + }, + { + "rank": 32, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 143.9, + "Height": 35.3, + "Test Wt.": 59.6, + "Yield 2yr avg": 145.8, + "Yield 3yr avg": 141.3 + } + }, + { + "rank": 33, + "brand": "Dyna-Gro", + "product": "9393", + "traits": "ST:G", + "metrics": { + "Yield": 143.9, + "Height": 31.7, + "Test Wt.": 58.9 + } + }, + { + "rank": 34, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 143.8, + "Height": 31.3, + "Test Wt.": 57.9 + } + }, + { + "rank": 35, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 143.6, + "Height": 32.1, + "Test Wt.": 58.1 + } + }, + { + "rank": 36, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 143.5, + "Height": 34.1, + "Test Wt.": 58.3 + } + }, + { + "rank": 37, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 143.5, + "Height": 35.5, + "Test Wt.": 58 + } + }, + { + "rank": 38, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 143.3, + "Height": 32.9, + "Test Wt.": 57.8, + "Yield 2yr avg": 148.5, + "Yield 3yr avg": 143.9 + } + }, + { + "rank": 39, + "brand": "Kratz Farms LLC", + "product": "KF 819", + "traits": "ST:F", + "metrics": { + "Yield": 143.1, + "Height": 32.2, + "Test Wt.": 56.1 + } + }, + { + "rank": 40, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 142.6, + "Height": 34.4, + "Test Wt.": 59.3 + } + }, + { + "rank": 41, + "brand": "Green Valley Seed", + "product": "GV 6224X", + "traits": "ST:C", + "metrics": { + "Yield": 142.6, + "Height": 32.4, + "Test Wt.": 58 + } + }, + { + "rank": 42, + "brand": "Green Valley Seed", + "product": "GV 652", + "traits": "ST:C", + "metrics": { + "Yield": 142.5, + "Height": 33.7, + "Test Wt.": 59.5, + "Yield 2yr avg": 144, + "Yield 3yr avg": 140.1 + } + }, + { + "rank": 43, + "brand": "Kennell", + "product": "2413", + "traits": "ST:G", + "metrics": { + "Yield": 142.3, + "Height": 32.3, + "Test Wt.": 58.1 + } + }, + { + "rank": 44, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 142.2, + "Height": 32.5, + "Test Wt.": 58.4, + "Yield 2yr avg": 147.2, + "Yield 3yr avg": 143.4 + } + }, + { + "rank": 45, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 141.9, + "Height": 32.9, + "Test Wt.": 58.9, + "Yield 2yr avg": 148.7, + "Yield 3yr avg": 140.6 + } + }, + { + "rank": 46, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 141.7, + "Height": 33.2, + "Test Wt.": 57.9, + "Yield 2yr avg": 147.4, + "Yield 3yr avg": 143.2 + } + }, + { + "rank": 47, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 141.5, + "Height": 32.8, + "Test Wt.": 59.1 + } + }, + { + "rank": 48, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 141.5, + "Height": 32.2, + "Test Wt.": 57.6 + } + }, + { + "rank": 49, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 141.4, + "Height": 33.8, + "Test Wt.": 60.9, + "Yield 2yr avg": 144.3, + "Yield 3yr avg": 142.6 + } + }, + { + "rank": 50, + "brand": "Kratz Farms LLC", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 141.3, + "Height": 34.2, + "Test Wt.": 60.2 + } + }, + { + "rank": 51, + "brand": "Martin Seed", + "product": "M20", + "traits": null, + "metrics": { + "Yield": 141.2, + "Height": 34.1, + "Test Wt.": 59.1, + "Yield 2yr avg": 143.3 + } + }, + { + "rank": 52, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 141.2, + "Height": 33.7, + "Test Wt.": 57.3, + "Yield 2yr avg": 146.9 + } + }, + { + "rank": 53, + "brand": "AgriMAXX", + "product": "498", + "traits": "ST:G", + "metrics": { + "Yield": 141.2, + "Height": 36.1, + "Test Wt.": 58.3, + "Yield 2yr avg": 144.8 + } + }, + { + "rank": 54, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 140.8, + "Height": 34.6, + "Test Wt.": 57.3 + } + }, + { + "rank": 55, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 140.6, + "Height": 35.8, + "Test Wt.": 59.7, + "Yield 2yr avg": 147 + } + }, + { + "rank": 56, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 140.2, + "Height": 34.2, + "Test Wt.": 58.9 + } + }, + { + "rank": 57, + "brand": "DeRaedt", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 140.2, + "Height": 33.8, + "Test Wt.": 60, + "Yield 2yr avg": 145, + "Yield 3yr avg": 141.1 + } + }, + { + "rank": 58, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 140.1, + "Height": 31.6, + "Test Wt.": 56.5, + "Yield 2yr avg": 143.4, + "Yield 3yr avg": 137 + } + }, + { + "rank": 59, + "brand": "Martin Seed", + "product": "M22", + "traits": null, + "metrics": { + "Yield": 140.1, + "Height": 33.7, + "Test Wt.": 60.1, + "Yield 2yr avg": 145.1 + } + }, + { + "rank": 60, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 140, + "Height": 33.8, + "Test Wt.": 58.9, + "Yield 2yr avg": 143.5, + "Yield 3yr avg": 135.8 + } + }, + { + "rank": 61, + "brand": "Kratz Farms LLC", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 139.2, + "Height": 32, + "Test Wt.": 58.2 + } + }, + { + "rank": 62, + "brand": "Kratz Farms LLC", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 139.2, + "Height": 32.3, + "Test Wt.": 60.6, + "Yield 2yr avg": 142, + "Yield 3yr avg": 136.5 + } + }, + { + "rank": 63, + "brand": "Kratz Farms LLC", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 139.1, + "Height": 35.3, + "Test Wt.": 58.9 + } + }, + { + "rank": 64, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 138.8, + "Height": 34.8, + "Test Wt.": 58.6 + } + }, + { + "rank": 65, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 138.5, + "Height": 30.9, + "Test Wt.": 59.7 + } + }, + { + "rank": 66, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 138.4, + "Height": 32.8, + "Test Wt.": 57.9, + "Yield 2yr avg": 145.7, + "Yield 3yr avg": 141.7 + } + }, + { + "rank": 67, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 137.9, + "Height": 33.2, + "Test Wt.": 59.9, + "Yield 2yr avg": 143.9, + "Yield 3yr avg": 138.1 + } + }, + { + "rank": 68, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 137.3, + "Height": 34.7, + "Test Wt.": 58.9 + } + }, + { + "rank": 69, + "brand": "Kennell", + "product": "2342", + "traits": "ST:G", + "metrics": { + "Yield": 136.9, + "Height": 33.6, + "Test Wt.": 61.4 + } + }, + { + "rank": 70, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 135.5, + "Height": 32.2, + "Test Wt.": 55.1 + } + }, + { + "rank": 71, + "brand": "Kennell", + "product": "2418", + "traits": "ST:G", + "metrics": { + "Yield": 133.3, + "Height": 33.1, + "Test Wt.": 60.9 + } + }, + { + "rank": 72, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 133.3, + "Height": 36.4, + "Test Wt.": 61.7, + "Yield 2yr avg": 136.3 + } + }, + { + "rank": 73, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 133.3, + "Height": 31.8, + "Test Wt.": 57.3 + } + }, + { + "rank": 74, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 133.2, + "Height": 37.9, + "Test Wt.": 61 + } + }, + { + "rank": 75, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 132.4, + "Height": 38.1, + "Test Wt.": 61.8, + "Yield 2yr avg": 136.1 + } + }, + { + "rank": 76, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 132.4, + "Height": 34.9, + "Test Wt.": 59.8, + "Yield 2yr avg": 135.9 + } + }, + { + "rank": 77, + "brand": "Langdon Brothers Seed", + "product": "LB1936", + "traits": "ST:F", + "metrics": { + "Yield": 132.1, + "Height": 34.6, + "Test Wt.": 57.1, + "Yield 2yr avg": 135 + } + }, + { + "rank": 78, + "brand": "Kennell", + "product": "2422", + "traits": "ST:G", + "metrics": { + "Yield": 128.1, + "Height": 33.8, + "Test Wt.": 59.7 + } + }, + { + "rank": 79, + "brand": "American Orgainc", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 126.5, + "Height": 32.8, + "Test Wt.": 60.6, + "Yield 2yr avg": 129.7, + "Yield 3yr avg": 124.6 + } + } + ], + "n_results": 79, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Hampshire-table.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:17.757053+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.md new file mode 100644 index 00000000..4bb615c6 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-hampshire.md @@ -0,0 +1,101 @@ +# Wheat yield trial — University of Illinois VT, Hampshire, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** Hampshire +- **Cooperator / host:** Dezeri DeRaedt +- **County:** Kane +- **Sites:** Hampshire +- **Soil type:** Drummer silty clay loam +- **Planted:** 2023-10-05 +- **Harvested:** 2024-07-07 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Hampshire-table.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | KWS Cereals USA | KWS490 | ST:C | 156 | 31.1 | 58.7 | +| 2 | FS InSPIRE | FS WX24C | ST:G | 154.9 | 31.4 | 58.7 | +| 3 | AgriMAXX | 545 | ST:G | 153 | 33 | 56.6 | +| 4 | Dyna-Gro | 9422 | ST:G | 151.7 | 34.5 | 58.2 | +| 5 | AgriPro | GP 747 | ST:C | 151.2 | 35.6 | 54.9 | +| 6 | KWS Cereals USA | KWS525 | ST:C | 150.9 | 31.5 | 59.4 | +| 7 | Dyna-Gro | 9551 | ST:G | 150.9 | 33.3 | 56.4 | +| 8 | Kratz Farms LLC | KF 883 | ST:F | 149.8 | 31.8 | 58.5 | +| 9 | Green Valley Seed | GV 6324X | ST:C | 149.3 | 31.5 | 57.8 | +| 10 | KWS Cereals USA | KWS529 | ST:C | 148.8 | 33.2 | 56.2 | +| 11 | Dyna-Gro | 9542 | ST:G | 148.3 | 31.8 | 57.6 | +| 12 | AgriPro | GP 305 | ST:C | 148.2 | 32.8 | 56.1 | +| 13 | AgriMAXX | 516 | ST:G | 148.1 | 32.6 | 57.7 | +| 14 | Green Valley Seed | GV 6124X | ST:C | 148 | 33.8 | 57.1 | +| 15 | KWS Cereals USA | KWS508 | ST:C | 147.4 | 32.7 | 58.2 | +| 16 | Dyna-Gro | 9231 | ST:G | 147.4 | 33.9 | 59.1 | +| 17 | KWS Cereals USA | KWS501 | ST:C | 146.9 | 32.6 | 57.8 | +| 18 | Dyna-Gro | 9553 | ST:G | 146.7 | 32.6 | 58 | +| 19 | AgriMAXX | EXP 2405 | ST:G | 146.4 | 32.6 | 57.9 | +| 20 | FS InSPIRE | FS 743 | ST:G | 146.2 | 35.1 | 59.6 | +| 21 | FS InSPIRE | FS 624 | ST:G | 146.1 | 35 | 60.3 | +| 22 | FS InSPIRE | FS 600 | ST:G | 146 | 33 | 59.5 | +| 23 | Albert Lea Seed | 801 | ST:none | 145.9 | 34.6 | 58.8 | +| 24 | AgriMAXX | 505 | ST:G | 145.8 | 32.6 | 60.2 | +| 25 | KWS Cereals USA | KWS500 | ST:C | 145.7 | 31.7 | 57.6 | +| 26 | Kratz Farms LLC | KF 809 | ST:F | 145.5 | 32.7 | 59.6 | +| 27 | Virginia Tech | 16VDH-SRW03-023 | - | 145.2 | 34.5 | 57.6 | +| 28 | FS InSPIRE | FS 617 | ST:G | 144.3 | 33.1 | 58.2 | +| 29 | Dyna-Gro | 9290 | ST:G | 144.3 | 34.2 | 59.3 | +| 30 | Pioneer | 25R65 | ST:C | 144.1 | 32.5 | 57 | +| 31 | Dyna-Gro | 9593 | ST:G | 144 | 33.8 | 57.6 | +| 32 | FS InSPIRE | FS 597 | ST:G | 143.9 | 35.3 | 59.6 | +| 33 | Dyna-Gro | 9393 | ST:G | 143.9 | 31.7 | 58.9 | +| 34 | Bio-Town Seeds | D506W | ST:C | 143.8 | 31.3 | 57.9 | +| 35 | Bio-Town Seeds | DXW2324 | ST:C | 143.6 | 32.1 | 58.1 | +| 36 | AgriPro | GP 463 | ST:C | 143.5 | 34.1 | 58.3 | +| 37 | AgriMAXX | EXP 2314 | ST:G | 143.5 | 35.5 | 58 | +| 38 | FS InSPIRE | FS 745 | ST:G | 143.3 | 32.9 | 57.8 | +| 39 | Kratz Farms LLC | KF 819 | ST:F | 143.1 | 32.2 | 56.1 | +| 40 | Green Valley Seed | GV 624 | ST:C | 142.6 | 34.4 | 59.3 | +| 41 | Green Valley Seed | GV 6224X | ST:C | 142.6 | 32.4 | 58 | +| 42 | Green Valley Seed | GV 652 | ST:C | 142.5 | 33.7 | 59.5 | +| 43 | Kennell | 2413 | ST:G | 142.3 | 32.3 | 58.1 | +| 44 | AgriMAXX | 525 | ST:G | 142.2 | 32.5 | 58.4 | +| 45 | AgriMAXX | 503 | ST:G | 141.9 | 32.9 | 58.9 | +| 46 | Pioneer | 25R76 | ST:C | 141.7 | 33.2 | 57.9 | +| 47 | FS InSPIRE | FS WX24A | ST:G | 141.5 | 32.8 | 59.1 | +| 48 | Bio-Town Seeds | DXW2320 | ST:C | 141.5 | 32.2 | 57.6 | +| 49 | Dyna-Gro | 9120 | ST:G | 141.4 | 33.8 | 60.9 | +| 50 | Kratz Farms LLC | KF 849 | ST:F | 141.3 | 34.2 | 60.2 | +| 51 | Martin Seed | M20 | - | 141.2 | 34.1 | 59.1 | +| 52 | Bio-Town Seeds | D423W | ST:C | 141.2 | 33.7 | 57.3 | +| 53 | AgriMAXX | 498 | ST:G | 141.2 | 36.1 | 58.3 | +| 54 | Dyna-Gro | 9570 | ST:G | 140.8 | 34.6 | 57.3 | +| 55 | Virginia Tech | VA19FHB-36 | - | 140.6 | 35.8 | 59.7 | +| 56 | Green Valley Seed | GV 604 | ST:C | 140.2 | 34.2 | 58.9 | +| 57 | DeRaedt | DeRaedt 47 | ST:C | 140.2 | 33.8 | 60 | +| 58 | Pioneer | 25R74 | ST:C | 140.1 | 31.6 | 56.5 | +| 59 | Martin Seed | M22 | - | 140.1 | 33.7 | 60.1 | +| 60 | AgriMAXX | 513 | ST:G | 140 | 33.8 | 58.9 | +| 61 | Kratz Farms LLC | KF 831 | ST:F | 139.2 | 32 | 58.2 | +| 62 | Kratz Farms LLC | KF 667 | ST:F | 139.2 | 32.3 | 60.6 | +| 63 | Kratz Farms LLC | KF 898 | ST:F | 139.1 | 35.3 | 58.9 | +| 64 | FS InSPIRE | FS WX24B | ST:G | 138.8 | 34.8 | 58.6 | +| 65 | Kitchen Seed | KSC 420W | ST:G | 138.5 | 30.9 | 59.7 | +| 66 | Dyna-Gro | 9172 | ST:G | 138.4 | 32.8 | 57.9 | +| 67 | Dyna-Gro | 9151 | ST:G | 137.9 | 33.2 | 59.9 | +| 68 | AgriPro | GP 543 | ST:C | 137.3 | 34.7 | 58.9 | +| 69 | Kennell | 2342 | ST:G | 136.9 | 33.6 | 61.4 | +| 70 | Dyna-Gro | 9533 | ST:G | 135.5 | 32.2 | 55.1 | +| 71 | Kennell | 2418 | ST:G | 133.3 | 33.1 | 60.9 | +| 72 | FS InSPIRE | FS 606 | ST:G | 133.3 | 36.4 | 61.7 | +| 73 | AgriPro | GP 381 | ST:C | 133.3 | 31.8 | 57.3 | +| 74 | Baird Seed | BW-322 | - | 133.2 | 37.9 | 61 | +| 75 | Kitchen Seed | KSC 423 | ST:G | 132.4 | 38.1 | 61.8 | +| 76 | AgriMAXX | 531 | ST:G | 132.4 | 34.9 | 59.8 | +| 77 | Langdon Brothers Seed | LB1936 | ST:F | 132.1 | 34.6 | 57.1 | +| 78 | Kennell | 2422 | ST:G | 128.1 | 33.8 | 59.7 | +| 79 | American Orgainc | Erisman AM | ST:none | 126.5 | 32.8 | 60.6 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.json new file mode 100644 index 00000000..1cebc3b8 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.json @@ -0,0 +1,908 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-north-region", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "North Region", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Dezeri DeRaedt", + "county": "Kane", + "sites": [ + "Hampshire", + "Perry", + "Urbana" + ], + "soil_type": "Drummer silty clay loam", + "tillage": null, + "planted_date": "2023-10-05", + "harvested_date": "2024-07-07", + "row_width": null, + "latitude": 42.0449444, + "longitude": -88.46975, + "results": [ + { + "rank": 1, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 118.7, + "Height": 34.5, + "Test Wt.": 56.6 + } + }, + { + "rank": 2, + "brand": "Kratz Farms LLC", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 118.6, + "Height": 34.7, + "Test Wt.": 56.3 + } + }, + { + "rank": 3, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 116.9, + "Height": 34.6, + "Test Wt.": 56.5 + } + }, + { + "rank": 4, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 111.8, + "Height": 36.4, + "Test Wt.": 55.8 + } + }, + { + "rank": 5, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 109.2, + "Height": 36.8, + "Test Wt.": 54.9 + } + }, + { + "rank": 6, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 109.1, + "Height": 37.4, + "Test Wt.": 56.4 + } + }, + { + "rank": 7, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 108.4, + "Height": 33.7, + "Test Wt.": 55.3 + } + }, + { + "rank": 8, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 108.3, + "Height": 37.7, + "Test Wt.": 56.9 + } + }, + { + "rank": 9, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 108.2, + "Height": 35, + "Test Wt.": 55.8 + } + }, + { + "rank": 10, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 107.7, + "Height": 36.7, + "Test Wt.": 56.5 + } + }, + { + "rank": 11, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 107.7, + "Height": 37.7, + "Test Wt.": 56.7 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 107.5, + "Height": 34.3, + "Test Wt.": 54.6 + } + }, + { + "rank": 13, + "brand": "Kratz Farms LLC", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 106.8, + "Height": 37.5, + "Test Wt.": 56 + } + }, + { + "rank": 14, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 106.8, + "Height": 37.5, + "Test Wt.": 56.5 + } + }, + { + "rank": 15, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 106.7, + "Height": 35.4, + "Test Wt.": 55.2 + } + }, + { + "rank": 16, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 106.6, + "Height": 38, + "Test Wt.": 57.4 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 106.2, + "Height": 37.2, + "Test Wt.": 56.3 + } + }, + { + "rank": 18, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 106.1, + "Height": 37.2, + "Test Wt.": 55.6 + } + }, + { + "rank": 19, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 106, + "Height": 35.2, + "Test Wt.": 55.2 + } + }, + { + "rank": 20, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 105.7, + "Height": 39.1, + "Test Wt.": 59.3 + } + }, + { + "rank": 21, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 105.7, + "Height": 34.6, + "Test Wt.": 53.6 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 105.5, + "Height": 36, + "Test Wt.": 55.6 + } + }, + { + "rank": 23, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 105.4, + "Height": 37.2, + "Test Wt.": 57.3 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 105.1, + "Height": 34.4, + "Test Wt.": 55.1 + } + }, + { + "rank": 25, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 104.9, + "Height": 36.3, + "Test Wt.": 56.4 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 104.8, + "Height": 35.4, + "Test Wt.": 55 + } + }, + { + "rank": 27, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 104.5, + "Height": 38.4, + "Test Wt.": 59.3 + } + }, + { + "rank": 28, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 104.4, + "Height": 36, + "Test Wt.": 58.2 + } + }, + { + "rank": 29, + "brand": "Kratz Farms LLC", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 103.8, + "Height": 36.3, + "Test Wt.": 56.4 + } + }, + { + "rank": 30, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 103.8, + "Height": 36.6, + "Test Wt.": 56.9 + } + }, + { + "rank": 31, + "brand": "Green Valley Seed", + "product": "GV 6324X", + "traits": "ST:C", + "metrics": { + "Yield": 103.7, + "Height": 35.6, + "Test Wt.": 54.9 + } + }, + { + "rank": 32, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 103.6, + "Height": 36.5, + "Test Wt.": 52.9 + } + }, + { + "rank": 33, + "brand": "Green Valley Seed", + "product": "GV 6224X", + "traits": "ST:C", + "metrics": { + "Yield": 103.1, + "Height": 34.3, + "Test Wt.": 55.1 + } + }, + { + "rank": 34, + "brand": "Kennell", + "product": "2422", + "traits": "ST:G", + "metrics": { + "Yield": 103, + "Height": 38.1, + "Test Wt.": 56.3 + } + }, + { + "rank": 35, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 103, + "Height": 35.7, + "Test Wt.": 55.2 + } + }, + { + "rank": 36, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 103, + "Height": 36, + "Test Wt.": 54.9 + } + }, + { + "rank": 37, + "brand": "Albert Lea Seed", + "product": "801", + "traits": "ST:none", + "metrics": { + "Yield": 102.7, + "Height": 37.4, + "Test Wt.": 56.1 + } + }, + { + "rank": 38, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 102.6, + "Height": 34.6, + "Test Wt.": 56.2 + } + }, + { + "rank": 39, + "brand": "Green Valley Seed", + "product": "GV 652", + "traits": "ST:C", + "metrics": { + "Yield": 102, + "Height": 36, + "Test Wt.": 56.8 + } + }, + { + "rank": 40, + "brand": "Dyna-Gro", + "product": "9393", + "traits": "ST:G", + "metrics": { + "Yield": 101.8, + "Height": 34.3, + "Test Wt.": 55.7 + } + }, + { + "rank": 41, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 101.8, + "Height": 36.2, + "Test Wt.": 55.7 + } + }, + { + "rank": 42, + "brand": "Green Valley Seed", + "product": "GV 6124X", + "traits": "ST:C", + "metrics": { + "Yield": 101.7, + "Height": 35.6, + "Test Wt.": 54.5 + } + }, + { + "rank": 43, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 101.6, + "Height": 36.3, + "Test Wt.": 55.2 + } + }, + { + "rank": 44, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 101.6, + "Height": 35, + "Test Wt.": 55.1 + } + }, + { + "rank": 45, + "brand": "Kratz Farms LLC", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 101.5, + "Height": 34.3, + "Test Wt.": 55 + } + }, + { + "rank": 46, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 101.4, + "Height": 35.8, + "Test Wt.": 57.3 + } + }, + { + "rank": 47, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 101.1, + "Height": 36.3, + "Test Wt.": 54.4 + } + }, + { + "rank": 48, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 100.9, + "Height": 36.7, + "Test Wt.": 54.9 + } + }, + { + "rank": 49, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 100.6, + "Height": 34.5, + "Test Wt.": 53.1 + } + }, + { + "rank": 50, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 100.5, + "Height": 36.9, + "Test Wt.": 54.3 + } + }, + { + "rank": 51, + "brand": "Kennell", + "product": "2418", + "traits": "ST:G", + "metrics": { + "Yield": 100.4, + "Height": 35.2, + "Test Wt.": 58 + } + }, + { + "rank": 52, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 100.4, + "Height": 36, + "Test Wt.": 56.9 + } + }, + { + "rank": 53, + "brand": "Kennell", + "product": "2413", + "traits": "ST:G", + "metrics": { + "Yield": 100.1, + "Height": 34.1, + "Test Wt.": 55.1 + } + }, + { + "rank": 54, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 99.8, + "Height": 34.9, + "Test Wt.": 54 + } + }, + { + "rank": 55, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 99.8, + "Height": 35.8, + "Test Wt.": 53.8 + } + }, + { + "rank": 56, + "brand": "Martin Seed", + "product": "M20", + "traits": null, + "metrics": { + "Yield": 99.6, + "Height": 36.9, + "Test Wt.": 55.9 + } + }, + { + "rank": 57, + "brand": "Kratz Farms LLC", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 99.3, + "Height": 35.4, + "Test Wt.": 57.3 + } + }, + { + "rank": 58, + "brand": "Kennell", + "product": "2342", + "traits": "ST:G", + "metrics": { + "Yield": 98.8, + "Height": 35.4, + "Test Wt.": 57.2 + } + }, + { + "rank": 59, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 98.5, + "Height": 35, + "Test Wt.": 55.4 + } + }, + { + "rank": 60, + "brand": "DeRaedt", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 97.9, + "Height": 36.7, + "Test Wt.": 57 + } + }, + { + "rank": 61, + "brand": "Kratz Farms LLC", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 97.4, + "Height": 34.7, + "Test Wt.": 55.9 + } + }, + { + "rank": 62, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 97.2, + "Height": 34.6, + "Test Wt.": 54.6 + } + }, + { + "rank": 63, + "brand": "Kratz Farms LLC", + "product": "KF 819", + "traits": "ST:F", + "metrics": { + "Yield": 97.2, + "Height": 33.6, + "Test Wt.": 52.7 + } + }, + { + "rank": 64, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 96.9, + "Height": 35.6, + "Test Wt.": 56 + } + }, + { + "rank": 65, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 96.6, + "Height": 35.5, + "Test Wt.": 54.3 + } + }, + { + "rank": 66, + "brand": "KWS Cereals USA", + "product": "KWS508", + "traits": "ST:C", + "metrics": { + "Yield": 96.5, + "Height": 36.1, + "Test Wt.": 54.5 + } + }, + { + "rank": 67, + "brand": "American Organic", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 96.5, + "Height": 35.7, + "Test Wt.": 57.9 + } + }, + { + "rank": 68, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 96.2, + "Height": 33.7, + "Test Wt.": 52 + } + }, + { + "rank": 69, + "brand": "Martin Seed", + "product": "M22", + "traits": null, + "metrics": { + "Yield": 96, + "Height": 36.8, + "Test Wt.": 56.9 + } + }, + { + "rank": 70, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 96, + "Height": 37.6, + "Test Wt.": 51.4 + } + }, + { + "rank": 71, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 95.8, + "Height": 35.2, + "Test Wt.": 54.9 + } + }, + { + "rank": 72, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 94.1, + "Height": 34.5, + "Test Wt.": 55.6 + } + }, + { + "rank": 73, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 94.1, + "Height": 37.9, + "Test Wt.": 56.5 + } + }, + { + "rank": 74, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 93.1, + "Height": 41.4, + "Test Wt.": 58.4 + } + }, + { + "rank": 75, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 92.6, + "Height": 37.1, + "Test Wt.": 54.3 + } + }, + { + "rank": 76, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 92.2, + "Height": 34.6, + "Test Wt.": 53.9 + } + }, + { + "rank": 77, + "brand": "AgriMAXX", + "product": "498", + "traits": "ST:G", + "metrics": { + "Yield": 92, + "Height": 38, + "Test Wt.": 54 + } + }, + { + "rank": 78, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 90.7, + "Height": 35.8, + "Test Wt.": 54.8 + } + }, + { + "rank": 79, + "brand": "Langdon Brothers Seed", + "product": "LB1936", + "traits": "ST:F", + "metrics": { + "Yield": 89.4, + "Height": 35.4, + "Test Wt.": 53.8 + } + } + ], + "n_results": 79, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-north-region-table-final.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:12.794578+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.md new file mode 100644 index 00000000..b6bbc75f --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-north-region.md @@ -0,0 +1,102 @@ +# Wheat yield trial — University of Illinois VT, North Region, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** North Region +- **Rotation:** corn following soybean +- **Cooperator / host:** Dezeri DeRaedt +- **County:** Kane +- **Sites:** Hampshire, Perry, Urbana +- **Soil type:** Drummer silty clay loam +- **Planted:** 2023-10-05 +- **Harvested:** 2024-07-07 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-north-region-table-final.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | KWS Cereals USA | KWS490 | ST:C | 118.7 | 34.5 | 56.6 | +| 2 | Kratz Farms LLC | KF 883 | ST:F | 118.6 | 34.7 | 56.3 | +| 3 | FS InSPIRE | FS WX24C | ST:G | 116.9 | 34.6 | 56.5 | +| 4 | FS InSPIRE | FS WX24B | ST:G | 111.8 | 36.4 | 55.8 | +| 5 | Virginia Tech | 16VDH-SRW03-023 | - | 109.2 | 36.8 | 54.9 | +| 6 | Dyna-Gro | 9231 | ST:G | 109.1 | 37.4 | 56.4 | +| 7 | AgriPro | GP 381 | ST:C | 108.4 | 33.7 | 55.3 | +| 8 | FS InSPIRE | FS 597 | ST:G | 108.3 | 37.7 | 56.9 | +| 9 | FS InSPIRE | FS 617 | ST:G | 108.2 | 35 | 55.8 | +| 10 | Green Valley Seed | GV 604 | ST:C | 107.7 | 36.7 | 56.5 | +| 11 | FS InSPIRE | FS 743 | ST:G | 107.7 | 37.7 | 56.7 | +| 12 | Pioneer | 25R74 | ST:C | 107.5 | 34.3 | 54.6 | +| 13 | Kratz Farms LLC | KF 898 | ST:F | 106.8 | 37.5 | 56 | +| 14 | Green Valley Seed | GV 624 | ST:C | 106.8 | 37.5 | 56.5 | +| 15 | Bio-Town Seeds | DXW2320 | ST:C | 106.7 | 35.4 | 55.2 | +| 16 | Virginia Tech | VA19FHB-36 | - | 106.6 | 38 | 57.4 | +| 17 | Dyna-Gro | 9290 | ST:G | 106.2 | 37.2 | 56.3 | +| 18 | AgriPro | GP 543 | ST:C | 106.1 | 37.2 | 55.6 | +| 19 | Bio-Town Seeds | DXW2324 | ST:C | 106 | 35.2 | 55.2 | +| 20 | Kitchen Seed | KSC 423 | ST:G | 105.7 | 39.1 | 59.3 | +| 21 | Dyna-Gro | 9551 | ST:G | 105.7 | 34.6 | 53.6 | +| 22 | Pioneer | 25R76 | ST:C | 105.5 | 36 | 55.6 | +| 23 | AgriMAXX | 531 | ST:G | 105.4 | 37.2 | 57.3 | +| 24 | Dyna-Gro | 9553 | ST:G | 105.1 | 34.4 | 55.1 | +| 25 | AgriMAXX | 513 | ST:G | 104.9 | 36.3 | 56.4 | +| 26 | Dyna-Gro | 9593 | ST:G | 104.8 | 35.4 | 55 | +| 27 | FS InSPIRE | FS 606 | ST:G | 104.5 | 38.4 | 59.3 | +| 28 | Dyna-Gro | 9120 | ST:G | 104.4 | 36 | 58.2 | +| 29 | Kratz Farms LLC | KF 849 | ST:F | 103.8 | 36.3 | 56.4 | +| 30 | FS InSPIRE | FS 600 | ST:G | 103.8 | 36.6 | 56.9 | +| 31 | Green Valley Seed | GV 6324X | ST:C | 103.7 | 35.6 | 54.9 | +| 32 | KWS Cereals USA | KWS529 | ST:C | 103.6 | 36.5 | 52.9 | +| 33 | Green Valley Seed | GV 6224X | ST:C | 103.1 | 34.3 | 55.1 | +| 34 | Kennell | 2422 | ST:G | 103 | 38.1 | 56.3 | +| 35 | FS InSPIRE | FS 745 | ST:G | 103 | 35.7 | 55.2 | +| 36 | Dyna-Gro | 9542 | ST:G | 103 | 36 | 54.9 | +| 37 | Albert Lea Seed | 801 | ST:none | 102.7 | 37.4 | 56.1 | +| 38 | FS InSPIRE | FS WX24A | ST:G | 102.6 | 34.6 | 56.2 | +| 39 | Green Valley Seed | GV 652 | ST:C | 102 | 36 | 56.8 | +| 40 | Dyna-Gro | 9393 | ST:G | 101.8 | 34.3 | 55.7 | +| 41 | AgriMAXX | 503 | ST:G | 101.8 | 36.2 | 55.7 | +| 42 | Green Valley Seed | GV 6124X | ST:C | 101.7 | 35.6 | 54.5 | +| 43 | AgriMAXX | EXP 2405 | ST:G | 101.6 | 36.3 | 55.2 | +| 44 | AgriMAXX | 516 | ST:G | 101.6 | 35 | 55.1 | +| 45 | Kratz Farms LLC | KF 831 | ST:F | 101.5 | 34.3 | 55 | +| 46 | AgriMAXX | 505 | ST:G | 101.4 | 35.8 | 57.3 | +| 47 | Bio-Town Seeds | D423W | ST:C | 101.1 | 36.3 | 54.4 | +| 48 | Dyna-Gro | 9422 | ST:G | 100.9 | 36.7 | 54.9 | +| 49 | AgriPro | GP 305 | ST:C | 100.6 | 34.5 | 53.1 | +| 50 | Dyna-Gro | 9570 | ST:G | 100.5 | 36.9 | 54.3 | +| 51 | Kennell | 2418 | ST:G | 100.4 | 35.2 | 58 | +| 52 | Dyna-Gro | 9151 | ST:G | 100.4 | 36 | 56.9 | +| 53 | Kennell | 2413 | ST:G | 100.1 | 34.1 | 55.1 | +| 54 | Pioneer | 25R65 | ST:C | 99.8 | 34.9 | 54 | +| 55 | AgriMAXX | 545 | ST:G | 99.8 | 35.8 | 53.8 | +| 56 | Martin Seed | M20 | - | 99.6 | 36.9 | 55.9 | +| 57 | Kratz Farms LLC | KF 667 | ST:F | 99.3 | 35.4 | 57.3 | +| 58 | Kennell | 2342 | ST:G | 98.8 | 35.4 | 57.2 | +| 59 | AgriMAXX | 525 | ST:G | 98.5 | 35 | 55.4 | +| 60 | DeRaedt | DeRaedt 47 | ST:C | 97.9 | 36.7 | 57 | +| 61 | Kratz Farms LLC | KF 809 | ST:F | 97.4 | 34.7 | 55.9 | +| 62 | KWS Cereals USA | KWS500 | ST:C | 97.2 | 34.6 | 54.6 | +| 63 | Kratz Farms LLC | KF 819 | ST:F | 97.2 | 33.6 | 52.7 | +| 64 | Kitchen Seed | KSC 420W | ST:G | 96.9 | 35.6 | 56 | +| 65 | KWS Cereals USA | KWS501 | ST:C | 96.6 | 35.5 | 54.3 | +| 66 | KWS Cereals USA | KWS508 | ST:C | 96.5 | 36.1 | 54.5 | +| 67 | American Organic | Erisman AM | ST:none | 96.5 | 35.7 | 57.9 | +| 68 | Dyna-Gro | 9533 | ST:G | 96.2 | 33.7 | 52 | +| 69 | Martin Seed | M22 | - | 96 | 36.8 | 56.9 | +| 70 | AgriPro | GP 747 | ST:C | 96 | 37.6 | 51.4 | +| 71 | Dyna-Gro | 9172 | ST:G | 95.8 | 35.2 | 54.9 | +| 72 | KWS Cereals USA | KWS525 | ST:C | 94.1 | 34.5 | 55.6 | +| 73 | FS InSPIRE | FS 624 | ST:G | 94.1 | 37.9 | 56.5 | +| 74 | Baird Seed | BW-322 | - | 93.1 | 41.4 | 58.4 | +| 75 | AgriMAXX | EXP 2314 | ST:G | 92.6 | 37.1 | 54.3 | +| 76 | Bio-Town Seeds | D506W | ST:C | 92.2 | 34.6 | 53.9 | +| 77 | AgriMAXX | 498 | ST:G | 92 | 38 | 54 | +| 78 | AgriPro | GP 463 | ST:C | 90.7 | 35.8 | 54.8 | +| 79 | Langdon Brothers Seed | LB1936 | ST:F | 89.4 | 35.4 | 53.8 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-perry.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-perry.json new file mode 100644 index 00000000..261c761c --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-perry.json @@ -0,0 +1,961 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-perry", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Perry", + "rotation": null, + "previous_crop": null, + "cooperator": "Luke Merrit", + "county": "Pike", + "sites": [ + "Perry" + ], + "soil_type": "Clarksdale silt loam", + "tillage": null, + "planted_date": "2023-10-04", + "harvested_date": "2024-06-21", + "row_width": null, + "latitude": 39.80025, + "longitude": -90.819361, + "results": [ + { + "rank": 1, + "brand": "Kratz Farms LLC", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 85.2, + "Height": 32.9, + "Test Wt.": 55.9 + } + }, + { + "rank": 2, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 82.8, + "Height": 33.1, + "Test Wt.": 56.5 + } + }, + { + "rank": 3, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 78.7, + "Height": 36.6, + "Test Wt.": 55.7, + "Yield 2yr avg": 86.6, + "Yield 3yr avg": 86.8 + } + }, + { + "rank": 4, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 77.4, + "Height": 35.5, + "Test Wt.": 53.1 + } + }, + { + "rank": 5, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 76.5, + "Height": 35.9, + "Test Wt.": 55.7 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 76.3, + "Height": 34.8, + "Test Wt.": 56.3, + "Yield 2yr avg": 86.8, + "Yield 3yr avg": 94.1 + } + }, + { + "rank": 7, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 76, + "Height": 37.4, + "Test Wt.": 58.4, + "Yield 2yr avg": 86.9 + } + }, + { + "rank": 8, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 75.6, + "Height": 36.1, + "Test Wt.": 55.7 + } + }, + { + "rank": 9, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 75.1, + "Height": 34.9, + "Test Wt.": 54.2, + "Yield 2yr avg": 89.4, + "Yield 3yr avg": 84.3 + } + }, + { + "rank": 10, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 75.1, + "Height": 37.7, + "Test Wt.": 55.7, + "Yield 2yr avg": 86.5 + } + }, + { + "rank": 11, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 75, + "Height": 36.1, + "Test Wt.": 55.6 + } + }, + { + "rank": 12, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 74, + "Height": 33.8, + "Test Wt.": 57.4, + "Yield 2yr avg": 83.9, + "Yield 3yr avg": 85.7 + } + }, + { + "rank": 13, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 73.9, + "Height": 32.8, + "Test Wt.": 55.5 + } + }, + { + "rank": 14, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 73.9, + "Height": 36.1, + "Test Wt.": 53.3 + } + }, + { + "rank": 15, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 73.9, + "Height": 33.9, + "Test Wt.": 54.7 + } + }, + { + "rank": 16, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 73.5, + "Height": 31.9, + "Test Wt.": 56.8 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "9393", + "traits": "ST:G", + "metrics": { + "Yield": 73.4, + "Height": 33.1, + "Test Wt.": 54.3 + } + }, + { + "rank": 18, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 73.3, + "Height": 34.1, + "Test Wt.": 55.6, + "Yield 2yr avg": 85.1 + } + }, + { + "rank": 19, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 73.1, + "Height": 34, + "Test Wt.": 53.5 + } + }, + { + "rank": 20, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 72.6, + "Height": 35.6, + "Test Wt.": 54, + "Yield 2yr avg": 85.2 + } + }, + { + "rank": 21, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 72.6, + "Height": 36.8, + "Test Wt.": 53.8 + } + }, + { + "rank": 22, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 72.2, + "Height": 35.6, + "Test Wt.": 52.7 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 72.1, + "Height": 33.5, + "Test Wt.": 55.6, + "Yield 2yr avg": 81.2, + "Yield 3yr avg": 89.6 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 72.1, + "Height": 35, + "Test Wt.": 55.5, + "Yield 2yr avg": 83.1 + } + }, + { + "rank": 25, + "brand": "Kratz Farms LLC", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 71.8, + "Height": 37, + "Test Wt.": 53.7 + } + }, + { + "rank": 26, + "brand": "Green Valley Seed", + "product": "GV 6324X", + "traits": "ST:C", + "metrics": { + "Yield": 70.5, + "Height": 36.3, + "Test Wt.": 52.6 + } + }, + { + "rank": 27, + "brand": "Albert Lea Seed", + "product": "801", + "traits": "ST:none", + "metrics": { + "Yield": 70.5, + "Height": 37.2, + "Test Wt.": 56, + "Yield 2yr avg": 84.3, + "Yield 3yr avg": 88.5 + } + }, + { + "rank": 28, + "brand": "Green Valley Seed", + "product": "GV 6224X", + "traits": "ST:C", + "metrics": { + "Yield": 70.3, + "Height": 33.9, + "Test Wt.": 53 + } + }, + { + "rank": 29, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 70.3, + "Height": 35.5, + "Test Wt.": 54.4, + "Yield 2yr avg": 84.5, + "Yield 3yr avg": 86.2 + } + }, + { + "rank": 30, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 69.3, + "Height": 32.8, + "Test Wt.": 53.7 + } + }, + { + "rank": 31, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 68.9, + "Height": 35.5, + "Test Wt.": 55.8, + "Yield 2yr avg": 85.1, + "Yield 3yr avg": 90 + } + }, + { + "rank": 32, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 68.8, + "Height": 34.7, + "Test Wt.": 52.8, + "Yield 2yr avg": 85.1, + "Yield 3yr avg": 86.6 + } + }, + { + "rank": 33, + "brand": "Kratz Farms LLC", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 68.6, + "Height": 32.8, + "Test Wt.": 54.3, + "Yield 2yr avg": 83.7, + "Yield 3yr avg": 83.7 + } + }, + { + "rank": 34, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 68.6, + "Height": 32.7, + "Test Wt.": 54.8 + } + }, + { + "rank": 35, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 68.3, + "Height": 34.3, + "Test Wt.": 53.4, + "Yield 2yr avg": 83.3 + } + }, + { + "rank": 36, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 66.9, + "Height": 32.5, + "Test Wt.": 52.4 + } + }, + { + "rank": 37, + "brand": "Kratz Farms LLC", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 66.5, + "Height": 32.3, + "Test Wt.": 52.5 + } + }, + { + "rank": 38, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 66.5, + "Height": 34.2, + "Test Wt.": 56.2, + "Yield 2yr avg": 78.3, + "Yield 3yr avg": 84.6 + } + }, + { + "rank": 39, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 66.4, + "Height": 35, + "Test Wt.": 55.4, + "Yield 2yr avg": 84.7, + "Yield 3yr avg": 90.4 + } + }, + { + "rank": 40, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 66, + "Height": 31.3, + "Test Wt.": 50 + } + }, + { + "rank": 41, + "brand": "American Organic", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 66, + "Height": 34.5, + "Test Wt.": 57.8, + "Yield 2yr avg": 72.8, + "Yield 3yr avg": 73.9 + } + }, + { + "rank": 42, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 65.9, + "Height": 35.3, + "Test Wt.": 51.1 + } + }, + { + "rank": 43, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 65.5, + "Height": 35.7, + "Test Wt.": 51.4 + } + }, + { + "rank": 44, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 65.5, + "Height": 35.1, + "Test Wt.": 55.4, + "Yield 2yr avg": 77.2 + } + }, + { + "rank": 45, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 65.1, + "Height": 34.2, + "Test Wt.": 53.2 + } + }, + { + "rank": 46, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 65.1, + "Height": 34.5, + "Test Wt.": 54.6, + "Yield 2yr avg": 80.2, + "Yield 3yr avg": 79.4 + } + }, + { + "rank": 47, + "brand": "Kratz Farms LLC", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 65, + "Height": 34.1, + "Test Wt.": 55.4, + "Yield 2yr avg": 74.9, + "Yield 3yr avg": 79.5 + } + }, + { + "rank": 48, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 65, + "Height": 34.2, + "Test Wt.": 53.5, + "Yield 2yr avg": 82.9, + "Yield 3yr avg": 80.8 + } + }, + { + "rank": 49, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 64.6, + "Height": 35, + "Test Wt.": 52.3 + } + }, + { + "rank": 50, + "brand": "Green Valley Seed", + "product": "GV 652", + "traits": "ST:C", + "metrics": { + "Yield": 64.4, + "Height": 35, + "Test Wt.": 55.7, + "Yield 2yr avg": 81.5, + "Yield 3yr avg": 85.8 + } + }, + { + "rank": 51, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 64, + "Height": 36.3, + "Test Wt.": 53.8, + "Yield 2yr avg": 82.8, + "Yield 3yr avg": 84.5 + } + }, + { + "rank": 52, + "brand": "Green Valley Seed", + "product": "GV 6124X", + "traits": "ST:C", + "metrics": { + "Yield": 63.7, + "Height": 34.1, + "Test Wt.": 52.2 + } + }, + { + "rank": 53, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 62.9, + "Height": 34.1, + "Test Wt.": 52.7 + } + }, + { + "rank": 54, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 62.7, + "Height": 34.7, + "Test Wt.": 57.8, + "Yield 2yr avg": 72 + } + }, + { + "rank": 55, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 62.4, + "Height": 35.1, + "Test Wt.": 58.2, + "Yield 2yr avg": 71.4 + } + }, + { + "rank": 56, + "brand": "DeRaedt", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 62.3, + "Height": 35.2, + "Test Wt.": 54.3, + "Yield 2yr avg": 77.3, + "Yield 3yr avg": 83.5 + } + }, + { + "rank": 57, + "brand": "Kratz Farms LLC", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 62.2, + "Height": 34.9, + "Test Wt.": 50.9 + } + }, + { + "rank": 58, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 62, + "Height": 33.1, + "Test Wt.": 51.7, + "Yield 2yr avg": 78.5 + } + }, + { + "rank": 59, + "brand": "Kennell", + "product": "2418", + "traits": "ST:G", + "metrics": { + "Yield": 62, + "Height": 32.6, + "Test Wt.": 55.9 + } + }, + { + "rank": 60, + "brand": "Kennell", + "product": "2413", + "traits": "ST:G", + "metrics": { + "Yield": 61.9, + "Height": 32.1, + "Test Wt.": 53 + } + }, + { + "rank": 61, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 61.9, + "Height": 35, + "Test Wt.": 52 + } + }, + { + "rank": 62, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 61.6, + "Height": 34.1, + "Test Wt.": 52.5, + "Yield 2yr avg": 75.2, + "Yield 3yr avg": 80.6 + } + }, + { + "rank": 63, + "brand": "KWS Cereals USA", + "product": "KWS508", + "traits": "ST:C", + "metrics": { + "Yield": 61.5, + "Height": 35.1, + "Test Wt.": 50.6 + } + }, + { + "rank": 64, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 61.3, + "Height": 33, + "Test Wt.": 52.5 + } + }, + { + "rank": 65, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 61.3, + "Height": 32.6, + "Test Wt.": 51.4 + } + }, + { + "rank": 66, + "brand": "Martin Seed", + "product": "M22", + "traits": null, + "metrics": { + "Yield": 61, + "Height": 36, + "Test Wt.": 53.8, + "Yield 2yr avg": 79.6 + } + }, + { + "rank": 67, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 60.6, + "Height": 40.7, + "Test Wt.": 57.9 + } + }, + { + "rank": 68, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 60.2, + "Height": 34.8, + "Test Wt.": 51, + "Yield 2yr avg": 83 + } + }, + { + "rank": 69, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 59.4, + "Height": 33.5, + "Test Wt.": 52.3 + } + }, + { + "rank": 70, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 59.4, + "Height": 36.2, + "Test Wt.": 48.8 + } + }, + { + "rank": 71, + "brand": "Kennell", + "product": "2422", + "traits": "ST:G", + "metrics": { + "Yield": 59.1, + "Height": 36.9, + "Test Wt.": 53.1 + } + }, + { + "rank": 72, + "brand": "AgriMAXX", + "product": "498", + "traits": "ST:G", + "metrics": { + "Yield": 58.9, + "Height": 36.5, + "Test Wt.": 48.8, + "Yield 2yr avg": 77.1 + } + }, + { + "rank": 73, + "brand": "Kennell", + "product": "2342", + "traits": "ST:G", + "metrics": { + "Yield": 58.4, + "Height": 32.8, + "Test Wt.": 52.2 + } + }, + { + "rank": 74, + "brand": "Martin Seed", + "product": "M20", + "traits": null, + "metrics": { + "Yield": 57.5, + "Height": 34.2, + "Test Wt.": 52.4, + "Yield 2yr avg": 64.2 + } + }, + { + "rank": 75, + "brand": "Kratz Farms LLC", + "product": "KF 819", + "traits": "ST:F", + "metrics": { + "Yield": 57.1, + "Height": 32, + "Test Wt.": 49.3 + } + }, + { + "rank": 76, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 56.5, + "Height": 33.4, + "Test Wt.": 51.9 + } + }, + { + "rank": 77, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 56.3, + "Height": 34.1, + "Test Wt.": 49.7 + } + }, + { + "rank": 78, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 53, + "Height": 34.7, + "Test Wt.": 48.6 + } + }, + { + "rank": 79, + "brand": "Langdon Brothers Seed", + "product": "LB1936", + "traits": "ST:F", + "metrics": { + "Yield": 48.1, + "Height": 31.8, + "Test Wt.": 51.1, + "Yield 2yr avg": 59.2 + } + } + ], + "n_results": 79, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Perry-Table.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:15.730819+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-perry.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-perry.md new file mode 100644 index 00000000..ce8e9b0d --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-perry.md @@ -0,0 +1,101 @@ +# Wheat yield trial — University of Illinois VT, Perry, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** Perry +- **Cooperator / host:** Luke Merrit +- **County:** Pike +- **Sites:** Perry +- **Soil type:** Clarksdale silt loam +- **Planted:** 2023-10-04 +- **Harvested:** 2024-06-21 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Perry-Table.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | Kratz Farms LLC | KF 883 | ST:F | 85.2 | 32.9 | 55.9 | +| 2 | KWS Cereals USA | KWS490 | ST:C | 82.8 | 33.1 | 56.5 | +| 3 | FS InSPIRE | FS 597 | ST:G | 78.7 | 36.6 | 55.7 | +| 4 | AgriPro | GP 543 | ST:C | 77.4 | 35.5 | 53.1 | +| 5 | Green Valley Seed | GV 604 | ST:C | 76.5 | 35.9 | 55.7 | +| 6 | Pioneer | 25R76 | ST:C | 76.3 | 34.8 | 56.3 | +| 7 | Virginia Tech | VA19FHB-36 | - | 76 | 37.4 | 58.4 | +| 8 | Green Valley Seed | GV 624 | ST:C | 75.6 | 36.1 | 55.7 | +| 9 | FS InSPIRE | FS 745 | ST:G | 75.1 | 34.9 | 54.2 | +| 10 | Dyna-Gro | 9231 | ST:G | 75.1 | 37.7 | 55.7 | +| 11 | FS InSPIRE | FS 743 | ST:G | 75 | 36.1 | 55.6 | +| 12 | Dyna-Gro | 9120 | ST:G | 74 | 33.8 | 57.4 | +| 13 | FS InSPIRE | FS WX24C | ST:G | 73.9 | 32.8 | 55.5 | +| 14 | Dyna-Gro | 9542 | ST:G | 73.9 | 36.1 | 53.3 | +| 15 | Bio-Town Seeds | DXW2320 | ST:C | 73.9 | 33.9 | 54.7 | +| 16 | AgriPro | GP 381 | ST:C | 73.5 | 31.9 | 56.8 | +| 17 | Dyna-Gro | 9393 | ST:G | 73.4 | 33.1 | 54.3 | +| 18 | FS InSPIRE | FS 617 | ST:G | 73.3 | 34.1 | 55.6 | +| 19 | Dyna-Gro | 9593 | ST:G | 73.1 | 34 | 53.5 | +| 20 | Virginia Tech | 16VDH-SRW03-023 | - | 72.6 | 35.6 | 54 | +| 21 | AgriMAXX | EXP 2405 | ST:G | 72.6 | 36.8 | 53.8 | +| 22 | AgriMAXX | 545 | ST:G | 72.2 | 35.6 | 52.7 | +| 23 | Pioneer | 25R74 | ST:C | 72.1 | 33.5 | 55.6 | +| 24 | Dyna-Gro | 9290 | ST:G | 72.1 | 35 | 55.5 | +| 25 | Kratz Farms LLC | KF 898 | ST:F | 71.8 | 37 | 53.7 | +| 26 | Green Valley Seed | GV 6324X | ST:C | 70.5 | 36.3 | 52.6 | +| 27 | Albert Lea Seed | 801 | ST:none | 70.5 | 37.2 | 56 | +| 28 | Green Valley Seed | GV 6224X | ST:C | 70.3 | 33.9 | 53 | +| 29 | Dyna-Gro | 9151 | ST:G | 70.3 | 35.5 | 54.4 | +| 30 | Dyna-Gro | 9551 | ST:G | 69.3 | 32.8 | 53.7 | +| 31 | FS InSPIRE | FS 600 | ST:G | 68.9 | 35.5 | 55.8 | +| 32 | AgriMAXX | 525 | ST:G | 68.8 | 34.7 | 52.8 | +| 33 | Kratz Farms LLC | KF 809 | ST:F | 68.6 | 32.8 | 54.3 | +| 34 | FS InSPIRE | FS WX24A | ST:G | 68.6 | 32.7 | 54.8 | +| 35 | Bio-Town Seeds | D423W | ST:C | 68.3 | 34.3 | 53.4 | +| 36 | Dyna-Gro | 9553 | ST:G | 66.9 | 32.5 | 52.4 | +| 37 | Kratz Farms LLC | KF 831 | ST:F | 66.5 | 32.3 | 52.5 | +| 38 | AgriMAXX | 505 | ST:G | 66.5 | 34.2 | 56.2 | +| 39 | AgriMAXX | 513 | ST:G | 66.4 | 35 | 55.4 | +| 40 | Dyna-Gro | 9533 | ST:G | 66 | 31.3 | 50 | +| 41 | American Organic | Erisman AM | ST:none | 66 | 34.5 | 57.8 | +| 42 | KWS Cereals USA | KWS529 | ST:C | 65.9 | 35.3 | 51.1 | +| 43 | AgriMAXX | EXP 2314 | ST:G | 65.5 | 35.7 | 51.4 | +| 44 | AgriMAXX | 531 | ST:G | 65.5 | 35.1 | 55.4 | +| 45 | Kitchen Seed | KSC 420W | ST:G | 65.1 | 34.2 | 53.2 | +| 46 | AgriMAXX | 516 | ST:G | 65.1 | 34.5 | 54.6 | +| 47 | Kratz Farms LLC | KF 667 | ST:F | 65 | 34.1 | 55.4 | +| 48 | Dyna-Gro | 9172 | ST:G | 65 | 34.2 | 53.5 | +| 49 | Bio-Town Seeds | DXW2324 | ST:C | 64.6 | 35 | 52.3 | +| 50 | Green Valley Seed | GV 652 | ST:C | 64.4 | 35 | 55.7 | +| 51 | FS InSPIRE | FS 624 | ST:G | 64 | 36.3 | 53.8 | +| 52 | Green Valley Seed | GV 6124X | ST:C | 63.7 | 34.1 | 52.2 | +| 53 | FS InSPIRE | FS WX24B | ST:G | 62.9 | 34.1 | 52.7 | +| 54 | FS InSPIRE | FS 606 | ST:G | 62.7 | 34.7 | 57.8 | +| 55 | Kitchen Seed | KSC 423 | ST:G | 62.4 | 35.1 | 58.2 | +| 56 | DeRaedt | DeRaedt 47 | ST:C | 62.3 | 35.2 | 54.3 | +| 57 | Kratz Farms LLC | KF 849 | ST:F | 62.2 | 34.9 | 50.9 | +| 58 | Pioneer | 25R65 | ST:C | 62 | 33.1 | 51.7 | +| 59 | Kennell | 2418 | ST:G | 62 | 32.6 | 55.9 | +| 60 | Kennell | 2413 | ST:G | 61.9 | 32.1 | 53 | +| 61 | Dyna-Gro | 9570 | ST:G | 61.9 | 35 | 52 | +| 62 | AgriMAXX | 503 | ST:G | 61.6 | 34.1 | 52.5 | +| 63 | KWS Cereals USA | KWS508 | ST:C | 61.5 | 35.1 | 50.6 | +| 64 | AgriPro | GP 463 | ST:C | 61.3 | 33 | 52.5 | +| 65 | AgriPro | GP 305 | ST:C | 61.3 | 32.6 | 51.4 | +| 66 | Martin Seed | M22 | - | 61 | 36 | 53.8 | +| 67 | Baird Seed | BW-322 | - | 60.6 | 40.7 | 57.9 | +| 68 | Dyna-Gro | 9422 | ST:G | 60.2 | 34.8 | 51 | +| 69 | KWS Cereals USA | KWS525 | ST:C | 59.4 | 33.5 | 52.3 | +| 70 | AgriPro | GP 747 | ST:C | 59.4 | 36.2 | 48.8 | +| 71 | Kennell | 2422 | ST:G | 59.1 | 36.9 | 53.1 | +| 72 | AgriMAXX | 498 | ST:G | 58.9 | 36.5 | 48.8 | +| 73 | Kennell | 2342 | ST:G | 58.4 | 32.8 | 52.2 | +| 74 | Martin Seed | M20 | - | 57.5 | 34.2 | 52.4 | +| 75 | Kratz Farms LLC | KF 819 | ST:F | 57.1 | 32 | 49.3 | +| 76 | KWS Cereals USA | KWS500 | ST:C | 56.5 | 33.4 | 51.9 | +| 77 | KWS Cereals USA | KWS501 | ST:C | 56.3 | 34.1 | 49.7 | +| 78 | Bio-Town Seeds | D506W | ST:C | 53 | 34.7 | 48.6 | +| 79 | Langdon Brothers Seed | LB1936 | ST:F | 48.1 | 31.8 | 51.1 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.json new file mode 100644 index 00000000..275164b9 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.json @@ -0,0 +1,721 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-south-region", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "South Region", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "John and Trent Funk", + "county": "Jackson", + "sites": [ + "Elkville", + "St Peter", + "Belleville" + ], + "soil_type": "Hurst silt loam", + "tillage": null, + "planted_date": "2023-10-09", + "harvested_date": "2024-06-15", + "row_width": null, + "latitude": 37.8757121, + "longitude": -89.1493338, + "results": [ + { + "rank": 1, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 115.8, + "Height": 30.4, + "Test Wt.": 54.8 + } + }, + { + "rank": 2, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 114.5, + "Height": 32.1, + "Test Wt.": 56.7 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 113.3, + "Height": 34.7, + "Test Wt.": 54.4 + } + }, + { + "rank": 4, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 113.3, + "Height": 36.9, + "Test Wt.": 57.1 + } + }, + { + "rank": 5, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 113.2, + "Height": 34.1, + "Test Wt.": 57.2 + } + }, + { + "rank": 6, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 112.5, + "Height": 34.7, + "Test Wt.": 55.5 + } + }, + { + "rank": 7, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 112.5, + "Height": 35.6, + "Test Wt.": 55.5 + } + }, + { + "rank": 8, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 112.4, + "Height": 32.4, + "Test Wt.": 56.6 + } + }, + { + "rank": 9, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 112.3, + "Height": 34.1, + "Test Wt.": 55.4 + } + }, + { + "rank": 10, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 111.2, + "Height": 37, + "Test Wt.": 57.5 + } + }, + { + "rank": 11, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 111.2, + "Height": 34.5, + "Test Wt.": 55.3 + } + }, + { + "rank": 12, + "brand": "KWS Cereals USA", + "product": "KWS397", + "traits": "ST:C", + "metrics": { + "Yield": 110.6, + "Height": 34.1, + "Test Wt.": 55.6 + } + }, + { + "rank": 13, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 110.4, + "Height": 33.7, + "Test Wt.": 56.8 + } + }, + { + "rank": 14, + "brand": "Bio-Town Seeds", + "product": "DXW2325", + "traits": "ST:C", + "metrics": { + "Yield": 109.9, + "Height": 34, + "Test Wt.": 55.6 + } + }, + { + "rank": 15, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 109, + "Height": 33.5, + "Test Wt.": 55.9 + } + }, + { + "rank": 16, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 108.7, + "Height": 34.9, + "Test Wt.": 57.6 + } + }, + { + "rank": 17, + "brand": "KWS Cereals USA", + "product": "KWS542", + "traits": "ST:C", + "metrics": { + "Yield": 108.6, + "Height": 35.1, + "Test Wt.": 57.8 + } + }, + { + "rank": 18, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 108.5, + "Height": 33.6, + "Test Wt.": 55.2 + } + }, + { + "rank": 19, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 108.4, + "Height": 33.2, + "Test Wt.": 56.2 + } + }, + { + "rank": 20, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 108, + "Height": 33.7, + "Test Wt.": 55.6 + } + }, + { + "rank": 21, + "brand": "Hoffman Seed House", + "product": "H7W21", + "traits": "ST:C", + "metrics": { + "Yield": 107.7, + "Height": 32.5, + "Test Wt.": 54.6 + } + }, + { + "rank": 22, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 107.7, + "Height": 32.6, + "Test Wt.": 54.6 + } + }, + { + "rank": 23, + "brand": "KWS Cereals USA", + "product": "KWS527", + "traits": "ST:C", + "metrics": { + "Yield": 107.4, + "Height": 34.5, + "Test Wt.": 56.1 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 107.3, + "Height": 34.4, + "Test Wt.": 57 + } + }, + { + "rank": 25, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 106.9, + "Height": 34.4, + "Test Wt.": 56.8 + } + }, + { + "rank": 26, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 106.8, + "Height": 32.3, + "Test Wt.": 55.1 + } + }, + { + "rank": 27, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 106.4, + "Height": 34.8, + "Test Wt.": 57.6 + } + }, + { + "rank": 28, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 106.3, + "Height": 34.6, + "Test Wt.": 56 + } + }, + { + "rank": 29, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 106.3, + "Height": 30.9, + "Test Wt.": 56.7 + } + }, + { + "rank": 30, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 106, + "Height": 33.7, + "Test Wt.": 55.8 + } + }, + { + "rank": 31, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 105.4, + "Height": 35.2, + "Test Wt.": 56.7 + } + }, + { + "rank": 32, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 105.4, + "Height": 34.7, + "Test Wt.": 55.9 + } + }, + { + "rank": 33, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 105, + "Height": 33.9, + "Test Wt.": 55.3 + } + }, + { + "rank": 34, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 104.9, + "Height": 34.3, + "Test Wt.": 59.2 + } + }, + { + "rank": 35, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 104.6, + "Height": 32.3, + "Test Wt.": 55.3 + } + }, + { + "rank": 36, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 104.4, + "Height": 37.9, + "Test Wt.": 58.6 + } + }, + { + "rank": 37, + "brand": "KWS Cereals USA", + "product": "KWS543", + "traits": "ST:C", + "metrics": { + "Yield": 104.2, + "Height": 34.2, + "Test Wt.": 56.1 + } + }, + { + "rank": 38, + "brand": "AgriMAXX", + "product": "514", + "traits": "ST:G", + "metrics": { + "Yield": 104.1, + "Height": 35.1, + "Test Wt.": 55.4 + } + }, + { + "rank": 39, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 103.3, + "Height": 34.4, + "Test Wt.": 57.7 + } + }, + { + "rank": 40, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 103.2, + "Height": 34.5, + "Test Wt.": 57.2 + } + }, + { + "rank": 41, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 102.4, + "Height": 32.2, + "Test Wt.": 55.9 + } + }, + { + "rank": 42, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 102.3, + "Height": 32.6, + "Test Wt.": 56.3 + } + }, + { + "rank": 43, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 102.2, + "Height": 34.1, + "Test Wt.": 58.8 + } + }, + { + "rank": 44, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 102.1, + "Height": 34.1, + "Test Wt.": 58 + } + }, + { + "rank": 45, + "brand": "AgriMAXX", + "product": "EXP 2312", + "traits": "ST:G", + "metrics": { + "Yield": 102, + "Height": 31.7, + "Test Wt.": 56.5 + } + }, + { + "rank": 46, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 101.7, + "Height": 33.3, + "Test Wt.": 55.3 + } + }, + { + "rank": 47, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 101.5, + "Height": 36.4, + "Test Wt.": 56.8 + } + }, + { + "rank": 48, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 101.3, + "Height": 32.2, + "Test Wt.": 56.1 + } + }, + { + "rank": 49, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 101.2, + "Height": 34.6, + "Test Wt.": 57 + } + }, + { + "rank": 50, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 100.8, + "Height": 33.5, + "Test Wt.": 55.7 + } + }, + { + "rank": 51, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 100.8, + "Height": 33.8, + "Test Wt.": 53.7 + } + }, + { + "rank": 52, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 100.8, + "Height": 33, + "Test Wt.": 55 + } + }, + { + "rank": 53, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 100.7, + "Height": 33.8, + "Test Wt.": 54.2 + } + }, + { + "rank": 54, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 100.1, + "Height": 35.6, + "Test Wt.": 53 + } + }, + { + "rank": 55, + "brand": "Hoffman Seed House", + "product": "H7W30", + "traits": "ST:C", + "metrics": { + "Yield": 97.6, + "Height": 34, + "Test Wt.": 54.4 + } + }, + { + "rank": 56, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 97.4, + "Height": 32.7, + "Test Wt.": 52.9 + } + }, + { + "rank": 57, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 95.8, + "Height": 35.6, + "Test Wt.": 57.1 + } + }, + { + "rank": 58, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 95.5, + "Height": 33.4, + "Test Wt.": 54.2 + } + }, + { + "rank": 59, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 94.2, + "Height": 32.9, + "Test Wt.": 53.9 + } + }, + { + "rank": 60, + "brand": "American Organic", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 94.1, + "Height": 33.7, + "Test Wt.": 57.9 + } + }, + { + "rank": 61, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 92.9, + "Height": 31.7, + "Test Wt.": 53.3 + } + }, + { + "rank": 62, + "brand": "Hoffman Seed House", + "product": "H7W24", + "traits": "ST:C", + "metrics": { + "Yield": 87.6, + "Height": 31.9, + "Test Wt.": 58.9 + } + } + ], + "n_results": 62, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-south-region-table-final.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:11.756293+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.md new file mode 100644 index 00000000..595b0bb3 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-south-region.md @@ -0,0 +1,85 @@ +# Wheat yield trial — University of Illinois VT, South Region, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** South Region +- **Rotation:** corn following soybean +- **Cooperator / host:** John and Trent Funk +- **County:** Jackson +- **Sites:** Elkville, St Peter, Belleville +- **Soil type:** Hurst silt loam +- **Planted:** 2023-10-09 +- **Harvested:** 2024-06-15 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-south-region-table-final.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | Dyna-Gro | 9533 | ST:G | 115.8 | 30.4 | 54.8 | +| 2 | KWS Cereals USA | KWS490 | ST:C | 114.5 | 32.1 | 56.7 | +| 3 | Pioneer | 25R65 | ST:C | 113.3 | 34.7 | 54.4 | +| 4 | Dyna-Gro | 9231 | ST:G | 113.3 | 36.9 | 57.1 | +| 5 | FS InSPIRE | FS 745 | ST:G | 113.2 | 34.1 | 57.2 | +| 6 | Dyna-Gro | 9570 | ST:G | 112.5 | 34.7 | 55.5 | +| 7 | Dyna-Gro | 9422 | ST:G | 112.5 | 35.6 | 55.5 | +| 8 | FS InSPIRE | FS WX24C | ST:G | 112.4 | 32.4 | 56.6 | +| 9 | AgriMAXX | 545 | ST:G | 112.3 | 34.1 | 55.4 | +| 10 | FS InSPIRE | FS 743 | ST:G | 111.2 | 37 | 57.5 | +| 11 | Bio-Town Seeds | D423W | ST:C | 111.2 | 34.5 | 55.3 | +| 12 | KWS Cereals USA | KWS397 | ST:C | 110.6 | 34.1 | 55.6 | +| 13 | AgriMAXX | 513 | ST:G | 110.4 | 33.7 | 56.8 | +| 14 | Bio-Town Seeds | DXW2325 | ST:C | 109.9 | 34 | 55.6 | +| 15 | Dyna-Gro | 9542 | ST:G | 109 | 33.5 | 55.9 | +| 16 | FS InSPIRE | FS 600 | ST:G | 108.7 | 34.9 | 57.6 | +| 17 | KWS Cereals USA | KWS542 | ST:C | 108.6 | 35.1 | 57.8 | +| 18 | Dyna-Gro | 9553 | ST:G | 108.5 | 33.6 | 55.2 | +| 19 | AgriMAXX | 525 | ST:G | 108.4 | 33.2 | 56.2 | +| 20 | AgriMAXX | EXP 2405 | ST:G | 108 | 33.7 | 55.6 | +| 21 | Hoffman Seed House | H7W21 | ST:C | 107.7 | 32.5 | 54.6 | +| 22 | Dyna-Gro | 9551 | ST:G | 107.7 | 32.6 | 54.6 | +| 23 | KWS Cereals USA | KWS527 | ST:C | 107.4 | 34.5 | 56.1 | +| 24 | Dyna-Gro | 9172 | ST:G | 107.3 | 34.4 | 57 | +| 25 | AgriMAXX | 516 | ST:G | 106.9 | 34.4 | 56.8 | +| 26 | Bio-Town Seeds | DXW2324 | ST:C | 106.8 | 32.3 | 55.1 | +| 27 | Dyna-Gro | 9151 | ST:G | 106.4 | 34.8 | 57.6 | +| 28 | Dyna-Gro | 9593 | ST:G | 106.3 | 34.6 | 56 | +| 29 | AgriPro | GP 381 | ST:C | 106.3 | 30.9 | 56.7 | +| 30 | AgriMAXX | EXP 2314 | ST:G | 106 | 33.7 | 55.8 | +| 31 | FS InSPIRE | FS 617 | ST:G | 105.4 | 35.2 | 56.7 | +| 32 | Bio-Town Seeds | DXW2320 | ST:C | 105.4 | 34.7 | 55.9 | +| 33 | Virginia Tech | 16VDH-SRW03-023 | - | 105 | 33.9 | 55.3 | +| 34 | Kitchen Seed | KSC 423 | ST:G | 104.9 | 34.3 | 59.2 | +| 35 | Pioneer | 25R74 | ST:C | 104.6 | 32.3 | 55.3 | +| 36 | Baird Seed | BW-322 | - | 104.4 | 37.9 | 58.6 | +| 37 | KWS Cereals USA | KWS543 | ST:C | 104.2 | 34.2 | 56.1 | +| 38 | AgriMAXX | 514 | ST:G | 104.1 | 35.1 | 55.4 | +| 39 | AgriMAXX | 505 | ST:G | 103.3 | 34.4 | 57.7 | +| 40 | FS InSPIRE | FS 597 | ST:G | 103.2 | 34.5 | 57.2 | +| 41 | AgriPro | GP 463 | ST:C | 102.4 | 32.2 | 55.9 | +| 42 | FS InSPIRE | FS WX24A | ST:G | 102.3 | 32.6 | 56.3 | +| 43 | FS InSPIRE | FS 606 | ST:G | 102.2 | 34.1 | 58.8 | +| 44 | Dyna-Gro | 9120 | ST:G | 102.1 | 34.1 | 58 | +| 45 | AgriMAXX | EXP 2312 | ST:G | 102 | 31.7 | 56.5 | +| 46 | KWS Cereals USA | KWS501 | ST:C | 101.7 | 33.3 | 55.3 | +| 47 | FS InSPIRE | FS 624 | ST:G | 101.5 | 36.4 | 56.8 | +| 48 | KWS Cereals USA | KWS500 | ST:C | 101.3 | 32.2 | 56.1 | +| 49 | Dyna-Gro | 9290 | ST:G | 101.2 | 34.6 | 57 | +| 50 | Pioneer | 25R76 | ST:C | 100.8 | 33.5 | 55.7 | +| 51 | Bio-Town Seeds | D506W | ST:C | 100.8 | 33.8 | 53.7 | +| 52 | AgriPro | GP 543 | ST:C | 100.8 | 33 | 55 | +| 53 | FS InSPIRE | FS WX24B | ST:G | 100.7 | 33.8 | 54.2 | +| 54 | AgriPro | GP 747 | ST:C | 100.1 | 35.6 | 53 | +| 55 | Hoffman Seed House | H7W30 | ST:C | 97.6 | 34 | 54.4 | +| 56 | KWS Cereals USA | KWS529 | ST:C | 97.4 | 32.7 | 52.9 | +| 57 | Virginia Tech | VA19FHB-36 | - | 95.8 | 35.6 | 57.1 | +| 58 | KWS Cereals USA | KWS525 | ST:C | 95.5 | 33.4 | 54.2 | +| 59 | Kitchen Seed | KSC 420W | ST:G | 94.2 | 32.9 | 53.9 | +| 60 | American Organic | Erisman AM | ST:none | 94.1 | 33.7 | 57.9 | +| 61 | AgriPro | GP 305 | ST:C | 92.9 | 31.7 | 53.3 | +| 62 | Hoffman Seed House | H7W24 | ST:C | 87.6 | 31.9 | 58.9 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.json b/corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.json new file mode 100644 index 00000000..4fa222b6 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.json @@ -0,0 +1,942 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2024-urbana", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2024, + "region": "Urbana", + "rotation": null, + "previous_crop": null, + "cooperator": "CSREC", + "county": "Champaign", + "sites": [ + "Urbana" + ], + "soil_type": "Flanagan silt loam", + "tillage": null, + "planted_date": "2023-10-03", + "harvested_date": "2024-06-19", + "row_width": null, + "latitude": 40.0468889, + "longitude": -88.2378611, + "results": [ + { + "rank": 1, + "brand": "FS InSPIRE", + "product": "FS WX24B", + "traits": "ST:G", + "metrics": { + "Yield": 117.2, + "Height": 40, + "Test Wt.": 56.5 + } + }, + { + "rank": 2, + "brand": "Kratz Farms LLC", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 115.9, + "Height": 39.6, + "Test Wt.": 57.4 + } + }, + { + "rank": 3, + "brand": "FS InSPIRE", + "product": "FS WX24C", + "traits": "ST:G", + "metrics": { + "Yield": 115.9, + "Height": 39.6, + "Test Wt.": 58 + } + }, + { + "rank": 4, + "brand": "KWS Cereals USA", + "product": "KWS490", + "traits": "ST:C", + "metrics": { + "Yield": 114.9, + "Height": 39.5, + "Test Wt.": 57.8 + } + }, + { + "rank": 5, + "brand": "AgriPro", + "product": "GP 381", + "traits": "ST:C", + "metrics": { + "Yield": 108.8, + "Height": 37.5, + "Test Wt.": 55.7 + } + }, + { + "rank": 6, + "brand": "Kitchen Seed", + "product": "KSC 423", + "traits": "ST:G", + "metrics": { + "Yield": 108.4, + "Height": 43.5, + "Test Wt.": 59.8, + "Yield 2yr avg": 117 + } + }, + { + "rank": 7, + "brand": "Kennell", + "product": "2422", + "traits": "ST:G", + "metrics": { + "Yield": 106.9, + "Height": 44.1, + "Test Wt.": 54.3 + } + }, + { + "rank": 8, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 106.8, + "Height": 41.3, + "Test Wt.": 58.2, + "Yield 2yr avg": 116.5 + } + }, + { + "rank": 9, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 106.5, + "Height": 43.8, + "Test Wt.": 60.1, + "Yield 2yr avg": 117.6 + } + }, + { + "rank": 10, + "brand": "Virginia Tech", + "product": "16VDH-SRW03-023", + "traits": null, + "metrics": { + "Yield": 106.1, + "Height": 40.2, + "Test Wt.": 54.1, + "Yield 2yr avg": 117.6 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "25R74", + "traits": "ST:C", + "metrics": { + "Yield": 105.2, + "Height": 38, + "Test Wt.": 55.8, + "Yield 2yr avg": 115.5, + "Yield 3yr avg": 111.9 + } + }, + { + "rank": 12, + "brand": "Kratz Farms LLC", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 104.4, + "Height": 40.2, + "Test Wt.": 55.3 + } + }, + { + "rank": 13, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 104.3, + "Height": 37.7, + "Test Wt.": 55.9, + "Yield 2yr avg": 116.1 + } + }, + { + "rank": 14, + "brand": "Bio-Town Seeds", + "product": "DXW2324", + "traits": "ST:C", + "metrics": { + "Yield": 104.2, + "Height": 38.8, + "Test Wt.": 55.1 + } + }, + { + "rank": 15, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 104.1, + "Height": 41, + "Test Wt.": 55.5, + "Yield 2yr avg": 114.6 + } + }, + { + "rank": 16, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 103.7, + "Height": 40.2, + "Test Wt.": 56.6 + } + }, + { + "rank": 17, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 102.8, + "Height": 40.1, + "Test Wt.": 56.7, + "Yield 2yr avg": 111.7, + "Yield 3yr avg": 108.5 + } + }, + { + "rank": 18, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 102.5, + "Height": 41.1, + "Test Wt.": 56.5, + "Yield 2yr avg": 114.3 + } + }, + { + "rank": 19, + "brand": "Bio-Town Seeds", + "product": "DXW2320", + "traits": "ST:C", + "metrics": { + "Yield": 102.3, + "Height": 40.1, + "Test Wt.": 55.6 + } + }, + { + "rank": 20, + "brand": "Kratz Farms LLC", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 102.2, + "Height": 39.8, + "Test Wt.": 54.2 + } + }, + { + "rank": 21, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 102.1, + "Height": 41.8, + "Test Wt.": 55.7 + } + }, + { + "rank": 22, + "brand": "Virginia Tech", + "product": "VA19FHB-36", + "traits": null, + "metrics": { + "Yield": 101.8, + "Height": 40.8, + "Test Wt.": 57.3, + "Yield 2yr avg": 112.6 + } + }, + { + "rank": 23, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 101.6, + "Height": 42.2, + "Test Wt.": 55.3 + } + }, + { + "rank": 24, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 101.6, + "Height": 41.3, + "Test Wt.": 53.2 + } + }, + { + "rank": 25, + "brand": "Dyna-Gro", + "product": "9290", + "traits": "ST:G", + "metrics": { + "Yield": 101.2, + "Height": 42.3, + "Test Wt.": 54.5, + "Yield 2yr avg": 112 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "9553", + "traits": "ST:G", + "metrics": { + "Yield": 100.5, + "Height": 37.7, + "Test Wt.": 55.1 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 99.3, + "Height": 40.2, + "Test Wt.": 55.2, + "Yield 2yr avg": 110.9 + } + }, + { + "rank": 28, + "brand": "Kennell", + "product": "2418", + "traits": "ST:G", + "metrics": { + "Yield": 99.2, + "Height": 39.6, + "Test Wt.": 57.6 + } + }, + { + "rank": 29, + "brand": "Dyna-Gro", + "product": "9551", + "traits": "ST:G", + "metrics": { + "Yield": 99, + "Height": 37.5, + "Test Wt.": 51.4 + } + }, + { + "rank": 30, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 98.5, + "Height": 38.4, + "Test Wt.": 55.2 + } + }, + { + "rank": 31, + "brand": "Dyna-Gro", + "product": "9120", + "traits": "ST:G", + "metrics": { + "Yield": 98.4, + "Height": 40.3, + "Test Wt.": 57.2, + "Yield 2yr avg": 108.8, + "Yield 3yr avg": 109.9 + } + }, + { + "rank": 32, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 98.3, + "Height": 41.7, + "Test Wt.": 54.4, + "Yield 2yr avg": 111.3, + "Yield 3yr avg": 108.5 + } + }, + { + "rank": 33, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 97.7, + "Height": 41.6, + "Test Wt.": 56.8, + "Yield 2yr avg": 110.6, + "Yield 3yr avg": 108.2 + } + }, + { + "rank": 34, + "brand": "Green Valley Seed", + "product": "GV 652", + "traits": "ST:C", + "metrics": { + "Yield": 97.5, + "Height": 39.4, + "Test Wt.": 56.3, + "Yield 2yr avg": 108.7 + } + }, + { + "rank": 35, + "brand": "KWS Cereals USA", + "product": "KWS529", + "traits": "ST:C", + "metrics": { + "Yield": 97.4, + "Height": 41.3, + "Test Wt.": 50.3 + } + }, + { + "rank": 36, + "brand": "FS InSPIRE", + "product": "FS WX24A", + "traits": "ST:G", + "metrics": { + "Yield": 97.4, + "Height": 38.2, + "Test Wt.": 55.5 + } + }, + { + "rank": 37, + "brand": "Green Valley Seed", + "product": "GV 6224X", + "traits": "ST:C", + "metrics": { + "Yield": 97.1, + "Height": 36.6, + "Test Wt.": 54.5 + } + }, + { + "rank": 38, + "brand": "Kratz Farms LLC", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 97, + "Height": 38.4, + "Test Wt.": 53.6 + } + }, + { + "rank": 39, + "brand": "Martin Seed", + "product": "M20", + "traits": null, + "metrics": { + "Yield": 96.7, + "Height": 42.3, + "Test Wt.": 54.8, + "Yield 2yr avg": 109.7 + } + }, + { + "rank": 40, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 96.6, + "Height": 41.1, + "Test Wt.": 53.5 + } + }, + { + "rank": 41, + "brand": "Kennell", + "product": "2342", + "traits": "ST:G", + "metrics": { + "Yield": 96.3, + "Height": 39.3, + "Test Wt.": 53 + } + }, + { + "rank": 42, + "brand": "Green Valley Seed", + "product": "GV 6324X", + "traits": "ST:C", + "metrics": { + "Yield": 95.6, + "Height": 39.6, + "Test Wt.": 54.4 + } + }, + { + "rank": 43, + "brand": "Kennell", + "product": "2413", + "traits": "ST:G", + "metrics": { + "Yield": 95.3, + "Height": 37.5, + "Test Wt.": 53.8 + } + }, + { + "rank": 44, + "brand": "Green Valley Seed", + "product": "GV 6124X", + "traits": "ST:C", + "metrics": { + "Yield": 95.2, + "Height": 38.9, + "Test Wt.": 55.1 + } + }, + { + "rank": 45, + "brand": "Albert Lea Seed", + "product": "801", + "traits": "ST:none", + "metrics": { + "Yield": 95, + "Height": 40.7, + "Test Wt.": 55, + "Yield 2yr avg": 107.1 + } + }, + { + "rank": 46, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 94.8, + "Height": 39.3, + "Test Wt.": 54.7, + "Yield 2yr avg": 108.4 + } + }, + { + "rank": 47, + "brand": "Bio-Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 94.7, + "Height": 40.7, + "Test Wt.": 52.6, + "Yield 2yr avg": 108.5 + } + }, + { + "rank": 48, + "brand": "AgriMAXX", + "product": "516", + "traits": "ST:G", + "metrics": { + "Yield": 94.6, + "Height": 38.1, + "Test Wt.": 54.5, + "Yield 2yr avg": 107.9, + "Yield 3yr avg": 107.6 + } + }, + { + "rank": 49, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 94.4, + "Height": 40.6, + "Test Wt.": 55.6, + "Yield 2yr avg": 107.7, + "Yield 3yr avg": 104.6 + } + }, + { + "rank": 50, + "brand": "AgriPro", + "product": "GP 305", + "traits": "ST:C", + "metrics": { + "Yield": 94.2, + "Height": 37.9, + "Test Wt.": 51.7 + } + }, + { + "rank": 51, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 94.1, + "Height": 39.1, + "Test Wt.": 52.8, + "Yield 2yr avg": 106 + } + }, + { + "rank": 52, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 94, + "Height": 39.5, + "Test Wt.": 56, + "Yield 2yr avg": 106.8, + "Yield 3yr avg": 107 + } + }, + { + "rank": 53, + "brand": "Kratz Farms LLC", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 93.7, + "Height": 39.8, + "Test Wt.": 54.5, + "Yield 2yr avg": 106.6, + "Yield 3yr avg": 104.3 + } + }, + { + "rank": 54, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 93.7, + "Height": 40.5, + "Test Wt.": 53.5, + "Yield 2yr avg": 109 + } + }, + { + "rank": 55, + "brand": "Dyna-Gro", + "product": "9542", + "traits": "ST:G", + "metrics": { + "Yield": 93.4, + "Height": 40.5, + "Test Wt.": 54.4 + } + }, + { + "rank": 56, + "brand": "American Organic", + "product": "Erisman AM", + "traits": "ST:none", + "metrics": { + "Yield": 93.1, + "Height": 39.9, + "Test Wt.": 56.5, + "Yield 2yr avg": 103.5, + "Yield 3yr avg": 101.4 + } + }, + { + "rank": 57, + "brand": "Dyna-Gro", + "product": "9393", + "traits": "ST:G", + "metrics": { + "Yield": 92.9, + "Height": 38.2, + "Test Wt.": 53.3 + } + }, + { + "rank": 58, + "brand": "AgriMAXX", + "product": "EXP 2405", + "traits": "ST:G", + "metrics": { + "Yield": 92.2, + "Height": 40.1, + "Test Wt.": 55 + } + }, + { + "rank": 59, + "brand": "DeReadt", + "product": "DeReadt 47", + "traits": "ST:C", + "metrics": { + "Yield": 92, + "Height": 41.3, + "Test Wt.": 56.1, + "Yield 2yr avg": 105.1, + "Yield 3yr avg": 101.8 + } + }, + { + "rank": 60, + "brand": "Kratz Farms LLC", + "product": "KF 819", + "traits": "ST:F", + "metrics": { + "Yield": 91.9, + "Height": 36.4, + "Test Wt.": 51.2 + } + }, + { + "rank": 61, + "brand": "KWS Cereals USA", + "product": "KWS500", + "traits": "ST:C", + "metrics": { + "Yield": 91.2, + "Height": 38.7, + "Test Wt.": 53.7 + } + }, + { + "rank": 62, + "brand": "Kitchen Seed", + "product": "KSC 420W", + "traits": "ST:G", + "metrics": { + "Yield": 89.8, + "Height": 42.1, + "Test Wt.": 52.6 + } + }, + { + "rank": 63, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 89.8, + "Height": 38.1, + "Test Wt.": 54.9, + "Yield 2yr avg": 101.1 + } + }, + { + "rank": 64, + "brand": "KWS Cereals USA", + "product": "KWS501", + "traits": "ST:C", + "metrics": { + "Yield": 89.6, + "Height": 39.7, + "Test Wt.": 52.8 + } + }, + { + "rank": 65, + "brand": "Martin Seed", + "product": "M22", + "traits": null, + "metrics": { + "Yield": 89.2, + "Height": 40.8, + "Test Wt.": 55.4, + "Yield 2yr avg": 103.2 + } + }, + { + "rank": 66, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 89.1, + "Height": 37.2, + "Test Wt.": 50.2 + } + }, + { + "rank": 67, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 87.8, + "Height": 38.7, + "Test Wt.": 53.7, + "Yield 2yr avg": 102.7, + "Yield 3yr avg": 102.4 + } + }, + { + "rank": 68, + "brand": "KWS Cereals USA", + "product": "KWS508", + "traits": "ST:C", + "metrics": { + "Yield": 87.3, + "Height": 40.7, + "Test Wt.": 51.7 + } + }, + { + "rank": 69, + "brand": "Baird Seed", + "product": "BW-322", + "traits": null, + "metrics": { + "Yield": 86.8, + "Height": 46.3, + "Test Wt.": 57.7 + } + }, + { + "rank": 70, + "brand": "Kratz Farms LLC", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 86.5, + "Height": 38.4, + "Test Wt.": 51.1, + "Yield 2yr avg": 102.6, + "Yield 3yr avg": 105.3 + } + }, + { + "rank": 71, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 86.2, + "Height": 39, + "Test Wt.": 52.6 + } + }, + { + "rank": 72, + "brand": "Langdon Brothers Seed", + "product": "LB1936", + "traits": "ST:F", + "metrics": { + "Yield": 85.6, + "Height": 39, + "Test Wt.": 51.5, + "Yield 2yr avg": 97 + } + }, + { + "rank": 73, + "brand": "AgriPro", + "product": "GP 747", + "traits": "ST:C", + "metrics": { + "Yield": 85.6, + "Height": 40.9, + "Test Wt.": 48.9 + } + }, + { + "rank": 74, + "brand": "Bio-Town Seeds", + "product": "D506W", + "traits": "ST:C", + "metrics": { + "Yield": 84, + "Height": 38.4, + "Test Wt.": 51.3 + } + }, + { + "rank": 75, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 82.7, + "Height": 42.3, + "Test Wt.": 52.8, + "Yield 2yr avg": 98.1 + } + }, + { + "rank": 76, + "brand": "KWS Cereals USA", + "product": "KWS525", + "traits": "ST:C", + "metrics": { + "Yield": 82.3, + "Height": 38.7, + "Test Wt.": 52.1 + } + }, + { + "rank": 77, + "brand": "AgriMAXX", + "product": "EXP 2314", + "traits": "ST:G", + "metrics": { + "Yield": 80.3, + "Height": 39.7, + "Test Wt.": 51.3 + } + }, + { + "rank": 78, + "brand": "AgriPro", + "product": "GP 463", + "traits": "ST:C", + "metrics": { + "Yield": 78.4, + "Height": 40.1, + "Test Wt.": 51.9 + } + } + ], + "n_results": 78, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Urbana-table.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:16.767345+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.md b/corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.md new file mode 100644 index 00000000..7d0027c3 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2024-urbana.md @@ -0,0 +1,100 @@ +# Wheat yield trial — University of Illinois VT, Urbana, IL 2024 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2024 +- **Region:** Urbana +- **Cooperator / host:** CSREC +- **County:** Champaign +- **Sites:** Urbana +- **Soil type:** Flanagan silt loam +- **Planted:** 2023-10-03 +- **Harvested:** 2024-06-19 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2024/07/2024-Urbana-table.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | FS InSPIRE | FS WX24B | ST:G | 117.2 | 40 | 56.5 | +| 2 | Kratz Farms LLC | KF 883 | ST:F | 115.9 | 39.6 | 57.4 | +| 3 | FS InSPIRE | FS WX24C | ST:G | 115.9 | 39.6 | 58 | +| 4 | KWS Cereals USA | KWS490 | ST:C | 114.9 | 39.5 | 57.8 | +| 5 | AgriPro | GP 381 | ST:C | 108.8 | 37.5 | 55.7 | +| 6 | Kitchen Seed | KSC 423 | ST:G | 108.4 | 43.5 | 59.8 | +| 7 | Kennell | 2422 | ST:G | 106.9 | 44.1 | 54.3 | +| 8 | AgriMAXX | 531 | ST:G | 106.8 | 41.3 | 58.2 | +| 9 | FS InSPIRE | FS 606 | ST:G | 106.5 | 43.8 | 60.1 | +| 10 | Virginia Tech | 16VDH-SRW03-023 | - | 106.1 | 40.2 | 54.1 | +| 11 | Pioneer | 25R74 | ST:C | 105.2 | 38 | 55.8 | +| 12 | Kratz Farms LLC | KF 898 | ST:F | 104.4 | 40.2 | 55.3 | +| 13 | FS InSPIRE | FS 617 | ST:G | 104.3 | 37.7 | 55.9 | +| 14 | Bio-Town Seeds | DXW2324 | ST:C | 104.2 | 38.8 | 55.1 | +| 15 | Dyna-Gro | 9231 | ST:G | 104.1 | 41 | 55.5 | +| 16 | Green Valley Seed | GV 604 | ST:C | 103.7 | 40.2 | 56.6 | +| 17 | AgriMAXX | 513 | ST:G | 102.8 | 40.1 | 56.7 | +| 18 | FS InSPIRE | FS 597 | ST:G | 102.5 | 41.1 | 56.5 | +| 19 | Bio-Town Seeds | DXW2320 | ST:C | 102.3 | 40.1 | 55.6 | +| 20 | Kratz Farms LLC | KF 849 | ST:F | 102.2 | 39.8 | 54.2 | +| 21 | FS InSPIRE | FS 743 | ST:G | 102.1 | 41.8 | 55.7 | +| 22 | Virginia Tech | VA19FHB-36 | - | 101.8 | 40.8 | 57.3 | +| 23 | Green Valley Seed | GV 624 | ST:C | 101.6 | 42.2 | 55.3 | +| 24 | AgriPro | GP 543 | ST:C | 101.6 | 41.3 | 53.2 | +| 25 | Dyna-Gro | 9290 | ST:G | 101.2 | 42.3 | 54.5 | +| 26 | Dyna-Gro | 9553 | ST:G | 100.5 | 37.7 | 55.1 | +| 27 | Pioneer | 25R76 | ST:C | 99.3 | 40.2 | 55.2 | +| 28 | Kennell | 2418 | ST:G | 99.2 | 39.6 | 57.6 | +| 29 | Dyna-Gro | 9551 | ST:G | 99 | 37.5 | 51.4 | +| 30 | Dyna-Gro | 9593 | ST:G | 98.5 | 38.4 | 55.2 | +| 31 | Dyna-Gro | 9120 | ST:G | 98.4 | 40.3 | 57.2 | +| 32 | AgriMAXX | 503 | ST:G | 98.3 | 41.7 | 54.4 | +| 33 | FS InSPIRE | FS 600 | ST:G | 97.7 | 41.6 | 56.8 | +| 34 | Green Valley Seed | GV 652 | ST:C | 97.5 | 39.4 | 56.3 | +| 35 | KWS Cereals USA | KWS529 | ST:C | 97.4 | 41.3 | 50.3 | +| 36 | FS InSPIRE | FS WX24A | ST:G | 97.4 | 38.2 | 55.5 | +| 37 | Green Valley Seed | GV 6224X | ST:C | 97.1 | 36.6 | 54.5 | +| 38 | Kratz Farms LLC | KF 831 | ST:F | 97 | 38.4 | 53.6 | +| 39 | Martin Seed | M20 | - | 96.7 | 42.3 | 54.8 | +| 40 | Dyna-Gro | 9570 | ST:G | 96.6 | 41.1 | 53.5 | +| 41 | Kennell | 2342 | ST:G | 96.3 | 39.3 | 53 | +| 42 | Green Valley Seed | GV 6324X | ST:C | 95.6 | 39.6 | 54.4 | +| 43 | Kennell | 2413 | ST:G | 95.3 | 37.5 | 53.8 | +| 44 | Green Valley Seed | GV 6124X | ST:C | 95.2 | 38.9 | 55.1 | +| 45 | Albert Lea Seed | 801 | ST:none | 95 | 40.7 | 55 | +| 46 | FS InSPIRE | FS 745 | ST:G | 94.8 | 39.3 | 54.7 | +| 47 | Bio-Town Seeds | D423W | ST:C | 94.7 | 40.7 | 52.6 | +| 48 | AgriMAXX | 516 | ST:G | 94.6 | 38.1 | 54.5 | +| 49 | AgriMAXX | 505 | ST:G | 94.4 | 40.6 | 55.6 | +| 50 | AgriPro | GP 305 | ST:C | 94.2 | 37.9 | 51.7 | +| 51 | Pioneer | 25R65 | ST:C | 94.1 | 39.1 | 52.8 | +| 52 | Dyna-Gro | 9151 | ST:G | 94 | 39.5 | 56 | +| 53 | Kratz Farms LLC | KF 667 | ST:F | 93.7 | 39.8 | 54.5 | +| 54 | Dyna-Gro | 9422 | ST:G | 93.7 | 40.5 | 53.5 | +| 55 | Dyna-Gro | 9542 | ST:G | 93.4 | 40.5 | 54.4 | +| 56 | American Organic | Erisman AM | ST:none | 93.1 | 39.9 | 56.5 | +| 57 | Dyna-Gro | 9393 | ST:G | 92.9 | 38.2 | 53.3 | +| 58 | AgriMAXX | EXP 2405 | ST:G | 92.2 | 40.1 | 55 | +| 59 | DeReadt | DeReadt 47 | ST:C | 92 | 41.3 | 56.1 | +| 60 | Kratz Farms LLC | KF 819 | ST:F | 91.9 | 36.4 | 51.2 | +| 61 | KWS Cereals USA | KWS500 | ST:C | 91.2 | 38.7 | 53.7 | +| 62 | Kitchen Seed | KSC 420W | ST:G | 89.8 | 42.1 | 52.6 | +| 63 | AgriMAXX | 525 | ST:G | 89.8 | 38.1 | 54.9 | +| 64 | KWS Cereals USA | KWS501 | ST:C | 89.6 | 39.7 | 52.8 | +| 65 | Martin Seed | M22 | - | 89.2 | 40.8 | 55.4 | +| 66 | Dyna-Gro | 9533 | ST:G | 89.1 | 37.2 | 50.2 | +| 67 | Dyna-Gro | 9172 | ST:G | 87.8 | 38.7 | 53.7 | +| 68 | KWS Cereals USA | KWS508 | ST:C | 87.3 | 40.7 | 51.7 | +| 69 | Baird Seed | BW-322 | - | 86.8 | 46.3 | 57.7 | +| 70 | Kratz Farms LLC | KF 809 | ST:F | 86.5 | 38.4 | 51.1 | +| 71 | AgriMAXX | 545 | ST:G | 86.2 | 39 | 52.6 | +| 72 | Langdon Brothers Seed | LB1936 | ST:F | 85.6 | 39 | 51.5 | +| 73 | AgriPro | GP 747 | ST:C | 85.6 | 40.9 | 48.9 | +| 74 | Bio-Town Seeds | D506W | ST:C | 84 | 38.4 | 51.3 | +| 75 | FS InSPIRE | FS 624 | ST:G | 82.7 | 42.3 | 52.8 | +| 76 | KWS Cereals USA | KWS525 | ST:C | 82.3 | 38.7 | 52.1 | +| 77 | AgriMAXX | EXP 2314 | ST:G | 80.3 | 39.7 | 51.3 | +| 78 | AgriPro | GP 463 | ST:C | 78.4 | 40.1 | 51.9 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.json b/corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.json new file mode 100644 index 00000000..6a92a93b --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.json @@ -0,0 +1,910 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2025-hampshire", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Hampshire", + "rotation": null, + "previous_crop": null, + "cooperator": "Dezeri DeRaedt", + "county": "Kane", + "sites": [ + "Hampshire" + ], + "soil_type": "Drummer silty clay loam", + "tillage": null, + "planted_date": "2024-09-30", + "harvested_date": "2025-07-10", + "row_width": null, + "latitude": null, + "longitude": null, + "results": [ + { + "rank": 1, + "brand": "Bio Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 152.2, + "Height": 34.6, + "Test Wt.": 56.2 + } + }, + { + "rank": 2, + "brand": "DeRaedt Seed", + "product": "DeRaedt 66", + "traits": "ST:C", + "metrics": { + "Yield": 149.9, + "Height": 32.3, + "Test Wt.": 57.5 + } + }, + { + "rank": 3, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 147.4, + "Height": 33.9, + "Test Wt.": 56.8, + "Yield 2yr avg": 143.6, + "Yield 3yr avg": 147.3 + } + }, + { + "rank": 4, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 146, + "Height": 34, + "Test Wt.": 57.3, + "Yield 2yr avg": 143.7, + "Yield 3yr avg": 147.4 + } + }, + { + "rank": 5, + "brand": "FS InSPIRE", + "product": "FS 749", + "traits": "ST:G", + "metrics": { + "Yield": 145.3, + "Height": 32.8, + "Test Wt.": 57.9 + } + }, + { + "rank": 6, + "brand": "Merschman Seeds", + "product": "Julie 12", + "traits": "ST:C", + "metrics": { + "Yield": 143.7, + "Height": 34.1, + "Test Wt.": 56.5 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 143, + "Height": 33.6, + "Test Wt.": 56.5, + "Yield 2yr avg": 142.7, + "Yield 3yr avg": 142.9 + } + }, + { + "rank": 8, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 142.4, + "Height": 34.6, + "Test Wt.": 57.6, + "Yield 2yr avg": 141.5, + "Yield 3yr avg": 146.5 + } + }, + { + "rank": 9, + "brand": "Merschman Seeds", + "product": "M2603", + "traits": "ST:C", + "metrics": { + "Yield": 142.4, + "Height": 33.6, + "Test Wt.": 57.6 + } + }, + { + "rank": 10, + "brand": "Kratz Farms KF Brand", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 142.2, + "Height": 35.3, + "Test Wt.": 57.8, + "Yield 2yr avg": 143.3, + "Yield 3yr avg": 145.7 + } + }, + { + "rank": 11, + "brand": "Kratz Farms KF Brand", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 141.6, + "Height": 32, + "Test Wt.": 57.4, + "Yield 2yr avg": 145.4 + } + }, + { + "rank": 12, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 139.8, + "Height": 34, + "Test Wt.": 56.4, + "Yield 2yr avg": 146.5 + } + }, + { + "rank": 13, + "brand": "KWS Cereals US", + "product": "KWS604", + "traits": "ST:C", + "metrics": { + "Yield": 139.8, + "Height": 33.3, + "Test Wt.": 58.4 + } + }, + { + "rank": 14, + "brand": "Green Valley Seed", + "product": "6125X", + "traits": "ST:C", + "metrics": { + "Yield": 139.7, + "Height": 32.3, + "Test Wt.": 56.1 + } + }, + { + "rank": 15, + "brand": "FS InSPIRE", + "product": "WX25C", + "traits": "ST:G", + "metrics": { + "Yield": 138.2, + "Height": 36.1, + "Test Wt.": 57.4 + } + }, + { + "rank": 16, + "brand": "Kratz Farms KF Brand", + "product": "EX KF 881", + "traits": "ST:F", + "metrics": { + "Yield": 137.5, + "Height": 33.3, + "Test Wt.": 57.7 + } + }, + { + "rank": 17, + "brand": "Green Valley Seed", + "product": "6325X", + "traits": "ST:C", + "metrics": { + "Yield": 137.1, + "Height": 33.4, + "Test Wt.": 56.9 + } + }, + { + "rank": 18, + "brand": "AgriMAXX", + "product": "556", + "traits": "ST:G", + "metrics": { + "Yield": 136.9, + "Height": 33.5, + "Test Wt.": 56.6, + "Yield 2yr avg": 141.5 + } + }, + { + "rank": 19, + "brand": "DeRaedt Seed", + "product": "DeRaedt EXP 60", + "traits": "ST:C", + "metrics": { + "Yield": 136.7, + "Height": 34.1, + "Test Wt.": 57.6 + } + }, + { + "rank": 20, + "brand": "Blue River", + "product": "801", + "traits": "ST:C", + "metrics": { + "Yield": 136.6, + "Height": 35.2, + "Test Wt.": 58.1, + "Yield 2yr avg": 141.1, + "Yield 3yr avg": 145.8 + } + }, + { + "rank": 21, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 136.4, + "Height": 33.8, + "Test Wt.": 56.7, + "Yield 2yr avg": 136, + "Yield 3yr avg": 139.7 + } + }, + { + "rank": 22, + "brand": "KWS Cereals US", + "product": "KWS579", + "traits": "ST:C", + "metrics": { + "Yield": 135.9, + "Height": 33.4, + "Test Wt.": 56.5 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "P25R800", + "traits": "ST:C", + "metrics": { + "Yield": 135.7, + "Height": 32.5, + "Test Wt.": 56.1 + } + }, + { + "rank": 24, + "brand": "FS InSPIRE", + "product": "WX25B", + "traits": "ST:G", + "metrics": { + "Yield": 135.6, + "Height": 33.5, + "Test Wt.": 56.5 + } + }, + { + "rank": 25, + "brand": "KWS Cereals US", + "product": "KWS591", + "traits": "ST:C", + "metrics": { + "Yield": 135.5, + "Height": 34.1, + "Test Wt.": 56.8 + } + }, + { + "rank": 26, + "brand": "Merschman Seeds", + "product": "Maddie 3", + "traits": "ST:G", + "metrics": { + "Yield": 135.5, + "Height": 35.9, + "Test Wt.": 58 + } + }, + { + "rank": 27, + "brand": "Merschman Seeds", + "product": "M2601", + "traits": "ST:C", + "metrics": { + "Yield": 135.4, + "Height": 32, + "Test Wt.": 56.4 + } + }, + { + "rank": 28, + "brand": "Kennel Seed Farms", + "product": "KF 2549", + "traits": "ST:G", + "metrics": { + "Yield": 135, + "Height": 34.7, + "Test Wt.": 58.5 + } + }, + { + "rank": 29, + "brand": "Bio Town Seeds", + "product": "DXW2423", + "traits": "ST:C", + "metrics": { + "Yield": 134.5, + "Height": 33.2, + "Test Wt.": 56.7 + } + }, + { + "rank": 30, + "brand": "Green Valley Seed", + "product": "6225X", + "traits": "ST:C", + "metrics": { + "Yield": 134.1, + "Height": 33.8, + "Test Wt.": 57 + } + }, + { + "rank": 31, + "brand": "KWS Cereals US", + "product": "KWS625", + "traits": "ST:C", + "metrics": { + "Yield": 134.1, + "Height": 35.3, + "Test Wt.": 57.7 + } + }, + { + "rank": 32, + "brand": "AgriPro", + "product": "GP 944", + "traits": "ST:C", + "metrics": { + "Yield": 133.3, + "Height": 33.9, + "Test Wt.": 56.8 + } + }, + { + "rank": 33, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 133.2, + "Height": 35.5, + "Test Wt.": 58.3, + "Yield 2yr avg": 132.1, + "Yield 3yr avg": 134.8 + } + }, + { + "rank": 34, + "brand": "Merschman Seeds", + "product": "M2602", + "traits": "ST:C", + "metrics": { + "Yield": 132.5, + "Height": 33.3, + "Test Wt.": 56.8 + } + }, + { + "rank": 35, + "brand": "Martin Seed", + "product": "M22", + "traits": "ST:F", + "metrics": { + "Yield": 130.8, + "Height": 32.8, + "Test Wt.": 58.6, + "Yield 2yr avg": 135.2, + "Yield 3yr avg": 140.3 + } + }, + { + "rank": 36, + "brand": "Green Valley Seed", + "product": "GV 645", + "traits": "ST:C", + "metrics": { + "Yield": 130.3, + "Height": 32.8, + "Test Wt.": 57.5 + } + }, + { + "rank": 37, + "brand": "KWS Cereals US", + "product": "KWS623", + "traits": "ST:C", + "metrics": { + "Yield": 130.2, + "Height": 34, + "Test Wt.": 56.1 + } + }, + { + "rank": 38, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 129.8, + "Height": 34.2, + "Test Wt.": 57.3, + "Yield 2yr avg": 137.2, + "Yield 3yr avg": 143.4 + } + }, + { + "rank": 39, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 129.1, + "Height": 35.3, + "Test Wt.": 57.5, + "Yield 2yr avg": 138 + } + }, + { + "rank": 40, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 128.4, + "Height": 32, + "Test Wt.": 57.7, + "Yield 2yr avg": 135.6 + } + }, + { + "rank": 41, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 128.3, + "Height": 32.5, + "Test Wt.": 58.6, + "Yield 2yr avg": 137.6, + "Yield 3yr avg": 142.7 + } + }, + { + "rank": 42, + "brand": "DeRaedt Seed", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 127.6, + "Height": 33.8, + "Test Wt.": 58.8, + "Yield 2yr avg": 133.9, + "Yield 3yr avg": 139.2 + } + }, + { + "rank": 43, + "brand": "Martin Seed", + "product": "M25", + "traits": "ST:F", + "metrics": { + "Yield": 127.4, + "Height": 31.7, + "Test Wt.": 56.3 + } + }, + { + "rank": 44, + "brand": "AgriMAXX", + "product": "EXP 2409", + "traits": "ST:G", + "metrics": { + "Yield": 127.3, + "Height": 31.8, + "Test Wt.": 56.5 + } + }, + { + "rank": 45, + "brand": "Virginia Tech", + "product": "VA20FHB-18", + "traits": "ST:F", + "metrics": { + "Yield": 127.3, + "Height": 36.7, + "Test Wt.": 58.9 + } + }, + { + "rank": 46, + "brand": "AgriMAXX", + "product": "553", + "traits": "ST:G", + "metrics": { + "Yield": 126.7, + "Height": 32, + "Test Wt.": 56.9 + } + }, + { + "rank": 47, + "brand": "Kitchen Seed Company", + "product": "KSC 423 W", + "traits": "ST:F", + "metrics": { + "Yield": 126.2, + "Height": 33.2, + "Test Wt.": 58.6, + "Yield 2yr avg": 129, + "Yield 3yr avg": 132.7 + } + }, + { + "rank": 48, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 126.1, + "Height": 35.7, + "Test Wt.": 58.3, + "Yield 2yr avg": 136.6, + "Yield 3yr avg": 139.1 + } + }, + { + "rank": 49, + "brand": "Merschman Seeds", + "product": "Peyton 2", + "traits": "ST:G", + "metrics": { + "Yield": 126, + "Height": 32.2, + "Test Wt.": 55.6 + } + }, + { + "rank": 50, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 125.2, + "Height": 34.1, + "Test Wt.": 58, + "Yield 2yr avg": 133, + "Yield 3yr avg": 137.8 + } + }, + { + "rank": 51, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 124.9, + "Height": 33.9, + "Test Wt.": 57.5, + "Yield 2yr avg": 134.9, + "Yield 3yr avg": 138.9 + } + }, + { + "rank": 52, + "brand": "American Organic", + "product": "Erisman AM", + "traits": null, + "metrics": { + "Yield": 123.8, + "Height": 34.2, + "Test Wt.": 59 + } + }, + { + "rank": 53, + "brand": "Bio Town Seeds", + "product": "D506W", + "traits": null, + "metrics": { + "Yield": 123.5, + "Height": 32.6, + "Test Wt.": 57.6, + "Yield 2yr avg": 134.2 + } + }, + { + "rank": 54, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 123.1, + "Height": 34, + "Test Wt.": 57.3, + "Yield 2yr avg": 132 + } + }, + { + "rank": 55, + "brand": "Merschman Seeds", + "product": "Millie 8", + "traits": "ST:G", + "metrics": { + "Yield": 123.1, + "Height": 32.9, + "Test Wt.": 60.3 + } + }, + { + "rank": 56, + "brand": "Merschman Seeds", + "product": "M2604", + "traits": "ST:C", + "metrics": { + "Yield": 122.8, + "Height": 33.9, + "Test Wt.": 57.2 + } + }, + { + "rank": 57, + "brand": "Kratz Farms KF Brand", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 122.6, + "Height": 30.6, + "Test Wt.": 57.5, + "Yield 2yr avg": 131.1 + } + }, + { + "rank": 58, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 121.8, + "Height": 34.7, + "Test Wt.": 58.7, + "Yield 2yr avg": 127.5, + "Yield 3yr avg": 131.4 + } + }, + { + "rank": 59, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 121.5, + "Height": 32, + "Test Wt.": 57.2, + "Yield 2yr avg": 132.5, + "Yield 3yr avg": 138.8 + } + }, + { + "rank": 60, + "brand": "Blue River", + "product": "844", + "traits": "ST:C", + "metrics": { + "Yield": 121.1, + "Height": 33.8, + "Test Wt.": 57.8 + } + }, + { + "rank": 61, + "brand": "FS InSPIRE", + "product": "WX25A", + "traits": "ST:G", + "metrics": { + "Yield": 120.9, + "Height": 32.9, + "Test Wt.": 57.9 + } + }, + { + "rank": 62, + "brand": "Merschman Seeds", + "product": "Bintee 12", + "traits": "ST:C", + "metrics": { + "Yield": 120, + "Height": 31.4, + "Test Wt.": 58.5 + } + }, + { + "rank": 63, + "brand": "Kennel Seed Farms", + "product": "KF 2342", + "traits": "ST:G", + "metrics": { + "Yield": 119.5, + "Height": 34.2, + "Test Wt.": 57.9 + } + }, + { + "rank": 64, + "brand": "Kennel Seed Farms", + "product": "KF 2418", + "traits": "ST:G", + "metrics": { + "Yield": 118.9, + "Height": 32.5, + "Test Wt.": 57.9 + } + }, + { + "rank": 65, + "brand": "AgriMAXX", + "product": "543", + "traits": "ST:G", + "metrics": { + "Yield": 117.4, + "Height": 32.9, + "Test Wt.": 57.7 + } + }, + { + "rank": 66, + "brand": "Virginia Tech", + "product": "19VDH-FHB-MAS05-27", + "traits": "ST:F", + "metrics": { + "Yield": 117.2, + "Height": 34.7, + "Test Wt.": 55 + } + }, + { + "rank": 67, + "brand": "Kratz Farms KF Brand", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 115.6, + "Height": 32, + "Test Wt.": 58, + "Yield 2yr avg": 129.4 + } + }, + { + "rank": 68, + "brand": "Kitchen Seed Company", + "product": "KSC 425", + "traits": "ST:F", + "metrics": { + "Yield": 115.5, + "Height": 38.2, + "Test Wt.": 59.6 + } + }, + { + "rank": 69, + "brand": "Kratz Farms KF Brand", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 114.9, + "Height": 32.3, + "Test Wt.": 58.2, + "Yield 2yr avg": 127.6, + "Yield 3yr avg": 133 + } + }, + { + "rank": 70, + "brand": "Kennel Seed Farms", + "product": "KF 9229", + "traits": "ST:G", + "metrics": { + "Yield": 114.5, + "Height": 36.6, + "Test Wt.": 59.6 + } + }, + { + "rank": 71, + "brand": "AgriMAXX", + "product": "561", + "traits": "ST:G", + "metrics": { + "Yield": 113.6, + "Height": 34.6, + "Test Wt.": 56.2 + } + }, + { + "rank": 72, + "brand": "Virginia Tech", + "product": "19VTK7-66", + "traits": "ST:F", + "metrics": { + "Yield": 107.4, + "Height": 35.4, + "Test Wt.": 58.2 + } + }, + { + "rank": 73, + "brand": "Kratz Farms KF Brand", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 100.9, + "Height": 36.2, + "Test Wt.": 57.5, + "Yield 2yr avg": 122.1 + } + }, + { + "rank": 74, + "brand": "Kratz Farms KF Brand", + "product": "KF 857", + "traits": "ST:F", + "metrics": { + "Yield": 100.7, + "Height": 32.7, + "Test Wt.": 58.3 + } + }, + { + "rank": 75, + "brand": "Virginia Tech", + "product": "17VDH-SRW02-125", + "traits": "ST:F", + "metrics": { + "Yield": 99.7, + "Height": 31.5, + "Test Wt.": 58.4 + } + } + ], + "n_results": 75, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/08/2025-Hampshire-Summary.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:10.739800+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.md b/corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.md new file mode 100644 index 00000000..69e12c83 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-hampshire.md @@ -0,0 +1,97 @@ +# Wheat yield trial — University of Illinois VT, Hampshire, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2025 +- **Region:** Hampshire +- **Cooperator / host:** Dezeri DeRaedt +- **County:** Kane +- **Sites:** Hampshire +- **Soil type:** Drummer silty clay loam +- **Planted:** 2024-09-30 +- **Harvested:** 2025-07-10 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/08/2025-Hampshire-Summary.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | Bio Town Seeds | D423W | ST:C | 152.2 | 34.6 | 56.2 | +| 2 | DeRaedt Seed | DeRaedt 66 | ST:C | 149.9 | 32.3 | 57.5 | +| 3 | Pioneer | 25R76 | ST:C | 147.4 | 33.9 | 56.8 | +| 4 | FS InSPIRE | FS 745 | ST:G | 146 | 34 | 57.3 | +| 5 | FS InSPIRE | FS 749 | ST:G | 145.3 | 32.8 | 57.9 | +| 6 | Merschman Seeds | Julie 12 | ST:C | 143.7 | 34.1 | 56.5 | +| 7 | Pioneer | 25R65 | ST:C | 143 | 33.6 | 56.5 | +| 8 | AgriMAXX | 503 | ST:G | 142.4 | 34.6 | 57.6 | +| 9 | Merschman Seeds | M2603 | ST:C | 142.4 | 33.6 | 57.6 | +| 10 | Kratz Farms KF Brand | KF 809 | ST:F | 142.2 | 35.3 | 57.8 | +| 11 | Kratz Farms KF Brand | KF 883 | ST:F | 141.6 | 32 | 57.4 | +| 12 | AgriMAXX | 545 | ST:G | 139.8 | 34 | 56.4 | +| 13 | KWS Cereals US | KWS604 | ST:C | 139.8 | 33.3 | 58.4 | +| 14 | Green Valley Seed | 6125X | ST:C | 139.7 | 32.3 | 56.1 | +| 15 | FS InSPIRE | WX25C | ST:G | 138.2 | 36.1 | 57.4 | +| 16 | Kratz Farms KF Brand | EX KF 881 | ST:F | 137.5 | 33.3 | 57.7 | +| 17 | Green Valley Seed | 6325X | ST:C | 137.1 | 33.4 | 56.9 | +| 18 | AgriMAXX | 556 | ST:G | 136.9 | 33.5 | 56.6 | +| 19 | DeRaedt Seed | DeRaedt EXP 60 | ST:C | 136.7 | 34.1 | 57.6 | +| 20 | Blue River | 801 | ST:C | 136.6 | 35.2 | 58.1 | +| 21 | AgriPro | GP 543 | ST:C | 136.4 | 33.8 | 56.7 | +| 22 | KWS Cereals US | KWS579 | ST:C | 135.9 | 33.4 | 56.5 | +| 23 | Pioneer | P25R800 | ST:C | 135.7 | 32.5 | 56.1 | +| 24 | FS InSPIRE | WX25B | ST:G | 135.6 | 33.5 | 56.5 | +| 25 | KWS Cereals US | KWS591 | ST:C | 135.5 | 34.1 | 56.8 | +| 26 | Merschman Seeds | Maddie 3 | ST:G | 135.5 | 35.9 | 58 | +| 27 | Merschman Seeds | M2601 | ST:C | 135.4 | 32 | 56.4 | +| 28 | Kennel Seed Farms | KF 2549 | ST:G | 135 | 34.7 | 58.5 | +| 29 | Bio Town Seeds | DXW2423 | ST:C | 134.5 | 33.2 | 56.7 | +| 30 | Green Valley Seed | 6225X | ST:C | 134.1 | 33.8 | 57 | +| 31 | KWS Cereals US | KWS625 | ST:C | 134.1 | 35.3 | 57.7 | +| 32 | AgriPro | GP 944 | ST:C | 133.3 | 33.9 | 56.8 | +| 33 | AgriMAXX | 531 | ST:G | 133.2 | 35.5 | 58.3 | +| 34 | Merschman Seeds | M2602 | ST:C | 132.5 | 33.3 | 56.8 | +| 35 | Martin Seed | M22 | ST:F | 130.8 | 32.8 | 58.6 | +| 36 | Green Valley Seed | GV 645 | ST:C | 130.3 | 32.8 | 57.5 | +| 37 | KWS Cereals US | KWS623 | ST:C | 130.2 | 34 | 56.1 | +| 38 | FS InSPIRE | FS 617 | ST:G | 129.8 | 34.2 | 57.3 | +| 39 | FS InSPIRE | FS 743 | ST:G | 129.1 | 35.3 | 57.5 | +| 40 | Green Valley Seed | GV 624 | ST:C | 128.4 | 32 | 57.7 | +| 41 | FS InSPIRE | FS 600 | ST:G | 128.3 | 32.5 | 58.6 | +| 42 | DeRaedt Seed | DeRaedt 47 | ST:C | 127.6 | 33.8 | 58.8 | +| 43 | Martin Seed | M25 | ST:F | 127.4 | 31.7 | 56.3 | +| 44 | AgriMAXX | EXP 2409 | ST:G | 127.3 | 31.8 | 56.5 | +| 45 | Virginia Tech | VA20FHB-18 | ST:F | 127.3 | 36.7 | 58.9 | +| 46 | AgriMAXX | 553 | ST:G | 126.7 | 32 | 56.9 | +| 47 | Kitchen Seed Company | KSC 423 W | ST:F | 126.2 | 33.2 | 58.6 | +| 48 | FS InSPIRE | FS 624 | ST:G | 126.1 | 35.7 | 58.3 | +| 49 | Merschman Seeds | Peyton 2 | ST:G | 126 | 32.2 | 55.6 | +| 50 | AgriMAXX | 513 | ST:G | 125.2 | 34.1 | 58 | +| 51 | FS InSPIRE | FS 597 | ST:G | 124.9 | 33.9 | 57.5 | +| 52 | American Organic | Erisman AM | - | 123.8 | 34.2 | 59 | +| 53 | Bio Town Seeds | D506W | - | 123.5 | 32.6 | 57.6 | +| 54 | Green Valley Seed | GV 604 | ST:C | 123.1 | 34 | 57.3 | +| 55 | Merschman Seeds | Millie 8 | ST:G | 123.1 | 32.9 | 60.3 | +| 56 | Merschman Seeds | M2604 | ST:C | 122.8 | 33.9 | 57.2 | +| 57 | Kratz Farms KF Brand | KF 831 | ST:F | 122.6 | 30.6 | 57.5 | +| 58 | FS InSPIRE | FS 606 | ST:G | 121.8 | 34.7 | 58.7 | +| 59 | AgriMAXX | 525 | ST:G | 121.5 | 32 | 57.2 | +| 60 | Blue River | 844 | ST:C | 121.1 | 33.8 | 57.8 | +| 61 | FS InSPIRE | WX25A | ST:G | 120.9 | 32.9 | 57.9 | +| 62 | Merschman Seeds | Bintee 12 | ST:C | 120 | 31.4 | 58.5 | +| 63 | Kennel Seed Farms | KF 2342 | ST:G | 119.5 | 34.2 | 57.9 | +| 64 | Kennel Seed Farms | KF 2418 | ST:G | 118.9 | 32.5 | 57.9 | +| 65 | AgriMAXX | 543 | ST:G | 117.4 | 32.9 | 57.7 | +| 66 | Virginia Tech | 19VDH-FHB-MAS05-27 | ST:F | 117.2 | 34.7 | 55 | +| 67 | Kratz Farms KF Brand | KF 849 | ST:F | 115.6 | 32 | 58 | +| 68 | Kitchen Seed Company | KSC 425 | ST:F | 115.5 | 38.2 | 59.6 | +| 69 | Kratz Farms KF Brand | KF 667 | ST:F | 114.9 | 32.3 | 58.2 | +| 70 | Kennel Seed Farms | KF 9229 | ST:G | 114.5 | 36.6 | 59.6 | +| 71 | AgriMAXX | 561 | ST:G | 113.6 | 34.6 | 56.2 | +| 72 | Virginia Tech | 19VTK7-66 | ST:F | 107.4 | 35.4 | 58.2 | +| 73 | Kratz Farms KF Brand | KF 898 | ST:F | 100.9 | 36.2 | 57.5 | +| 74 | Kratz Farms KF Brand | KF 857 | ST:F | 100.7 | 32.7 | 58.3 | +| 75 | Virginia Tech | 17VDH-SRW02-125 | ST:F | 99.7 | 31.5 | 58.4 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.json b/corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.json new file mode 100644 index 00000000..5542f045 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.json @@ -0,0 +1,864 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2025-north-region", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "North Region", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "Dezeri DeRaedt", + "county": "Kane", + "sites": [ + "Hampshire", + "Perry", + "Urbana" + ], + "soil_type": "Drummer silty clay loam", + "tillage": null, + "planted_date": "2024-09-30", + "harvested_date": "2025-07-10", + "row_width": null, + "latitude": null, + "longitude": null, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 136.1, + "Height": 35.3, + "Test Wt.": 57.5 + } + }, + { + "rank": 2, + "brand": "DeRaedt Seed", + "product": "DeRaedt 66", + "traits": "ST:C", + "metrics": { + "Yield": 134.6, + "Height": 34, + "Test Wt.": 58.1 + } + }, + { + "rank": 3, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 133.6, + "Height": 35.3, + "Test Wt.": 57.8 + } + }, + { + "rank": 4, + "brand": "Bio Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 133.4, + "Height": 35.5, + "Test Wt.": 57 + } + }, + { + "rank": 5, + "brand": "KWS Cereals US", + "product": "KWS579", + "traits": "ST:C", + "metrics": { + "Yield": 132.3, + "Height": 35.2, + "Test Wt.": 57.2 + } + }, + { + "rank": 6, + "brand": "Green Valley Seed", + "product": "6125X", + "traits": "ST:C", + "metrics": { + "Yield": 131.6, + "Height": 32.3, + "Test Wt.": 57.1 + } + }, + { + "rank": 7, + "brand": "KWS Cereals US", + "product": "KWS623", + "traits": "ST:C", + "metrics": { + "Yield": 131.6, + "Height": 36, + "Test Wt.": 57.2 + } + }, + { + "rank": 8, + "brand": "FS InSPIRE", + "product": "FS 749", + "traits": "ST:G", + "metrics": { + "Yield": 131.6, + "Height": 34.1, + "Test Wt.": 58.4 + } + }, + { + "rank": 9, + "brand": "DeRaedt Seed", + "product": "DeRaedt EXP 60", + "traits": "ST:C", + "metrics": { + "Yield": 131.3, + "Height": 35.1, + "Test Wt.": 57.8 + } + }, + { + "rank": 10, + "brand": "Kratz Farms KF Brand", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 130.2, + "Height": 34, + "Test Wt.": 58.3 + } + }, + { + "rank": 11, + "brand": "Merschman Seeds", + "product": "Julie 12", + "traits": "ST:C", + "metrics": { + "Yield": 130.2, + "Height": 34.8, + "Test Wt.": 57 + } + }, + { + "rank": 12, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 130.2, + "Height": 34, + "Test Wt.": 56.4 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 130, + "Height": 34.7, + "Test Wt.": 56.8 + } + }, + { + "rank": 14, + "brand": "Merschman Seeds", + "product": "M2603", + "traits": "ST:C", + "metrics": { + "Yield": 129.9, + "Height": 35.1, + "Test Wt.": 57.6 + } + }, + { + "rank": 15, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 129.3, + "Height": 36.3, + "Test Wt.": 57.3 + } + }, + { + "rank": 16, + "brand": "FS InSPIRE", + "product": "WX25C", + "traits": "ST:G", + "metrics": { + "Yield": 129.2, + "Height": 36.9, + "Test Wt.": 57.8 + } + }, + { + "rank": 17, + "brand": "Merschman Seeds", + "product": "M2601", + "traits": "ST:C", + "metrics": { + "Yield": 129, + "Height": 33.4, + "Test Wt.": 57.2 + } + }, + { + "rank": 18, + "brand": "Blue River", + "product": "801", + "traits": "ST:C", + "metrics": { + "Yield": 128.9, + "Height": 37.4, + "Test Wt.": 58.1 + } + }, + { + "rank": 19, + "brand": "Merschman Seeds", + "product": "Maddie 3", + "traits": "ST:G", + "metrics": { + "Yield": 128.8, + "Height": 37, + "Test Wt.": 58.3 + } + }, + { + "rank": 20, + "brand": "AgriMAXX", + "product": "556", + "traits": "ST:G", + "metrics": { + "Yield": 128.7, + "Height": 34.7, + "Test Wt.": 57.2 + } + }, + { + "rank": 21, + "brand": "Kratz Farms KF Brand", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 128.1, + "Height": 35.3, + "Test Wt.": 57.8 + } + }, + { + "rank": 22, + "brand": "FS InSPIRE", + "product": "WX25B", + "traits": "ST:G", + "metrics": { + "Yield": 127.8, + "Height": 36, + "Test Wt.": 57.1 + } + }, + { + "rank": 23, + "brand": "Bio Town Seeds", + "product": "DXW2423", + "traits": "ST:C", + "metrics": { + "Yield": 127.1, + "Height": 35.5, + "Test Wt.": 57.1 + } + }, + { + "rank": 24, + "brand": "Green Valley Seed", + "product": "6325X", + "traits": "ST:C", + "metrics": { + "Yield": 126.3, + "Height": 35.2, + "Test Wt.": 57.1 + } + }, + { + "rank": 25, + "brand": "KWS Cereals US", + "product": "KWS591", + "traits": "ST:C", + "metrics": { + "Yield": 126.2, + "Height": 35.6, + "Test Wt.": 57.5 + } + }, + { + "rank": 26, + "brand": "Kratz Farms KF Brand", + "product": "EX KF 881", + "traits": "ST:F", + "metrics": { + "Yield": 126.2, + "Height": 34, + "Test Wt.": 57.9 + } + }, + { + "rank": 27, + "brand": "Green Valley Seed", + "product": "6225X", + "traits": "ST:C", + "metrics": { + "Yield": 125.9, + "Height": 35.2, + "Test Wt.": 57.5 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P25R800", + "traits": "ST:C", + "metrics": { + "Yield": 125.9, + "Height": 33.9, + "Test Wt.": 56.9 + } + }, + { + "rank": 29, + "brand": "AgriMAXX", + "product": "553", + "traits": "ST:G", + "metrics": { + "Yield": 125.6, + "Height": 33.8, + "Test Wt.": 57.4 + } + }, + { + "rank": 30, + "brand": "AgriPro", + "product": "GP 944", + "traits": "ST:C", + "metrics": { + "Yield": 125.4, + "Height": 35.5, + "Test Wt.": 57 + } + }, + { + "rank": 31, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 124.9, + "Height": 34.7, + "Test Wt.": 58.3 + } + }, + { + "rank": 32, + "brand": "KWS Cereals US", + "product": "KWS604", + "traits": "ST:C", + "metrics": { + "Yield": 124.8, + "Height": 34.4, + "Test Wt.": 58.2 + } + }, + { + "rank": 33, + "brand": "KWS Cereals US", + "product": "KWS625", + "traits": "ST:C", + "metrics": { + "Yield": 124.4, + "Height": 36, + "Test Wt.": 57.9 + } + }, + { + "rank": 34, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 123.9, + "Height": 36.4, + "Test Wt.": 58 + } + }, + { + "rank": 35, + "brand": "Merschman Seeds", + "product": "M2602", + "traits": "ST:C", + "metrics": { + "Yield": 123.8, + "Height": 34.6, + "Test Wt.": 57.4 + } + }, + { + "rank": 36, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 123.3, + "Height": 34.9, + "Test Wt.": 59.2 + } + }, + { + "rank": 37, + "brand": "Martin Seed", + "product": "M22", + "traits": "ST:F", + "metrics": { + "Yield": 123.1, + "Height": 35.1, + "Test Wt.": 59.3 + } + }, + { + "rank": 38, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 123, + "Height": 36.9, + "Test Wt.": 58.6 + } + }, + { + "rank": 39, + "brand": "AgriMAXX", + "product": "EXP 2409", + "traits": "ST:G", + "metrics": { + "Yield": 122.2, + "Height": 33.6, + "Test Wt.": 57 + } + }, + { + "rank": 40, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 122.2, + "Height": 35.8, + "Test Wt.": 58.1 + } + }, + { + "rank": 41, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 122.1, + "Height": 34.4, + "Test Wt.": 57.8 + } + }, + { + "rank": 42, + "brand": "DeRaedt Seed", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 121.7, + "Height": 36.1, + "Test Wt.": 59.4 + } + }, + { + "rank": 43, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 121.5, + "Height": 37.3, + "Test Wt.": 58.7 + } + }, + { + "rank": 44, + "brand": "Martin Seed", + "product": "M25", + "traits": "ST:F", + "metrics": { + "Yield": 121, + "Height": 33.1, + "Test Wt.": 56.9 + } + }, + { + "rank": 45, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 121, + "Height": 36.7, + "Test Wt.": 57.9 + } + }, + { + "rank": 46, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 120.3, + "Height": 35.8, + "Test Wt.": 58.6 + } + }, + { + "rank": 47, + "brand": "Virginia Tech", + "product": "VA20FHB-18", + "traits": "ST:F", + "metrics": { + "Yield": 120.2, + "Height": 38.2, + "Test Wt.": 59.2 + } + }, + { + "rank": 48, + "brand": "Green Valley Seed", + "product": "GV 645", + "traits": "ST:C", + "metrics": { + "Yield": 119.2, + "Height": 33.4, + "Test Wt.": 57.8 + } + }, + { + "rank": 49, + "brand": "Kennel Seed Farms", + "product": "KF 2549", + "traits": "ST:G", + "metrics": { + "Yield": 119.2, + "Height": 36.2, + "Test Wt.": 58.8 + } + }, + { + "rank": 50, + "brand": "Merschman Seeds", + "product": "M2604", + "traits": "ST:C", + "metrics": { + "Yield": 118.9, + "Height": 34.9, + "Test Wt.": 58.2 + } + }, + { + "rank": 51, + "brand": "Virginia Tech", + "product": "19VDH-FHB-MAS05-27", + "traits": "ST:F", + "metrics": { + "Yield": 118.9, + "Height": 35.3, + "Test Wt.": 56.1 + } + }, + { + "rank": 52, + "brand": "Kratz Farms KF Brand", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 118.4, + "Height": 33.1, + "Test Wt.": 57.7 + } + }, + { + "rank": 53, + "brand": "Blue River", + "product": "844", + "traits": "ST:C", + "metrics": { + "Yield": 116.7, + "Height": 34.5, + "Test Wt.": 58.4 + } + }, + { + "rank": 54, + "brand": "AgriMAXX", + "product": "561", + "traits": "ST:G", + "metrics": { + "Yield": 116.6, + "Height": 36, + "Test Wt.": 56.8 + } + }, + { + "rank": 55, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 116.3, + "Height": 35.6, + "Test Wt.": 57.9 + } + }, + { + "rank": 56, + "brand": "Kitchen Seed Company", + "product": "KSC 423 W", + "traits": "ST:F", + "metrics": { + "Yield": 116.1, + "Height": 35.1, + "Test Wt.": 59.6 + } + }, + { + "rank": 57, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 116, + "Height": 33.1, + "Test Wt.": 57.7 + } + }, + { + "rank": 58, + "brand": "Merschman Seeds", + "product": "Millie 8", + "traits": "ST:G", + "metrics": { + "Yield": 115.6, + "Height": 35, + "Test Wt.": 60.6 + } + }, + { + "rank": 59, + "brand": "FS InSPIRE", + "product": "WX25A", + "traits": "ST:G", + "metrics": { + "Yield": 114.9, + "Height": 34.4, + "Test Wt.": 58.4 + } + }, + { + "rank": 60, + "brand": "AgriMAXX", + "product": "543", + "traits": "ST:G", + "metrics": { + "Yield": 114.8, + "Height": 34.9, + "Test Wt.": 57.4 + } + }, + { + "rank": 61, + "brand": "Kratz Farms KF Brand", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 114.7, + "Height": 33.8, + "Test Wt.": 58.5 + } + }, + { + "rank": 62, + "brand": "Kennel Seed Farms", + "product": "KF 2342", + "traits": "ST:G", + "metrics": { + "Yield": 114.6, + "Height": 35, + "Test Wt.": 58.5 + } + }, + { + "rank": 63, + "brand": "Bio Town Seeds", + "product": "D506W", + "traits": null, + "metrics": { + "Yield": 113.5, + "Height": 34.5, + "Test Wt.": 57.3 + } + }, + { + "rank": 64, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 113.5, + "Height": 36.4, + "Test Wt.": 59.6 + } + }, + { + "rank": 65, + "brand": "Merschman Seeds", + "product": "Bintee 12", + "traits": "ST:C", + "metrics": { + "Yield": 113.4, + "Height": 33.7, + "Test Wt.": 59.1 + } + }, + { + "rank": 66, + "brand": "Kennel Seed Farms", + "product": "KF 2418", + "traits": "ST:G", + "metrics": { + "Yield": 113.2, + "Height": 34, + "Test Wt.": 58.9 + } + }, + { + "rank": 67, + "brand": "Merschman Seeds", + "product": "Peyton 2", + "traits": "ST:G", + "metrics": { + "Yield": 113.1, + "Height": 34.8, + "Test Wt.": 56.7 + } + }, + { + "rank": 68, + "brand": "Kitchen Seed Company", + "product": "KSC 425", + "traits": "ST:F", + "metrics": { + "Yield": 111.5, + "Height": 40, + "Test Wt.": 59.8 + } + }, + { + "rank": 69, + "brand": "Kratz Farms KF Brand", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 111.2, + "Height": 34.2, + "Test Wt.": 58.5 + } + }, + { + "rank": 70, + "brand": "Kratz Farms KF Brand", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 111.1, + "Height": 36.5, + "Test Wt.": 57.8 + } + }, + { + "rank": 71, + "brand": "American Organic", + "product": "Erisman AM", + "traits": null, + "metrics": { + "Yield": 111, + "Height": 35.8, + "Test Wt.": 59.3 + } + }, + { + "rank": 72, + "brand": "Virginia Tech", + "product": "19VTK7-66", + "traits": "ST:F", + "metrics": { + "Yield": 107.1, + "Height": 37.1, + "Test Wt.": 58.1 + } + }, + { + "rank": 73, + "brand": "Kratz Farms KF Brand", + "product": "KF 857", + "traits": "ST:F", + "metrics": { + "Yield": 104.8, + "Height": 34.7, + "Test Wt.": 58 + } + }, + { + "rank": 74, + "brand": "Virginia Tech", + "product": "17VDH-SRW02-125", + "traits": "ST:F", + "metrics": { + "Yield": 103.9, + "Height": 35.1, + "Test Wt.": 59.1 + } + }, + { + "rank": 75, + "brand": "Kennel Seed Farms", + "product": "KF 9229", + "traits": "ST:G", + "metrics": { + "Yield": 103.9, + "Height": 38.5, + "Test Wt.": 59.3 + } + } + ], + "n_results": 75, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/07/2025-VT-North-Means.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:07.796976+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.md b/corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.md new file mode 100644 index 00000000..913d790c --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-north-region.md @@ -0,0 +1,98 @@ +# Wheat yield trial — University of Illinois VT, North Region, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2025 +- **Region:** North Region +- **Rotation:** corn following soybean +- **Cooperator / host:** Dezeri DeRaedt +- **County:** Kane +- **Sites:** Hampshire, Perry, Urbana +- **Soil type:** Drummer silty clay loam +- **Planted:** 2024-09-30 +- **Harvested:** 2025-07-10 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/07/2025-VT-North-Means.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | Pioneer | 25R76 | ST:C | 136.1 | 35.3 | 57.5 | +| 2 | DeRaedt Seed | DeRaedt 66 | ST:C | 134.6 | 34 | 58.1 | +| 3 | FS InSPIRE | FS 745 | ST:G | 133.6 | 35.3 | 57.8 | +| 4 | Bio Town Seeds | D423W | ST:C | 133.4 | 35.5 | 57 | +| 5 | KWS Cereals US | KWS579 | ST:C | 132.3 | 35.2 | 57.2 | +| 6 | Green Valley Seed | 6125X | ST:C | 131.6 | 32.3 | 57.1 | +| 7 | KWS Cereals US | KWS623 | ST:C | 131.6 | 36 | 57.2 | +| 8 | FS InSPIRE | FS 749 | ST:G | 131.6 | 34.1 | 58.4 | +| 9 | DeRaedt Seed | DeRaedt EXP 60 | ST:C | 131.3 | 35.1 | 57.8 | +| 10 | Kratz Farms KF Brand | KF 883 | ST:F | 130.2 | 34 | 58.3 | +| 11 | Merschman Seeds | Julie 12 | ST:C | 130.2 | 34.8 | 57 | +| 12 | AgriMAXX | 545 | ST:G | 130.2 | 34 | 56.4 | +| 13 | Pioneer | 25R65 | ST:C | 130 | 34.7 | 56.8 | +| 14 | Merschman Seeds | M2603 | ST:C | 129.9 | 35.1 | 57.6 | +| 15 | AgriPro | GP 543 | ST:C | 129.3 | 36.3 | 57.3 | +| 16 | FS InSPIRE | WX25C | ST:G | 129.2 | 36.9 | 57.8 | +| 17 | Merschman Seeds | M2601 | ST:C | 129 | 33.4 | 57.2 | +| 18 | Blue River | 801 | ST:C | 128.9 | 37.4 | 58.1 | +| 19 | Merschman Seeds | Maddie 3 | ST:G | 128.8 | 37 | 58.3 | +| 20 | AgriMAXX | 556 | ST:G | 128.7 | 34.7 | 57.2 | +| 21 | Kratz Farms KF Brand | KF 809 | ST:F | 128.1 | 35.3 | 57.8 | +| 22 | FS InSPIRE | WX25B | ST:G | 127.8 | 36 | 57.1 | +| 23 | Bio Town Seeds | DXW2423 | ST:C | 127.1 | 35.5 | 57.1 | +| 24 | Green Valley Seed | 6325X | ST:C | 126.3 | 35.2 | 57.1 | +| 25 | KWS Cereals US | KWS591 | ST:C | 126.2 | 35.6 | 57.5 | +| 26 | Kratz Farms KF Brand | EX KF 881 | ST:F | 126.2 | 34 | 57.9 | +| 27 | Green Valley Seed | 6225X | ST:C | 125.9 | 35.2 | 57.5 | +| 28 | Pioneer | P25R800 | ST:C | 125.9 | 33.9 | 56.9 | +| 29 | AgriMAXX | 553 | ST:G | 125.6 | 33.8 | 57.4 | +| 30 | AgriPro | GP 944 | ST:C | 125.4 | 35.5 | 57 | +| 31 | Green Valley Seed | GV 624 | ST:C | 124.9 | 34.7 | 58.3 | +| 32 | KWS Cereals US | KWS604 | ST:C | 124.8 | 34.4 | 58.2 | +| 33 | KWS Cereals US | KWS625 | ST:C | 124.4 | 36 | 57.9 | +| 34 | FS InSPIRE | FS 743 | ST:G | 123.9 | 36.4 | 58 | +| 35 | Merschman Seeds | M2602 | ST:C | 123.8 | 34.6 | 57.4 | +| 36 | FS InSPIRE | FS 600 | ST:G | 123.3 | 34.9 | 59.2 | +| 37 | Martin Seed | M22 | ST:F | 123.1 | 35.1 | 59.3 | +| 38 | FS InSPIRE | FS 624 | ST:G | 123 | 36.9 | 58.6 | +| 39 | AgriMAXX | EXP 2409 | ST:G | 122.2 | 33.6 | 57 | +| 40 | AgriMAXX | 503 | ST:G | 122.2 | 35.8 | 58.1 | +| 41 | FS InSPIRE | FS 617 | ST:G | 122.1 | 34.4 | 57.8 | +| 42 | DeRaedt Seed | DeRaedt 47 | ST:C | 121.7 | 36.1 | 59.4 | +| 43 | AgriMAXX | 531 | ST:G | 121.5 | 37.3 | 58.7 | +| 44 | Martin Seed | M25 | ST:F | 121 | 33.1 | 56.9 | +| 45 | FS InSPIRE | FS 597 | ST:G | 121 | 36.7 | 57.9 | +| 46 | AgriMAXX | 513 | ST:G | 120.3 | 35.8 | 58.6 | +| 47 | Virginia Tech | VA20FHB-18 | ST:F | 120.2 | 38.2 | 59.2 | +| 48 | Green Valley Seed | GV 645 | ST:C | 119.2 | 33.4 | 57.8 | +| 49 | Kennel Seed Farms | KF 2549 | ST:G | 119.2 | 36.2 | 58.8 | +| 50 | Merschman Seeds | M2604 | ST:C | 118.9 | 34.9 | 58.2 | +| 51 | Virginia Tech | 19VDH-FHB-MAS05-27 | ST:F | 118.9 | 35.3 | 56.1 | +| 52 | Kratz Farms KF Brand | KF 831 | ST:F | 118.4 | 33.1 | 57.7 | +| 53 | Blue River | 844 | ST:C | 116.7 | 34.5 | 58.4 | +| 54 | AgriMAXX | 561 | ST:G | 116.6 | 36 | 56.8 | +| 55 | Green Valley Seed | GV 604 | ST:C | 116.3 | 35.6 | 57.9 | +| 56 | Kitchen Seed Company | KSC 423 W | ST:F | 116.1 | 35.1 | 59.6 | +| 57 | AgriMAXX | 525 | ST:G | 116 | 33.1 | 57.7 | +| 58 | Merschman Seeds | Millie 8 | ST:G | 115.6 | 35 | 60.6 | +| 59 | FS InSPIRE | WX25A | ST:G | 114.9 | 34.4 | 58.4 | +| 60 | AgriMAXX | 543 | ST:G | 114.8 | 34.9 | 57.4 | +| 61 | Kratz Farms KF Brand | KF 849 | ST:F | 114.7 | 33.8 | 58.5 | +| 62 | Kennel Seed Farms | KF 2342 | ST:G | 114.6 | 35 | 58.5 | +| 63 | Bio Town Seeds | D506W | - | 113.5 | 34.5 | 57.3 | +| 64 | FS InSPIRE | FS 606 | ST:G | 113.5 | 36.4 | 59.6 | +| 65 | Merschman Seeds | Bintee 12 | ST:C | 113.4 | 33.7 | 59.1 | +| 66 | Kennel Seed Farms | KF 2418 | ST:G | 113.2 | 34 | 58.9 | +| 67 | Merschman Seeds | Peyton 2 | ST:G | 113.1 | 34.8 | 56.7 | +| 68 | Kitchen Seed Company | KSC 425 | ST:F | 111.5 | 40 | 59.8 | +| 69 | Kratz Farms KF Brand | KF 667 | ST:F | 111.2 | 34.2 | 58.5 | +| 70 | Kratz Farms KF Brand | KF 898 | ST:F | 111.1 | 36.5 | 57.8 | +| 71 | American Organic | Erisman AM | - | 111 | 35.8 | 59.3 | +| 72 | Virginia Tech | 19VTK7-66 | ST:F | 107.1 | 37.1 | 58.1 | +| 73 | Kratz Farms KF Brand | KF 857 | ST:F | 104.8 | 34.7 | 58 | +| 74 | Virginia Tech | 17VDH-SRW02-125 | ST:F | 103.9 | 35.1 | 59.1 | +| 75 | Kennel Seed Farms | KF 9229 | ST:G | 103.9 | 38.5 | 59.3 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-perry.json b/corpus/illinois_vt_trials/ilvt-wheat-2025-perry.json new file mode 100644 index 00000000..caa2501e --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-perry.json @@ -0,0 +1,910 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2025-perry", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Perry", + "rotation": null, + "previous_crop": null, + "cooperator": "Luke Merrit", + "county": "Pike", + "sites": [ + "Perry" + ], + "soil_type": "Clarksdale silt loam", + "tillage": null, + "planted_date": "2024-10-01", + "harvested_date": "2025-06-23", + "row_width": null, + "latitude": null, + "longitude": null, + "results": [ + { + "rank": 1, + "brand": "KWS Cereals US", + "product": "KWS623", + "traits": "ST:C", + "metrics": { + "Yield": 137.2, + "Height": 37.5, + "Test Wt.": 57.8 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 134.9, + "Height": 36.4, + "Test Wt.": 57.7, + "Yield 2yr avg": 103.8, + "Yield 3yr avg": 101.4 + } + }, + { + "rank": 3, + "brand": "Green Valley Seed", + "product": "6125X", + "traits": "ST:C", + "metrics": { + "Yield": 134.4, + "Height": 33.4, + "Test Wt.": 58.2 + } + }, + { + "rank": 4, + "brand": "DeRaedt Seed", + "product": "DeRaedt EXP 60", + "traits": "ST:C", + "metrics": { + "Yield": 132.9, + "Height": 37.3, + "Test Wt.": 57.6 + } + }, + { + "rank": 5, + "brand": "KWS Cereals US", + "product": "KWS579", + "traits": "ST:C", + "metrics": { + "Yield": 129.4, + "Height": 35.7, + "Test Wt.": 58.2 + } + }, + { + "rank": 6, + "brand": "AgriMAXX", + "product": "553", + "traits": "ST:G", + "metrics": { + "Yield": 129.3, + "Height": 36, + "Test Wt.": 58.3 + } + }, + { + "rank": 7, + "brand": "DeRaedt Seed", + "product": "DeRaedt 66", + "traits": "ST:C", + "metrics": { + "Yield": 127.2, + "Height": 35.4, + "Test Wt.": 57.5 + } + }, + { + "rank": 8, + "brand": "Merschman Seeds", + "product": "Maddie 3", + "traits": "ST:G", + "metrics": { + "Yield": 127.1, + "Height": 38.8, + "Test Wt.": 58.6 + } + }, + { + "rank": 9, + "brand": "Merschman Seeds", + "product": "M2601", + "traits": "ST:C", + "metrics": { + "Yield": 126.2, + "Height": 35.9, + "Test Wt.": 58.6 + } + }, + { + "rank": 10, + "brand": "FS InSPIRE", + "product": "WX25C", + "traits": "ST:G", + "metrics": { + "Yield": 126, + "Height": 37.5, + "Test Wt.": 58.1 + } + }, + { + "rank": 11, + "brand": "AgriMAXX", + "product": "561", + "traits": "ST:G", + "metrics": { + "Yield": 125.2, + "Height": 37.6, + "Test Wt.": 55.3 + } + }, + { + "rank": 12, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 125.2, + "Height": 37.4, + "Test Wt.": 58.6, + "Yield 2yr avg": 100.2 + } + }, + { + "rank": 13, + "brand": "Merschman Seeds", + "product": "M2603", + "traits": "ST:C", + "metrics": { + "Yield": 125, + "Height": 37.4, + "Test Wt.": 57.8 + } + }, + { + "rank": 14, + "brand": "AgriMAXX", + "product": "556", + "traits": "ST:G", + "metrics": { + "Yield": 124.8, + "Height": 35.9, + "Test Wt.": 57.3, + "Yield 2yr avg": 98.1 + } + }, + { + "rank": 15, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 124.6, + "Height": 40, + "Test Wt.": 57.4, + "Yield 2yr avg": 102.1, + "Yield 3yr avg": 99.1 + } + }, + { + "rank": 16, + "brand": "Bio Town Seeds", + "product": "DXW2423", + "traits": "ST:C", + "metrics": { + "Yield": 123.6, + "Height": 39.2, + "Test Wt.": 57.9 + } + }, + { + "rank": 17, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 123.4, + "Height": 36.7, + "Test Wt.": 58.5, + "Yield 2yr avg": 99.3, + "Yield 3yr avg": 101 + } + }, + { + "rank": 18, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 123.2, + "Height": 37.7, + "Test Wt.": 60.3, + "Yield 2yr avg": 95, + "Yield 3yr avg": 97.6 + } + }, + { + "rank": 19, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 122.7, + "Height": 37.8, + "Test Wt.": 58.1, + "Yield 2yr avg": 100.6, + "Yield 3yr avg": 100.9 + } + }, + { + "rank": 20, + "brand": "Blue River", + "product": "801", + "traits": "ST:C", + "metrics": { + "Yield": 122.5, + "Height": 40.4, + "Test Wt.": 57.8, + "Yield 2yr avg": 95.9, + "Yield 3yr avg": 96.7 + } + }, + { + "rank": 21, + "brand": "Kratz Farms KF Brand", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 122.3, + "Height": 40.3, + "Test Wt.": 59.9, + "Yield 2yr avg": 96.7 + } + }, + { + "rank": 22, + "brand": "Kratz Farms KF Brand", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 122.2, + "Height": 36, + "Test Wt.": 58.4, + "Yield 2yr avg": 105.7 + } + }, + { + "rank": 23, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 122, + "Height": 38.7, + "Test Wt.": 58.9, + "Yield 2yr avg": 92.9, + "Yield 3yr avg": 97 + } + }, + { + "rank": 24, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 121.7, + "Height": 38.4, + "Test Wt.": 58.1, + "Yield 2yr avg": 98.7 + } + }, + { + "rank": 25, + "brand": "Merschman Seeds", + "product": "Julie 12", + "traits": "ST:C", + "metrics": { + "Yield": 121.5, + "Height": 36.3, + "Test Wt.": 57 + } + }, + { + "rank": 26, + "brand": "FS InSPIRE", + "product": "FS 749", + "traits": "ST:G", + "metrics": { + "Yield": 121.1, + "Height": 35.3, + "Test Wt.": 57.4 + } + }, + { + "rank": 27, + "brand": "FS InSPIRE", + "product": "WX25B", + "traits": "ST:G", + "metrics": { + "Yield": 120.9, + "Height": 39, + "Test Wt.": 57.9 + } + }, + { + "rank": 28, + "brand": "Merschman Seeds", + "product": "M2602", + "traits": "ST:C", + "metrics": { + "Yield": 120.6, + "Height": 37.6, + "Test Wt.": 58.5 + } + }, + { + "rank": 29, + "brand": "Green Valley Seed", + "product": "6225X", + "traits": "ST:C", + "metrics": { + "Yield": 120.2, + "Height": 38.1, + "Test Wt.": 58.6 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 120.2, + "Height": 37.5, + "Test Wt.": 56.3, + "Yield 2yr avg": 89.3, + "Yield 3yr avg": 91.7 + } + }, + { + "rank": 31, + "brand": "DeRaedt Seed", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 120.1, + "Height": 39.1, + "Test Wt.": 60.2, + "Yield 2yr avg": 89.8, + "Yield 3yr avg": 90.8 + } + }, + { + "rank": 32, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 119.9, + "Height": 35.8, + "Test Wt.": 56.1, + "Yield 2yr avg": 96.2 + } + }, + { + "rank": 33, + "brand": "Martin Seed", + "product": "M22", + "traits": "ST:F", + "metrics": { + "Yield": 119.6, + "Height": 37.7, + "Test Wt.": 60.3, + "Yield 2yr avg": 88.7, + "Yield 3yr avg": 92.5 + } + }, + { + "rank": 34, + "brand": "KWS Cereals US", + "product": "KWS625", + "traits": "ST:C", + "metrics": { + "Yield": 119.4, + "Height": 38.2, + "Test Wt.": 57.7 + } + }, + { + "rank": 35, + "brand": "Martin Seed", + "product": "M25", + "traits": "ST:F", + "metrics": { + "Yield": 119.4, + "Height": 35.8, + "Test Wt.": 57 + } + }, + { + "rank": 36, + "brand": "Virginia Tech", + "product": "VA20FHB-18", + "traits": "ST:F", + "metrics": { + "Yield": 119.1, + "Height": 40.9, + "Test Wt.": 60 + } + }, + { + "rank": 37, + "brand": "AgriPro", + "product": "GP 944", + "traits": "ST:C", + "metrics": { + "Yield": 118.9, + "Height": 37.4, + "Test Wt.": 56.9 + } + }, + { + "rank": 38, + "brand": "AgriMAXX", + "product": "EXP 2409", + "traits": "ST:G", + "metrics": { + "Yield": 118.3, + "Height": 35.4, + "Test Wt.": 57.1 + } + }, + { + "rank": 39, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 118.2, + "Height": 38.8, + "Test Wt.": 58.9, + "Yield 2yr avg": 90.1, + "Yield 3yr avg": 94.7 + } + }, + { + "rank": 40, + "brand": "Virginia Tech", + "product": "19VDH-FHB-MAS05-27", + "traits": "ST:F", + "metrics": { + "Yield": 118.2, + "Height": 36.6, + "Test Wt.": 57.1 + } + }, + { + "rank": 41, + "brand": "Green Valley Seed", + "product": "6325X", + "traits": "ST:C", + "metrics": { + "Yield": 117.8, + "Height": 38.6, + "Test Wt.": 57.5 + } + }, + { + "rank": 42, + "brand": "Pioneer", + "product": "P25R800", + "traits": "ST:C", + "metrics": { + "Yield": 117.8, + "Height": 35.5, + "Test Wt.": 57.4 + } + }, + { + "rank": 43, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 117.6, + "Height": 35.9, + "Test Wt.": 58.3, + "Yield 2yr avg": 96.2, + "Yield 3yr avg": 96.4 + } + }, + { + "rank": 44, + "brand": "Kratz Farms KF Brand", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 117.4, + "Height": 35.8, + "Test Wt.": 56.7, + "Yield 2yr avg": 93, + "Yield 3yr avg": 95.3 + } + }, + { + "rank": 45, + "brand": "Kratz Farms KF Brand", + "product": "EX KF 881", + "traits": "ST:F", + "metrics": { + "Yield": 116.7, + "Height": 33.1, + "Test Wt.": 56.8 + } + }, + { + "rank": 46, + "brand": "Kratz Farms KF Brand", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 115.5, + "Height": 35.3, + "Test Wt.": 57.1, + "Yield 2yr avg": 90.9 + } + }, + { + "rank": 47, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 115.4, + "Height": 38.9, + "Test Wt.": 58.9, + "Yield 2yr avg": 90.2, + "Yield 3yr avg": 89.7 + } + }, + { + "rank": 48, + "brand": "KWS Cereals US", + "product": "KWS591", + "traits": "ST:C", + "metrics": { + "Yield": 115.4, + "Height": 36.5, + "Test Wt.": 57.3 + } + }, + { + "rank": 49, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 115, + "Height": 35.6, + "Test Wt.": 58.1, + "Yield 2yr avg": 92.3, + "Yield 3yr avg": 95.9 + } + }, + { + "rank": 50, + "brand": "AgriMAXX", + "product": "543", + "traits": "ST:G", + "metrics": { + "Yield": 114.6, + "Height": 37.5, + "Test Wt.": 56.4 + } + }, + { + "rank": 51, + "brand": "Merschman Seeds", + "product": "M2604", + "traits": "ST:C", + "metrics": { + "Yield": 114.6, + "Height": 36.4, + "Test Wt.": 58.8 + } + }, + { + "rank": 52, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 114.4, + "Height": 37.4, + "Test Wt.": 58.6, + "Yield 2yr avg": 97.5 + } + }, + { + "rank": 53, + "brand": "Bio Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 112.8, + "Height": 36, + "Test Wt.": 57.3 + } + }, + { + "rank": 54, + "brand": "Kratz Farms KF Brand", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 112.8, + "Height": 36.3, + "Test Wt.": 58.8, + "Yield 2yr avg": 87.1 + } + }, + { + "rank": 55, + "brand": "KWS Cereals US", + "product": "KWS604", + "traits": "ST:C", + "metrics": { + "Yield": 112, + "Height": 35.9, + "Test Wt.": 57.2 + } + }, + { + "rank": 56, + "brand": "Kennel Seed Farms", + "product": "KF 2418", + "traits": "ST:G", + "metrics": { + "Yield": 111.2, + "Height": 33.7, + "Test Wt.": 59.8 + } + }, + { + "rank": 57, + "brand": "Merschman Seeds", + "product": "Millie 8", + "traits": "ST:G", + "metrics": { + "Yield": 110.1, + "Height": 35, + "Test Wt.": 60.2 + } + }, + { + "rank": 58, + "brand": "Kratz Farms KF Brand", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 109.3, + "Height": 35.3, + "Test Wt.": 57.9, + "Yield 2yr avg": 87.9, + "Yield 3yr avg": 86.6 + } + }, + { + "rank": 59, + "brand": "Kratz Farms KF Brand", + "product": "KF 857", + "traits": "ST:F", + "metrics": { + "Yield": 109.2, + "Height": 37.9, + "Test Wt.": 56.6 + } + }, + { + "rank": 60, + "brand": "Kitchen Seed Company", + "product": "KSC 423 W", + "traits": "ST:F", + "metrics": { + "Yield": 109.1, + "Height": 34.9, + "Test Wt.": 60.5, + "Yield 2yr avg": 86, + "Yield 3yr avg": 83.8 + } + }, + { + "rank": 61, + "brand": "Kitchen Seed Company", + "product": "KSC 425", + "traits": "ST:F", + "metrics": { + "Yield": 108.5, + "Height": 42.3, + "Test Wt.": 60.1 + } + }, + { + "rank": 62, + "brand": "Blue River", + "product": "844", + "traits": "ST:C", + "metrics": { + "Yield": 108.4, + "Height": 36.4, + "Test Wt.": 58.7 + } + }, + { + "rank": 63, + "brand": "Merschman Seeds", + "product": "Bintee 12", + "traits": "ST:C", + "metrics": { + "Yield": 108.4, + "Height": 34.7, + "Test Wt.": 59.2 + } + }, + { + "rank": 64, + "brand": "Virginia Tech", + "product": "17VDH-SRW02-125", + "traits": "ST:F", + "metrics": { + "Yield": 108.4, + "Height": 39.7, + "Test Wt.": 59.4 + } + }, + { + "rank": 65, + "brand": "Green Valley Seed", + "product": "GV 645", + "traits": "ST:C", + "metrics": { + "Yield": 105.8, + "Height": 35.8, + "Test Wt.": 57.3 + } + }, + { + "rank": 66, + "brand": "Kennel Seed Farms", + "product": "KF 2549", + "traits": "ST:G", + "metrics": { + "Yield": 105.1, + "Height": 39.3, + "Test Wt.": 58.2 + } + }, + { + "rank": 67, + "brand": "Virginia Tech", + "product": "19VTK7-66", + "traits": "ST:F", + "metrics": { + "Yield": 105, + "Height": 38.6, + "Test Wt.": 56.2 + } + }, + { + "rank": 68, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 104.7, + "Height": 36.7, + "Test Wt.": 60.6, + "Yield 2yr avg": 84.9, + "Yield 3yr avg": 83.4 + } + }, + { + "rank": 69, + "brand": "FS InSPIRE", + "product": "WX25A", + "traits": "ST:G", + "metrics": { + "Yield": 104.6, + "Height": 36.7, + "Test Wt.": 58.7 + } + }, + { + "rank": 70, + "brand": "American Organic", + "product": "Erisman AM", + "traits": null, + "metrics": { + "Yield": 102.3, + "Height": 36.3, + "Test Wt.": 59 + } + }, + { + "rank": 71, + "brand": "Kennel Seed Farms", + "product": "KF 2342", + "traits": "ST:G", + "metrics": { + "Yield": 100.6, + "Height": 36.2, + "Test Wt.": 58.8 + } + }, + { + "rank": 72, + "brand": "Bio Town Seeds", + "product": "D506W", + "traits": null, + "metrics": { + "Yield": 100.3, + "Height": 37, + "Test Wt.": 55.9, + "Yield 2yr avg": 76.8 + } + }, + { + "rank": 73, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 98.8, + "Height": 37, + "Test Wt.": 57.3, + "Yield 2yr avg": 82.1, + "Yield 3yr avg": 84.6 + } + }, + { + "rank": 74, + "brand": "Merschman Seeds", + "product": "Peyton 2", + "traits": "ST:G", + "metrics": { + "Yield": 90.5, + "Height": 34.5, + "Test Wt.": 56.3 + } + }, + { + "rank": 75, + "brand": "Kennel Seed Farms", + "product": "KF 9229", + "traits": "ST:G", + "metrics": { + "Yield": 84.5, + "Height": 40.3, + "Test Wt.": 57.3 + } + } + ], + "n_results": 75, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/08/2025-Perry-Summary.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:08.766967+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-perry.md b/corpus/illinois_vt_trials/ilvt-wheat-2025-perry.md new file mode 100644 index 00000000..b9d16417 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-perry.md @@ -0,0 +1,97 @@ +# Wheat yield trial — University of Illinois VT, Perry, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2025 +- **Region:** Perry +- **Cooperator / host:** Luke Merrit +- **County:** Pike +- **Sites:** Perry +- **Soil type:** Clarksdale silt loam +- **Planted:** 2024-10-01 +- **Harvested:** 2025-06-23 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/08/2025-Perry-Summary.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | KWS Cereals US | KWS623 | ST:C | 137.2 | 37.5 | 57.8 | +| 2 | Pioneer | 25R76 | ST:C | 134.9 | 36.4 | 57.7 | +| 3 | Green Valley Seed | 6125X | ST:C | 134.4 | 33.4 | 58.2 | +| 4 | DeRaedt Seed | DeRaedt EXP 60 | ST:C | 132.9 | 37.3 | 57.6 | +| 5 | KWS Cereals US | KWS579 | ST:C | 129.4 | 35.7 | 58.2 | +| 6 | AgriMAXX | 553 | ST:G | 129.3 | 36 | 58.3 | +| 7 | DeRaedt Seed | DeRaedt 66 | ST:C | 127.2 | 35.4 | 57.5 | +| 8 | Merschman Seeds | Maddie 3 | ST:G | 127.1 | 38.8 | 58.6 | +| 9 | Merschman Seeds | M2601 | ST:C | 126.2 | 35.9 | 58.6 | +| 10 | FS InSPIRE | WX25C | ST:G | 126 | 37.5 | 58.1 | +| 11 | AgriMAXX | 561 | ST:G | 125.2 | 37.6 | 55.3 | +| 12 | Green Valley Seed | GV 624 | ST:C | 125.2 | 37.4 | 58.6 | +| 13 | Merschman Seeds | M2603 | ST:C | 125 | 37.4 | 57.8 | +| 14 | AgriMAXX | 556 | ST:G | 124.8 | 35.9 | 57.3 | +| 15 | FS InSPIRE | FS 597 | ST:G | 124.6 | 40 | 57.4 | +| 16 | Bio Town Seeds | DXW2423 | ST:C | 123.6 | 39.2 | 57.9 | +| 17 | FS InSPIRE | FS 745 | ST:G | 123.4 | 36.7 | 58.5 | +| 18 | FS InSPIRE | FS 600 | ST:G | 123.2 | 37.7 | 60.3 | +| 19 | AgriPro | GP 543 | ST:C | 122.7 | 37.8 | 58.1 | +| 20 | Blue River | 801 | ST:C | 122.5 | 40.4 | 57.8 | +| 21 | Kratz Farms KF Brand | KF 898 | ST:F | 122.3 | 40.3 | 59.9 | +| 22 | Kratz Farms KF Brand | KF 883 | ST:F | 122.2 | 36 | 58.4 | +| 23 | AgriMAXX | 513 | ST:G | 122 | 38.7 | 58.9 | +| 24 | FS InSPIRE | FS 743 | ST:G | 121.7 | 38.4 | 58.1 | +| 25 | Merschman Seeds | Julie 12 | ST:C | 121.5 | 36.3 | 57 | +| 26 | FS InSPIRE | FS 749 | ST:G | 121.1 | 35.3 | 57.4 | +| 27 | FS InSPIRE | WX25B | ST:G | 120.9 | 39 | 57.9 | +| 28 | Merschman Seeds | M2602 | ST:C | 120.6 | 37.6 | 58.5 | +| 29 | Green Valley Seed | 6225X | ST:C | 120.2 | 38.1 | 58.6 | +| 30 | Pioneer | 25R65 | ST:C | 120.2 | 37.5 | 56.3 | +| 31 | DeRaedt Seed | DeRaedt 47 | ST:C | 120.1 | 39.1 | 60.2 | +| 32 | AgriMAXX | 545 | ST:G | 119.9 | 35.8 | 56.1 | +| 33 | Martin Seed | M22 | ST:F | 119.6 | 37.7 | 60.3 | +| 34 | KWS Cereals US | KWS625 | ST:C | 119.4 | 38.2 | 57.7 | +| 35 | Martin Seed | M25 | ST:F | 119.4 | 35.8 | 57 | +| 36 | Virginia Tech | VA20FHB-18 | ST:F | 119.1 | 40.9 | 60 | +| 37 | AgriPro | GP 944 | ST:C | 118.9 | 37.4 | 56.9 | +| 38 | AgriMAXX | EXP 2409 | ST:G | 118.3 | 35.4 | 57.1 | +| 39 | FS InSPIRE | FS 624 | ST:G | 118.2 | 38.8 | 58.9 | +| 40 | Virginia Tech | 19VDH-FHB-MAS05-27 | ST:F | 118.2 | 36.6 | 57.1 | +| 41 | Green Valley Seed | 6325X | ST:C | 117.8 | 38.6 | 57.5 | +| 42 | Pioneer | P25R800 | ST:C | 117.8 | 35.5 | 57.4 | +| 43 | FS InSPIRE | FS 617 | ST:G | 117.6 | 35.9 | 58.3 | +| 44 | Kratz Farms KF Brand | KF 809 | ST:F | 117.4 | 35.8 | 56.7 | +| 45 | Kratz Farms KF Brand | EX KF 881 | ST:F | 116.7 | 33.1 | 56.8 | +| 46 | Kratz Farms KF Brand | KF 831 | ST:F | 115.5 | 35.3 | 57.1 | +| 47 | AgriMAXX | 531 | ST:G | 115.4 | 38.9 | 58.9 | +| 48 | KWS Cereals US | KWS591 | ST:C | 115.4 | 36.5 | 57.3 | +| 49 | AgriMAXX | 525 | ST:G | 115 | 35.6 | 58.1 | +| 50 | AgriMAXX | 543 | ST:G | 114.6 | 37.5 | 56.4 | +| 51 | Merschman Seeds | M2604 | ST:C | 114.6 | 36.4 | 58.8 | +| 52 | Green Valley Seed | GV 604 | ST:C | 114.4 | 37.4 | 58.6 | +| 53 | Bio Town Seeds | D423W | ST:C | 112.8 | 36 | 57.3 | +| 54 | Kratz Farms KF Brand | KF 849 | ST:F | 112.8 | 36.3 | 58.8 | +| 55 | KWS Cereals US | KWS604 | ST:C | 112 | 35.9 | 57.2 | +| 56 | Kennel Seed Farms | KF 2418 | ST:G | 111.2 | 33.7 | 59.8 | +| 57 | Merschman Seeds | Millie 8 | ST:G | 110.1 | 35 | 60.2 | +| 58 | Kratz Farms KF Brand | KF 667 | ST:F | 109.3 | 35.3 | 57.9 | +| 59 | Kratz Farms KF Brand | KF 857 | ST:F | 109.2 | 37.9 | 56.6 | +| 60 | Kitchen Seed Company | KSC 423 W | ST:F | 109.1 | 34.9 | 60.5 | +| 61 | Kitchen Seed Company | KSC 425 | ST:F | 108.5 | 42.3 | 60.1 | +| 62 | Blue River | 844 | ST:C | 108.4 | 36.4 | 58.7 | +| 63 | Merschman Seeds | Bintee 12 | ST:C | 108.4 | 34.7 | 59.2 | +| 64 | Virginia Tech | 17VDH-SRW02-125 | ST:F | 108.4 | 39.7 | 59.4 | +| 65 | Green Valley Seed | GV 645 | ST:C | 105.8 | 35.8 | 57.3 | +| 66 | Kennel Seed Farms | KF 2549 | ST:G | 105.1 | 39.3 | 58.2 | +| 67 | Virginia Tech | 19VTK7-66 | ST:F | 105 | 38.6 | 56.2 | +| 68 | FS InSPIRE | FS 606 | ST:G | 104.7 | 36.7 | 60.6 | +| 69 | FS InSPIRE | WX25A | ST:G | 104.6 | 36.7 | 58.7 | +| 70 | American Organic | Erisman AM | - | 102.3 | 36.3 | 59 | +| 71 | Kennel Seed Farms | KF 2342 | ST:G | 100.6 | 36.2 | 58.8 | +| 72 | Bio Town Seeds | D506W | - | 100.3 | 37 | 55.9 | +| 73 | AgriMAXX | 503 | ST:G | 98.8 | 37 | 57.3 | +| 74 | Merschman Seeds | Peyton 2 | ST:G | 90.5 | 34.5 | 56.3 | +| 75 | Kennel Seed Farms | KF 9229 | ST:G | 84.5 | 40.3 | 57.3 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.json b/corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.json new file mode 100644 index 00000000..61a8b899 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.json @@ -0,0 +1,732 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2025-south-region", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "South Region", + "rotation": "corn following soybean", + "previous_crop": null, + "cooperator": "John and Trent Funk", + "county": "Jackson", + "sites": [ + "Elkville", + "St Peter", + "Addieville" + ], + "soil_type": "Hurst silt loam", + "tillage": null, + "planted_date": "2024-10-18", + "harvested_date": "2025-06-21", + "row_width": null, + "latitude": null, + "longitude": null, + "results": [ + { + "rank": 1, + "brand": "AgriMAXX", + "product": "556", + "traits": "ST:G", + "metrics": { + "Yield": 122.4, + "Height": 35.6, + "Test Wt.": 57.7 + } + }, + { + "rank": 2, + "brand": "Dyna-Gro", + "product": "9231", + "traits": "ST:G", + "metrics": { + "Yield": 120.1, + "Height": 36.2, + "Test Wt.": 58.6 + } + }, + { + "rank": 3, + "brand": "Bio Town Seeds", + "product": "DXW2423", + "traits": "ST:C", + "metrics": { + "Yield": 118.4, + "Height": 35.9, + "Test Wt.": 57.7 + } + }, + { + "rank": 4, + "brand": "Merschman Seeds", + "product": "Julie 12", + "traits": "ST:C", + "metrics": { + "Yield": 118.2, + "Height": 36, + "Test Wt.": 57.7 + } + }, + { + "rank": 5, + "brand": "KWS Cereals US", + "product": "KWS579", + "traits": "ST:C", + "metrics": { + "Yield": 117.8, + "Height": 33.2, + "Test Wt.": 57.1 + } + }, + { + "rank": 6, + "brand": "KWS Cereals US", + "product": "KWS623", + "traits": "ST:C", + "metrics": { + "Yield": 116.4, + "Height": 35.8, + "Test Wt.": 56.9 + } + }, + { + "rank": 7, + "brand": "Bio Town Seeds", + "product": "DXW2421", + "traits": "ST:C", + "metrics": { + "Yield": 115.8, + "Height": 32.5, + "Test Wt.": 57.6 + } + }, + { + "rank": 8, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 115.3, + "Height": 33.8, + "Test Wt.": 56.8 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 114.4, + "Height": 34.5, + "Test Wt.": 58.1 + } + }, + { + "rank": 10, + "brand": "Dyna-Gro", + "product": "9632", + "traits": "ST:G", + "metrics": { + "Yield": 114.1, + "Height": 35.2, + "Test Wt.": 58.8 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 113.9, + "Height": 34.3, + "Test Wt.": 57.6 + } + }, + { + "rank": 12, + "brand": "FS InSPIRE", + "product": "FS 749", + "traits": "ST:G", + "metrics": { + "Yield": 113.9, + "Height": 33.3, + "Test Wt.": 58.6 + } + }, + { + "rank": 13, + "brand": "Dyna-Gro", + "product": "9612", + "traits": "ST:G", + "metrics": { + "Yield": 113.6, + "Height": 31.8, + "Test Wt.": 58.2 + } + }, + { + "rank": 14, + "brand": "KWS Cereals US", + "product": "KWS591", + "traits": "ST:C", + "metrics": { + "Yield": 113.6, + "Height": 35.4, + "Test Wt.": 57.7 + } + }, + { + "rank": 15, + "brand": "Bio Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 113.6, + "Height": 35.2, + "Test Wt.": 57.7 + } + }, + { + "rank": 16, + "brand": "AgriMAXX", + "product": "561", + "traits": "ST:G", + "metrics": { + "Yield": 113.1, + "Height": 33.1, + "Test Wt.": 57.6 + } + }, + { + "rank": 17, + "brand": "Baird Seed Co", + "product": "3375", + "traits": "ST:G", + "metrics": { + "Yield": 112.7, + "Height": 35.3, + "Test Wt.": 56.6 + } + }, + { + "rank": 18, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 112.6, + "Height": 35.5, + "Test Wt.": 58.7 + } + }, + { + "rank": 19, + "brand": "Merschman Seeds", + "product": "M2603", + "traits": "ST:C", + "metrics": { + "Yield": 112.3, + "Height": 34.4, + "Test Wt.": 57.7 + } + }, + { + "rank": 20, + "brand": "Dyna-Gro", + "product": "9151", + "traits": "ST:G", + "metrics": { + "Yield": 112.2, + "Height": 35.7, + "Test Wt.": 60.8 + } + }, + { + "rank": 21, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 112, + "Height": 33.7, + "Test Wt.": 58.4 + } + }, + { + "rank": 22, + "brand": "Merschman Seeds", + "product": "M2601", + "traits": "ST:C", + "metrics": { + "Yield": 111.8, + "Height": 31.5, + "Test Wt.": 57.9 + } + }, + { + "rank": 23, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 111.6, + "Height": 35.4, + "Test Wt.": 61.1 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "9422", + "traits": "ST:G", + "metrics": { + "Yield": 111.5, + "Height": 34.2, + "Test Wt.": 57.4 + } + }, + { + "rank": 25, + "brand": "AgriPro", + "product": "GP 944", + "traits": "ST:C", + "metrics": { + "Yield": 111.4, + "Height": 35.2, + "Test Wt.": 56.6 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "9593", + "traits": "ST:G", + "metrics": { + "Yield": 111.2, + "Height": 34.2, + "Test Wt.": 58.1 + } + }, + { + "rank": 27, + "brand": "Merschman Seeds", + "product": "M2602", + "traits": "ST:C", + "metrics": { + "Yield": 111.1, + "Height": 33.9, + "Test Wt.": 58.4 + } + }, + { + "rank": 28, + "brand": "Merschman Seeds", + "product": "Maddie 3", + "traits": "ST:G", + "metrics": { + "Yield": 110.9, + "Height": 34.6, + "Test Wt.": 58.3 + } + }, + { + "rank": 29, + "brand": "Baird Seed Co", + "product": "3318", + "traits": "ST:G", + "metrics": { + "Yield": 110.9, + "Height": 33.7, + "Test Wt.": 59.5 + } + }, + { + "rank": 30, + "brand": "Kitchen Seed Company", + "product": "KSC 425", + "traits": "ST:F", + "metrics": { + "Yield": 109.4, + "Height": 38.7, + "Test Wt.": 60.1 + } + }, + { + "rank": 31, + "brand": "Virginia Tech", + "product": "19VDH-FHB-MAS05-27", + "traits": "ST:F", + "metrics": { + "Yield": 109.3, + "Height": 36, + "Test Wt.": 56.3 + } + }, + { + "rank": 32, + "brand": "Virginia Tech", + "product": "19VTK7-66", + "traits": "ST:F", + "metrics": { + "Yield": 109.3, + "Height": 37.2, + "Test Wt.": 58.2 + } + }, + { + "rank": 33, + "brand": "AgriMAXX", + "product": "553", + "traits": "ST:G", + "metrics": { + "Yield": 109.1, + "Height": 32, + "Test Wt.": 57.9 + } + }, + { + "rank": 34, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 108.3, + "Height": 34.8, + "Test Wt.": 58.8 + } + }, + { + "rank": 35, + "brand": "FS InSPIRE", + "product": "WX25A", + "traits": "ST:G", + "metrics": { + "Yield": 107.2, + "Height": 34.2, + "Test Wt.": 58 + } + }, + { + "rank": 36, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 107, + "Height": 34.9, + "Test Wt.": 58 + } + }, + { + "rank": 37, + "brand": "Kitchen Seed Company", + "product": "KSC 423 W", + "traits": "ST:F", + "metrics": { + "Yield": 106.9, + "Height": 34.7, + "Test Wt.": 60.2 + } + }, + { + "rank": 38, + "brand": "FS InSPIRE", + "product": "WX25C", + "traits": "ST:G", + "metrics": { + "Yield": 106.8, + "Height": 34.2, + "Test Wt.": 57.8 + } + }, + { + "rank": 39, + "brand": "Dyna-Gro", + "product": "9570", + "traits": "ST:G", + "metrics": { + "Yield": 106.5, + "Height": 34.8, + "Test Wt.": 57.6 + } + }, + { + "rank": 40, + "brand": "Dyna-Gro", + "product": "9533", + "traits": "ST:G", + "metrics": { + "Yield": 106.4, + "Height": 31.9, + "Test Wt.": 56.5 + } + }, + { + "rank": 41, + "brand": "Hoffman Seed House", + "product": "H7W25", + "traits": "ST:C", + "metrics": { + "Yield": 106.1, + "Height": 33.4, + "Test Wt.": 58.2 + } + }, + { + "rank": 42, + "brand": "Merschman Seeds", + "product": "Peyton 2", + "traits": "ST:G", + "metrics": { + "Yield": 105.9, + "Height": 33.4, + "Test Wt.": 54.3 + } + }, + { + "rank": 43, + "brand": "Pioneer", + "product": "P25R800", + "traits": "ST:C", + "metrics": { + "Yield": 105.5, + "Height": 33.8, + "Test Wt.": 57.1 + } + }, + { + "rank": 44, + "brand": "Hoffman Seed House", + "product": "H7W21", + "traits": "ST:C", + "metrics": { + "Yield": 105.4, + "Height": 34.5, + "Test Wt.": 56 + } + }, + { + "rank": 45, + "brand": "AgriMAXX", + "product": "555", + "traits": "ST:G", + "metrics": { + "Yield": 105.2, + "Height": 35.1, + "Test Wt.": 57.9 + } + }, + { + "rank": 46, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 105, + "Height": 35.4, + "Test Wt.": 58.8 + } + }, + { + "rank": 47, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 104.4, + "Height": 34.4, + "Test Wt.": 59.1 + } + }, + { + "rank": 48, + "brand": "FS InSPIRE", + "product": "WX25B", + "traits": "ST:G", + "metrics": { + "Yield": 104.2, + "Height": 34.6, + "Test Wt.": 56.3 + } + }, + { + "rank": 49, + "brand": "AgriMAXX", + "product": "505", + "traits": "ST:G", + "metrics": { + "Yield": 104.2, + "Height": 34.3, + "Test Wt.": 60.7 + } + }, + { + "rank": 50, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 104.1, + "Height": 34.3, + "Test Wt.": 58 + } + }, + { + "rank": 51, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 104.1, + "Height": 33.9, + "Test Wt.": 60.2 + } + }, + { + "rank": 52, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 103.6, + "Height": 35.4, + "Test Wt.": 56 + } + }, + { + "rank": 53, + "brand": "Virginia Tech", + "product": "VA20FHB-18", + "traits": "ST:F", + "metrics": { + "Yield": 103.2, + "Height": 36.7, + "Test Wt.": 59.3 + } + }, + { + "rank": 54, + "brand": "Dyna-Gro", + "product": "9172", + "traits": "ST:G", + "metrics": { + "Yield": 102.5, + "Height": 33.8, + "Test Wt.": 58.3 + } + }, + { + "rank": 55, + "brand": "Merschman Seeds", + "product": "Bintee 12", + "traits": "ST:C", + "metrics": { + "Yield": 102.3, + "Height": 33.7, + "Test Wt.": 58.1 + } + }, + { + "rank": 56, + "brand": "Merschman Seeds", + "product": "M2604", + "traits": "ST:C", + "metrics": { + "Yield": 101.7, + "Height": 32.2, + "Test Wt.": 57.6 + } + }, + { + "rank": 57, + "brand": "Hoffman Seed House", + "product": "H7W30", + "traits": "ST:C", + "metrics": { + "Yield": 101.4, + "Height": 33.8, + "Test Wt.": 57.8 + } + }, + { + "rank": 58, + "brand": "Bio Town Seeds", + "product": "D506W", + "traits": null, + "metrics": { + "Yield": 101.4, + "Height": 33.8, + "Test Wt.": 55.9 + } + }, + { + "rank": 59, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 100.7, + "Height": 33.7, + "Test Wt.": 58.4 + } + }, + { + "rank": 60, + "brand": "Dyna-Gro", + "product": "9393", + "traits": "ST:G", + "metrics": { + "Yield": 100.3, + "Height": 32.4, + "Test Wt.": 57.4 + } + }, + { + "rank": 61, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 97.1, + "Height": 36.2, + "Test Wt.": 58.1 + } + }, + { + "rank": 62, + "brand": "Merschman Seeds", + "product": "Millie 8", + "traits": "ST:G", + "metrics": { + "Yield": 96.7, + "Height": 33.5, + "Test Wt.": 59.8 + } + }, + { + "rank": 63, + "brand": "Virginia Tech", + "product": "17VDH-SRW02-125", + "traits": "ST:F", + "metrics": { + "Yield": 91.1, + "Height": 35.1, + "Test Wt.": 58.6 + } + } + ], + "n_results": 63, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/07/2025-VT-South-Mean.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:06.765242+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.md b/corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.md new file mode 100644 index 00000000..cea47ba8 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-south-region.md @@ -0,0 +1,86 @@ +# Wheat yield trial — University of Illinois VT, South Region, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2025 +- **Region:** South Region +- **Rotation:** corn following soybean +- **Cooperator / host:** John and Trent Funk +- **County:** Jackson +- **Sites:** Elkville, St Peter, Addieville +- **Soil type:** Hurst silt loam +- **Planted:** 2024-10-18 +- **Harvested:** 2025-06-21 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/07/2025-VT-South-Mean.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | AgriMAXX | 556 | ST:G | 122.4 | 35.6 | 57.7 | +| 2 | Dyna-Gro | 9231 | ST:G | 120.1 | 36.2 | 58.6 | +| 3 | Bio Town Seeds | DXW2423 | ST:C | 118.4 | 35.9 | 57.7 | +| 4 | Merschman Seeds | Julie 12 | ST:C | 118.2 | 36 | 57.7 | +| 5 | KWS Cereals US | KWS579 | ST:C | 117.8 | 33.2 | 57.1 | +| 6 | KWS Cereals US | KWS623 | ST:C | 116.4 | 35.8 | 56.9 | +| 7 | Bio Town Seeds | DXW2421 | ST:C | 115.8 | 32.5 | 57.6 | +| 8 | AgriMAXX | 545 | ST:G | 115.3 | 33.8 | 56.8 | +| 9 | Pioneer | 25R76 | ST:C | 114.4 | 34.5 | 58.1 | +| 10 | Dyna-Gro | 9632 | ST:G | 114.1 | 35.2 | 58.8 | +| 11 | Pioneer | 25R65 | ST:C | 113.9 | 34.3 | 57.6 | +| 12 | FS InSPIRE | FS 749 | ST:G | 113.9 | 33.3 | 58.6 | +| 13 | Dyna-Gro | 9612 | ST:G | 113.6 | 31.8 | 58.2 | +| 14 | KWS Cereals US | KWS591 | ST:C | 113.6 | 35.4 | 57.7 | +| 15 | Bio Town Seeds | D423W | ST:C | 113.6 | 35.2 | 57.7 | +| 16 | AgriMAXX | 561 | ST:G | 113.1 | 33.1 | 57.6 | +| 17 | Baird Seed Co | 3375 | ST:G | 112.7 | 35.3 | 56.6 | +| 18 | FS InSPIRE | FS 743 | ST:G | 112.6 | 35.5 | 58.7 | +| 19 | Merschman Seeds | M2603 | ST:C | 112.3 | 34.4 | 57.7 | +| 20 | Dyna-Gro | 9151 | ST:G | 112.2 | 35.7 | 60.8 | +| 21 | AgriMAXX | 525 | ST:G | 112 | 33.7 | 58.4 | +| 22 | Merschman Seeds | M2601 | ST:C | 111.8 | 31.5 | 57.9 | +| 23 | FS InSPIRE | FS 600 | ST:G | 111.6 | 35.4 | 61.1 | +| 24 | Dyna-Gro | 9422 | ST:G | 111.5 | 34.2 | 57.4 | +| 25 | AgriPro | GP 944 | ST:C | 111.4 | 35.2 | 56.6 | +| 26 | Dyna-Gro | 9593 | ST:G | 111.2 | 34.2 | 58.1 | +| 27 | Merschman Seeds | M2602 | ST:C | 111.1 | 33.9 | 58.4 | +| 28 | Merschman Seeds | Maddie 3 | ST:G | 110.9 | 34.6 | 58.3 | +| 29 | Baird Seed Co | 3318 | ST:G | 110.9 | 33.7 | 59.5 | +| 30 | Kitchen Seed Company | KSC 425 | ST:F | 109.4 | 38.7 | 60.1 | +| 31 | Virginia Tech | 19VDH-FHB-MAS05-27 | ST:F | 109.3 | 36 | 56.3 | +| 32 | Virginia Tech | 19VTK7-66 | ST:F | 109.3 | 37.2 | 58.2 | +| 33 | AgriMAXX | 553 | ST:G | 109.1 | 32 | 57.9 | +| 34 | AgriMAXX | 531 | ST:G | 108.3 | 34.8 | 58.8 | +| 35 | FS InSPIRE | WX25A | ST:G | 107.2 | 34.2 | 58 | +| 36 | FS InSPIRE | FS 597 | ST:G | 107 | 34.9 | 58 | +| 37 | Kitchen Seed Company | KSC 423 W | ST:F | 106.9 | 34.7 | 60.2 | +| 38 | FS InSPIRE | WX25C | ST:G | 106.8 | 34.2 | 57.8 | +| 39 | Dyna-Gro | 9570 | ST:G | 106.5 | 34.8 | 57.6 | +| 40 | Dyna-Gro | 9533 | ST:G | 106.4 | 31.9 | 56.5 | +| 41 | Hoffman Seed House | H7W25 | ST:C | 106.1 | 33.4 | 58.2 | +| 42 | Merschman Seeds | Peyton 2 | ST:G | 105.9 | 33.4 | 54.3 | +| 43 | Pioneer | P25R800 | ST:C | 105.5 | 33.8 | 57.1 | +| 44 | Hoffman Seed House | H7W21 | ST:C | 105.4 | 34.5 | 56 | +| 45 | AgriMAXX | 555 | ST:G | 105.2 | 35.1 | 57.9 | +| 46 | AgriMAXX | 503 | ST:G | 105 | 35.4 | 58.8 | +| 47 | AgriMAXX | 513 | ST:G | 104.4 | 34.4 | 59.1 | +| 48 | FS InSPIRE | WX25B | ST:G | 104.2 | 34.6 | 56.3 | +| 49 | AgriMAXX | 505 | ST:G | 104.2 | 34.3 | 60.7 | +| 50 | FS InSPIRE | FS 617 | ST:G | 104.1 | 34.3 | 58 | +| 51 | FS InSPIRE | FS 606 | ST:G | 104.1 | 33.9 | 60.2 | +| 52 | AgriPro | GP 543 | ST:C | 103.6 | 35.4 | 56 | +| 53 | Virginia Tech | VA20FHB-18 | ST:F | 103.2 | 36.7 | 59.3 | +| 54 | Dyna-Gro | 9172 | ST:G | 102.5 | 33.8 | 58.3 | +| 55 | Merschman Seeds | Bintee 12 | ST:C | 102.3 | 33.7 | 58.1 | +| 56 | Merschman Seeds | M2604 | ST:C | 101.7 | 32.2 | 57.6 | +| 57 | Hoffman Seed House | H7W30 | ST:C | 101.4 | 33.8 | 57.8 | +| 58 | Bio Town Seeds | D506W | - | 101.4 | 33.8 | 55.9 | +| 59 | FS InSPIRE | FS 745 | ST:G | 100.7 | 33.7 | 58.4 | +| 60 | Dyna-Gro | 9393 | ST:G | 100.3 | 32.4 | 57.4 | +| 61 | FS InSPIRE | FS 624 | ST:G | 97.1 | 36.2 | 58.1 | +| 62 | Merschman Seeds | Millie 8 | ST:G | 96.7 | 33.5 | 59.8 | +| 63 | Virginia Tech | 17VDH-SRW02-125 | ST:F | 91.1 | 35.1 | 58.6 | diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.json b/corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.json new file mode 100644 index 00000000..21c91998 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.json @@ -0,0 +1,910 @@ +{ + "source": "illinois_vt_trials", + "source_key": "ilvt-wheat-2025-urbana", + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": "wheat", + "state": "IL", + "state_abbrev": "il", + "year": 2025, + "region": "Urbana", + "rotation": null, + "previous_crop": null, + "cooperator": "CSREC", + "county": "Champaign", + "sites": [ + "Urbana" + ], + "soil_type": "Flanagan silt loam", + "tillage": null, + "planted_date": "2024-10-03", + "harvested_date": "2025-07-02", + "row_width": null, + "latitude": null, + "longitude": null, + "results": [ + { + "rank": 1, + "brand": "KWS Cereals US", + "product": "KWS579", + "traits": "ST:C", + "metrics": { + "Yield": 134.3, + "Height": 36.4, + "Test Wt.": 57.5 + } + }, + { + "rank": 2, + "brand": "KWS Cereals US", + "product": "KWS623", + "traits": "ST:C", + "metrics": { + "Yield": 130.9, + "Height": 36.6, + "Test Wt.": 58.1 + } + }, + { + "rank": 3, + "brand": "AgriMAXX", + "product": "545", + "traits": "ST:G", + "metrics": { + "Yield": 129.6, + "Height": 31.5, + "Test Wt.": 56.4, + "Yield 2yr avg": 99.9 + } + }, + { + "rank": 4, + "brand": "AgriPro", + "product": "GP 543", + "traits": "ST:C", + "metrics": { + "Yield": 129.5, + "Height": 37.9, + "Test Wt.": 57.5, + "Yield 2yr avg": 113.4, + "Yield 3yr avg": 118.3 + } + }, + { + "rank": 5, + "brand": "FS InSPIRE", + "product": "FS 745", + "traits": "ST:G", + "metrics": { + "Yield": 128.2, + "Height": 35, + "Test Wt.": 57.8, + "Yield 2yr avg": 107.2, + "Yield 3yr avg": 112.6 + } + }, + { + "rank": 6, + "brand": "FS InSPIRE", + "product": "FS 624", + "traits": "ST:G", + "metrics": { + "Yield": 127.9, + "Height": 36.1, + "Test Wt.": 58.5, + "Yield 2yr avg": 96.7, + "Yield 3yr avg": 103.4 + } + }, + { + "rank": 7, + "brand": "Blue River", + "product": "801", + "traits": "ST:C", + "metrics": { + "Yield": 127.7, + "Height": 36.8, + "Test Wt.": 58, + "Yield 2yr avg": 107.3, + "Yield 3yr avg": 111.3 + } + }, + { + "rank": 8, + "brand": "Kennel Seed Farms", + "product": "KF 2342", + "traits": "ST:G", + "metrics": { + "Yield": 127.6, + "Height": 34.1, + "Test Wt.": 58.9 + } + }, + { + "rank": 9, + "brand": "Virginia Tech", + "product": "19VDH-FHB-MAS05-27", + "traits": "ST:F", + "metrics": { + "Yield": 127.2, + "Height": 34.3, + "Test Wt.": 56.8 + } + }, + { + "rank": 10, + "brand": "KWS Cereals US", + "product": "KWS591", + "traits": "ST:C", + "metrics": { + "Yield": 127, + "Height": 36.1, + "Test Wt.": 58.2 + } + }, + { + "rank": 11, + "brand": "FS InSPIRE", + "product": "WX25B", + "traits": "ST:G", + "metrics": { + "Yield": 126.9, + "Height": 35.9, + "Test Wt.": 57.3 + } + }, + { + "rank": 12, + "brand": "Bio Town Seeds", + "product": "D423W", + "traits": "ST:C", + "metrics": { + "Yield": 126.8, + "Height": 35.5, + "Test Wt.": 57.7 + } + }, + { + "rank": 13, + "brand": "Merschman Seeds", + "product": "M2601", + "traits": "ST:C", + "metrics": { + "Yield": 125.5, + "Height": 32.4, + "Test Wt.": 57.4 + } + }, + { + "rank": 14, + "brand": "AgriMAXX", + "product": "553", + "traits": "ST:G", + "metrics": { + "Yield": 124.7, + "Height": 33.6, + "Test Wt.": 57.5 + } + }, + { + "rank": 15, + "brand": "Kratz Farms KF Brand", + "product": "KF 883", + "traits": "ST:F", + "metrics": { + "Yield": 124.2, + "Height": 34.3, + "Test Wt.": 59.2, + "Yield 2yr avg": 125 + } + }, + { + "rank": 16, + "brand": "FS InSPIRE", + "product": "FS 749", + "traits": "ST:G", + "metrics": { + "Yield": 124.1, + "Height": 34.3, + "Test Wt.": 59.2 + } + }, + { + "rank": 17, + "brand": "DeRaedt Seed", + "product": "DeRaedt EXP 60", + "traits": "ST:C", + "metrics": { + "Yield": 123.9, + "Height": 33.8, + "Test Wt.": 58 + } + }, + { + "rank": 18, + "brand": "AgriPro", + "product": "GP 944", + "traits": "ST:C", + "metrics": { + "Yield": 123.6, + "Height": 35.2, + "Test Wt.": 57.2 + } + }, + { + "rank": 19, + "brand": "Merschman Seeds", + "product": "Maddie 3", + "traits": "ST:G", + "metrics": { + "Yield": 123.6, + "Height": 36.1, + "Test Wt.": 58.3 + } + }, + { + "rank": 20, + "brand": "AgriMAXX", + "product": "556", + "traits": "ST:G", + "metrics": { + "Yield": 123.5, + "Height": 34.5, + "Test Wt.": 57.8, + "Yield 2yr avg": 104.4 + } + }, + { + "rank": 21, + "brand": "Blue River", + "product": "844", + "traits": "ST:C", + "metrics": { + "Yield": 123.5, + "Height": 33, + "Test Wt.": 58.8 + } + }, + { + "rank": 22, + "brand": "Green Valley Seed", + "product": "GV 624", + "traits": "ST:C", + "metrics": { + "Yield": 123.1, + "Height": 35, + "Test Wt.": 58.7, + "Yield 2yr avg": 112.4 + } + }, + { + "rank": 23, + "brand": "Pioneer", + "product": "25R65", + "traits": "ST:C", + "metrics": { + "Yield": 123.1, + "Height": 33, + "Test Wt.": 57.1, + "Yield 2yr avg": 106, + "Yield 3yr avg": 109.9 + } + }, + { + "rank": 24, + "brand": "Green Valley Seed", + "product": "6225X", + "traits": "ST:C", + "metrics": { + "Yield": 123, + "Height": 33.7, + "Test Wt.": 57.5 + } + }, + { + "rank": 25, + "brand": "Bio Town Seeds", + "product": "DXW2423", + "traits": "ST:C", + "metrics": { + "Yield": 122.9, + "Height": 34.7, + "Test Wt.": 57 + } + }, + { + "rank": 26, + "brand": "AgriMAXX", + "product": "EXP 2409", + "traits": "ST:G", + "metrics": { + "Yield": 122.6, + "Height": 33.6, + "Test Wt.": 57.4 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P25R800", + "traits": "ST:C", + "metrics": { + "Yield": 122.6, + "Height": 33.8, + "Test Wt.": 57.4 + } + }, + { + "rank": 28, + "brand": "FS InSPIRE", + "product": "WX25C", + "traits": "ST:G", + "metrics": { + "Yield": 122.5, + "Height": 36.3, + "Test Wt.": 58.1 + } + }, + { + "rank": 29, + "brand": "Merschman Seeds", + "product": "M2604", + "traits": "ST:C", + "metrics": { + "Yield": 122.4, + "Height": 34.3, + "Test Wt.": 58.9 + } + }, + { + "rank": 30, + "brand": "Kratz Farms KF Brand", + "product": "EX KF 881", + "traits": "ST:F", + "metrics": { + "Yield": 122, + "Height": 35, + "Test Wt.": 58.4 + } + }, + { + "rank": 31, + "brand": "FS InSPIRE", + "product": "FS 743", + "traits": "ST:G", + "metrics": { + "Yield": 121.8, + "Height": 35.3, + "Test Wt.": 58.3, + "Yield 2yr avg": 112.6 + } + }, + { + "rank": 32, + "brand": "Pioneer", + "product": "25R76", + "traits": "ST:C", + "metrics": { + "Yield": 121.5, + "Height": 35.4, + "Test Wt.": 58.2, + "Yield 2yr avg": 110.2, + "Yield 3yr avg": 114 + } + }, + { + "rank": 33, + "brand": "Green Valley Seed", + "product": "6325X", + "traits": "ST:C", + "metrics": { + "Yield": 121.4, + "Height": 33.9, + "Test Wt.": 56.9 + } + }, + { + "rank": 34, + "brand": "Merschman Seeds", + "product": "Peyton 2", + "traits": "ST:G", + "metrics": { + "Yield": 121.4, + "Height": 37.9, + "Test Wt.": 58 + } + }, + { + "rank": 35, + "brand": "FS InSPIRE", + "product": "WX25A", + "traits": "ST:G", + "metrics": { + "Yield": 121.3, + "Height": 33.7, + "Test Wt.": 58.7 + } + }, + { + "rank": 36, + "brand": "Merschman Seeds", + "product": "Julie 12", + "traits": "ST:C", + "metrics": { + "Yield": 120.9, + "Height": 33.8, + "Test Wt.": 57.6 + } + }, + { + "rank": 37, + "brand": "DeRaedt Seed", + "product": "DeRaedt 66", + "traits": "ST:C", + "metrics": { + "Yield": 120.6, + "Height": 34.3, + "Test Wt.": 59.1 + } + }, + { + "rank": 38, + "brand": "Kratz Farms KF Brand", + "product": "KF 849", + "traits": "ST:F", + "metrics": { + "Yield": 120.5, + "Height": 33.3, + "Test Wt.": 58.8, + "Yield 2yr avg": 112.6 + } + }, + { + "rank": 39, + "brand": "Green Valley Seed", + "product": "GV 645", + "traits": "ST:C", + "metrics": { + "Yield": 120.2, + "Height": 31.3, + "Test Wt.": 58.2 + } + }, + { + "rank": 40, + "brand": "Kratz Farms KF Brand", + "product": "KF 809", + "traits": "ST:F", + "metrics": { + "Yield": 119.9, + "Height": 34.2, + "Test Wt.": 58.1, + "Yield 2yr avg": 98.9, + "Yield 3yr avg": 106.5 + } + }, + { + "rank": 41, + "brand": "Kratz Farms KF Brand", + "product": "KF 831", + "traits": "ST:F", + "metrics": { + "Yield": 119.7, + "Height": 33.9, + "Test Wt.": 57.9, + "Yield 2yr avg": 108 + } + }, + { + "rank": 42, + "brand": "FS InSPIRE", + "product": "FS 600", + "traits": "ST:G", + "metrics": { + "Yield": 119.5, + "Height": 34.9, + "Test Wt.": 59.3, + "Yield 2yr avg": 108.5, + "Yield 3yr avg": 113.5 + } + }, + { + "rank": 43, + "brand": "KWS Cereals US", + "product": "KWS604", + "traits": "ST:C", + "metrics": { + "Yield": 118.8, + "Height": 33.8, + "Test Wt.": 58.2 + } + }, + { + "rank": 44, + "brand": "FS InSPIRE", + "product": "FS 617", + "traits": "ST:G", + "metrics": { + "Yield": 118.7, + "Height": 32.6, + "Test Wt.": 57.9, + "Yield 2yr avg": 114.2, + "Yield 3yr avg": 118.3 + } + }, + { + "rank": 45, + "brand": "Green Valley Seed", + "product": "6125X", + "traits": "ST:C", + "metrics": { + "Yield": 118.5, + "Height": 30.6, + "Test Wt.": 57.6 + } + }, + { + "rank": 46, + "brand": "Kratz Farms KF Brand", + "product": "KF 898", + "traits": "ST:F", + "metrics": { + "Yield": 118.3, + "Height": 32.7, + "Test Wt.": 57, + "Yield 2yr avg": 114.2 + } + }, + { + "rank": 47, + "brand": "Merschman Seeds", + "product": "M2603", + "traits": "ST:C", + "metrics": { + "Yield": 118.2, + "Height": 34.4, + "Test Wt.": 57.3 + } + }, + { + "rank": 48, + "brand": "DeRaedt Seed", + "product": "DeRaedt 47", + "traits": "ST:C", + "metrics": { + "Yield": 118, + "Height": 35.8, + "Test Wt.": 59.6, + "Yield 2yr avg": 103.5, + "Yield 3yr avg": 108.7 + } + }, + { + "rank": 49, + "brand": "Martin Seed", + "product": "M22", + "traits": "ST:F", + "metrics": { + "Yield": 118, + "Height": 35.2, + "Test Wt.": 59.4, + "Yield 2yr avg": 101, + "Yield 3yr avg": 106.8 + } + }, + { + "rank": 50, + "brand": "AgriMAXX", + "product": "503", + "traits": "ST:G", + "metrics": { + "Yield": 117.8, + "Height": 35.6, + "Test Wt.": 58.9, + "Yield 2yr avg": 108.9, + "Yield 3yr avg": 113.9 + } + }, + { + "rank": 51, + "brand": "KWS Cereals US", + "product": "KWS625", + "traits": "ST:C", + "metrics": { + "Yield": 117.6, + "Height": 34.2, + "Test Wt.": 58.1 + } + }, + { + "rank": 52, + "brand": "Merschman Seeds", + "product": "M2602", + "traits": "ST:C", + "metrics": { + "Yield": 116.5, + "Height": 33.1, + "Test Wt.": 57.5 + } + }, + { + "rank": 53, + "brand": "Martin Seed", + "product": "M25", + "traits": "ST:F", + "metrics": { + "Yield": 116.4, + "Height": 31.8, + "Test Wt.": 57.3 + } + }, + { + "rank": 54, + "brand": "AgriMAXX", + "product": "561", + "traits": "ST:G", + "metrics": { + "Yield": 116.1, + "Height": 35.8, + "Test Wt.": 58.1 + } + }, + { + "rank": 55, + "brand": "Bio Town Seeds", + "product": "D506W", + "traits": null, + "metrics": { + "Yield": 115.8, + "Height": 34, + "Test Wt.": 57.3, + "Yield 2yr avg": 96.2 + } + }, + { + "rank": 56, + "brand": "AgriMAXX", + "product": "543", + "traits": "ST:G", + "metrics": { + "Yield": 114.9, + "Height": 34.4, + "Test Wt.": 57.3 + } + }, + { + "rank": 57, + "brand": "FS InSPIRE", + "product": "FS 606", + "traits": "ST:G", + "metrics": { + "Yield": 113.8, + "Height": 37.7, + "Test Wt.": 60.2, + "Yield 2yr avg": 115.3, + "Yield 3yr avg": 119 + } + }, + { + "rank": 58, + "brand": "Merschman Seeds", + "product": "Millie 8", + "traits": "ST:G", + "metrics": { + "Yield": 113.7, + "Height": 37.1, + "Test Wt.": 60.9 + } + }, + { + "rank": 59, + "brand": "FS InSPIRE", + "product": "FS 597", + "traits": "ST:G", + "metrics": { + "Yield": 113.5, + "Height": 36.8, + "Test Wt.": 58.4, + "Yield 2yr avg": 112, + "Yield 3yr avg": 116.1 + } + }, + { + "rank": 60, + "brand": "Kennel Seed Farms", + "product": "KF 9229", + "traits": "ST:G", + "metrics": { + "Yield": 113.5, + "Height": 38.9, + "Test Wt.": 59.6 + } + }, + { + "rank": 61, + "brand": "Virginia Tech", + "product": "VA20FHB-18", + "traits": "ST:F", + "metrics": { + "Yield": 113.3, + "Height": 37.3, + "Test Wt.": 59 + } + }, + { + "rank": 62, + "brand": "AgriMAXX", + "product": "513", + "traits": "ST:G", + "metrics": { + "Yield": 112.9, + "Height": 34.9, + "Test Wt.": 59, + "Yield 2yr avg": 112.1, + "Yield 3yr avg": 113.7 + } + }, + { + "rank": 63, + "brand": "Kratz Farms KF Brand", + "product": "KF 857", + "traits": "ST:F", + "metrics": { + "Yield": 112.8, + "Height": 33.9, + "Test Wt.": 58.2 + } + }, + { + "rank": 64, + "brand": "AgriMAXX", + "product": "525", + "traits": "ST:G", + "metrics": { + "Yield": 112.6, + "Height": 31.8, + "Test Wt.": 57.9, + "Yield 2yr avg": 100.8, + "Yield 3yr avg": 104.4 + } + }, + { + "rank": 65, + "brand": "Virginia Tech", + "product": "19VTK7-66", + "traits": "ST:F", + "metrics": { + "Yield": 112.6, + "Height": 37.5, + "Test Wt.": 58.5 + } + }, + { + "rank": 66, + "brand": "AgriMAXX", + "product": "531", + "traits": "ST:G", + "metrics": { + "Yield": 112.5, + "Height": 37.6, + "Test Wt.": 59, + "Yield 2yr avg": 115.4, + "Yield 3yr avg": 117.9 + } + }, + { + "rank": 67, + "brand": "Kitchen Seed Company", + "product": "KSC 425", + "traits": "ST:F", + "metrics": { + "Yield": 112.4, + "Height": 39.8, + "Test Wt.": 59.8 + } + }, + { + "rank": 68, + "brand": "Merschman Seeds", + "product": "Bintee 12", + "traits": "ST:C", + "metrics": { + "Yield": 112.3, + "Height": 35.3, + "Test Wt.": 59.6 + } + }, + { + "rank": 69, + "brand": "Kitchen Seed Company", + "product": "KSC 423 W", + "traits": "ST:F", + "metrics": { + "Yield": 112.1, + "Height": 37.9, + "Test Wt.": 60, + "Yield 2yr avg": 116.9, + "Yield 3yr avg": 118.4 + } + }, + { + "rank": 70, + "brand": "Kratz Farms KF Brand", + "product": "KF 667", + "traits": "ST:F", + "metrics": { + "Yield": 112, + "Height": 35, + "Test Wt.": 59.1, + "Yield 2yr avg": 104.1, + "Yield 3yr avg": 109.1 + } + }, + { + "rank": 71, + "brand": "Kennel Seed Farms", + "product": "KF 2549", + "traits": "ST:G", + "metrics": { + "Yield": 111.8, + "Height": 34.6, + "Test Wt.": 59.3 + } + }, + { + "rank": 72, + "brand": "Green Valley Seed", + "product": "GV 604", + "traits": "ST:C", + "metrics": { + "Yield": 111.3, + "Height": 35.5, + "Test Wt.": 58.1, + "Yield 2yr avg": 112.7 + } + }, + { + "rank": 73, + "brand": "Virginia Tech", + "product": "17VDH-SRW02-125", + "traits": "ST:F", + "metrics": { + "Yield": 111.3, + "Height": 35.2, + "Test Wt.": 59.7 + } + }, + { + "rank": 74, + "brand": "Kennel Seed Farms", + "product": "KF 2418", + "traits": "ST:G", + "metrics": { + "Yield": 110.2, + "Height": 35.7, + "Test Wt.": 59.5 + } + }, + { + "rank": 75, + "brand": "American Organic", + "product": "Erisman AM", + "traits": null, + "metrics": { + "Yield": 103.4, + "Height": 36.6, + "Test Wt.": 59.7 + } + } + ], + "n_results": 75, + "source_urls": [ + "https://vt.cropsci.illinois.edu/wp-content/uploads/2025/08/2025-Urbana-Summary.xlsx", + "https://vt.cropsci.illinois.edu/wheat/" + ], + "tos_note": "No usage terms posted on UIUC VT site; publicly-funded land-grant data; attribute University of Illinois Variety Testing.", + "fetched_at": "2026-06-10T12:15:09.739786+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.md b/corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.md new file mode 100644 index 00000000..be971ac0 --- /dev/null +++ b/corpus/illinois_vt_trials/ilvt-wheat-2025-urbana.md @@ -0,0 +1,97 @@ +# Wheat yield trial — University of Illinois VT, Urbana, IL 2025 + +- **Publisher:** University of Illinois Variety Testing (independent cross-vendor trial) +- **Crop:** Wheat +- **State:** IL +- **Year:** 2025 +- **Region:** Urbana +- **Cooperator / host:** CSREC +- **County:** Champaign +- **Sites:** Urbana +- **Soil type:** Flanagan silt loam +- **Planted:** 2024-10-03 +- **Harvested:** 2025-07-02 +- **Source XLSX:** https://vt.cropsci.illinois.edu/wp-content/uploads/2025/08/2025-Urbana-Summary.xlsx +- **Index page:** https://vt.cropsci.illinois.edu/wheat/ + +--- + +## Results (ranked by regional yield) + +| Rank | Brand | Product | Traits | Yield | Height | Test Wt. | +|---|---|---|---|---|---|---| +| 1 | KWS Cereals US | KWS579 | ST:C | 134.3 | 36.4 | 57.5 | +| 2 | KWS Cereals US | KWS623 | ST:C | 130.9 | 36.6 | 58.1 | +| 3 | AgriMAXX | 545 | ST:G | 129.6 | 31.5 | 56.4 | +| 4 | AgriPro | GP 543 | ST:C | 129.5 | 37.9 | 57.5 | +| 5 | FS InSPIRE | FS 745 | ST:G | 128.2 | 35 | 57.8 | +| 6 | FS InSPIRE | FS 624 | ST:G | 127.9 | 36.1 | 58.5 | +| 7 | Blue River | 801 | ST:C | 127.7 | 36.8 | 58 | +| 8 | Kennel Seed Farms | KF 2342 | ST:G | 127.6 | 34.1 | 58.9 | +| 9 | Virginia Tech | 19VDH-FHB-MAS05-27 | ST:F | 127.2 | 34.3 | 56.8 | +| 10 | KWS Cereals US | KWS591 | ST:C | 127 | 36.1 | 58.2 | +| 11 | FS InSPIRE | WX25B | ST:G | 126.9 | 35.9 | 57.3 | +| 12 | Bio Town Seeds | D423W | ST:C | 126.8 | 35.5 | 57.7 | +| 13 | Merschman Seeds | M2601 | ST:C | 125.5 | 32.4 | 57.4 | +| 14 | AgriMAXX | 553 | ST:G | 124.7 | 33.6 | 57.5 | +| 15 | Kratz Farms KF Brand | KF 883 | ST:F | 124.2 | 34.3 | 59.2 | +| 16 | FS InSPIRE | FS 749 | ST:G | 124.1 | 34.3 | 59.2 | +| 17 | DeRaedt Seed | DeRaedt EXP 60 | ST:C | 123.9 | 33.8 | 58 | +| 18 | AgriPro | GP 944 | ST:C | 123.6 | 35.2 | 57.2 | +| 19 | Merschman Seeds | Maddie 3 | ST:G | 123.6 | 36.1 | 58.3 | +| 20 | AgriMAXX | 556 | ST:G | 123.5 | 34.5 | 57.8 | +| 21 | Blue River | 844 | ST:C | 123.5 | 33 | 58.8 | +| 22 | Green Valley Seed | GV 624 | ST:C | 123.1 | 35 | 58.7 | +| 23 | Pioneer | 25R65 | ST:C | 123.1 | 33 | 57.1 | +| 24 | Green Valley Seed | 6225X | ST:C | 123 | 33.7 | 57.5 | +| 25 | Bio Town Seeds | DXW2423 | ST:C | 122.9 | 34.7 | 57 | +| 26 | AgriMAXX | EXP 2409 | ST:G | 122.6 | 33.6 | 57.4 | +| 27 | Pioneer | P25R800 | ST:C | 122.6 | 33.8 | 57.4 | +| 28 | FS InSPIRE | WX25C | ST:G | 122.5 | 36.3 | 58.1 | +| 29 | Merschman Seeds | M2604 | ST:C | 122.4 | 34.3 | 58.9 | +| 30 | Kratz Farms KF Brand | EX KF 881 | ST:F | 122 | 35 | 58.4 | +| 31 | FS InSPIRE | FS 743 | ST:G | 121.8 | 35.3 | 58.3 | +| 32 | Pioneer | 25R76 | ST:C | 121.5 | 35.4 | 58.2 | +| 33 | Green Valley Seed | 6325X | ST:C | 121.4 | 33.9 | 56.9 | +| 34 | Merschman Seeds | Peyton 2 | ST:G | 121.4 | 37.9 | 58 | +| 35 | FS InSPIRE | WX25A | ST:G | 121.3 | 33.7 | 58.7 | +| 36 | Merschman Seeds | Julie 12 | ST:C | 120.9 | 33.8 | 57.6 | +| 37 | DeRaedt Seed | DeRaedt 66 | ST:C | 120.6 | 34.3 | 59.1 | +| 38 | Kratz Farms KF Brand | KF 849 | ST:F | 120.5 | 33.3 | 58.8 | +| 39 | Green Valley Seed | GV 645 | ST:C | 120.2 | 31.3 | 58.2 | +| 40 | Kratz Farms KF Brand | KF 809 | ST:F | 119.9 | 34.2 | 58.1 | +| 41 | Kratz Farms KF Brand | KF 831 | ST:F | 119.7 | 33.9 | 57.9 | +| 42 | FS InSPIRE | FS 600 | ST:G | 119.5 | 34.9 | 59.3 | +| 43 | KWS Cereals US | KWS604 | ST:C | 118.8 | 33.8 | 58.2 | +| 44 | FS InSPIRE | FS 617 | ST:G | 118.7 | 32.6 | 57.9 | +| 45 | Green Valley Seed | 6125X | ST:C | 118.5 | 30.6 | 57.6 | +| 46 | Kratz Farms KF Brand | KF 898 | ST:F | 118.3 | 32.7 | 57 | +| 47 | Merschman Seeds | M2603 | ST:C | 118.2 | 34.4 | 57.3 | +| 48 | DeRaedt Seed | DeRaedt 47 | ST:C | 118 | 35.8 | 59.6 | +| 49 | Martin Seed | M22 | ST:F | 118 | 35.2 | 59.4 | +| 50 | AgriMAXX | 503 | ST:G | 117.8 | 35.6 | 58.9 | +| 51 | KWS Cereals US | KWS625 | ST:C | 117.6 | 34.2 | 58.1 | +| 52 | Merschman Seeds | M2602 | ST:C | 116.5 | 33.1 | 57.5 | +| 53 | Martin Seed | M25 | ST:F | 116.4 | 31.8 | 57.3 | +| 54 | AgriMAXX | 561 | ST:G | 116.1 | 35.8 | 58.1 | +| 55 | Bio Town Seeds | D506W | - | 115.8 | 34 | 57.3 | +| 56 | AgriMAXX | 543 | ST:G | 114.9 | 34.4 | 57.3 | +| 57 | FS InSPIRE | FS 606 | ST:G | 113.8 | 37.7 | 60.2 | +| 58 | Merschman Seeds | Millie 8 | ST:G | 113.7 | 37.1 | 60.9 | +| 59 | FS InSPIRE | FS 597 | ST:G | 113.5 | 36.8 | 58.4 | +| 60 | Kennel Seed Farms | KF 9229 | ST:G | 113.5 | 38.9 | 59.6 | +| 61 | Virginia Tech | VA20FHB-18 | ST:F | 113.3 | 37.3 | 59 | +| 62 | AgriMAXX | 513 | ST:G | 112.9 | 34.9 | 59 | +| 63 | Kratz Farms KF Brand | KF 857 | ST:F | 112.8 | 33.9 | 58.2 | +| 64 | AgriMAXX | 525 | ST:G | 112.6 | 31.8 | 57.9 | +| 65 | Virginia Tech | 19VTK7-66 | ST:F | 112.6 | 37.5 | 58.5 | +| 66 | AgriMAXX | 531 | ST:G | 112.5 | 37.6 | 59 | +| 67 | Kitchen Seed Company | KSC 425 | ST:F | 112.4 | 39.8 | 59.8 | +| 68 | Merschman Seeds | Bintee 12 | ST:C | 112.3 | 35.3 | 59.6 | +| 69 | Kitchen Seed Company | KSC 423 W | ST:F | 112.1 | 37.9 | 60 | +| 70 | Kratz Farms KF Brand | KF 667 | ST:F | 112 | 35 | 59.1 | +| 71 | Kennel Seed Farms | KF 2549 | ST:G | 111.8 | 34.6 | 59.3 | +| 72 | Green Valley Seed | GV 604 | ST:C | 111.3 | 35.5 | 58.1 | +| 73 | Virginia Tech | 17VDH-SRW02-125 | ST:F | 111.3 | 35.2 | 59.7 | +| 74 | Kennel Seed Farms | KF 2418 | ST:G | 110.2 | 35.7 | 59.5 | +| 75 | American Organic | Erisman AM | - | 103.4 | 36.6 | 59.7 | diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-central-early.json b/corpus/iowa_icpt_trials/icpt-corn-2024-central-early.json new file mode 100644 index 00000000..e8b0aa18 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-central-early.json @@ -0,0 +1,659 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2024-central-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District Central", + "district": "Central", + "season": "Early Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Ames", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 237, + "results": [ + { + "rank": 1, + "brand": "NuTech/G2 Genetics", + "product": "69C7PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 109, + "Yield": 259.6, + "Yldp": 109.3, + "Moist": 15.2, + "Wyld": 237.8, + "Eyld": 264.1, + "Missouri Valley": 285.3, + "Glidden": 218.1, + "Ames": 210, + "Keystone": 287.7, + "Clarence": 294.6 + } + }, + { + "rank": 2, + "brand": "NuTech/G2 Genetics", + "product": "69B5V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 109, + "Yield": 256, + "Yldp": 107.7, + "Moist": 15.1, + "Wyld": 227.9, + "Eyld": 254.7, + "Missouri Valley": 286.9, + "Glidden": 223.2, + "Ames": 173.7, + "Keystone": 304.7, + "Clarence": 285.7 + } + }, + { + "rank": 3, + "brand": "NuTech/G2 Genetics", + "product": "68C1V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 108, + "Yield": 248.8, + "Yldp": 104.7, + "Moist": 14.9, + "Wyld": 232, + "Eyld": 248.3, + "Missouri Valley": 280.5, + "Glidden": 212.5, + "Ames": 202.9, + "Keystone": 269.7, + "Clarence": 272.2 + } + }, + { + "rank": 4, + "brand": "Prairie Hybrid Seeds", + "product": "6755", + "traits": "", + "metrics": { + "RM": 110, + "Yield": 247.5, + "Yldp": 104.2, + "Moist": 14.8, + "Wyld": 223.9, + "Eyld": 248.7, + "Missouri Valley": 271.5, + "Glidden": 223.9, + "Ames": 176.4, + "Keystone": 284.3, + "Clarence": 285.3 + } + }, + { + "rank": 5, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 109, + "Yield": 246.7, + "Yldp": 103.9, + "Moist": 15.9, + "Wyld": 225.8, + "Eyld": 245.8, + "Missouri Valley": 282.8, + "Glidden": 218.4, + "Ames": 176.1, + "Keystone": 279.5, + "Clarence": 281.6 + } + }, + { + "rank": 6, + "brand": "NuTech/G2 Genetics", + "product": "68A9AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 108, + "Yield": 244.7, + "Yldp": 103, + "Moist": 14.8, + "Wyld": 224.2, + "Eyld": 249, + "Missouri Valley": 268.3, + "Glidden": 208, + "Ames": 196.4, + "Keystone": 279.7, + "Clarence": 270.9 + } + }, + { + "rank": 7, + "brand": "Cornelius Seed", + "product": "C6713DP", + "traits": "RR2 VT2P", + "metrics": { + "RM": 107, + "Yield": 243.8, + "Yldp": 102.6, + "Moist": 14.5, + "Wyld": 235.7, + "Eyld": 231.6, + "Missouri Valley": 275.4, + "Glidden": 237.1, + "Ames": 194.8, + "Keystone": 228, + "Clarence": 272.2 + } + }, + { + "rank": 8, + "brand": "Epley Brothers Hybrids", + "product": "E1540", + "traits": "", + "metrics": { + "RM": 105, + "Yield": 243.2, + "Yldp": 102.4, + "Moist": 13.5, + "Wyld": 214.5, + "Eyld": 257, + "Missouri Valley": 224.7, + "Glidden": 219.3, + "Ames": 199.4, + "Keystone": 299.2, + "Clarence": 272.3 + } + }, + { + "rank": 9, + "brand": "Prairie Hybrid Seeds", + "product": "4991Org", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 240.8, + "Yldp": 101.3, + "Moist": 13.7, + "Wyld": 229.2, + "Eyld": 236.2, + "Missouri Valley": 273.4, + "Glidden": 228.6, + "Ames": 185.6, + "Keystone": 252, + "Clarence": 270.9 + } + }, + { + "rank": 10, + "brand": "Latham", + "product": "LH 5906 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 239.6, + "Yldp": 100.9, + "Moist": 14.7, + "Wyld": 226.2, + "Eyld": 241.6, + "Missouri Valley": 262.9, + "Glidden": 213.9, + "Ames": 201.9, + "Keystone": 247.6, + "Clarence": 275.2 + } + }, + { + "rank": 11, + "brand": "NuTech/G2 Genetics", + "product": "65B8V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 105, + "Yield": 239.5, + "Yldp": 100.8, + "Moist": 13.8, + "Wyld": 226.5, + "Eyld": 233.8, + "Missouri Valley": 274.2, + "Glidden": 212.5, + "Ames": 192.7, + "Keystone": 240.3, + "Clarence": 268.4 + } + }, + { + "rank": 12, + "brand": "Dekalb", + "product": "DKC104-08VT4PRIB", + "traits": "LL,RR2 VT4P-RIB", + "metrics": { + "RM": 104, + "Yield": 239.4, + "Yldp": 100.8, + "Moist": 13.3, + "Wyld": 238.7, + "Eyld": 230.6, + "Missouri Valley": 271.5, + "Glidden": 230.5, + "Ames": 213.9, + "Keystone": 221.9, + "Clarence": 255.9 + } + }, + { + "rank": 13, + "brand": "Renk", + "product": "RK705VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 105, + "Yield": 239.1, + "Yldp": 100.6, + "Moist": 13.7, + "Wyld": 233.9, + "Eyld": 231.7, + "Missouri Valley": 263.5, + "Glidden": 239.4, + "Ames": 198.9, + "Keystone": 227.8, + "Clarence": 268.5 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK785PCE", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 109, + "Yield": 239.1, + "Yldp": 100.6, + "Moist": 14.2, + "Wyld": 222.5, + "Eyld": 236.7, + "Missouri Valley": 279.9, + "Glidden": 216.2, + "Ames": 171.4, + "Keystone": 244.6, + "Clarence": 294.2 + } + }, + { + "rank": 15, + "brand": "Latham", + "product": "LH 5226 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 102, + "Yield": 238.3, + "Yldp": 100.3, + "Moist": 13.2, + "Wyld": 224.8, + "Eyld": 234.9, + "Missouri Valley": 268.1, + "Glidden": 215.7, + "Ames": 190.4, + "Keystone": 230.8, + "Clarence": 283.3 + } + }, + { + "rank": 16, + "brand": "NuTech/G2 Genetics", + "product": "66D1AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 106, + "Yield": 238.1, + "Yldp": 100.2, + "Moist": 13.6, + "Wyld": 217, + "Eyld": 234.3, + "Missouri Valley": 273.7, + "Glidden": 209.7, + "Ames": 167.7, + "Keystone": 254.2, + "Clarence": 281.2 + } + }, + { + "rank": 17, + "brand": "NuTech/G2 Genetics", + "product": "66C2V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 106, + "Yield": 238, + "Yldp": 100.2, + "Moist": 14.1, + "Wyld": 225.9, + "Eyld": 234.6, + "Missouri Valley": 263.3, + "Glidden": 228, + "Ames": 186.4, + "Keystone": 245.6, + "Clarence": 272 + } + }, + { + "rank": 18, + "brand": "Viking/Blue River", + "product": "75-07", + "traits": "", + "metrics": { + "RM": 107, + "Yield": 237.4, + "Yldp": 99.9, + "Moist": 13.8, + "Wyld": 219.5, + "Eyld": 237.5, + "Missouri Valley": 251, + "Glidden": 219.7, + "Ames": 188, + "Keystone": 257.4, + "Clarence": 267.3 + } + }, + { + "rank": 19, + "brand": "Cornelius Seed", + "product": "C6645PC", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 106, + "Yield": 235.8, + "Yldp": 99.3, + "Moist": 13.9, + "Wyld": 215.5, + "Eyld": 233.5, + "Missouri Valley": 266.5, + "Glidden": 210.5, + "Ames": 169.7, + "Keystone": 246.5, + "Clarence": 284.4 + } + }, + { + "rank": 20, + "brand": "Dyna-Gro", + "product": "D49PN05RA", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 235.7, + "Yldp": 99.2, + "Moist": 14.8, + "Wyld": 216.2, + "Eyld": 234.6, + "Missouri Valley": 256.5, + "Glidden": 212.7, + "Ames": 179.2, + "Keystone": 251, + "Clarence": 273.6 + } + }, + { + "rank": 21, + "brand": "Dekalb", + "product": "DKC108-17TRERIB", + "traits": "LL,RR2 TRE-RIB", + "metrics": { + "RM": 108, + "Yield": 235.6, + "Yldp": 99.2, + "Moist": 14.9, + "Wyld": 222.5, + "Eyld": 228.7, + "Missouri Valley": 269.9, + "Glidden": 225.4, + "Ames": 172.1, + "Keystone": 229.1, + "Clarence": 285 + } + }, + { + "rank": 22, + "brand": "Prairie Hybrid Seeds", + "product": "4885", + "traits": "", + "metrics": { + "RM": 107, + "Yield": 235.1, + "Yldp": 99, + "Moist": 13.9, + "Wyld": 217.8, + "Eyld": 232.7, + "Missouri Valley": 270.6, + "Glidden": 204.9, + "Ames": 178, + "Keystone": 246.4, + "Clarence": 273.9 + } + }, + { + "rank": 23, + "brand": "Latham", + "product": "LH 5815 VT2 PRO", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 108, + "Yield": 234.5, + "Yldp": 98.7, + "Moist": 15.5, + "Wyld": 213.9, + "Eyld": 235.6, + "Missouri Valley": 247.9, + "Glidden": 212.4, + "Ames": 181.3, + "Keystone": 254.4, + "Clarence": 271.2 + } + }, + { + "rank": 24, + "brand": "Prairie Hybrid Seeds", + "product": "5851", + "traits": "", + "metrics": { + "RM": 109, + "Yield": 233, + "Yldp": 98.1, + "Moist": 14.9, + "Wyld": 207.7, + "Eyld": 240.7, + "Missouri Valley": 232.9, + "Glidden": 208.6, + "Ames": 181.5, + "Keystone": 258.5, + "Clarence": 282.2 + } + }, + { + "rank": 25, + "brand": "Cornelius Seed", + "product": "C6936SS", + "traits": "LL,RR2 SS", + "metrics": { + "RM": 109, + "Yield": 232.2, + "Yldp": 97.8, + "Moist": 15.4, + "Wyld": 217.3, + "Eyld": 229, + "Missouri Valley": 254.2, + "Glidden": 222.2, + "Ames": 175.5, + "Keystone": 239.1, + "Clarence": 272.4 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "D44PN25RA", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 104, + "Yield": 231.7, + "Yldp": 97.5, + "Moist": 12.9, + "Wyld": 225.4, + "Eyld": 226.9, + "Missouri Valley": 254.6, + "Glidden": 221.3, + "Ames": 200.2, + "Keystone": 214.2, + "Clarence": 266.3 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 105, + "Yield": 231, + "Yldp": 97.3, + "Moist": 13.6, + "Wyld": 209.2, + "Eyld": 229.2, + "Missouri Valley": 266.3, + "Glidden": 204.4, + "Ames": 157, + "Keystone": 252.2, + "Clarence": 278.3 + } + }, + { + "rank": 28, + "brand": "Renk", + "product": "RK773TRE", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 109, + "Yield": 231, + "Yldp": 97.2, + "Moist": 14.9, + "Wyld": 222.6, + "Eyld": 220.6, + "Missouri Valley": 267.3, + "Glidden": 224.5, + "Ames": 176, + "Keystone": 212, + "Clarence": 273.6 + } + }, + { + "rank": 29, + "brand": "Renk", + "product": "RK766SSPRO", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 109, + "Yield": 230.6, + "Yldp": 97.1, + "Moist": 14.4, + "Wyld": 225.7, + "Eyld": 221.1, + "Missouri Valley": 263.6, + "Glidden": 229, + "Ames": 184.6, + "Keystone": 216.3, + "Clarence": 262.4 + } + }, + { + "rank": 30, + "brand": "Cornelius Seed", + "product": "C6847TRE", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 108, + "Yield": 227.8, + "Yldp": 95.9, + "Moist": 14.6, + "Wyld": 226.6, + "Eyld": 216.4, + "Missouri Valley": 273.6, + "Glidden": 223.4, + "Ames": 183, + "Keystone": 193.8, + "Clarence": 272.5 + } + }, + { + "rank": 31, + "brand": "Latham", + "product": "LH 5336 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 103, + "Yield": 226.1, + "Yldp": 95.2, + "Moist": 13.1, + "Wyld": 218.7, + "Eyld": 225, + "Missouri Valley": 238.9, + "Glidden": 214.3, + "Ames": 202.7, + "Keystone": 208.8, + "Clarence": 263.6 + } + }, + { + "rank": 32, + "brand": "Latham", + "product": "LH 5556 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 105, + "Yield": 223.6, + "Yldp": 94.1, + "Moist": 14.6, + "Wyld": 209.3, + "Eyld": 222, + "Missouri Valley": 262.4, + "Glidden": 190.8, + "Ames": 174.6, + "Keystone": 227.2, + "Clarence": 264.3 + } + }, + { + "rank": 33, + "brand": "Latham", + "product": "LH 5377 VT2 PRO", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 103, + "Yield": 216.5, + "Yldp": 91.1, + "Moist": 12.5, + "Wyld": 221.9, + "Eyld": 199.6, + "Missouri Valley": 260.5, + "Glidden": 223.1, + "Ames": 182, + "Keystone": 160.2, + "Clarence": 256.7 + } + } + ], + "n_results": 33, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:05.069805+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-central-early.md b/corpus/iowa_icpt_trials/icpt-corn-2024-central-early.md new file mode 100644 index 00000000..d0f29c9d --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-central-early.md @@ -0,0 +1,53 @@ +# Corn yield trial — Iowa Central District (Early Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** Central +- **Maturity season:** Early Season +- **Year:** 2024 +- **Experiment mean yield:** 237 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Ames, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Missouri Valley | Glidden | Ames | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | NuTech/G2 Genetics | 69C7PCE | LL,RR2 PCE | 109 | 259.6 | 109.3 | 15.2 | 237.8 | 264.1 | 285.3 | 218.1 | 210 | 287.7 | 294.6 | +| 2 | NuTech/G2 Genetics | 69B5V | LL,RR2 VE | 109 | 256 | 107.7 | 15.1 | 227.9 | 254.7 | 286.9 | 223.2 | 173.7 | 304.7 | 285.7 | +| 3 | NuTech/G2 Genetics | 68C1V | LL,RR2 VE | 108 | 248.8 | 104.7 | 14.9 | 232 | 248.3 | 280.5 | 212.5 | 202.9 | 269.7 | 272.2 | +| 4 | Prairie Hybrid Seeds | 6755 | - | 110 | 247.5 | 104.2 | 14.8 | 223.9 | 248.7 | 271.5 | 223.9 | 176.4 | 284.3 | 285.3 | +| 5 | Pioneer | P0924Q | LL,RR2 Qrome | 109 | 246.7 | 103.9 | 15.9 | 225.8 | 245.8 | 282.8 | 218.4 | 176.1 | 279.5 | 281.6 | +| 6 | NuTech/G2 Genetics | 68A9AM | LL,RR2 AM | 108 | 244.7 | 103 | 14.8 | 224.2 | 249 | 268.3 | 208 | 196.4 | 279.7 | 270.9 | +| 7 | Cornelius Seed | C6713DP | RR2 VT2P | 107 | 243.8 | 102.6 | 14.5 | 235.7 | 231.6 | 275.4 | 237.1 | 194.8 | 228 | 272.2 | +| 8 | Epley Brothers Hybrids | E1540 | - | 105 | 243.2 | 102.4 | 13.5 | 214.5 | 257 | 224.7 | 219.3 | 199.4 | 299.2 | 272.3 | +| 9 | Prairie Hybrid Seeds | 4991Org | - | 106 | 240.8 | 101.3 | 13.7 | 229.2 | 236.2 | 273.4 | 228.6 | 185.6 | 252 | 270.9 | +| 10 | Latham | LH 5906 PCE | LL,RR2 PC-RIB | 109 | 239.6 | 100.9 | 14.7 | 226.2 | 241.6 | 262.9 | 213.9 | 201.9 | 247.6 | 275.2 | +| 11 | NuTech/G2 Genetics | 65B8V | LL,RR2 VE | 105 | 239.5 | 100.8 | 13.8 | 226.5 | 233.8 | 274.2 | 212.5 | 192.7 | 240.3 | 268.4 | +| 12 | Dekalb | DKC104-08VT4PRIB | LL,RR2 VT4P-RIB | 104 | 239.4 | 100.8 | 13.3 | 238.7 | 230.6 | 271.5 | 230.5 | 213.9 | 221.9 | 255.9 | +| 13 | Renk | RK705VT4P | RR2 VT4P | 105 | 239.1 | 100.6 | 13.7 | 233.9 | 231.7 | 263.5 | 239.4 | 198.9 | 227.8 | 268.5 | +| 14 | Renk | RK785PCE | LL,RR2 PC | 109 | 239.1 | 100.6 | 14.2 | 222.5 | 236.7 | 279.9 | 216.2 | 171.4 | 244.6 | 294.2 | +| 15 | Latham | LH 5226 PCE | LL,RR2 PC-RIB | 102 | 238.3 | 100.3 | 13.2 | 224.8 | 234.9 | 268.1 | 215.7 | 190.4 | 230.8 | 283.3 | +| 16 | NuTech/G2 Genetics | 66D1AM | LL,RR2 AM | 106 | 238.1 | 100.2 | 13.6 | 217 | 234.3 | 273.7 | 209.7 | 167.7 | 254.2 | 281.2 | +| 17 | NuTech/G2 Genetics | 66C2V | LL,RR2 VE | 106 | 238 | 100.2 | 14.1 | 225.9 | 234.6 | 263.3 | 228 | 186.4 | 245.6 | 272 | +| 18 | Viking/Blue River | 75-07 | - | 107 | 237.4 | 99.9 | 13.8 | 219.5 | 237.5 | 251 | 219.7 | 188 | 257.4 | 267.3 | +| 19 | Cornelius Seed | C6645PC | LL,RR2 PC | 106 | 235.8 | 99.3 | 13.9 | 215.5 | 233.5 | 266.5 | 210.5 | 169.7 | 246.5 | 284.4 | +| 20 | Dyna-Gro | D49PN05RA | LL,RR2 PC-RIB | 109 | 235.7 | 99.2 | 14.8 | 216.2 | 234.6 | 256.5 | 212.7 | 179.2 | 251 | 273.6 | +| 21 | Dekalb | DKC108-17TRERIB | LL,RR2 TRE-RIB | 108 | 235.6 | 99.2 | 14.9 | 222.5 | 228.7 | 269.9 | 225.4 | 172.1 | 229.1 | 285 | +| 22 | Prairie Hybrid Seeds | 4885 | - | 107 | 235.1 | 99 | 13.9 | 217.8 | 232.7 | 270.6 | 204.9 | 178 | 246.4 | 273.9 | +| 23 | Latham | LH 5815 VT2 PRO | RR2 VT2P-RIB | 108 | 234.5 | 98.7 | 15.5 | 213.9 | 235.6 | 247.9 | 212.4 | 181.3 | 254.4 | 271.2 | +| 24 | Prairie Hybrid Seeds | 5851 | - | 109 | 233 | 98.1 | 14.9 | 207.7 | 240.7 | 232.9 | 208.6 | 181.5 | 258.5 | 282.2 | +| 25 | Cornelius Seed | C6936SS | LL,RR2 SS | 109 | 232.2 | 97.8 | 15.4 | 217.3 | 229 | 254.2 | 222.2 | 175.5 | 239.1 | 272.4 | +| 26 | Dyna-Gro | D44PN25RA | LL,RR2 PC-RIB | 104 | 231.7 | 97.5 | 12.9 | 225.4 | 226.9 | 254.6 | 221.3 | 200.2 | 214.2 | 266.3 | +| 27 | Pioneer | P0529Q | LL,RR2 Qrome | 105 | 231 | 97.3 | 13.6 | 209.2 | 229.2 | 266.3 | 204.4 | 157 | 252.2 | 278.3 | +| 28 | Renk | RK773TRE | RR2 TRE-RIB | 109 | 231 | 97.2 | 14.9 | 222.6 | 220.6 | 267.3 | 224.5 | 176 | 212 | 273.6 | +| 29 | Renk | RK766SSPRO | LL,RR2 SSP-RIB | 109 | 230.6 | 97.1 | 14.4 | 225.7 | 221.1 | 263.6 | 229 | 184.6 | 216.3 | 262.4 | +| 30 | Cornelius Seed | C6847TRE | RR2 TRE-RIB | 108 | 227.8 | 95.9 | 14.6 | 226.6 | 216.4 | 273.6 | 223.4 | 183 | 193.8 | 272.5 | +| 31 | Latham | LH 5336 PCE | LL,RR2 PC-RIB | 103 | 226.1 | 95.2 | 13.1 | 218.7 | 225 | 238.9 | 214.3 | 202.7 | 208.8 | 263.6 | +| 32 | Latham | LH 5556 PCE | LL,RR2 PC-RIB | 105 | 223.6 | 94.1 | 14.6 | 209.3 | 222 | 262.4 | 190.8 | 174.6 | 227.2 | 264.3 | +| 33 | Latham | LH 5377 VT2 PRO | RR2 VT2P-RIB | 103 | 216.5 | 91.1 | 12.5 | 221.9 | 199.6 | 260.5 | 223.1 | 182 | 160.2 | 256.7 | + +Top 5 by Yield: 69C7PCE (NuTech/G2 Genetics) 259.6, 69B5V (NuTech/G2 Genetics) 256, 68C1V (NuTech/G2 Genetics) 248.8, 6755 (Prairie Hybrid Seeds) 247.5, P0924Q (Pioneer) 246.7. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-central-full.json b/corpus/iowa_icpt_trials/icpt-corn-2024-central-full.json new file mode 100644 index 00000000..45011c41 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-central-full.json @@ -0,0 +1,640 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2024-central-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District Central", + "district": "Central", + "season": "Full Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Ames", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 241, + "results": [ + { + "rank": 1, + "brand": "Viking/Blue River", + "product": "76-11", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 255, + "Yldp": 105.6, + "Moist": 15.4, + "Wyld": 239.6, + "Eyld": 259.4, + "Missouri Valley": 285, + "Glidden": 208.4, + "Ames": 225.5, + "Keystone": 266.2, + "Clarence": 286.6 + } + }, + { + "rank": 2, + "brand": "NuTech/G2 Genetics", + "product": "74A5PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 114, + "Yield": 254.1, + "Yldp": 105.2, + "Moist": 17.7, + "Wyld": 229.4, + "Eyld": 259.2, + "Missouri Valley": 289.5, + "Glidden": 204.9, + "Ames": 193.7, + "Keystone": 285.6, + "Clarence": 298.4 + } + }, + { + "rank": 3, + "brand": "NuTech/G2 Genetics", + "product": "70F6V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 110, + "Yield": 253, + "Yldp": 104.8, + "Moist": 14.9, + "Wyld": 239.6, + "Eyld": 252.4, + "Missouri Valley": 286.7, + "Glidden": 225.4, + "Ames": 206.7, + "Keystone": 268, + "Clarence": 282.3 + } + }, + { + "rank": 4, + "brand": "Viking/Blue River", + "product": "78-13", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 252.1, + "Yldp": 104.4, + "Moist": 18.2, + "Wyld": 225.5, + "Eyld": 258.2, + "Missouri Valley": 287.7, + "Glidden": 196.4, + "Ames": 192.5, + "Keystone": 294.6, + "Clarence": 287.6 + } + }, + { + "rank": 5, + "brand": "NuTech/G2 Genetics", + "product": "72C1PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 112, + "Yield": 251.9, + "Yldp": 104.3, + "Moist": 16.7, + "Wyld": 227.1, + "Eyld": 257.6, + "Missouri Valley": 278.7, + "Glidden": 209, + "Ames": 193.6, + "Keystone": 284.7, + "Clarence": 294.5 + } + }, + { + "rank": 6, + "brand": "NuTech/G2 Genetics", + "product": "70B4AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 110, + "Yield": 251.8, + "Yldp": 104.3, + "Moist": 15.7, + "Wyld": 230.7, + "Eyld": 253.1, + "Missouri Valley": 294.5, + "Glidden": 207.2, + "Ames": 190.4, + "Keystone": 275.4, + "Clarence": 293.4 + } + }, + { + "rank": 7, + "brand": "Latham", + "product": "LH 6306 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 113, + "Yield": 250.7, + "Yldp": 103.8, + "Moist": 17, + "Wyld": 227.1, + "Eyld": 252.1, + "Missouri Valley": 291.6, + "Glidden": 203.2, + "Ames": 186.5, + "Keystone": 275.3, + "Clarence": 294.6 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK825VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 112, + "Yield": 249.6, + "Yldp": 103.4, + "Moist": 17.3, + "Wyld": 239.8, + "Eyld": 246.8, + "Missouri Valley": 272.1, + "Glidden": 232.7, + "Ames": 214.5, + "Keystone": 236.7, + "Clarence": 289.1 + } + }, + { + "rank": 9, + "brand": "Cornelius Seed", + "product": "C7026PCE", + "traits": "GT,LL PC", + "metrics": { + "RM": 110, + "Yield": 248, + "Yldp": 102.7, + "Moist": 16.2, + "Wyld": 236, + "Eyld": 249.3, + "Missouri Valley": 285.3, + "Glidden": 211.8, + "Ames": 211, + "Keystone": 246.7, + "Clarence": 290.2 + } + }, + { + "rank": 10, + "brand": "Cornelius Seed", + "product": "6D72 VT2P", + "traits": "RR2 VT2P", + "metrics": { + "RM": 114, + "Yield": 247.7, + "Yldp": 102.6, + "Moist": 18.2, + "Wyld": 225.9, + "Eyld": 250.6, + "Missouri Valley": 270.2, + "Glidden": 217, + "Ames": 190.5, + "Keystone": 280.8, + "Clarence": 280.4 + } + }, + { + "rank": 11, + "brand": "NuTech/G2 Genetics", + "product": "71A7V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 111, + "Yield": 246.5, + "Yldp": 102.1, + "Moist": 16.4, + "Wyld": 227.8, + "Eyld": 245.8, + "Missouri Valley": 285.7, + "Glidden": 209, + "Ames": 188.7, + "Keystone": 260.8, + "Clarence": 288 + } + }, + { + "rank": 12, + "brand": "NuTech/G2 Genetics", + "product": "73A6AML", + "traits": "LL,RR2 AML", + "metrics": { + "RM": 113, + "Yield": 246.4, + "Yldp": 102, + "Moist": 17.4, + "Wyld": 223.2, + "Eyld": 250.5, + "Missouri Valley": 302.6, + "Glidden": 178.3, + "Ames": 188.8, + "Keystone": 270.3, + "Clarence": 292.5 + } + }, + { + "rank": 13, + "brand": "Pioneer", + "product": "P1185Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 111, + "Yield": 245, + "Yldp": 101.5, + "Moist": 17.2, + "Wyld": 226.5, + "Eyld": 250.1, + "Missouri Valley": 278.2, + "Glidden": 195.8, + "Ames": 205.4, + "Keystone": 266.4, + "Clarence": 278.5 + } + }, + { + "rank": 14, + "brand": "Cornelius Seed", + "product": "C7366DGDP", + "traits": "RR2 DGVT2P", + "metrics": { + "RM": 113, + "Yield": 244.4, + "Yldp": 101.2, + "Moist": 17.4, + "Wyld": 234, + "Eyld": 238.5, + "Missouri Valley": 287.7, + "Glidden": 220.7, + "Ames": 193.7, + "Keystone": 240.1, + "Clarence": 281.7 + } + }, + { + "rank": 15, + "brand": "Renk", + "product": "RK876VT2P", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 113, + "Yield": 244.4, + "Yldp": 101.2, + "Moist": 17.5, + "Wyld": 232.3, + "Eyld": 240.8, + "Missouri Valley": 280.4, + "Glidden": 219.2, + "Ames": 197.5, + "Keystone": 235.8, + "Clarence": 289.1 + } + }, + { + "rank": 16, + "brand": "NuTech/G2 Genetics", + "product": "71A2V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 111, + "Yield": 242.9, + "Yldp": 100.6, + "Moist": 16.8, + "Wyld": 225.6, + "Eyld": 245.7, + "Missouri Valley": 287.4, + "Glidden": 193.7, + "Ames": 195.6, + "Keystone": 266, + "Clarence": 275.4 + } + }, + { + "rank": 17, + "brand": "NuTech/G2 Genetics", + "product": "73A4AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 113, + "Yield": 242.3, + "Yldp": 100.3, + "Moist": 17.2, + "Wyld": 217.5, + "Eyld": 246.1, + "Missouri Valley": 304.6, + "Glidden": 168.7, + "Ames": 179.1, + "Keystone": 274.2, + "Clarence": 284.9 + } + }, + { + "rank": 18, + "brand": "Dyna-Gro", + "product": "D50SP65RIB", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 110, + "Yield": 241.1, + "Yldp": 99.8, + "Moist": 16.3, + "Wyld": 227.5, + "Eyld": 237, + "Missouri Valley": 272.6, + "Glidden": 219.8, + "Ames": 190.3, + "Keystone": 236.4, + "Clarence": 284.4 + } + }, + { + "rank": 19, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 112, + "Yield": 240.7, + "Yldp": 99.7, + "Moist": 17.8, + "Wyld": 224.6, + "Eyld": 238.8, + "Missouri Valley": 276.2, + "Glidden": 210, + "Ames": 187.7, + "Keystone": 262.3, + "Clarence": 266.3 + } + }, + { + "rank": 20, + "brand": "Cornelius Seed", + "product": "C7216VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 112, + "Yield": 239.6, + "Yldp": 99.2, + "Moist": 17.3, + "Wyld": 241.6, + "Eyld": 226.6, + "Missouri Valley": 282.4, + "Glidden": 234.3, + "Ames": 208.2, + "Keystone": 191.7, + "Clarence": 279.8 + } + }, + { + "rank": 21, + "brand": "Dyna-Gro", + "product": "D53SP85RIB", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 113, + "Yield": 239.4, + "Yldp": 99.1, + "Moist": 17.5, + "Wyld": 230.1, + "Eyld": 239.6, + "Missouri Valley": 271.5, + "Glidden": 210, + "Ames": 208.8, + "Keystone": 234.5, + "Clarence": 275.6 + } + }, + { + "rank": 22, + "brand": "Cornelius Seed", + "product": "C7590DP", + "traits": "RR2 VT2P", + "metrics": { + "RM": 115, + "Yield": 239, + "Yldp": 99, + "Moist": 18.1, + "Wyld": 221, + "Eyld": 242, + "Missouri Valley": 266, + "Glidden": 208.1, + "Ames": 189, + "Keystone": 258.8, + "Clarence": 278.2 + } + }, + { + "rank": 23, + "brand": "Renk", + "product": "RK800VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 110, + "Yield": 237.8, + "Yldp": 98.5, + "Moist": 16.8, + "Wyld": 232.2, + "Eyld": 226.2, + "Missouri Valley": 274.4, + "Glidden": 230.4, + "Ames": 191.9, + "Keystone": 227.8, + "Clarence": 259 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC114-42SSPRIB", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 114, + "Yield": 234.5, + "Yldp": 97.1, + "Moist": 19.2, + "Wyld": 225, + "Eyld": 224.9, + "Missouri Valley": 278.7, + "Glidden": 216.5, + "Ames": 179.8, + "Keystone": 210.7, + "Clarence": 284.3 + } + }, + { + "rank": 25, + "brand": "Dekalb", + "product": "DKC112-29SSPRIB", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 112, + "Yield": 234.2, + "Yldp": 97, + "Moist": 17, + "Wyld": 226.3, + "Eyld": 229.5, + "Missouri Valley": 275.8, + "Glidden": 207.8, + "Ames": 195.2, + "Keystone": 252.9, + "Clarence": 240.5 + } + }, + { + "rank": 26, + "brand": "Renk", + "product": "RK895DGVT2P", + "traits": "LL,RR2 DGVT2P", + "metrics": { + "RM": 112, + "Yield": 233.4, + "Yldp": 96.7, + "Moist": 17.4, + "Wyld": 222.9, + "Eyld": 231.7, + "Missouri Valley": 265.5, + "Glidden": 205.4, + "Ames": 197.6, + "Keystone": 224.3, + "Clarence": 273.1 + } + }, + { + "rank": 27, + "brand": "Dekalb", + "product": "DKC112-12TRERIB", + "traits": "LL,RR2 TRE-RIB", + "metrics": { + "RM": 112, + "Yield": 231.6, + "Yldp": 95.9, + "Moist": 17.9, + "Wyld": 227.7, + "Eyld": 222.6, + "Missouri Valley": 279.2, + "Glidden": 213.5, + "Ames": 190.4, + "Keystone": 199.4, + "Clarence": 278 + } + }, + { + "rank": 28, + "brand": "Latham", + "product": "LH 6445 VT2 PRO", + "traits": "RR2 VT2P", + "metrics": { + "RM": 114, + "Yield": 229.5, + "Yldp": 95.1, + "Moist": 18.8, + "Wyld": 221.8, + "Eyld": 224, + "Missouri Valley": 268.4, + "Glidden": 205.9, + "Ames": 191.1, + "Keystone": 212.9, + "Clarence": 268 + } + }, + { + "rank": 29, + "brand": "Latham", + "product": "LH 6155 VT2 PRO RIB", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 111, + "Yield": 228.1, + "Yldp": 94.4, + "Moist": 17.3, + "Wyld": 224.7, + "Eyld": 217.8, + "Missouri Valley": 263.1, + "Glidden": 222.3, + "Ames": 188.6, + "Keystone": 204.6, + "Clarence": 260.3 + } + }, + { + "rank": 30, + "brand": "Latham", + "product": "LH 6009 SS", + "traits": "RR2 SS", + "metrics": { + "RM": 110, + "Yield": 225.1, + "Yldp": 93.2, + "Moist": 16.9, + "Wyld": 227.1, + "Eyld": 214, + "Missouri Valley": 267.9, + "Glidden": 215.7, + "Ames": 197.9, + "Keystone": 179.5, + "Clarence": 264.5 + } + }, + { + "rank": 31, + "brand": "Pioneer", + "product": "P1093Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 110, + "Yield": 224.8, + "Yldp": 93.1, + "Moist": 17.1, + "Wyld": 218.4, + "Eyld": 223.9, + "Missouri Valley": 275.6, + "Glidden": 177.1, + "Ames": 202.6, + "Keystone": 200.6, + "Clarence": 268.5 + } + }, + { + "rank": 32, + "brand": "Latham", + "product": "LH 6338 SS PRO", + "traits": "RR2 SSP", + "metrics": { + "RM": 113, + "Yield": 222.6, + "Yldp": 92.2, + "Moist": 17.8, + "Wyld": 217.4, + "Eyld": 205.9, + "Missouri Valley": 278.2, + "Glidden": 211.2, + "Ames": 162.7, + "Keystone": 193.1, + "Clarence": 262 + } + } + ], + "n_results": 32, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:09.081197+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-central-full.md b/corpus/iowa_icpt_trials/icpt-corn-2024-central-full.md new file mode 100644 index 00000000..c4d93dd0 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-central-full.md @@ -0,0 +1,52 @@ +# Corn yield trial — Iowa Central District (Full Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** Central +- **Maturity season:** Full Season +- **Year:** 2024 +- **Experiment mean yield:** 241 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Ames, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Missouri Valley | Glidden | Ames | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Viking/Blue River | 76-11 | - | 111 | 255 | 105.6 | 15.4 | 239.6 | 259.4 | 285 | 208.4 | 225.5 | 266.2 | 286.6 | +| 2 | NuTech/G2 Genetics | 74A5PCE | LL,RR2 PCE | 114 | 254.1 | 105.2 | 17.7 | 229.4 | 259.2 | 289.5 | 204.9 | 193.7 | 285.6 | 298.4 | +| 3 | NuTech/G2 Genetics | 70F6V | LL,RR2 VE | 110 | 253 | 104.8 | 14.9 | 239.6 | 252.4 | 286.7 | 225.4 | 206.7 | 268 | 282.3 | +| 4 | Viking/Blue River | 78-13 | - | 113 | 252.1 | 104.4 | 18.2 | 225.5 | 258.2 | 287.7 | 196.4 | 192.5 | 294.6 | 287.6 | +| 5 | NuTech/G2 Genetics | 72C1PCE | LL,RR2 PCE | 112 | 251.9 | 104.3 | 16.7 | 227.1 | 257.6 | 278.7 | 209 | 193.6 | 284.7 | 294.5 | +| 6 | NuTech/G2 Genetics | 70B4AM | LL,RR2 AM | 110 | 251.8 | 104.3 | 15.7 | 230.7 | 253.1 | 294.5 | 207.2 | 190.4 | 275.4 | 293.4 | +| 7 | Latham | LH 6306 PCE | LL,RR2 PC-RIB | 113 | 250.7 | 103.8 | 17 | 227.1 | 252.1 | 291.6 | 203.2 | 186.5 | 275.3 | 294.6 | +| 8 | Renk | RK825VT4P | RR2 VT4P | 112 | 249.6 | 103.4 | 17.3 | 239.8 | 246.8 | 272.1 | 232.7 | 214.5 | 236.7 | 289.1 | +| 9 | Cornelius Seed | C7026PCE | GT,LL PC | 110 | 248 | 102.7 | 16.2 | 236 | 249.3 | 285.3 | 211.8 | 211 | 246.7 | 290.2 | +| 10 | Cornelius Seed | 6D72 VT2P | RR2 VT2P | 114 | 247.7 | 102.6 | 18.2 | 225.9 | 250.6 | 270.2 | 217 | 190.5 | 280.8 | 280.4 | +| 11 | NuTech/G2 Genetics | 71A7V | LL,RR2 VE | 111 | 246.5 | 102.1 | 16.4 | 227.8 | 245.8 | 285.7 | 209 | 188.7 | 260.8 | 288 | +| 12 | NuTech/G2 Genetics | 73A6AML | LL,RR2 AML | 113 | 246.4 | 102 | 17.4 | 223.2 | 250.5 | 302.6 | 178.3 | 188.8 | 270.3 | 292.5 | +| 13 | Pioneer | P1185Q | LL,RR2 Qrome | 111 | 245 | 101.5 | 17.2 | 226.5 | 250.1 | 278.2 | 195.8 | 205.4 | 266.4 | 278.5 | +| 14 | Cornelius Seed | C7366DGDP | RR2 DGVT2P | 113 | 244.4 | 101.2 | 17.4 | 234 | 238.5 | 287.7 | 220.7 | 193.7 | 240.1 | 281.7 | +| 15 | Renk | RK876VT2P | RR2 VT2P-RIB | 113 | 244.4 | 101.2 | 17.5 | 232.3 | 240.8 | 280.4 | 219.2 | 197.5 | 235.8 | 289.1 | +| 16 | NuTech/G2 Genetics | 71A2V | LL,RR2 VE | 111 | 242.9 | 100.6 | 16.8 | 225.6 | 245.7 | 287.4 | 193.7 | 195.6 | 266 | 275.4 | +| 17 | NuTech/G2 Genetics | 73A4AM | LL,RR2 AM | 113 | 242.3 | 100.3 | 17.2 | 217.5 | 246.1 | 304.6 | 168.7 | 179.1 | 274.2 | 284.9 | +| 18 | Dyna-Gro | D50SP65RIB | LL,RR2 SSP-RIB | 110 | 241.1 | 99.8 | 16.3 | 227.5 | 237 | 272.6 | 219.8 | 190.3 | 236.4 | 284.4 | +| 19 | Renk | RK832SSPRO | LL,RR2 SSP-RIB | 112 | 240.7 | 99.7 | 17.8 | 224.6 | 238.8 | 276.2 | 210 | 187.7 | 262.3 | 266.3 | +| 20 | Cornelius Seed | C7216VT4P | RR2 VT4P | 112 | 239.6 | 99.2 | 17.3 | 241.6 | 226.6 | 282.4 | 234.3 | 208.2 | 191.7 | 279.8 | +| 21 | Dyna-Gro | D53SP85RIB | LL,RR2 SSP-RIB | 113 | 239.4 | 99.1 | 17.5 | 230.1 | 239.6 | 271.5 | 210 | 208.8 | 234.5 | 275.6 | +| 22 | Cornelius Seed | C7590DP | RR2 VT2P | 115 | 239 | 99 | 18.1 | 221 | 242 | 266 | 208.1 | 189 | 258.8 | 278.2 | +| 23 | Renk | RK800VT4P | RR2 VT4P | 110 | 237.8 | 98.5 | 16.8 | 232.2 | 226.2 | 274.4 | 230.4 | 191.9 | 227.8 | 259 | +| 24 | Dekalb | DKC114-42SSPRIB | LL,RR2 SSP-RIB | 114 | 234.5 | 97.1 | 19.2 | 225 | 224.9 | 278.7 | 216.5 | 179.8 | 210.7 | 284.3 | +| 25 | Dekalb | DKC112-29SSPRIB | LL,RR2 SSP-RIB | 112 | 234.2 | 97 | 17 | 226.3 | 229.5 | 275.8 | 207.8 | 195.2 | 252.9 | 240.5 | +| 26 | Renk | RK895DGVT2P | LL,RR2 DGVT2P | 112 | 233.4 | 96.7 | 17.4 | 222.9 | 231.7 | 265.5 | 205.4 | 197.6 | 224.3 | 273.1 | +| 27 | Dekalb | DKC112-12TRERIB | LL,RR2 TRE-RIB | 112 | 231.6 | 95.9 | 17.9 | 227.7 | 222.6 | 279.2 | 213.5 | 190.4 | 199.4 | 278 | +| 28 | Latham | LH 6445 VT2 PRO | RR2 VT2P | 114 | 229.5 | 95.1 | 18.8 | 221.8 | 224 | 268.4 | 205.9 | 191.1 | 212.9 | 268 | +| 29 | Latham | LH 6155 VT2 PRO RIB | RR2 VT2P-RIB | 111 | 228.1 | 94.4 | 17.3 | 224.7 | 217.8 | 263.1 | 222.3 | 188.6 | 204.6 | 260.3 | +| 30 | Latham | LH 6009 SS | RR2 SS | 110 | 225.1 | 93.2 | 16.9 | 227.1 | 214 | 267.9 | 215.7 | 197.9 | 179.5 | 264.5 | +| 31 | Pioneer | P1093Q | LL,RR2 Qrome | 110 | 224.8 | 93.1 | 17.1 | 218.4 | 223.9 | 275.6 | 177.1 | 202.6 | 200.6 | 268.5 | +| 32 | Latham | LH 6338 SS PRO | RR2 SSP | 113 | 222.6 | 92.2 | 17.8 | 217.4 | 205.9 | 278.2 | 211.2 | 162.7 | 193.1 | 262 | + +Top 5 by Yield: 76-11 (Viking/Blue River) 255, 74A5PCE (NuTech/G2 Genetics) 254.1, 70F6V (NuTech/G2 Genetics) 253, 78-13 (Viking/Blue River) 252.1, 72C1PCE (NuTech/G2 Genetics) 251.9. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-north-early.json b/corpus/iowa_icpt_trials/icpt-corn-2024-north-early.json new file mode 100644 index 00000000..d729c9c7 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-north-early.json @@ -0,0 +1,554 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2024-north-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District North", + "district": "North", + "season": "Early Season", + "cooperator_sites": [ + "Sheldon", + "Pocahontas", + "Corwith", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 219, + "results": [ + { + "rank": 1, + "brand": "NuTech/G2 Genetics", + "product": "63A7V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 103, + "Yield": 242.2, + "Yldp": 110.6, + "Moist": 16.8, + "Wyld": 233.1, + "Eyld": 241.6, + "Sheldon": 248.7, + "Corwith": 217.6, + "Marble Rock": 251.2, + "Oelwein": 256.1 + } + }, + { + "rank": 2, + "brand": "Cornelius Seed", + "product": "C6377TRE", + "traits": "LL,RR2 TRE-RIB", + "metrics": { + "RM": 103, + "Yield": 235, + "Yldp": 107.3, + "Moist": 16.4, + "Wyld": 224.5, + "Eyld": 234.3, + "Sheldon": 245.6, + "Corwith": 203.4, + "Marble Rock": 244.6, + "Oelwein": 255 + } + }, + { + "rank": 3, + "brand": "Latham", + "product": "LH 5226 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 102, + "Yield": 232.7, + "Yldp": 106.2, + "Moist": 16.2, + "Wyld": 224.1, + "Eyld": 227.7, + "Sheldon": 251.1, + "Corwith": 197.1, + "Marble Rock": 233.5, + "Oelwein": 252.7 + } + }, + { + "rank": 4, + "brand": "Legacy Seeds", + "product": "LC534-23", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 103, + "Yield": 226.8, + "Yldp": 103.5, + "Moist": 15.4, + "Wyld": 215.5, + "Eyld": 223.4, + "Sheldon": 233.2, + "Corwith": 197.7, + "Marble Rock": 230.4, + "Oelwein": 242.2 + } + }, + { + "rank": 5, + "brand": "NuTech/G2 Genetics", + "product": "59C1V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 99, + "Yield": 224.9, + "Yldp": 102.7, + "Moist": 13.6, + "Wyld": 216.8, + "Eyld": 223.9, + "Sheldon": 230.5, + "Corwith": 203.1, + "Marble Rock": 225.4, + "Oelwein": 243.3 + } + }, + { + "rank": 6, + "brand": "Legacy Seeds", + "product": "LC531-24", + "traits": "RR2 VT4P", + "metrics": { + "RM": 103, + "Yield": 224.9, + "Yldp": 102.6, + "Moist": 16.4, + "Wyld": 216.2, + "Eyld": 221.8, + "Sheldon": 232.3, + "Corwith": 200.1, + "Marble Rock": 212.6, + "Oelwein": 252.6 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC102-28TRERIB", + "traits": "LL,RR2 TRE-RIB", + "metrics": { + "RM": 102, + "Yield": 224.3, + "Yldp": 102.4, + "Moist": 16, + "Wyld": 216.4, + "Eyld": 223, + "Sheldon": 231.4, + "Corwith": 201.3, + "Marble Rock": 208.7, + "Oelwein": 258.8 + } + }, + { + "rank": 8, + "brand": "Cornelius Seed", + "product": "C6306VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 103, + "Yield": 224.2, + "Yldp": 102.3, + "Moist": 15.8, + "Wyld": 217.3, + "Eyld": 226.1, + "Sheldon": 222.3, + "Corwith": 212.2, + "Marble Rock": 215.2, + "Oelwein": 250.9 + } + }, + { + "rank": 9, + "brand": "Dekalb", + "product": "DKC101-35VT2PRIB", + "traits": "LL,RR2 VT2P-RIB", + "metrics": { + "RM": 101, + "Yield": 222.9, + "Yldp": 101.7, + "Moist": 14.7, + "Wyld": 218.3, + "Eyld": 216.4, + "Sheldon": 236.9, + "Corwith": 199.7, + "Marble Rock": 204.4, + "Oelwein": 245.3 + } + }, + { + "rank": 10, + "brand": "Latham", + "product": "LH 4866 TREC", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 98, + "Yield": 221, + "Yldp": 100.9, + "Moist": 14.3, + "Wyld": 211.2, + "Eyld": 219.5, + "Sheldon": 229.8, + "Corwith": 192.7, + "Marble Rock": 221.1, + "Oelwein": 244.7 + } + }, + { + "rank": 11, + "brand": "Prairie Hybrid Seeds", + "product": "2235/2231", + "traits": "", + "metrics": { + "RM": 103, + "Yield": 220.8, + "Yldp": 100.8, + "Moist": 16.1, + "Wyld": 212.1, + "Eyld": 222, + "Sheldon": 222, + "Corwith": 202.2, + "Marble Rock": 210.9, + "Oelwein": 252.9 + } + }, + { + "rank": 12, + "brand": "NuTech/G2 Genetics", + "product": "60A4AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 100, + "Yield": 219.9, + "Yldp": 100.3, + "Moist": 15.1, + "Wyld": 208.5, + "Eyld": 214.9, + "Sheldon": 232.5, + "Corwith": 184.4, + "Marble Rock": 218.9, + "Oelwein": 241.2 + } + }, + { + "rank": 13, + "brand": "NuTech/G2 Genetics", + "product": "57B5V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 97, + "Yield": 219.7, + "Yldp": 100.3, + "Moist": 14.2, + "Wyld": 217.1, + "Eyld": 217.8, + "Sheldon": 220.9, + "Corwith": 213.4, + "Marble Rock": 205.3, + "Oelwein": 234.8 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK582SSTX", + "traits": "LL,RR2 SS", + "metrics": { + "RM": 98, + "Yield": 219.4, + "Yldp": 100.1, + "Moist": 14.3, + "Wyld": 217.3, + "Eyld": 213.3, + "Sheldon": 239.3, + "Corwith": 195.3, + "Marble Rock": 204.9, + "Oelwein": 239.8 + } + }, + { + "rank": 15, + "brand": "Latham", + "product": "LH 4909 SS", + "traits": "RR2 SS", + "metrics": { + "RM": 99, + "Yield": 218.1, + "Yldp": 99.5, + "Moist": 14.8, + "Wyld": 206.1, + "Eyld": 213, + "Sheldon": 224.8, + "Corwith": 187.4, + "Marble Rock": 215.6, + "Oelwein": 236.2 + } + }, + { + "rank": 16, + "brand": "Renk", + "product": "4-100VT2P", + "traits": "RR2 VT2P", + "metrics": { + "RM": 100, + "Yield": 218, + "Yldp": 99.5, + "Moist": 14.8, + "Wyld": 200, + "Eyld": 222.4, + "Sheldon": 207.5, + "Corwith": 192.4, + "Marble Rock": 218.5, + "Oelwein": 256.2 + } + }, + { + "rank": 17, + "brand": "Legacy Seeds", + "product": "LC523-24", + "traits": "GT,LL V5122A-RIB", + "metrics": { + "RM": 102, + "Yield": 217, + "Yldp": 99, + "Moist": 16.6, + "Wyld": 216.4, + "Eyld": 213.5, + "Sheldon": 229.1, + "Corwith": 203.6, + "Marble Rock": 210.8, + "Oelwein": 226 + } + }, + { + "rank": 18, + "brand": "NuTech/G2 Genetics", + "product": "61A5PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 101, + "Yield": 216.7, + "Yldp": 98.9, + "Moist": 15.9, + "Wyld": 213.3, + "Eyld": 213.1, + "Sheldon": 229.8, + "Corwith": 196.8, + "Marble Rock": 208.9, + "Oelwein": 233.5 + } + }, + { + "rank": 19, + "brand": "Renk", + "product": "RK628VT2P", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 102, + "Yield": 216.1, + "Yldp": 98.6, + "Moist": 15.8, + "Wyld": 215.2, + "Eyld": 211.3, + "Sheldon": 232.1, + "Corwith": 198.3, + "Marble Rock": 207, + "Oelwein": 228.8 + } + }, + { + "rank": 20, + "brand": "Viking/Blue River", + "product": "73-97", + "traits": "", + "metrics": { + "RM": 97, + "Yield": 215.8, + "Yldp": 98.5, + "Moist": 13.7, + "Wyld": 206.8, + "Eyld": 210.7, + "Sheldon": 229.4, + "Corwith": 184.2, + "Marble Rock": 207.6, + "Oelwein": 240.5 + } + }, + { + "rank": 21, + "brand": "Viking/Blue River", + "product": "46-02", + "traits": "", + "metrics": { + "RM": 102, + "Yield": 214.6, + "Yldp": 97.9, + "Moist": 15.8, + "Wyld": 206.1, + "Eyld": 212, + "Sheldon": 223.2, + "Corwith": 188.9, + "Marble Rock": 208.8, + "Oelwein": 238.2 + } + }, + { + "rank": 22, + "brand": "Renk", + "product": "RK586VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 99, + "Yield": 214.2, + "Yldp": 97.8, + "Moist": 14.2, + "Wyld": 195, + "Eyld": 211.6, + "Sheldon": 212.3, + "Corwith": 177.7, + "Marble Rock": 215.6, + "Oelwein": 241.5 + } + }, + { + "rank": 23, + "brand": "Cornelius Seed", + "product": "C6056DP", + "traits": "RR2 VT2P", + "metrics": { + "RM": 100, + "Yield": 211.2, + "Yldp": 96.4, + "Moist": 14.4, + "Wyld": 194.9, + "Eyld": 216, + "Sheldon": 188.3, + "Corwith": 201.5, + "Marble Rock": 202.3, + "Oelwein": 244.4 + } + }, + { + "rank": 24, + "brand": "Pioneer", + "product": "P0075Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 100, + "Yield": 210.8, + "Yldp": 96.2, + "Moist": 16.1, + "Wyld": 203.4, + "Eyld": 210.9, + "Sheldon": 211.5, + "Corwith": 195.2, + "Marble Rock": 204.5, + "Oelwein": 233 + } + }, + { + "rank": 25, + "brand": "Viking/Blue River", + "product": "24-01", + "traits": "", + "metrics": { + "RM": 101, + "Yield": 210.3, + "Yldp": 96, + "Moist": 16.4, + "Wyld": 211.2, + "Eyld": 201.9, + "Sheldon": 236, + "Corwith": 186.4, + "Marble Rock": 189.6, + "Oelwein": 229.6 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P0220Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 102, + "Yield": 210, + "Yldp": 95.8, + "Moist": 15.7, + "Wyld": 206.8, + "Eyld": 206.8, + "Sheldon": 220.4, + "Corwith": 193.3, + "Marble Rock": 205, + "Oelwein": 222.1 + } + }, + { + "rank": 27, + "brand": "Epley Brothers Hybrids", + "product": "E9610", + "traits": "", + "metrics": { + "RM": 96, + "Yield": 209.9, + "Yldp": 95.8, + "Moist": 13.8, + "Wyld": 196.1, + "Eyld": 208.6, + "Sheldon": 214.7, + "Corwith": 177.5, + "Marble Rock": 205.4, + "Oelwein": 242.8 + } + }, + { + "rank": 28, + "brand": "Renk", + "product": "RK597SSPRO", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 99, + "Yield": 207.3, + "Yldp": 94.6, + "Moist": 14.4, + "Wyld": 199.1, + "Eyld": 203, + "Sheldon": 213.7, + "Corwith": 184.5, + "Marble Rock": 188.5, + "Oelwein": 236 + } + }, + { + "rank": 29, + "brand": "Legacy Seeds", + "product": "LC494-23", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 100, + "Yield": 205.6, + "Yldp": 93.9, + "Moist": 15.6, + "Wyld": 197.5, + "Eyld": 199.2, + "Sheldon": 223.8, + "Corwith": 171.2, + "Marble Rock": 190.8, + "Oelwein": 235.5 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:11:57.043312+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-north-early.md b/corpus/iowa_icpt_trials/icpt-corn-2024-north-early.md new file mode 100644 index 00000000..0ebd9945 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-north-early.md @@ -0,0 +1,49 @@ +# Corn yield trial — Iowa North District (Early Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** North +- **Maturity season:** Early Season +- **Year:** 2024 +- **Experiment mean yield:** 219 bu/a +- **Cooperator sites:** Sheldon, Pocahontas, Corwith, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Sheldon | Corwith | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | NuTech/G2 Genetics | 63A7V | LL,RR2 VE | 103 | 242.2 | 110.6 | 16.8 | 233.1 | 241.6 | 248.7 | 217.6 | 251.2 | 256.1 | +| 2 | Cornelius Seed | C6377TRE | LL,RR2 TRE-RIB | 103 | 235 | 107.3 | 16.4 | 224.5 | 234.3 | 245.6 | 203.4 | 244.6 | 255 | +| 3 | Latham | LH 5226 PCE | LL,RR2 PC-RIB | 102 | 232.7 | 106.2 | 16.2 | 224.1 | 227.7 | 251.1 | 197.1 | 233.5 | 252.7 | +| 4 | Legacy Seeds | LC534-23 | RR2 TRE-RIB | 103 | 226.8 | 103.5 | 15.4 | 215.5 | 223.4 | 233.2 | 197.7 | 230.4 | 242.2 | +| 5 | NuTech/G2 Genetics | 59C1V | LL,RR2 VE | 99 | 224.9 | 102.7 | 13.6 | 216.8 | 223.9 | 230.5 | 203.1 | 225.4 | 243.3 | +| 6 | Legacy Seeds | LC531-24 | RR2 VT4P | 103 | 224.9 | 102.6 | 16.4 | 216.2 | 221.8 | 232.3 | 200.1 | 212.6 | 252.6 | +| 7 | Dekalb | DKC102-28TRERIB | LL,RR2 TRE-RIB | 102 | 224.3 | 102.4 | 16 | 216.4 | 223 | 231.4 | 201.3 | 208.7 | 258.8 | +| 8 | Cornelius Seed | C6306VT4P | RR2 VT4P | 103 | 224.2 | 102.3 | 15.8 | 217.3 | 226.1 | 222.3 | 212.2 | 215.2 | 250.9 | +| 9 | Dekalb | DKC101-35VT2PRIB | LL,RR2 VT2P-RIB | 101 | 222.9 | 101.7 | 14.7 | 218.3 | 216.4 | 236.9 | 199.7 | 204.4 | 245.3 | +| 10 | Latham | LH 4866 TREC | RR2 TRE-RIB | 98 | 221 | 100.9 | 14.3 | 211.2 | 219.5 | 229.8 | 192.7 | 221.1 | 244.7 | +| 11 | Prairie Hybrid Seeds | 2235/2231 | - | 103 | 220.8 | 100.8 | 16.1 | 212.1 | 222 | 222 | 202.2 | 210.9 | 252.9 | +| 12 | NuTech/G2 Genetics | 60A4AM | LL,RR2 AM | 100 | 219.9 | 100.3 | 15.1 | 208.5 | 214.9 | 232.5 | 184.4 | 218.9 | 241.2 | +| 13 | NuTech/G2 Genetics | 57B5V | LL,RR2 VE | 97 | 219.7 | 100.3 | 14.2 | 217.1 | 217.8 | 220.9 | 213.4 | 205.3 | 234.8 | +| 14 | Renk | RK582SSTX | LL,RR2 SS | 98 | 219.4 | 100.1 | 14.3 | 217.3 | 213.3 | 239.3 | 195.3 | 204.9 | 239.8 | +| 15 | Latham | LH 4909 SS | RR2 SS | 99 | 218.1 | 99.5 | 14.8 | 206.1 | 213 | 224.8 | 187.4 | 215.6 | 236.2 | +| 16 | Renk | 4-100VT2P | RR2 VT2P | 100 | 218 | 99.5 | 14.8 | 200 | 222.4 | 207.5 | 192.4 | 218.5 | 256.2 | +| 17 | Legacy Seeds | LC523-24 | GT,LL V5122A-RIB | 102 | 217 | 99 | 16.6 | 216.4 | 213.5 | 229.1 | 203.6 | 210.8 | 226 | +| 18 | NuTech/G2 Genetics | 61A5PCE | LL,RR2 PCE | 101 | 216.7 | 98.9 | 15.9 | 213.3 | 213.1 | 229.8 | 196.8 | 208.9 | 233.5 | +| 19 | Renk | RK628VT2P | RR2 VT2P-RIB | 102 | 216.1 | 98.6 | 15.8 | 215.2 | 211.3 | 232.1 | 198.3 | 207 | 228.8 | +| 20 | Viking/Blue River | 73-97 | - | 97 | 215.8 | 98.5 | 13.7 | 206.8 | 210.7 | 229.4 | 184.2 | 207.6 | 240.5 | +| 21 | Viking/Blue River | 46-02 | - | 102 | 214.6 | 97.9 | 15.8 | 206.1 | 212 | 223.2 | 188.9 | 208.8 | 238.2 | +| 22 | Renk | RK586VT4P | RR2 VT4P | 99 | 214.2 | 97.8 | 14.2 | 195 | 211.6 | 212.3 | 177.7 | 215.6 | 241.5 | +| 23 | Cornelius Seed | C6056DP | RR2 VT2P | 100 | 211.2 | 96.4 | 14.4 | 194.9 | 216 | 188.3 | 201.5 | 202.3 | 244.4 | +| 24 | Pioneer | P0075Q | LL,RR2 Qrome | 100 | 210.8 | 96.2 | 16.1 | 203.4 | 210.9 | 211.5 | 195.2 | 204.5 | 233 | +| 25 | Viking/Blue River | 24-01 | - | 101 | 210.3 | 96 | 16.4 | 211.2 | 201.9 | 236 | 186.4 | 189.6 | 229.6 | +| 26 | Pioneer | P0220Q | LL,RR2 Qrome | 102 | 210 | 95.8 | 15.7 | 206.8 | 206.8 | 220.4 | 193.3 | 205 | 222.1 | +| 27 | Epley Brothers Hybrids | E9610 | - | 96 | 209.9 | 95.8 | 13.8 | 196.1 | 208.6 | 214.7 | 177.5 | 205.4 | 242.8 | +| 28 | Renk | RK597SSPRO | LL,RR2 SSP-RIB | 99 | 207.3 | 94.6 | 14.4 | 199.1 | 203 | 213.7 | 184.5 | 188.5 | 236 | +| 29 | Legacy Seeds | LC494-23 | LL,RR2 PC-RIB | 100 | 205.6 | 93.9 | 15.6 | 197.5 | 199.2 | 223.8 | 171.2 | 190.8 | 235.5 | + +Top 5 by Yield: 63A7V (NuTech/G2 Genetics) 242.2, C6377TRE (Cornelius Seed) 235, LH 5226 PCE (Latham) 232.7, LC534-23 (Legacy Seeds) 226.8, 59C1V (NuTech/G2 Genetics) 224.9. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-north-full.json b/corpus/iowa_icpt_trials/icpt-corn-2024-north-full.json new file mode 100644 index 00000000..b6b7525e --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-north-full.json @@ -0,0 +1,662 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2024-north-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District North", + "district": "North", + "season": "Full Season", + "cooperator_sites": [ + "Sheldon", + "Pocahontas", + "Corwith", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 222, + "results": [ + { + "rank": 1, + "brand": "NuTech/G2 Genetics", + "product": "66C2V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 106, + "Yield": 237.7, + "Yldp": 106.6, + "Moist": 18.3, + "Wyld": 234.4, + "Eyld": 233.1, + "Sheldon": 246.5, + "Corwith": 222.3, + "Marble Rock": 236.7, + "Oelwein": 240.4 + } + }, + { + "rank": 2, + "brand": "NuTech/G2 Genetics", + "product": "68C1V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 108, + "Yield": 235.6, + "Yldp": 105.7, + "Moist": 19.4, + "Wyld": 235.6, + "Eyld": 233, + "Sheldon": 248.1, + "Corwith": 223.1, + "Marble Rock": 222.9, + "Oelwein": 252.9 + } + }, + { + "rank": 3, + "brand": "NuTech/G2 Genetics", + "product": "69B5V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 109, + "Yield": 233.1, + "Yldp": 104.5, + "Moist": 20.4, + "Wyld": 235.9, + "Eyld": 223.2, + "Sheldon": 264.2, + "Corwith": 207.7, + "Marble Rock": 225.1, + "Oelwein": 236.8 + } + }, + { + "rank": 4, + "brand": "NuTech/G2 Genetics", + "product": "69C7PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 109, + "Yield": 232.2, + "Yldp": 104.2, + "Moist": 20.3, + "Wyld": 234.3, + "Eyld": 219.9, + "Sheldon": 265.1, + "Corwith": 203.5, + "Marble Rock": 219.4, + "Oelwein": 236.7 + } + }, + { + "rank": 5, + "brand": "NuTech/G2 Genetics", + "product": "66D1AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 106, + "Yield": 231.6, + "Yldp": 103.9, + "Moist": 17.8, + "Wyld": 229.4, + "Eyld": 226.1, + "Sheldon": 247.6, + "Corwith": 211.2, + "Marble Rock": 224.2, + "Oelwein": 242.9 + } + }, + { + "rank": 6, + "brand": "Cornelius Seed", + "product": "C6936SS", + "traits": "LL,RR2 SS", + "metrics": { + "RM": 109, + "Yield": 229.2, + "Yldp": 102.8, + "Moist": 19.7, + "Wyld": 223.6, + "Eyld": 231.3, + "Sheldon": 225.8, + "Corwith": 221.3, + "Marble Rock": 218.3, + "Oelwein": 254.1 + } + }, + { + "rank": 7, + "brand": "Renk", + "product": "RK705VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 105, + "Yield": 228.8, + "Yldp": 102.6, + "Moist": 16.9, + "Wyld": 234.6, + "Eyld": 225.8, + "Sheldon": 247.2, + "Corwith": 222, + "Marble Rock": 212.1, + "Oelwein": 243.2 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK766SSPRO", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 109, + "Yield": 228.4, + "Yldp": 102.5, + "Moist": 19.4, + "Wyld": 217.1, + "Eyld": 227.6, + "Sheldon": 226.8, + "Corwith": 207.4, + "Marble Rock": 223.5, + "Oelwein": 252.1 + } + }, + { + "rank": 9, + "brand": "Epley Brothers Hybrids", + "product": "E1609PCE", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 106, + "Yield": 227.6, + "Yldp": 102.1, + "Moist": 17.2, + "Wyld": 223, + "Eyld": 222.8, + "Sheldon": 239.9, + "Corwith": 206.2, + "Marble Rock": 206.6, + "Oelwein": 255.8 + } + }, + { + "rank": 10, + "brand": "NuTech/G2 Genetics", + "product": "68A9AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 108, + "Yield": 226, + "Yldp": 101.4, + "Moist": 20.3, + "Wyld": 224.3, + "Eyld": 223.7, + "Sheldon": 238, + "Corwith": 210.5, + "Marble Rock": 212.3, + "Oelwein": 248.3 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC108-17TRERIB", + "traits": "LL,RR2 TRE-RIB", + "metrics": { + "RM": 108, + "Yield": 225.6, + "Yldp": 101.2, + "Moist": 20.3, + "Wyld": 226.5, + "Eyld": 218, + "Sheldon": 247.6, + "Corwith": 205.4, + "Marble Rock": 203.2, + "Oelwein": 245.3 + } + }, + { + "rank": 12, + "brand": "Cornelius Seed", + "product": "C6713DP", + "traits": "RR2 VT2P", + "metrics": { + "RM": 107, + "Yield": 225.4, + "Yldp": 101.1, + "Moist": 18.8, + "Wyld": 228.7, + "Eyld": 222.7, + "Sheldon": 240.1, + "Corwith": 217.3, + "Marble Rock": 200.2, + "Oelwein": 250.4 + } + }, + { + "rank": 13, + "brand": "Viking/Blue River", + "product": "75-07", + "traits": "", + "metrics": { + "RM": 107, + "Yield": 225.2, + "Yldp": 101, + "Moist": 17.3, + "Wyld": 222.3, + "Eyld": 221.8, + "Sheldon": 240.7, + "Corwith": 204, + "Marble Rock": 215, + "Oelwein": 246.5 + } + }, + { + "rank": 14, + "brand": "Prairie Hybrid Seeds", + "product": "4991Org", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 224.3, + "Yldp": 100.6, + "Moist": 17.8, + "Wyld": 219.6, + "Eyld": 219.9, + "Sheldon": 237.4, + "Corwith": 201.7, + "Marble Rock": 210.5, + "Oelwein": 247.6 + } + }, + { + "rank": 15, + "brand": "Prairie Hybrid Seeds", + "product": "3054/3051", + "traits": "", + "metrics": { + "RM": 105, + "Yield": 223.5, + "Yldp": 100.3, + "Moist": 17.6, + "Wyld": 222.6, + "Eyld": 215.6, + "Sheldon": 242.7, + "Corwith": 202.5, + "Marble Rock": 198.7, + "Oelwein": 245.7 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 109, + "Yield": 223.3, + "Yldp": 100.2, + "Moist": 20.5, + "Wyld": 217.8, + "Eyld": 216, + "Sheldon": 245.6, + "Corwith": 190, + "Marble Rock": 223.6, + "Oelwein": 234.3 + } + }, + { + "rank": 17, + "brand": "Viking/Blue River", + "product": "72-06", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 222.7, + "Yldp": 99.9, + "Moist": 16.7, + "Wyld": 222.5, + "Eyld": 219.2, + "Sheldon": 238.3, + "Corwith": 206.8, + "Marble Rock": 193.1, + "Oelwein": 257.6 + } + }, + { + "rank": 18, + "brand": "Prairie Hybrid Seeds", + "product": "4470", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 222.6, + "Yldp": 99.8, + "Moist": 16.4, + "Wyld": 216.9, + "Eyld": 216.2, + "Sheldon": 244.3, + "Corwith": 189.5, + "Marble Rock": 205.4, + "Oelwein": 253.6 + } + }, + { + "rank": 19, + "brand": "Cornelius Seed", + "product": "C6467PCE", + "traits": "GT,LL PC", + "metrics": { + "RM": 104, + "Yield": 222.4, + "Yldp": 99.8, + "Moist": 17.3, + "Wyld": 211.2, + "Eyld": 216.2, + "Sheldon": 235.8, + "Corwith": 186.7, + "Marble Rock": 217.3, + "Oelwein": 244.7 + } + }, + { + "rank": 20, + "brand": "Legacy Seeds", + "product": "LC572-22", + "traits": "LL,RR2 SS", + "metrics": { + "RM": 107, + "Yield": 222.4, + "Yldp": 99.8, + "Moist": 17.6, + "Wyld": 213.8, + "Eyld": 225.4, + "Sheldon": 216.2, + "Corwith": 211.5, + "Marble Rock": 201, + "Oelwein": 263.8 + } + }, + { + "rank": 21, + "brand": "Latham", + "product": "LH 5906 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 222.3, + "Yldp": 99.7, + "Moist": 19.7, + "Wyld": 212.9, + "Eyld": 219.3, + "Sheldon": 232.5, + "Corwith": 193.4, + "Marble Rock": 219, + "Oelwein": 245.5 + } + }, + { + "rank": 22, + "brand": "Legacy Seeds", + "product": "LC554-23", + "traits": "LL,RR2 SS-RIB", + "metrics": { + "RM": 105, + "Yield": 222, + "Yldp": 99.6, + "Moist": 15.9, + "Wyld": 210.6, + "Eyld": 218.3, + "Sheldon": 230, + "Corwith": 191.1, + "Marble Rock": 219.7, + "Oelwein": 244 + } + }, + { + "rank": 23, + "brand": "NuTech/G2 Genetics", + "product": "65B8V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 105, + "Yield": 221.9, + "Yldp": 99.5, + "Moist": 16.4, + "Wyld": 227.6, + "Eyld": 215.1, + "Sheldon": 247.1, + "Corwith": 208.2, + "Marble Rock": 221.5, + "Oelwein": 215.8 + } + }, + { + "rank": 24, + "brand": "Renk", + "product": "RK625DGVT2P", + "traits": "RR2 DGVT2P-RIB", + "metrics": { + "RM": 104, + "Yield": 221.5, + "Yldp": 99.4, + "Moist": 16.3, + "Wyld": 220.4, + "Eyld": 212.9, + "Sheldon": 250.8, + "Corwith": 190, + "Marble Rock": 206, + "Oelwein": 242.8 + } + }, + { + "rank": 25, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 105, + "Yield": 221.1, + "Yldp": 99.2, + "Moist": 17.5, + "Wyld": 212, + "Eyld": 218, + "Sheldon": 232.6, + "Corwith": 191.5, + "Marble Rock": 221.9, + "Oelwein": 240.7 + } + }, + { + "rank": 26, + "brand": "Dekalb", + "product": "DKC104-08VT4PRIB", + "traits": "LL,RR2 VT4P-RIB", + "metrics": { + "RM": 104, + "Yield": 220.9, + "Yldp": 99.1, + "Moist": 16.8, + "Wyld": 216, + "Eyld": 218.6, + "Sheldon": 223.8, + "Corwith": 208.2, + "Marble Rock": 217.4, + "Oelwein": 230.1 + } + }, + { + "rank": 27, + "brand": "Renk", + "product": "RK785PCE", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 109, + "Yield": 219.8, + "Yldp": 98.6, + "Moist": 20.4, + "Wyld": 213, + "Eyld": 213.9, + "Sheldon": 236.5, + "Corwith": 189.6, + "Marble Rock": 218.3, + "Oelwein": 233.7 + } + }, + { + "rank": 28, + "brand": "Renk", + "product": "RK773TRE", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 109, + "Yield": 218.5, + "Yldp": 98, + "Moist": 19.7, + "Wyld": 205.6, + "Eyld": 213.4, + "Sheldon": 227.2, + "Corwith": 184.1, + "Marble Rock": 207.6, + "Oelwein": 248.5 + } + }, + { + "rank": 29, + "brand": "Prairie Hybrid Seeds", + "product": "5851", + "traits": "", + "metrics": { + "RM": 109, + "Yield": 217.3, + "Yldp": 97.5, + "Moist": 19.8, + "Wyld": 224.2, + "Eyld": 209.8, + "Sheldon": 243.4, + "Corwith": 205.1, + "Marble Rock": 201.2, + "Oelwein": 223.1 + } + }, + { + "rank": 30, + "brand": "Legacy Seeds", + "product": "LC594-24", + "traits": "LL,RR2 SS", + "metrics": { + "RM": 109, + "Yield": 215, + "Yldp": 96.5, + "Moist": 19.5, + "Wyld": 209.9, + "Eyld": 215.7, + "Sheldon": 210.8, + "Corwith": 209.1, + "Marble Rock": 206.1, + "Oelwein": 232 + } + }, + { + "rank": 31, + "brand": "Latham", + "product": "LH 5815 VT2 PRO", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 108, + "Yield": 214.9, + "Yldp": 96.4, + "Moist": 20.3, + "Wyld": 203.1, + "Eyld": 211.6, + "Sheldon": 221.1, + "Corwith": 185.1, + "Marble Rock": 193.8, + "Oelwein": 255.9 + } + }, + { + "rank": 32, + "brand": "Latham", + "product": "LH 5336 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 103, + "Yield": 213.1, + "Yldp": 95.6, + "Moist": 16, + "Wyld": 207.9, + "Eyld": 211.6, + "Sheldon": 225.1, + "Corwith": 190.7, + "Marble Rock": 216.4, + "Oelwein": 227.6 + } + }, + { + "rank": 33, + "brand": "Viking/Blue River", + "product": "84-04", + "traits": "", + "metrics": { + "RM": 104, + "Yield": 211.3, + "Yldp": 94.8, + "Moist": 16, + "Wyld": 210.6, + "Eyld": 206.5, + "Sheldon": 229.5, + "Corwith": 191.7, + "Marble Rock": 201.4, + "Oelwein": 226.4 + } + }, + { + "rank": 34, + "brand": "Latham", + "product": "LH 5377 VT2 PRO", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 103, + "Yield": 207.8, + "Yldp": 93.2, + "Moist": 15.3, + "Wyld": 202.4, + "Eyld": 204.3, + "Sheldon": 218.1, + "Corwith": 186.6, + "Marble Rock": 194.9, + "Oelwein": 231.3 + } + }, + { + "rank": 35, + "brand": "Latham", + "product": "LH 5556 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 105, + "Yield": 207.3, + "Yldp": 93, + "Moist": 19.5, + "Wyld": 194.3, + "Eyld": 203.7, + "Sheldon": 217.8, + "Corwith": 170.7, + "Marble Rock": 212.4, + "Oelwein": 228 + } + } + ], + "n_results": 35, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:01.062975+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-north-full.md b/corpus/iowa_icpt_trials/icpt-corn-2024-north-full.md new file mode 100644 index 00000000..3727d673 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-north-full.md @@ -0,0 +1,55 @@ +# Corn yield trial — Iowa North District (Full Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** North +- **Maturity season:** Full Season +- **Year:** 2024 +- **Experiment mean yield:** 222 bu/a +- **Cooperator sites:** Sheldon, Pocahontas, Corwith, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Sheldon | Corwith | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | NuTech/G2 Genetics | 66C2V | LL,RR2 VE | 106 | 237.7 | 106.6 | 18.3 | 234.4 | 233.1 | 246.5 | 222.3 | 236.7 | 240.4 | +| 2 | NuTech/G2 Genetics | 68C1V | LL,RR2 VE | 108 | 235.6 | 105.7 | 19.4 | 235.6 | 233 | 248.1 | 223.1 | 222.9 | 252.9 | +| 3 | NuTech/G2 Genetics | 69B5V | LL,RR2 VE | 109 | 233.1 | 104.5 | 20.4 | 235.9 | 223.2 | 264.2 | 207.7 | 225.1 | 236.8 | +| 4 | NuTech/G2 Genetics | 69C7PCE | LL,RR2 PCE | 109 | 232.2 | 104.2 | 20.3 | 234.3 | 219.9 | 265.1 | 203.5 | 219.4 | 236.7 | +| 5 | NuTech/G2 Genetics | 66D1AM | LL,RR2 AM | 106 | 231.6 | 103.9 | 17.8 | 229.4 | 226.1 | 247.6 | 211.2 | 224.2 | 242.9 | +| 6 | Cornelius Seed | C6936SS | LL,RR2 SS | 109 | 229.2 | 102.8 | 19.7 | 223.6 | 231.3 | 225.8 | 221.3 | 218.3 | 254.1 | +| 7 | Renk | RK705VT4P | RR2 VT4P | 105 | 228.8 | 102.6 | 16.9 | 234.6 | 225.8 | 247.2 | 222 | 212.1 | 243.2 | +| 8 | Renk | RK766SSPRO | LL,RR2 SSP-RIB | 109 | 228.4 | 102.5 | 19.4 | 217.1 | 227.6 | 226.8 | 207.4 | 223.5 | 252.1 | +| 9 | Epley Brothers Hybrids | E1609PCE | LL,RR2 PC | 106 | 227.6 | 102.1 | 17.2 | 223 | 222.8 | 239.9 | 206.2 | 206.6 | 255.8 | +| 10 | NuTech/G2 Genetics | 68A9AM | LL,RR2 AM | 108 | 226 | 101.4 | 20.3 | 224.3 | 223.7 | 238 | 210.5 | 212.3 | 248.3 | +| 11 | Dekalb | DKC108-17TRERIB | LL,RR2 TRE-RIB | 108 | 225.6 | 101.2 | 20.3 | 226.5 | 218 | 247.6 | 205.4 | 203.2 | 245.3 | +| 12 | Cornelius Seed | C6713DP | RR2 VT2P | 107 | 225.4 | 101.1 | 18.8 | 228.7 | 222.7 | 240.1 | 217.3 | 200.2 | 250.4 | +| 13 | Viking/Blue River | 75-07 | - | 107 | 225.2 | 101 | 17.3 | 222.3 | 221.8 | 240.7 | 204 | 215 | 246.5 | +| 14 | Prairie Hybrid Seeds | 4991Org | - | 106 | 224.3 | 100.6 | 17.8 | 219.6 | 219.9 | 237.4 | 201.7 | 210.5 | 247.6 | +| 15 | Prairie Hybrid Seeds | 3054/3051 | - | 105 | 223.5 | 100.3 | 17.6 | 222.6 | 215.6 | 242.7 | 202.5 | 198.7 | 245.7 | +| 16 | Pioneer | P0924Q | LL,RR2 Qrome | 109 | 223.3 | 100.2 | 20.5 | 217.8 | 216 | 245.6 | 190 | 223.6 | 234.3 | +| 17 | Viking/Blue River | 72-06 | - | 106 | 222.7 | 99.9 | 16.7 | 222.5 | 219.2 | 238.3 | 206.8 | 193.1 | 257.6 | +| 18 | Prairie Hybrid Seeds | 4470 | - | 106 | 222.6 | 99.8 | 16.4 | 216.9 | 216.2 | 244.3 | 189.5 | 205.4 | 253.6 | +| 19 | Cornelius Seed | C6467PCE | GT,LL PC | 104 | 222.4 | 99.8 | 17.3 | 211.2 | 216.2 | 235.8 | 186.7 | 217.3 | 244.7 | +| 20 | Legacy Seeds | LC572-22 | LL,RR2 SS | 107 | 222.4 | 99.8 | 17.6 | 213.8 | 225.4 | 216.2 | 211.5 | 201 | 263.8 | +| 21 | Latham | LH 5906 PCE | LL,RR2 PC-RIB | 109 | 222.3 | 99.7 | 19.7 | 212.9 | 219.3 | 232.5 | 193.4 | 219 | 245.5 | +| 22 | Legacy Seeds | LC554-23 | LL,RR2 SS-RIB | 105 | 222 | 99.6 | 15.9 | 210.6 | 218.3 | 230 | 191.1 | 219.7 | 244 | +| 23 | NuTech/G2 Genetics | 65B8V | LL,RR2 VE | 105 | 221.9 | 99.5 | 16.4 | 227.6 | 215.1 | 247.1 | 208.2 | 221.5 | 215.8 | +| 24 | Renk | RK625DGVT2P | RR2 DGVT2P-RIB | 104 | 221.5 | 99.4 | 16.3 | 220.4 | 212.9 | 250.8 | 190 | 206 | 242.8 | +| 25 | Pioneer | P0529Q | LL,RR2 Qrome | 105 | 221.1 | 99.2 | 17.5 | 212 | 218 | 232.6 | 191.5 | 221.9 | 240.7 | +| 26 | Dekalb | DKC104-08VT4PRIB | LL,RR2 VT4P-RIB | 104 | 220.9 | 99.1 | 16.8 | 216 | 218.6 | 223.8 | 208.2 | 217.4 | 230.1 | +| 27 | Renk | RK785PCE | LL,RR2 PC | 109 | 219.8 | 98.6 | 20.4 | 213 | 213.9 | 236.5 | 189.6 | 218.3 | 233.7 | +| 28 | Renk | RK773TRE | RR2 TRE-RIB | 109 | 218.5 | 98 | 19.7 | 205.6 | 213.4 | 227.2 | 184.1 | 207.6 | 248.5 | +| 29 | Prairie Hybrid Seeds | 5851 | - | 109 | 217.3 | 97.5 | 19.8 | 224.2 | 209.8 | 243.4 | 205.1 | 201.2 | 223.1 | +| 30 | Legacy Seeds | LC594-24 | LL,RR2 SS | 109 | 215 | 96.5 | 19.5 | 209.9 | 215.7 | 210.8 | 209.1 | 206.1 | 232 | +| 31 | Latham | LH 5815 VT2 PRO | RR2 VT2P-RIB | 108 | 214.9 | 96.4 | 20.3 | 203.1 | 211.6 | 221.1 | 185.1 | 193.8 | 255.9 | +| 32 | Latham | LH 5336 PCE | LL,RR2 PC-RIB | 103 | 213.1 | 95.6 | 16 | 207.9 | 211.6 | 225.1 | 190.7 | 216.4 | 227.6 | +| 33 | Viking/Blue River | 84-04 | - | 104 | 211.3 | 94.8 | 16 | 210.6 | 206.5 | 229.5 | 191.7 | 201.4 | 226.4 | +| 34 | Latham | LH 5377 VT2 PRO | RR2 VT2P-RIB | 103 | 207.8 | 93.2 | 15.3 | 202.4 | 204.3 | 218.1 | 186.6 | 194.9 | 231.3 | +| 35 | Latham | LH 5556 PCE | LL,RR2 PC-RIB | 105 | 207.3 | 93 | 19.5 | 194.3 | 203.7 | 217.8 | 170.7 | 212.4 | 228 | + +Top 5 by Yield: 66C2V (NuTech/G2 Genetics) 237.7, 68C1V (NuTech/G2 Genetics) 235.6, 69B5V (NuTech/G2 Genetics) 233.1, 69C7PCE (NuTech/G2 Genetics) 232.2, 66D1AM (NuTech/G2 Genetics) 231.6. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-south-early.json b/corpus/iowa_icpt_trials/icpt-corn-2024-south-early.json new file mode 100644 index 00000000..d357a16c --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-south-early.json @@ -0,0 +1,564 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2024-south-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District South", + "district": "South", + "season": "Early Season", + "cooperator_sites": [ + "Atlantic", + "Corning", + "Milo", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 216, + "results": [ + { + "rank": 1, + "brand": "NuTech/G2 Genetics", + "product": "70F6V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 110, + "Yield": 230.2, + "Yldp": 106.5, + "Moist": 14.3, + "Wyld": 233.5, + "Eyld": 228.9, + "Atlantic": 268.3, + "Corning": 196.1, + "Milo": 236.1, + "Batavia": 262.8, + "Crawfordsville": 187.9 + } + }, + { + "rank": 2, + "brand": "Viking/Blue River", + "product": "76-11", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 229.2, + "Yldp": 106, + "Moist": 14.6, + "Wyld": 226.2, + "Eyld": 239, + "Atlantic": 237, + "Corning": 195.5, + "Milo": 246.1, + "Batavia": 267.5, + "Crawfordsville": 203.3 + } + }, + { + "rank": 3, + "brand": "NuTech/G2 Genetics", + "product": "69C7PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 109, + "Yield": 227.8, + "Yldp": 105.4, + "Moist": 15.9, + "Wyld": 226.1, + "Eyld": 233.1, + "Atlantic": 256.8, + "Corning": 186.2, + "Milo": 235.5, + "Batavia": 271, + "Crawfordsville": 192.7 + } + }, + { + "rank": 4, + "brand": "Renk", + "product": "RK825VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 112, + "Yield": 226.2, + "Yldp": 104.6, + "Moist": 16.2, + "Wyld": 231.6, + "Eyld": 229, + "Atlantic": 240.7, + "Corning": 209.1, + "Milo": 245, + "Batavia": 248.6, + "Crawfordsville": 193.6 + } + }, + { + "rank": 5, + "brand": "NuTech/G2 Genetics", + "product": "69B5V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 109, + "Yield": 225.7, + "Yldp": 104.4, + "Moist": 15, + "Wyld": 225.9, + "Eyld": 218.3, + "Atlantic": 261, + "Corning": 209.5, + "Milo": 207.3, + "Batavia": 251, + "Crawfordsville": 196.5 + } + }, + { + "rank": 6, + "brand": "NuTech/G2 Genetics", + "product": "71A2V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 111, + "Yield": 225.2, + "Yldp": 104.1, + "Moist": 15.6, + "Wyld": 224.5, + "Eyld": 213.9, + "Atlantic": 270.3, + "Corning": 207.4, + "Milo": 195.9, + "Batavia": 250.3, + "Crawfordsville": 195.7 + } + }, + { + "rank": 7, + "brand": "NuTech/G2 Genetics", + "product": "71A7V", + "traits": "LL,RR2 VE", + "metrics": { + "RM": 111, + "Yield": 222.8, + "Yldp": 103.1, + "Moist": 15.7, + "Wyld": 223.3, + "Eyld": 228, + "Atlantic": 249.5, + "Corning": 180.1, + "Milo": 240.4, + "Batavia": 258.4, + "Crawfordsville": 185.2 + } + }, + { + "rank": 8, + "brand": "Latham", + "product": "LH 6009 SS", + "traits": "RR2 SS", + "metrics": { + "RM": 110, + "Yield": 222.7, + "Yldp": 103, + "Moist": 15.1, + "Wyld": 232.5, + "Eyld": 215.9, + "Atlantic": 252.3, + "Corning": 215.8, + "Milo": 229.4, + "Batavia": 238.2, + "Crawfordsville": 180.3 + } + }, + { + "rank": 9, + "brand": "NuTech/G2 Genetics", + "product": "72C1PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 112, + "Yield": 221.4, + "Yldp": 102.4, + "Moist": 15.8, + "Wyld": 222.3, + "Eyld": 223.5, + "Atlantic": 241.5, + "Corning": 194.7, + "Milo": 230.7, + "Batavia": 252.1, + "Crawfordsville": 187.8 + } + }, + { + "rank": 10, + "brand": "Renk", + "product": "RK832SSPRO", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 112, + "Yield": 221.1, + "Yldp": 102.3, + "Moist": 15.8, + "Wyld": 221.9, + "Eyld": 219.3, + "Atlantic": 250.7, + "Corning": 198.4, + "Milo": 216.7, + "Batavia": 256.1, + "Crawfordsville": 185.1 + } + }, + { + "rank": 11, + "brand": "Cornelius Seed", + "product": "C7235PC", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 112, + "Yield": 221, + "Yldp": 102.2, + "Moist": 15, + "Wyld": 227.1, + "Eyld": 220.4, + "Atlantic": 232.3, + "Corning": 212.9, + "Milo": 236.2, + "Batavia": 243, + "Crawfordsville": 182 + } + }, + { + "rank": 12, + "brand": "Cornelius Seed", + "product": "C7216VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 112, + "Yield": 220.5, + "Yldp": 102, + "Moist": 15.9, + "Wyld": 222.6, + "Eyld": 227.5, + "Atlantic": 218, + "Corning": 204.6, + "Milo": 245.1, + "Batavia": 249.4, + "Crawfordsville": 188.1 + } + }, + { + "rank": 13, + "brand": "Cornelius Seed", + "product": "C7026PCE", + "traits": "GT,LL PC", + "metrics": { + "RM": 110, + "Yield": 220.4, + "Yldp": 101.9, + "Moist": 15.5, + "Wyld": 220.6, + "Eyld": 225.3, + "Atlantic": 236.5, + "Corning": 189.9, + "Milo": 235.3, + "Batavia": 252.9, + "Crawfordsville": 187.7 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK800VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 110, + "Yield": 219.5, + "Yldp": 101.5, + "Moist": 14.8, + "Wyld": 214.2, + "Eyld": 214.5, + "Atlantic": 239.7, + "Corning": 208.6, + "Milo": 194.4, + "Batavia": 257.5, + "Crawfordsville": 191.6 + } + }, + { + "rank": 15, + "brand": "NuTech/G2 Genetics", + "product": "70B4AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 110, + "Yield": 219.3, + "Yldp": 101.4, + "Moist": 14.8, + "Wyld": 216.6, + "Eyld": 226.8, + "Atlantic": 226.1, + "Corning": 190.4, + "Milo": 233.2, + "Batavia": 251.7, + "Crawfordsville": 195.6 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P1185Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 111, + "Yield": 218.9, + "Yldp": 101.3, + "Moist": 16.3, + "Wyld": 220.3, + "Eyld": 211.1, + "Atlantic": 252.1, + "Corning": 203.9, + "Milo": 204.9, + "Batavia": 237.6, + "Crawfordsville": 191 + } + }, + { + "rank": 17, + "brand": "Latham", + "product": "LH 5906 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 218.7, + "Yldp": 101.1, + "Moist": 14.3, + "Wyld": 207.9, + "Eyld": 230.4, + "Atlantic": 198.9, + "Corning": 195.3, + "Milo": 229.6, + "Batavia": 273.4, + "Crawfordsville": 188.1 + } + }, + { + "rank": 18, + "brand": "Cornelius Seed", + "product": "C7202SSP", + "traits": "LL,RR2 SSP", + "metrics": { + "RM": 112, + "Yield": 218, + "Yldp": 100.8, + "Moist": 16.5, + "Wyld": 225.8, + "Eyld": 214.4, + "Atlantic": 249, + "Corning": 194.6, + "Milo": 233.9, + "Batavia": 248.9, + "Crawfordsville": 160.3 + } + }, + { + "rank": 19, + "brand": "NuTech/G2 Genetics", + "product": "73A6AML", + "traits": "LL,RR2 AML", + "metrics": { + "RM": 113, + "Yield": 217.8, + "Yldp": 100.7, + "Moist": 16.5, + "Wyld": 219.7, + "Eyld": 213, + "Atlantic": 242.1, + "Corning": 207.4, + "Milo": 209.7, + "Batavia": 250.3, + "Crawfordsville": 179.1 + } + }, + { + "rank": 20, + "brand": "Dyna-Gro", + "product": "D51VC95RIB", + "traits": "LL,RR2 VT2P-RIB", + "metrics": { + "RM": 111, + "Yield": 210, + "Yldp": 97.1, + "Moist": 14.6, + "Wyld": 206.2, + "Eyld": 216.3, + "Atlantic": 195.2, + "Corning": 204.2, + "Milo": 219.3, + "Batavia": 243.4, + "Crawfordsville": 186.1 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P1093Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 110, + "Yield": 209.3, + "Yldp": 96.8, + "Moist": 16.1, + "Wyld": 212.6, + "Eyld": 201.1, + "Atlantic": 245.3, + "Corning": 197.9, + "Milo": 194.7, + "Batavia": 231.9, + "Crawfordsville": 176.7 + } + }, + { + "rank": 22, + "brand": "Renk", + "product": "RK895DGVT2P", + "traits": "LL,RR2 DGVT2P", + "metrics": { + "RM": 112, + "Yield": 209.3, + "Yldp": 96.8, + "Moist": 16.1, + "Wyld": 203.7, + "Eyld": 214.8, + "Atlantic": 220, + "Corning": 182.1, + "Milo": 208.9, + "Batavia": 247.1, + "Crawfordsville": 188.3 + } + }, + { + "rank": 23, + "brand": "Dekalb", + "product": "DKC112-29SSPRIB", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 112, + "Yield": 208.4, + "Yldp": 96.4, + "Moist": 15.8, + "Wyld": 208.6, + "Eyld": 215.5, + "Atlantic": 214.6, + "Corning": 185.2, + "Milo": 225.9, + "Batavia": 260.1, + "Crawfordsville": 160.5 + } + }, + { + "rank": 24, + "brand": "Latham", + "product": "LH 6155 VT2 PRO RIB", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 111, + "Yield": 200.1, + "Yldp": 92.5, + "Moist": 15.3, + "Wyld": 199.1, + "Eyld": 206.3, + "Atlantic": 195, + "Corning": 186.5, + "Milo": 215.7, + "Batavia": 231.9, + "Crawfordsville": 171.3 + } + }, + { + "rank": 25, + "brand": "Latham", + "product": "LH 5815 VT2 PRO", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 108, + "Yield": 199.9, + "Yldp": 92.4, + "Moist": 14.6, + "Wyld": 196.9, + "Eyld": 206.5, + "Atlantic": 221.1, + "Corning": 162, + "Milo": 207.5, + "Batavia": 243.7, + "Crawfordsville": 168.5 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "D49PN05RA", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 199.2, + "Yldp": 92.1, + "Moist": 14.7, + "Wyld": 190.4, + "Eyld": 217.5, + "Atlantic": 195.6, + "Corning": 154.2, + "Milo": 221.5, + "Batavia": 243.7, + "Crawfordsville": 187.5 + } + }, + { + "rank": 27, + "brand": "Epley Brothers Hybrids", + "product": "E1920", + "traits": "", + "metrics": { + "RM": 109, + "Yield": 197.7, + "Yldp": 91.4, + "Moist": 16.1, + "Wyld": 196.2, + "Eyld": 197.4, + "Atlantic": 207.6, + "Corning": 190.2, + "Milo": 190.6, + "Batavia": 238.7, + "Crawfordsville": 162.9 + } + }, + { + "rank": 28, + "brand": "NK Seeds", + "product": "NK1056-V", + "traits": "GT,LL VIP", + "metrics": { + "RM": 110, + "Yield": 194, + "Yldp": 89.7, + "Moist": 15.4, + "Wyld": 188, + "Eyld": 196.4, + "Atlantic": 208.6, + "Corning": 174.4, + "Milo": 181, + "Batavia": 232.3, + "Crawfordsville": 175.8 + } + } + ], + "n_results": 28, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:13.002490+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-south-early.md b/corpus/iowa_icpt_trials/icpt-corn-2024-south-early.md new file mode 100644 index 00000000..6dffcc58 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-south-early.md @@ -0,0 +1,48 @@ +# Corn yield trial — Iowa South District (Early Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** South +- **Maturity season:** Early Season +- **Year:** 2024 +- **Experiment mean yield:** 216 bu/a +- **Cooperator sites:** Atlantic, Corning, Milo, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Atlantic | Corning | Milo | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | NuTech/G2 Genetics | 70F6V | LL,RR2 VE | 110 | 230.2 | 106.5 | 14.3 | 233.5 | 228.9 | 268.3 | 196.1 | 236.1 | 262.8 | 187.9 | +| 2 | Viking/Blue River | 76-11 | - | 111 | 229.2 | 106 | 14.6 | 226.2 | 239 | 237 | 195.5 | 246.1 | 267.5 | 203.3 | +| 3 | NuTech/G2 Genetics | 69C7PCE | LL,RR2 PCE | 109 | 227.8 | 105.4 | 15.9 | 226.1 | 233.1 | 256.8 | 186.2 | 235.5 | 271 | 192.7 | +| 4 | Renk | RK825VT4P | RR2 VT4P | 112 | 226.2 | 104.6 | 16.2 | 231.6 | 229 | 240.7 | 209.1 | 245 | 248.6 | 193.6 | +| 5 | NuTech/G2 Genetics | 69B5V | LL,RR2 VE | 109 | 225.7 | 104.4 | 15 | 225.9 | 218.3 | 261 | 209.5 | 207.3 | 251 | 196.5 | +| 6 | NuTech/G2 Genetics | 71A2V | LL,RR2 VE | 111 | 225.2 | 104.1 | 15.6 | 224.5 | 213.9 | 270.3 | 207.4 | 195.9 | 250.3 | 195.7 | +| 7 | NuTech/G2 Genetics | 71A7V | LL,RR2 VE | 111 | 222.8 | 103.1 | 15.7 | 223.3 | 228 | 249.5 | 180.1 | 240.4 | 258.4 | 185.2 | +| 8 | Latham | LH 6009 SS | RR2 SS | 110 | 222.7 | 103 | 15.1 | 232.5 | 215.9 | 252.3 | 215.8 | 229.4 | 238.2 | 180.3 | +| 9 | NuTech/G2 Genetics | 72C1PCE | LL,RR2 PCE | 112 | 221.4 | 102.4 | 15.8 | 222.3 | 223.5 | 241.5 | 194.7 | 230.7 | 252.1 | 187.8 | +| 10 | Renk | RK832SSPRO | LL,RR2 SSP-RIB | 112 | 221.1 | 102.3 | 15.8 | 221.9 | 219.3 | 250.7 | 198.4 | 216.7 | 256.1 | 185.1 | +| 11 | Cornelius Seed | C7235PC | LL,RR2 PC | 112 | 221 | 102.2 | 15 | 227.1 | 220.4 | 232.3 | 212.9 | 236.2 | 243 | 182 | +| 12 | Cornelius Seed | C7216VT4P | RR2 VT4P | 112 | 220.5 | 102 | 15.9 | 222.6 | 227.5 | 218 | 204.6 | 245.1 | 249.4 | 188.1 | +| 13 | Cornelius Seed | C7026PCE | GT,LL PC | 110 | 220.4 | 101.9 | 15.5 | 220.6 | 225.3 | 236.5 | 189.9 | 235.3 | 252.9 | 187.7 | +| 14 | Renk | RK800VT4P | RR2 VT4P | 110 | 219.5 | 101.5 | 14.8 | 214.2 | 214.5 | 239.7 | 208.6 | 194.4 | 257.5 | 191.6 | +| 15 | NuTech/G2 Genetics | 70B4AM | LL,RR2 AM | 110 | 219.3 | 101.4 | 14.8 | 216.6 | 226.8 | 226.1 | 190.4 | 233.2 | 251.7 | 195.6 | +| 16 | Pioneer | P1185Q | LL,RR2 Qrome | 111 | 218.9 | 101.3 | 16.3 | 220.3 | 211.1 | 252.1 | 203.9 | 204.9 | 237.6 | 191 | +| 17 | Latham | LH 5906 PCE | LL,RR2 PC-RIB | 109 | 218.7 | 101.1 | 14.3 | 207.9 | 230.4 | 198.9 | 195.3 | 229.6 | 273.4 | 188.1 | +| 18 | Cornelius Seed | C7202SSP | LL,RR2 SSP | 112 | 218 | 100.8 | 16.5 | 225.8 | 214.4 | 249 | 194.6 | 233.9 | 248.9 | 160.3 | +| 19 | NuTech/G2 Genetics | 73A6AML | LL,RR2 AML | 113 | 217.8 | 100.7 | 16.5 | 219.7 | 213 | 242.1 | 207.4 | 209.7 | 250.3 | 179.1 | +| 20 | Dyna-Gro | D51VC95RIB | LL,RR2 VT2P-RIB | 111 | 210 | 97.1 | 14.6 | 206.2 | 216.3 | 195.2 | 204.2 | 219.3 | 243.4 | 186.1 | +| 21 | Pioneer | P1093Q | LL,RR2 Qrome | 110 | 209.3 | 96.8 | 16.1 | 212.6 | 201.1 | 245.3 | 197.9 | 194.7 | 231.9 | 176.7 | +| 22 | Renk | RK895DGVT2P | LL,RR2 DGVT2P | 112 | 209.3 | 96.8 | 16.1 | 203.7 | 214.8 | 220 | 182.1 | 208.9 | 247.1 | 188.3 | +| 23 | Dekalb | DKC112-29SSPRIB | LL,RR2 SSP-RIB | 112 | 208.4 | 96.4 | 15.8 | 208.6 | 215.5 | 214.6 | 185.2 | 225.9 | 260.1 | 160.5 | +| 24 | Latham | LH 6155 VT2 PRO RIB | RR2 VT2P-RIB | 111 | 200.1 | 92.5 | 15.3 | 199.1 | 206.3 | 195 | 186.5 | 215.7 | 231.9 | 171.3 | +| 25 | Latham | LH 5815 VT2 PRO | RR2 VT2P-RIB | 108 | 199.9 | 92.4 | 14.6 | 196.9 | 206.5 | 221.1 | 162 | 207.5 | 243.7 | 168.5 | +| 26 | Dyna-Gro | D49PN05RA | LL,RR2 PC-RIB | 109 | 199.2 | 92.1 | 14.7 | 190.4 | 217.5 | 195.6 | 154.2 | 221.5 | 243.7 | 187.5 | +| 27 | Epley Brothers Hybrids | E1920 | - | 109 | 197.7 | 91.4 | 16.1 | 196.2 | 197.4 | 207.6 | 190.2 | 190.6 | 238.7 | 162.9 | +| 28 | NK Seeds | NK1056-V | GT,LL VIP | 110 | 194 | 89.7 | 15.4 | 188 | 196.4 | 208.6 | 174.4 | 181 | 232.3 | 175.8 | + +Top 5 by Yield: 70F6V (NuTech/G2 Genetics) 230.2, 76-11 (Viking/Blue River) 229.2, 69C7PCE (NuTech/G2 Genetics) 227.8, RK825VT4P (Renk) 226.2, 69B5V (NuTech/G2 Genetics) 225.7. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-south-full.json b/corpus/iowa_icpt_trials/icpt-corn-2024-south-full.json new file mode 100644 index 00000000..21454e22 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-south-full.json @@ -0,0 +1,507 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2024-south-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District South", + "district": "South", + "season": "Full Season", + "cooperator_sites": [ + "Atlantic", + "Corning", + "Milo", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 218, + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC114-42SSPRIB", + "traits": "LL,RR2 SSP-RIB", + "metrics": { + "RM": 114, + "Yield": 230.2, + "Yldp": 105.2, + "Moist": 17.5, + "Wyld": 240.1, + "Eyld": 217.7, + "Atlantic": 253, + "Corning": 238.2, + "Milo": 229.1, + "Batavia": 256.6, + "Crawfordsville": 167.6 + } + }, + { + "rank": 2, + "brand": "Prairie Hybrid Seeds", + "product": "7445", + "traits": "", + "metrics": { + "RM": 112, + "Yield": 227.3, + "Yldp": 103.8, + "Moist": 16.3, + "Wyld": 227.3, + "Eyld": 221.5, + "Atlantic": 248.2, + "Corning": 231.7, + "Milo": 201.9, + "Batavia": 289.6, + "Crawfordsville": 173.1 + } + }, + { + "rank": 3, + "brand": "Cornelius Seed", + "product": "6D72 VT2P", + "traits": "RR2 VT2P", + "metrics": { + "RM": 114, + "Yield": 226.8, + "Yldp": 103.6, + "Moist": 16.8, + "Wyld": 229.9, + "Eyld": 225.6, + "Atlantic": 244.8, + "Corning": 217, + "Milo": 227.9, + "Batavia": 263.6, + "Crawfordsville": 185.4 + } + }, + { + "rank": 4, + "brand": "Cornelius Seed", + "product": "C7366DGDP", + "traits": "RR2 DGVT2P", + "metrics": { + "RM": 113, + "Yield": 225.4, + "Yldp": 103, + "Moist": 15.7, + "Wyld": 220.3, + "Eyld": 225.5, + "Atlantic": 218.4, + "Corning": 225.9, + "Milo": 216.5, + "Batavia": 270, + "Crawfordsville": 189.9 + } + }, + { + "rank": 5, + "brand": "Viking/Blue River", + "product": "78-13", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 225.4, + "Yldp": 103, + "Moist": 17.4, + "Wyld": 224.8, + "Eyld": 215.5, + "Atlantic": 242.8, + "Corning": 226.6, + "Milo": 205, + "Batavia": 267, + "Crawfordsville": 174.5 + } + }, + { + "rank": 6, + "brand": "Renk", + "product": "RK876VT2P", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 113, + "Yield": 224.3, + "Yldp": 102.5, + "Moist": 15.9, + "Wyld": 224.7, + "Eyld": 222.8, + "Atlantic": 242.6, + "Corning": 216.7, + "Milo": 214.8, + "Batavia": 264.4, + "Crawfordsville": 189.1 + } + }, + { + "rank": 7, + "brand": "Dekalb", + "product": "DKC112-12TRERIB", + "traits": "LL,RR2 TRE-RIB", + "metrics": { + "RM": 112, + "Yield": 223.6, + "Yldp": 102.2, + "Moist": 16.5, + "Wyld": 230.9, + "Eyld": 223.7, + "Atlantic": 231.3, + "Corning": 221.1, + "Milo": 240.3, + "Batavia": 262.2, + "Crawfordsville": 168.6 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK921VT2P", + "traits": "RR2 VT2P", + "metrics": { + "RM": 115, + "Yield": 221.5, + "Yldp": 101.2, + "Moist": 16.6, + "Wyld": 226.2, + "Eyld": 216, + "Atlantic": 236.5, + "Corning": 222.2, + "Milo": 220, + "Batavia": 257.9, + "Crawfordsville": 170.1 + } + }, + { + "rank": 9, + "brand": "Dyna-Gro", + "product": "D56TC44RIB", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 116, + "Yield": 220.7, + "Yldp": 100.8, + "Moist": 16.3, + "Wyld": 221.3, + "Eyld": 214.4, + "Atlantic": 250.1, + "Corning": 214.2, + "Milo": 199.5, + "Batavia": 265.9, + "Crawfordsville": 177.9 + } + }, + { + "rank": 10, + "brand": "Latham", + "product": "LH 6445 VT2 PRO", + "traits": "RR2 VT2P", + "metrics": { + "RM": 114, + "Yield": 220.6, + "Yldp": 100.8, + "Moist": 17, + "Wyld": 219.8, + "Eyld": 218, + "Atlantic": 233, + "Corning": 214.3, + "Milo": 212.1, + "Batavia": 252.3, + "Crawfordsville": 189.7 + } + }, + { + "rank": 11, + "brand": "NuTech/G2 Genetics", + "product": "74A5PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 114, + "Yield": 219.8, + "Yldp": 100.4, + "Moist": 16.4, + "Wyld": 220.2, + "Eyld": 220.1, + "Atlantic": 235.9, + "Corning": 207, + "Milo": 217.7, + "Batavia": 265.6, + "Crawfordsville": 177 + } + }, + { + "rank": 12, + "brand": "Renk", + "product": "RK958VT2P", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 115, + "Yield": 219.8, + "Yldp": 100.4, + "Moist": 16.8, + "Wyld": 219, + "Eyld": 215, + "Atlantic": 238.3, + "Corning": 205, + "Milo": 213.8, + "Batavia": 253.5, + "Crawfordsville": 177.8 + } + }, + { + "rank": 13, + "brand": "NuTech/G2 Genetics", + "product": "73A4AM", + "traits": "LL,RR2 AM", + "metrics": { + "RM": 113, + "Yield": 219.7, + "Yldp": 100.4, + "Moist": 16.6, + "Wyld": 218.6, + "Eyld": 207.9, + "Atlantic": 243.8, + "Corning": 232.8, + "Milo": 179.3, + "Batavia": 274, + "Crawfordsville": 170.5 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P1366Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 113, + "Yield": 219.5, + "Yldp": 100.3, + "Moist": 15.9, + "Wyld": 221.7, + "Eyld": 207.4, + "Atlantic": 246.1, + "Corning": 223.2, + "Milo": 195.8, + "Batavia": 253.2, + "Crawfordsville": 173 + } + }, + { + "rank": 15, + "brand": "Dyna-Gro", + "product": "D53VC54RIB", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 113, + "Yield": 219.2, + "Yldp": 100.1, + "Moist": 16.5, + "Wyld": 223.5, + "Eyld": 215.6, + "Atlantic": 231.1, + "Corning": 221.7, + "Milo": 217.6, + "Batavia": 259.9, + "Crawfordsville": 169.2 + } + }, + { + "rank": 16, + "brand": "NuTech/G2 Genetics", + "product": "75C1PCE", + "traits": "LL,RR2 PCE", + "metrics": { + "RM": 115, + "Yield": 218.8, + "Yldp": 99.9, + "Moist": 17.6, + "Wyld": 224.7, + "Eyld": 207.1, + "Atlantic": 241.2, + "Corning": 228, + "Milo": 205, + "Batavia": 243.2, + "Crawfordsville": 173 + } + }, + { + "rank": 17, + "brand": "Cornelius Seed", + "product": "C7590DP", + "traits": "RR2 VT2P", + "metrics": { + "RM": 115, + "Yield": 217.9, + "Yldp": 99.5, + "Moist": 16.6, + "Wyld": 221.3, + "Eyld": 218, + "Atlantic": 230.5, + "Corning": 210.9, + "Milo": 222.7, + "Batavia": 252.2, + "Crawfordsville": 179 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P1563Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 115, + "Yield": 217.9, + "Yldp": 99.6, + "Moist": 17.4, + "Wyld": 217, + "Eyld": 212.3, + "Atlantic": 242.6, + "Corning": 215, + "Milo": 193.4, + "Batavia": 252.5, + "Crawfordsville": 191.1 + } + }, + { + "rank": 19, + "brand": "Latham", + "product": "LH 6306 PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 113, + "Yield": 215.4, + "Yldp": 98.4, + "Moist": 16.1, + "Wyld": 213.4, + "Eyld": 210.2, + "Atlantic": 236, + "Corning": 207.5, + "Milo": 196.6, + "Batavia": 270.9, + "Crawfordsville": 163.2 + } + }, + { + "rank": 20, + "brand": "Latham", + "product": "LH 6338 SS PRO", + "traits": "RR2 SSP", + "metrics": { + "RM": 113, + "Yield": 215, + "Yldp": 98.2, + "Moist": 16.9, + "Wyld": 225.4, + "Eyld": 206.9, + "Atlantic": 236.6, + "Corning": 225.7, + "Milo": 213.9, + "Batavia": 252.4, + "Crawfordsville": 154.4 + } + }, + { + "rank": 21, + "brand": "NK Seeds", + "product": "NK1386-VZ", + "traits": "GT,LL VZ", + "metrics": { + "RM": 113, + "Yield": 213.7, + "Yldp": 97.6, + "Moist": 16.7, + "Wyld": 217.4, + "Eyld": 204.5, + "Atlantic": 240.9, + "Corning": 219.7, + "Milo": 191.7, + "Batavia": 239.3, + "Crawfordsville": 182.5 + } + }, + { + "rank": 22, + "brand": "NK Seeds", + "product": "NK1228-AA", + "traits": "GT,LL AA", + "metrics": { + "RM": 112, + "Yield": 213.4, + "Yldp": 97.5, + "Moist": 16.4, + "Wyld": 213, + "Eyld": 208.8, + "Atlantic": 234.9, + "Corning": 201.9, + "Milo": 202.2, + "Batavia": 257.9, + "Crawfordsville": 166.3 + } + }, + { + "rank": 23, + "brand": "NK Seeds", + "product": "NK1307-DV", + "traits": "GT,LL DURV", + "metrics": { + "RM": 113, + "Yield": 209.5, + "Yldp": 95.7, + "Moist": 16.8, + "Wyld": 207.2, + "Eyld": 203.7, + "Atlantic": 237.1, + "Corning": 209.9, + "Milo": 174.5, + "Batavia": 247.6, + "Crawfordsville": 189.2 + } + }, + { + "rank": 24, + "brand": "Cornelius Seed", + "product": "C7308TRE", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 113, + "Yield": 208.1, + "Yldp": 95.1, + "Moist": 15.6, + "Wyld": 204.4, + "Eyld": 200, + "Atlantic": 223.8, + "Corning": 209.1, + "Milo": 180.3, + "Batavia": 251.2, + "Crawfordsville": 168.5 + } + }, + { + "rank": 25, + "brand": "Prairie Hybrid Seeds", + "product": "9703", + "traits": "", + "metrics": { + "RM": 116, + "Yield": 198.9, + "Yldp": 90.8, + "Moist": 18, + "Wyld": 203.4, + "Eyld": 196.7, + "Atlantic": 205.5, + "Corning": 204.4, + "Milo": 200.4, + "Batavia": 242.4, + "Crawfordsville": 147.3 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:17.030076+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2024-south-full.md b/corpus/iowa_icpt_trials/icpt-corn-2024-south-full.md new file mode 100644 index 00000000..647f9952 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2024-south-full.md @@ -0,0 +1,45 @@ +# Corn yield trial — Iowa South District (Full Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** South +- **Maturity season:** Full Season +- **Year:** 2024 +- **Experiment mean yield:** 218 bu/a +- **Cooperator sites:** Atlantic, Corning, Milo, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Atlantic | Corning | Milo | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC114-42SSPRIB | LL,RR2 SSP-RIB | 114 | 230.2 | 105.2 | 17.5 | 240.1 | 217.7 | 253 | 238.2 | 229.1 | 256.6 | 167.6 | +| 2 | Prairie Hybrid Seeds | 7445 | - | 112 | 227.3 | 103.8 | 16.3 | 227.3 | 221.5 | 248.2 | 231.7 | 201.9 | 289.6 | 173.1 | +| 3 | Cornelius Seed | 6D72 VT2P | RR2 VT2P | 114 | 226.8 | 103.6 | 16.8 | 229.9 | 225.6 | 244.8 | 217 | 227.9 | 263.6 | 185.4 | +| 4 | Cornelius Seed | C7366DGDP | RR2 DGVT2P | 113 | 225.4 | 103 | 15.7 | 220.3 | 225.5 | 218.4 | 225.9 | 216.5 | 270 | 189.9 | +| 5 | Viking/Blue River | 78-13 | - | 113 | 225.4 | 103 | 17.4 | 224.8 | 215.5 | 242.8 | 226.6 | 205 | 267 | 174.5 | +| 6 | Renk | RK876VT2P | RR2 VT2P-RIB | 113 | 224.3 | 102.5 | 15.9 | 224.7 | 222.8 | 242.6 | 216.7 | 214.8 | 264.4 | 189.1 | +| 7 | Dekalb | DKC112-12TRERIB | LL,RR2 TRE-RIB | 112 | 223.6 | 102.2 | 16.5 | 230.9 | 223.7 | 231.3 | 221.1 | 240.3 | 262.2 | 168.6 | +| 8 | Renk | RK921VT2P | RR2 VT2P | 115 | 221.5 | 101.2 | 16.6 | 226.2 | 216 | 236.5 | 222.2 | 220 | 257.9 | 170.1 | +| 9 | Dyna-Gro | D56TC44RIB | RR2 TRE-RIB | 116 | 220.7 | 100.8 | 16.3 | 221.3 | 214.4 | 250.1 | 214.2 | 199.5 | 265.9 | 177.9 | +| 10 | Latham | LH 6445 VT2 PRO | RR2 VT2P | 114 | 220.6 | 100.8 | 17 | 219.8 | 218 | 233 | 214.3 | 212.1 | 252.3 | 189.7 | +| 11 | NuTech/G2 Genetics | 74A5PCE | LL,RR2 PCE | 114 | 219.8 | 100.4 | 16.4 | 220.2 | 220.1 | 235.9 | 207 | 217.7 | 265.6 | 177 | +| 12 | Renk | RK958VT2P | RR2 VT2P-RIB | 115 | 219.8 | 100.4 | 16.8 | 219 | 215 | 238.3 | 205 | 213.8 | 253.5 | 177.8 | +| 13 | NuTech/G2 Genetics | 73A4AM | LL,RR2 AM | 113 | 219.7 | 100.4 | 16.6 | 218.6 | 207.9 | 243.8 | 232.8 | 179.3 | 274 | 170.5 | +| 14 | Pioneer | P1366Q | LL,RR2 Qrome | 113 | 219.5 | 100.3 | 15.9 | 221.7 | 207.4 | 246.1 | 223.2 | 195.8 | 253.2 | 173 | +| 15 | Dyna-Gro | D53VC54RIB | RR2 VT2P-RIB | 113 | 219.2 | 100.1 | 16.5 | 223.5 | 215.6 | 231.1 | 221.7 | 217.6 | 259.9 | 169.2 | +| 16 | NuTech/G2 Genetics | 75C1PCE | LL,RR2 PCE | 115 | 218.8 | 99.9 | 17.6 | 224.7 | 207.1 | 241.2 | 228 | 205 | 243.2 | 173 | +| 17 | Cornelius Seed | C7590DP | RR2 VT2P | 115 | 217.9 | 99.5 | 16.6 | 221.3 | 218 | 230.5 | 210.9 | 222.7 | 252.2 | 179 | +| 18 | Pioneer | P1563Q | LL,RR2 Qrome | 115 | 217.9 | 99.6 | 17.4 | 217 | 212.3 | 242.6 | 215 | 193.4 | 252.5 | 191.1 | +| 19 | Latham | LH 6306 PCE | LL,RR2 PC-RIB | 113 | 215.4 | 98.4 | 16.1 | 213.4 | 210.2 | 236 | 207.5 | 196.6 | 270.9 | 163.2 | +| 20 | Latham | LH 6338 SS PRO | RR2 SSP | 113 | 215 | 98.2 | 16.9 | 225.4 | 206.9 | 236.6 | 225.7 | 213.9 | 252.4 | 154.4 | +| 21 | NK Seeds | NK1386-VZ | GT,LL VZ | 113 | 213.7 | 97.6 | 16.7 | 217.4 | 204.5 | 240.9 | 219.7 | 191.7 | 239.3 | 182.5 | +| 22 | NK Seeds | NK1228-AA | GT,LL AA | 112 | 213.4 | 97.5 | 16.4 | 213 | 208.8 | 234.9 | 201.9 | 202.2 | 257.9 | 166.3 | +| 23 | NK Seeds | NK1307-DV | GT,LL DURV | 113 | 209.5 | 95.7 | 16.8 | 207.2 | 203.7 | 237.1 | 209.9 | 174.5 | 247.6 | 189.2 | +| 24 | Cornelius Seed | C7308TRE | RR2 TRE-RIB | 113 | 208.1 | 95.1 | 15.6 | 204.4 | 200 | 223.8 | 209.1 | 180.3 | 251.2 | 168.5 | +| 25 | Prairie Hybrid Seeds | 9703 | - | 116 | 198.9 | 90.8 | 18 | 203.4 | 196.7 | 205.5 | 204.4 | 200.4 | 242.4 | 147.3 | + +Top 5 by Yield: DKC114-42SSPRIB (Dekalb) 230.2, 7445 (Prairie Hybrid Seeds) 227.3, 6D72 VT2P (Cornelius Seed) 226.8, C7366DGDP (Cornelius Seed) 225.4, 78-13 (Viking/Blue River) 225.4. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-central-early.json b/corpus/iowa_icpt_trials/icpt-corn-2025-central-early.json new file mode 100644 index 00000000..f687239b --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-central-early.json @@ -0,0 +1,431 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2025-central-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District Central", + "district": "Central", + "season": "Early Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Nevada", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 218.3, + "results": [ + { + "rank": 1, + "brand": "NuTech/G2 Genetics", + "product": "69C7PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 109, + "Yield": 245.1, + "Yldp": 111.7, + "Moist": 15.8, + "Wyld": 238.3, + "Eyld": 238.6, + "Missouri Valley": 260.2, + "Glidden": 248, + "Nevada": 206.6, + "Keystone": 263.6, + "Clarence": 245.5 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC107-69 TRERIB", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 107, + "Yield": 240.8, + "Yldp": 109.7, + "Moist": 16.8, + "Wyld": 245.4, + "Eyld": 234.5, + "Missouri Valley": 245.1, + "Glidden": 255.5, + "Nevada": 235.7, + "Keystone": 235.8, + "Clarence": 232 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC106-98 VT4PRIB", + "traits": "RR2 VT4P-RIB", + "metrics": { + "RM": 106, + "Yield": 237, + "Yldp": 108, + "Moist": 15.7, + "Wyld": 247.7, + "Eyld": 223, + "Missouri Valley": 252.3, + "Glidden": 263.6, + "Nevada": 227.3, + "Keystone": 226.8, + "Clarence": 214.9 + } + }, + { + "rank": 4, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 109, + "Yield": 231.4, + "Yldp": 105.5, + "Moist": 14.7, + "Wyld": 226.7, + "Eyld": 222.8, + "Missouri Valley": 247.4, + "Glidden": 242, + "Nevada": 190.7, + "Keystone": 255.1, + "Clarence": 222.5 + } + }, + { + "rank": 5, + "brand": "Renk", + "product": "RK773TRE", + "traits": "RR2 TRC-RIB", + "metrics": { + "RM": 109, + "Yield": 229.8, + "Yldp": 104.7, + "Moist": 15.8, + "Wyld": 236.8, + "Eyld": 214.4, + "Missouri Valley": 246.7, + "Glidden": 257.2, + "Nevada": 206.5, + "Keystone": 233, + "Clarence": 203.8 + } + }, + { + "rank": 6, + "brand": "NuTech/G2 Genetics", + "product": "69G1PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 109, + "Yield": 223.4, + "Yldp": 101.8, + "Moist": 14.8, + "Wyld": 218.7, + "Eyld": 214.6, + "Missouri Valley": 248.6, + "Glidden": 229.8, + "Nevada": 177.7, + "Keystone": 248.6, + "Clarence": 217.4 + } + }, + { + "rank": 7, + "brand": "NuTech/G2 Genetics", + "product": "67C1PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 107, + "Yield": 221, + "Yldp": 100.7, + "Moist": 14.6, + "Wyld": 216.7, + "Eyld": 213.3, + "Missouri Valley": 244.8, + "Glidden": 218.8, + "Nevada": 186.5, + "Keystone": 244, + "Clarence": 209.5 + } + }, + { + "rank": 8, + "brand": "NuTech/G2 Genetics", + "product": "69B5V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 109, + "Yield": 220.9, + "Yldp": 100.7, + "Moist": 15.2, + "Wyld": 215.4, + "Eyld": 215.5, + "Missouri Valley": 244, + "Glidden": 214.1, + "Nevada": 188, + "Keystone": 238.5, + "Clarence": 220.2 + } + }, + { + "rank": 9, + "brand": "Renk", + "product": "RK7590SSPRO", + "traits": "LL,RR2 SSXP", + "metrics": { + "RM": 109, + "Yield": 220, + "Yldp": 100.3, + "Moist": 14.7, + "Wyld": 217.3, + "Eyld": 211.4, + "Missouri Valley": 247.5, + "Glidden": 215.6, + "Nevada": 188.8, + "Keystone": 242.8, + "Clarence": 202.5 + } + }, + { + "rank": 10, + "brand": "Dekalb", + "product": "DKC107-11 SSPRIB", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 107, + "Yield": 218.3, + "Yldp": 99.5, + "Moist": 14.6, + "Wyld": 213.9, + "Eyld": 208.1, + "Missouri Valley": 249.7, + "Glidden": 216.5, + "Nevada": 175.6, + "Keystone": 240.5, + "Clarence": 208.3 + } + }, + { + "rank": 11, + "brand": "Prairie Hybrid Seeds", + "product": "6854", + "traits": "", + "metrics": { + "RM": 110, + "Yield": 217.4, + "Yldp": 99.1, + "Moist": 15, + "Wyld": 212.3, + "Eyld": 205, + "Missouri Valley": 255.7, + "Glidden": 215.5, + "Nevada": 165.6, + "Keystone": 239.2, + "Clarence": 210.3 + } + }, + { + "rank": 12, + "brand": "NuTech/G2 Genetics", + "product": "69F3V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 109, + "Yield": 217.3, + "Yldp": 99, + "Moist": 14.9, + "Wyld": 214.2, + "Eyld": 210, + "Missouri Valley": 245.5, + "Glidden": 211.9, + "Nevada": 185.2, + "Keystone": 235.3, + "Clarence": 209.6 + } + }, + { + "rank": 13, + "brand": "Renk", + "product": "RK705VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 105, + "Yield": 214.1, + "Yldp": 97.6, + "Moist": 14.4, + "Wyld": 217.7, + "Eyld": 202.4, + "Missouri Valley": 240.4, + "Glidden": 225.8, + "Nevada": 186.9, + "Keystone": 224.1, + "Clarence": 196.2 + } + }, + { + "rank": 14, + "brand": "Prairie Hybrid Seeds", + "product": "4556", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 213.7, + "Yldp": 97.4, + "Moist": 15.5, + "Wyld": 213.3, + "Eyld": 201.8, + "Missouri Valley": 233.2, + "Glidden": 229.9, + "Nevada": 176.8, + "Keystone": 210, + "Clarence": 218.6 + } + }, + { + "rank": 15, + "brand": "Viking/Blue River", + "product": "75-07", + "traits": "", + "metrics": { + "RM": 107, + "Yield": 213.1, + "Yldp": 97.1, + "Moist": 14.4, + "Wyld": 202.9, + "Eyld": 203.2, + "Missouri Valley": 238, + "Glidden": 214.4, + "Nevada": 156.4, + "Keystone": 242.5, + "Clarence": 210.7 + } + }, + { + "rank": 16, + "brand": "Renk", + "product": "RK766SSPRO", + "traits": "LL,RR2 SSXP-RIB", + "metrics": { + "RM": 109, + "Yield": 209.6, + "Yldp": 95.5, + "Moist": 14.9, + "Wyld": 199, + "Eyld": 207.9, + "Missouri Valley": 231, + "Glidden": 192.8, + "Nevada": 173.4, + "Keystone": 233.2, + "Clarence": 217.2 + } + }, + { + "rank": 17, + "brand": "Pioneer", + "product": "P0622Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 106, + "Yield": 206, + "Yldp": 93.9, + "Moist": 14.1, + "Wyld": 204.2, + "Eyld": 194.6, + "Missouri Valley": 245.4, + "Glidden": 201.1, + "Nevada": 166.2, + "Keystone": 225.7, + "Clarence": 191.8 + } + }, + { + "rank": 18, + "brand": "Renk", + "product": "RK785PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 206, + "Yldp": 93.9, + "Moist": 15.6, + "Wyld": 200.6, + "Eyld": 198.7, + "Missouri Valley": 232.7, + "Glidden": 200.1, + "Nevada": 169, + "Keystone": 220.9, + "Clarence": 206.2 + } + }, + { + "rank": 19, + "brand": "Dekalb", + "product": "DKC104-14 SSPRIB", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 104, + "Yield": 205.2, + "Yldp": 93.5, + "Moist": 14.6, + "Wyld": 202.6, + "Eyld": 195.4, + "Missouri Valley": 238.7, + "Glidden": 200.1, + "Nevada": 168.9, + "Keystone": 223.4, + "Clarence": 194 + } + }, + { + "rank": 20, + "brand": "Prairie Hybrid Seeds", + "product": "6755", + "traits": "", + "metrics": { + "RM": 110, + "Yield": 199.2, + "Yldp": 90.8, + "Moist": 14.8, + "Wyld": 202.6, + "Eyld": 184.6, + "Missouri Valley": 230.3, + "Glidden": 207.8, + "Nevada": 169.6, + "Keystone": 186.4, + "Clarence": 197.8 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 105, + "Yield": 197.2, + "Yldp": 89.9, + "Moist": 14.3, + "Wyld": 186.6, + "Eyld": 194.5, + "Missouri Valley": 216.1, + "Glidden": 191.8, + "Nevada": 151.9, + "Keystone": 232.1, + "Clarence": 199.3 + } + } + ], + "n_results": 21, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:29.010241+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-central-early.md b/corpus/iowa_icpt_trials/icpt-corn-2025-central-early.md new file mode 100644 index 00000000..734a0ed9 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-central-early.md @@ -0,0 +1,41 @@ +# Corn yield trial — Iowa Central District (Early Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** Central +- **Maturity season:** Early Season +- **Year:** 2025 +- **Experiment mean yield:** 218.3 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Nevada, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Missouri Valley | Glidden | Nevada | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | NuTech/G2 Genetics | 69C7PCE | LL,RR2,EN PCE | 109 | 245.1 | 111.7 | 15.8 | 238.3 | 238.6 | 260.2 | 248 | 206.6 | 263.6 | 245.5 | +| 2 | Dekalb | DKC107-69 TRERIB | RR2 TRE-RIB | 107 | 240.8 | 109.7 | 16.8 | 245.4 | 234.5 | 245.1 | 255.5 | 235.7 | 235.8 | 232 | +| 3 | Dekalb | DKC106-98 VT4PRIB | RR2 VT4P-RIB | 106 | 237 | 108 | 15.7 | 247.7 | 223 | 252.3 | 263.6 | 227.3 | 226.8 | 214.9 | +| 4 | Pioneer | P0924Q | LL,RR2 Qrome-RIB | 109 | 231.4 | 105.5 | 14.7 | 226.7 | 222.8 | 247.4 | 242 | 190.7 | 255.1 | 222.5 | +| 5 | Renk | RK773TRE | RR2 TRC-RIB | 109 | 229.8 | 104.7 | 15.8 | 236.8 | 214.4 | 246.7 | 257.2 | 206.5 | 233 | 203.8 | +| 6 | NuTech/G2 Genetics | 69G1PCE | LL,RR2,EN PCE | 109 | 223.4 | 101.8 | 14.8 | 218.7 | 214.6 | 248.6 | 229.8 | 177.7 | 248.6 | 217.4 | +| 7 | NuTech/G2 Genetics | 67C1PCE | LL,RR2,EN PCE | 107 | 221 | 100.7 | 14.6 | 216.7 | 213.3 | 244.8 | 218.8 | 186.5 | 244 | 209.5 | +| 8 | NuTech/G2 Genetics | 69B5V | LL,RR2,EN VE | 109 | 220.9 | 100.7 | 15.2 | 215.4 | 215.5 | 244 | 214.1 | 188 | 238.5 | 220.2 | +| 9 | Renk | RK7590SSPRO | LL,RR2 SSXP | 109 | 220 | 100.3 | 14.7 | 217.3 | 211.4 | 247.5 | 215.6 | 188.8 | 242.8 | 202.5 | +| 10 | Dekalb | DKC107-11 SSPRIB | LL,RR2 SSX-RIB | 107 | 218.3 | 99.5 | 14.6 | 213.9 | 208.1 | 249.7 | 216.5 | 175.6 | 240.5 | 208.3 | +| 11 | Prairie Hybrid Seeds | 6854 | - | 110 | 217.4 | 99.1 | 15 | 212.3 | 205 | 255.7 | 215.5 | 165.6 | 239.2 | 210.3 | +| 12 | NuTech/G2 Genetics | 69F3V | LL,RR2,EN VE | 109 | 217.3 | 99 | 14.9 | 214.2 | 210 | 245.5 | 211.9 | 185.2 | 235.3 | 209.6 | +| 13 | Renk | RK705VT4P | RR2 VT4P | 105 | 214.1 | 97.6 | 14.4 | 217.7 | 202.4 | 240.4 | 225.8 | 186.9 | 224.1 | 196.2 | +| 14 | Prairie Hybrid Seeds | 4556 | - | 106 | 213.7 | 97.4 | 15.5 | 213.3 | 201.8 | 233.2 | 229.9 | 176.8 | 210 | 218.6 | +| 15 | Viking/Blue River | 75-07 | - | 107 | 213.1 | 97.1 | 14.4 | 202.9 | 203.2 | 238 | 214.4 | 156.4 | 242.5 | 210.7 | +| 16 | Renk | RK766SSPRO | LL,RR2 SSXP-RIB | 109 | 209.6 | 95.5 | 14.9 | 199 | 207.9 | 231 | 192.8 | 173.4 | 233.2 | 217.2 | +| 17 | Pioneer | P0622Q | LL,RR2 Qrome-RIB | 106 | 206 | 93.9 | 14.1 | 204.2 | 194.6 | 245.4 | 201.1 | 166.2 | 225.7 | 191.8 | +| 18 | Renk | RK785PCE | LL,RR2 PC-RIB | 109 | 206 | 93.9 | 15.6 | 200.6 | 198.7 | 232.7 | 200.1 | 169 | 220.9 | 206.2 | +| 19 | Dekalb | DKC104-14 SSPRIB | LL,RR2 SSX-RIB | 104 | 205.2 | 93.5 | 14.6 | 202.6 | 195.4 | 238.7 | 200.1 | 168.9 | 223.4 | 194 | +| 20 | Prairie Hybrid Seeds | 6755 | - | 110 | 199.2 | 90.8 | 14.8 | 202.6 | 184.6 | 230.3 | 207.8 | 169.6 | 186.4 | 197.8 | +| 21 | Pioneer | P0529Q | LL,RR2 Qrome-RIB | 105 | 197.2 | 89.9 | 14.3 | 186.6 | 194.5 | 216.1 | 191.8 | 151.9 | 232.1 | 199.3 | + +Top 5 by Yield: 69C7PCE (NuTech/G2 Genetics) 245.1, DKC107-69 TRERIB (Dekalb) 240.8, DKC106-98 VT4PRIB (Dekalb) 237, P0924Q (Pioneer) 231.4, RK773TRE (Renk) 229.8. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-central-full.json b/corpus/iowa_icpt_trials/icpt-corn-2025-central-full.json new file mode 100644 index 00000000..0d36cac3 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-central-full.json @@ -0,0 +1,393 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2025-central-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District Central", + "district": "Central", + "season": "Full Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Nevada", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 220.5, + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC112-35 SSPRIB", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 112, + "Yield": 244.7, + "Yldp": 111.5, + "Moist": 19.4, + "Wyld": 249.2, + "Eyld": 238.3, + "Missouri Valley": 234.9, + "Glidden": 270.6, + "Nevada": 242.1, + "Keystone": 238.7, + "Clarence": 234.1 + } + }, + { + "rank": 2, + "brand": "Renk", + "product": "RK8585TRE", + "traits": "RR2 TRC", + "metrics": { + "RM": 114, + "Yield": 242.6, + "Yldp": 110.5, + "Moist": 18, + "Wyld": 248.9, + "Eyld": 232.3, + "Missouri Valley": 256.6, + "Glidden": 264.1, + "Nevada": 226.1, + "Keystone": 214.9, + "Clarence": 256 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC111-62 TRERIB", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 111, + "Yield": 240.5, + "Yldp": 109.6, + "Moist": 16.3, + "Wyld": 249.3, + "Eyld": 226.9, + "Missouri Valley": 264, + "Glidden": 256.4, + "Nevada": 227.6, + "Keystone": 233.6, + "Clarence": 219.6 + } + }, + { + "rank": 4, + "brand": "Epley Brothers Hybrids", + "product": "E2320", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 225.1, + "Yldp": 102.6, + "Moist": 15.9, + "Wyld": 223.7, + "Eyld": 214.9, + "Missouri Valley": 249.6, + "Glidden": 232.7, + "Nevada": 188.8, + "Keystone": 231.8, + "Clarence": 224.1 + } + }, + { + "rank": 5, + "brand": "Prairie Hybrid Seeds", + "product": "6436", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 221.2, + "Yldp": 100.8, + "Moist": 15, + "Wyld": 216.2, + "Eyld": 214.1, + "Missouri Valley": 241.1, + "Glidden": 220.9, + "Nevada": 186.6, + "Keystone": 253.8, + "Clarence": 202 + } + }, + { + "rank": 6, + "brand": "NuTech/G2 Genetics", + "product": "73B2V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 113, + "Yield": 220.8, + "Yldp": 100.6, + "Moist": 15.5, + "Wyld": 216.3, + "Eyld": 210.9, + "Missouri Valley": 253.5, + "Glidden": 218.3, + "Nevada": 177.2, + "Keystone": 243, + "Clarence": 212.6 + } + }, + { + "rank": 7, + "brand": "Pioneer", + "product": "P1185Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 111, + "Yield": 220.6, + "Yldp": 100.5, + "Moist": 15.2, + "Wyld": 220.9, + "Eyld": 210.2, + "Missouri Valley": 242, + "Glidden": 231.1, + "Nevada": 189.7, + "Keystone": 238.3, + "Clarence": 202.7 + } + }, + { + "rank": 8, + "brand": "NuTech/G2 Genetics", + "product": "71B6PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 111, + "Yield": 220.2, + "Yldp": 100.4, + "Moist": 14.6, + "Wyld": 216.8, + "Eyld": 210.8, + "Missouri Valley": 247.8, + "Glidden": 221.6, + "Nevada": 181.1, + "Keystone": 238.4, + "Clarence": 212.9 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P1093Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 110, + "Yield": 219.2, + "Yldp": 99.9, + "Moist": 15.2, + "Wyld": 216.3, + "Eyld": 213.7, + "Missouri Valley": 241.8, + "Glidden": 216.9, + "Nevada": 190.3, + "Keystone": 239.6, + "Clarence": 211.4 + } + }, + { + "rank": 10, + "brand": "Renk", + "product": "RK825VT4PRO", + "traits": "RR2 VT4P", + "metrics": { + "RM": 112, + "Yield": 218.2, + "Yldp": 99.4, + "Moist": 14.4, + "Wyld": 222, + "Eyld": 205.9, + "Missouri Valley": 250, + "Glidden": 224.1, + "Nevada": 191.8, + "Keystone": 242.4, + "Clarence": 183.6 + } + }, + { + "rank": 11, + "brand": "Prairie Hybrid Seeds", + "product": "7241 Org", + "traits": "", + "metrics": { + "RM": 112, + "Yield": 217.9, + "Yldp": 99.3, + "Moist": 15.1, + "Wyld": 210.6, + "Eyld": 208.2, + "Missouri Valley": 237.6, + "Glidden": 223.9, + "Nevada": 170.3, + "Keystone": 241.2, + "Clarence": 213.2 + } + }, + { + "rank": 12, + "brand": "Viking/Blue River", + "product": "76-11", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 217, + "Yldp": 98.9, + "Moist": 15.2, + "Wyld": 211.6, + "Eyld": 204.3, + "Missouri Valley": 246.5, + "Glidden": 222.3, + "Nevada": 166.1, + "Keystone": 238.2, + "Clarence": 208.5 + } + }, + { + "rank": 13, + "brand": "Epley Brothers Hybrids", + "product": "E2230", + "traits": "", + "metrics": { + "RM": 112, + "Yield": 216.6, + "Yldp": 98.7, + "Moist": 15.3, + "Wyld": 214.1, + "Eyld": 206.9, + "Missouri Valley": 243.6, + "Glidden": 219.4, + "Nevada": 179.1, + "Keystone": 236.4, + "Clarence": 205.2 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RK8501PCE", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 110, + "Yield": 216.2, + "Yldp": 98.5, + "Moist": 15.9, + "Wyld": 219.5, + "Eyld": 200.4, + "Missouri Valley": 260.7, + "Glidden": 219.3, + "Nevada": 178.4, + "Keystone": 228.4, + "Clarence": 194.6 + } + }, + { + "rank": 15, + "brand": "Dekalb", + "product": "DKC114-43 VT2PRIB", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 114, + "Yield": 213.9, + "Yldp": 97.5, + "Moist": 15.1, + "Wyld": 214, + "Eyld": 204.1, + "Missouri Valley": 246.9, + "Glidden": 214.5, + "Nevada": 180.7, + "Keystone": 236.1, + "Clarence": 195.4 + } + }, + { + "rank": 16, + "brand": "Renk", + "product": "RK889PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 113, + "Yield": 213.8, + "Yldp": 97.4, + "Moist": 15.7, + "Wyld": 206.2, + "Eyld": 206.7, + "Missouri Valley": 230.3, + "Glidden": 218.3, + "Nevada": 170.1, + "Keystone": 232.3, + "Clarence": 217.7 + } + }, + { + "rank": 17, + "brand": "NuTech/G2 Genetics", + "product": "73J1V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 113, + "Yield": 212.1, + "Yldp": 96.7, + "Moist": 15.2, + "Wyld": 208.3, + "Eyld": 203, + "Missouri Valley": 243, + "Glidden": 208.8, + "Nevada": 173.1, + "Keystone": 232.8, + "Clarence": 203.2 + } + }, + { + "rank": 18, + "brand": "Viking/Blue River", + "product": "78-13", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 204.9, + "Yldp": 93.4, + "Moist": 16.6, + "Wyld": 202.7, + "Eyld": 192.4, + "Missouri Valley": 223, + "Glidden": 221.8, + "Nevada": 163.2, + "Keystone": 207.3, + "Clarence": 206.7 + } + }, + { + "rank": 19, + "brand": "Prairie Hybrid Seeds", + "product": "7445", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 204.8, + "Yldp": 93.3, + "Moist": 15.1, + "Wyld": 202.3, + "Eyld": 195, + "Missouri Valley": 229.8, + "Glidden": 209.2, + "Nevada": 167.9, + "Keystone": 222.3, + "Clarence": 194.7 + } + } + ], + "n_results": 19, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:33.013438+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-central-full.md b/corpus/iowa_icpt_trials/icpt-corn-2025-central-full.md new file mode 100644 index 00000000..0b631001 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-central-full.md @@ -0,0 +1,39 @@ +# Corn yield trial — Iowa Central District (Full Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** Central +- **Maturity season:** Full Season +- **Year:** 2025 +- **Experiment mean yield:** 220.5 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Nevada, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Missouri Valley | Glidden | Nevada | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC112-35 SSPRIB | LL,RR2 SSX-RIB | 112 | 244.7 | 111.5 | 19.4 | 249.2 | 238.3 | 234.9 | 270.6 | 242.1 | 238.7 | 234.1 | +| 2 | Renk | RK8585TRE | RR2 TRC | 114 | 242.6 | 110.5 | 18 | 248.9 | 232.3 | 256.6 | 264.1 | 226.1 | 214.9 | 256 | +| 3 | Dekalb | DKC111-62 TRERIB | RR2 TRE-RIB | 111 | 240.5 | 109.6 | 16.3 | 249.3 | 226.9 | 264 | 256.4 | 227.6 | 233.6 | 219.6 | +| 4 | Epley Brothers Hybrids | E2320 | - | 113 | 225.1 | 102.6 | 15.9 | 223.7 | 214.9 | 249.6 | 232.7 | 188.8 | 231.8 | 224.1 | +| 5 | Prairie Hybrid Seeds | 6436 | - | 111 | 221.2 | 100.8 | 15 | 216.2 | 214.1 | 241.1 | 220.9 | 186.6 | 253.8 | 202 | +| 6 | NuTech/G2 Genetics | 73B2V | LL,RR2,EN VE | 113 | 220.8 | 100.6 | 15.5 | 216.3 | 210.9 | 253.5 | 218.3 | 177.2 | 243 | 212.6 | +| 7 | Pioneer | P1185Q | LL,RR2 Qrome | 111 | 220.6 | 100.5 | 15.2 | 220.9 | 210.2 | 242 | 231.1 | 189.7 | 238.3 | 202.7 | +| 8 | NuTech/G2 Genetics | 71B6PCE | LL,RR2,EN PCE | 111 | 220.2 | 100.4 | 14.6 | 216.8 | 210.8 | 247.8 | 221.6 | 181.1 | 238.4 | 212.9 | +| 9 | Pioneer | P1093Q | LL,RR2 Qrome-RIB | 110 | 219.2 | 99.9 | 15.2 | 216.3 | 213.7 | 241.8 | 216.9 | 190.3 | 239.6 | 211.4 | +| 10 | Renk | RK825VT4PRO | RR2 VT4P | 112 | 218.2 | 99.4 | 14.4 | 222 | 205.9 | 250 | 224.1 | 191.8 | 242.4 | 183.6 | +| 11 | Prairie Hybrid Seeds | 7241 Org | - | 112 | 217.9 | 99.3 | 15.1 | 210.6 | 208.2 | 237.6 | 223.9 | 170.3 | 241.2 | 213.2 | +| 12 | Viking/Blue River | 76-11 | - | 111 | 217 | 98.9 | 15.2 | 211.6 | 204.3 | 246.5 | 222.3 | 166.1 | 238.2 | 208.5 | +| 13 | Epley Brothers Hybrids | E2230 | - | 112 | 216.6 | 98.7 | 15.3 | 214.1 | 206.9 | 243.6 | 219.4 | 179.1 | 236.4 | 205.2 | +| 14 | Renk | RK8501PCE | LL,RR2 PC | 110 | 216.2 | 98.5 | 15.9 | 219.5 | 200.4 | 260.7 | 219.3 | 178.4 | 228.4 | 194.6 | +| 15 | Dekalb | DKC114-43 VT2PRIB | RR2 VT2P-RIB | 114 | 213.9 | 97.5 | 15.1 | 214 | 204.1 | 246.9 | 214.5 | 180.7 | 236.1 | 195.4 | +| 16 | Renk | RK889PCE | LL,RR2 PC-RIB | 113 | 213.8 | 97.4 | 15.7 | 206.2 | 206.7 | 230.3 | 218.3 | 170.1 | 232.3 | 217.7 | +| 17 | NuTech/G2 Genetics | 73J1V | LL,RR2,EN VE | 113 | 212.1 | 96.7 | 15.2 | 208.3 | 203 | 243 | 208.8 | 173.1 | 232.8 | 203.2 | +| 18 | Viking/Blue River | 78-13 | - | 113 | 204.9 | 93.4 | 16.6 | 202.7 | 192.4 | 223 | 221.8 | 163.2 | 207.3 | 206.7 | +| 19 | Prairie Hybrid Seeds | 7445 | - | 113 | 204.8 | 93.3 | 15.1 | 202.3 | 195 | 229.8 | 209.2 | 167.9 | 222.3 | 194.7 | + +Top 5 by Yield: DKC112-35 SSPRIB (Dekalb) 244.7, RK8585TRE (Renk) 242.6, DKC111-62 TRERIB (Dekalb) 240.5, E2320 (Epley Brothers Hybrids) 225.1, 6436 (Prairie Hybrid Seeds) 221.2. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-north-early.json b/corpus/iowa_icpt_trials/icpt-corn-2025-north-early.json new file mode 100644 index 00000000..4e7ac18b --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-north-early.json @@ -0,0 +1,317 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2025-north-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District North", + "district": "North", + "season": "Early Season", + "cooperator_sites": [ + "Sheldon", + "Pocahontas", + "Corwith", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 190, + "results": [ + { + "rank": 1, + "brand": "NuTech/G2 Genetics", + "product": "63A7V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 103, + "Yield": 214.6, + "Yldp": 110.6, + "Moist": 15.5, + "Wyld": 230.3, + "Eyld": 197.4, + "Sheldon": 240, + "Pocahontas": 239.7, + "Corwith": 211.1, + "Marble Rock": 192.1, + "Oelwein": 189 + } + }, + { + "rank": 2, + "brand": "Renk", + "product": "RK630TRE", + "traits": "RR2 TRC-RIB", + "metrics": { + "RM": 102, + "Yield": 202, + "Yldp": 104.1, + "Moist": 14.9, + "Wyld": 214.2, + "Eyld": 186.1, + "Sheldon": 220, + "Pocahontas": 230.2, + "Corwith": 192.2, + "Marble Rock": 189.7, + "Oelwein": 176.2 + } + }, + { + "rank": 3, + "brand": "Legacy Seeds", + "product": "LC534-24", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 103, + "Yield": 200.6, + "Yldp": 103.4, + "Moist": 15.1, + "Wyld": 210.2, + "Eyld": 185.7, + "Sheldon": 238.6, + "Pocahontas": 212.5, + "Corwith": 179.5, + "Marble Rock": 180.6, + "Oelwein": 197 + } + }, + { + "rank": 4, + "brand": "Renk", + "product": "RK5518TRE", + "traits": "RR2 TRC", + "metrics": { + "RM": 97, + "Yield": 199.9, + "Yldp": 103, + "Moist": 14.1, + "Wyld": 206.1, + "Eyld": 190.5, + "Sheldon": 206.1, + "Pocahontas": 227, + "Corwith": 185.2, + "Marble Rock": 183.7, + "Oelwein": 202.6 + } + }, + { + "rank": 5, + "brand": "Renk", + "product": "RK586VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 99, + "Yield": 195, + "Yldp": 100.5, + "Moist": 14.2, + "Wyld": 203.7, + "Eyld": 184, + "Sheldon": 207.3, + "Pocahontas": 215, + "Corwith": 188.9, + "Marble Rock": 177.9, + "Oelwein": 185.2 + } + }, + { + "rank": 6, + "brand": "Dekalb", + "product": "DKC103-63 SSPRIB", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 103, + "Yield": 192.6, + "Yldp": 99.2, + "Moist": 15.3, + "Wyld": 199.5, + "Eyld": 175.3, + "Sheldon": 220.5, + "Pocahontas": 214.8, + "Corwith": 163.2, + "Marble Rock": 169.4, + "Oelwein": 193.4 + } + }, + { + "rank": 7, + "brand": "Prairie Hybrid Seeds", + "product": "2311 Org", + "traits": "", + "metrics": { + "RM": 103, + "Yield": 188.5, + "Yldp": 97.1, + "Moist": 14.7, + "Wyld": 206.2, + "Eyld": 170.1, + "Sheldon": 230.8, + "Pocahontas": 206.9, + "Corwith": 181, + "Marble Rock": 140.6, + "Oelwein": 188.8 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK583PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 99, + "Yield": 188.1, + "Yldp": 96.9, + "Moist": 14.9, + "Wyld": 196.1, + "Eyld": 176.6, + "Sheldon": 213.4, + "Pocahontas": 202.6, + "Corwith": 172.4, + "Marble Rock": 163.6, + "Oelwein": 193.6 + } + }, + { + "rank": 9, + "brand": "Pioneer", + "product": "P0220Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 102, + "Yield": 187, + "Yldp": 96.4, + "Moist": 15, + "Wyld": 191.2, + "Eyld": 174.9, + "Sheldon": 212.3, + "Pocahontas": 199.4, + "Corwith": 162, + "Marble Rock": 175.2, + "Oelwein": 187.6 + } + }, + { + "rank": 10, + "brand": "Renk", + "product": "RK6545PCE", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 102, + "Yield": 186.7, + "Yldp": 96.2, + "Moist": 15.1, + "Wyld": 188.9, + "Eyld": 175.3, + "Sheldon": 227.4, + "Pocahontas": 178.3, + "Corwith": 161.1, + "Marble Rock": 180.7, + "Oelwein": 184.1 + } + }, + { + "rank": 11, + "brand": "Dekalb", + "product": "DKC100-21 VT2RIB", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 100, + "Yield": 183.3, + "Yldp": 94.5, + "Moist": 14.5, + "Wyld": 190.7, + "Eyld": 166.7, + "Sheldon": 209.6, + "Pocahontas": 203.1, + "Corwith": 159.5, + "Marble Rock": 165, + "Oelwein": 175.7 + } + }, + { + "rank": 12, + "brand": "Renk", + "product": "RK6555VT4PRO", + "traits": "RR2 VT4P", + "metrics": { + "RM": 102, + "Yield": 180.8, + "Yldp": 93.2, + "Moist": 13.7, + "Wyld": 181.5, + "Eyld": 169.9, + "Sheldon": 187.8, + "Pocahontas": 200.8, + "Corwith": 155.8, + "Marble Rock": 173.4, + "Oelwein": 180.5 + } + }, + { + "rank": 13, + "brand": "Renk", + "product": "RK582SSTX", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 98, + "Yield": 179.9, + "Yldp": 92.7, + "Moist": 13.9, + "Wyld": 191.1, + "Eyld": 165.8, + "Sheldon": 190.9, + "Pocahontas": 213.1, + "Corwith": 169.4, + "Marble Rock": 151.8, + "Oelwein": 176.2 + } + }, + { + "rank": 14, + "brand": "Epley Brothers Hybrids", + "product": "E9610", + "traits": "", + "metrics": { + "RM": 96, + "Yield": 178.6, + "Yldp": 92, + "Moist": 13.9, + "Wyld": 192.2, + "Eyld": 159.3, + "Sheldon": 194.9, + "Pocahontas": 213.3, + "Corwith": 168.4, + "Marble Rock": 129.3, + "Oelwein": 180.2 + } + }, + { + "rank": 15, + "brand": "Pioneer", + "product": "P0075Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 100, + "Yield": 173.8, + "Yldp": 89.6, + "Moist": 14.5, + "Wyld": 179.3, + "Eyld": 161.8, + "Sheldon": 209.2, + "Pocahontas": 173.6, + "Corwith": 154.9, + "Marble Rock": 153.9, + "Oelwein": 176.6 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:20.952861+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-north-early.md b/corpus/iowa_icpt_trials/icpt-corn-2025-north-early.md new file mode 100644 index 00000000..d925ec62 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-north-early.md @@ -0,0 +1,35 @@ +# Corn yield trial — Iowa North District (Early Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** North +- **Maturity season:** Early Season +- **Year:** 2025 +- **Experiment mean yield:** 190 bu/a +- **Cooperator sites:** Sheldon, Pocahontas, Corwith, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Sheldon | Pocahontas | Corwith | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | NuTech/G2 Genetics | 63A7V | LL,RR2,EN VE | 103 | 214.6 | 110.6 | 15.5 | 230.3 | 197.4 | 240 | 239.7 | 211.1 | 192.1 | 189 | +| 2 | Renk | RK630TRE | RR2 TRC-RIB | 102 | 202 | 104.1 | 14.9 | 214.2 | 186.1 | 220 | 230.2 | 192.2 | 189.7 | 176.2 | +| 3 | Legacy Seeds | LC534-24 | LL,RR2 PC-RIB | 103 | 200.6 | 103.4 | 15.1 | 210.2 | 185.7 | 238.6 | 212.5 | 179.5 | 180.6 | 197 | +| 4 | Renk | RK5518TRE | RR2 TRC | 97 | 199.9 | 103 | 14.1 | 206.1 | 190.5 | 206.1 | 227 | 185.2 | 183.7 | 202.6 | +| 5 | Renk | RK586VT4P | RR2 VT4P | 99 | 195 | 100.5 | 14.2 | 203.7 | 184 | 207.3 | 215 | 188.9 | 177.9 | 185.2 | +| 6 | Dekalb | DKC103-63 SSPRIB | LL,RR2 SSX-RIB | 103 | 192.6 | 99.2 | 15.3 | 199.5 | 175.3 | 220.5 | 214.8 | 163.2 | 169.4 | 193.4 | +| 7 | Prairie Hybrid Seeds | 2311 Org | - | 103 | 188.5 | 97.1 | 14.7 | 206.2 | 170.1 | 230.8 | 206.9 | 181 | 140.6 | 188.8 | +| 8 | Renk | RK583PCE | LL,RR2 PC-RIB | 99 | 188.1 | 96.9 | 14.9 | 196.1 | 176.6 | 213.4 | 202.6 | 172.4 | 163.6 | 193.6 | +| 9 | Pioneer | P0220Q | LL,RR2 Qrome | 102 | 187 | 96.4 | 15 | 191.2 | 174.9 | 212.3 | 199.4 | 162 | 175.2 | 187.6 | +| 10 | Renk | RK6545PCE | LL,RR2 PC | 102 | 186.7 | 96.2 | 15.1 | 188.9 | 175.3 | 227.4 | 178.3 | 161.1 | 180.7 | 184.1 | +| 11 | Dekalb | DKC100-21 VT2RIB | RR2 VT2P-RIB | 100 | 183.3 | 94.5 | 14.5 | 190.7 | 166.7 | 209.6 | 203.1 | 159.5 | 165 | 175.7 | +| 12 | Renk | RK6555VT4PRO | RR2 VT4P | 102 | 180.8 | 93.2 | 13.7 | 181.5 | 169.9 | 187.8 | 200.8 | 155.8 | 173.4 | 180.5 | +| 13 | Renk | RK582SSTX | LL,RR2 SSX-RIB | 98 | 179.9 | 92.7 | 13.9 | 191.1 | 165.8 | 190.9 | 213.1 | 169.4 | 151.8 | 176.2 | +| 14 | Epley Brothers Hybrids | E9610 | - | 96 | 178.6 | 92 | 13.9 | 192.2 | 159.3 | 194.9 | 213.3 | 168.4 | 129.3 | 180.2 | +| 15 | Pioneer | P0075Q | LL,RR2 Qrome-RIB | 100 | 173.8 | 89.6 | 14.5 | 179.3 | 161.8 | 209.2 | 173.6 | 154.9 | 153.9 | 176.6 | + +Top 5 by Yield: 63A7V (NuTech/G2 Genetics) 214.6, RK630TRE (Renk) 202, LC534-24 (Legacy Seeds) 200.6, RK5518TRE (Renk) 199.9, RK586VT4P (Renk) 195. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-north-full.json b/corpus/iowa_icpt_trials/icpt-corn-2025-north-full.json new file mode 100644 index 00000000..6fad4fce --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-north-full.json @@ -0,0 +1,545 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2025-north-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District North", + "district": "North", + "season": "Full Season", + "cooperator_sites": [ + "Sheldon", + "Pocahontas", + "Corwith", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 196.2, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P0924Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 109, + "Yield": 214.1, + "Yldp": 110.3, + "Moist": 17.7, + "Wyld": 237.5, + "Eyld": 186.4, + "Sheldon": 242.9, + "Pocahontas": 268.6, + "Corwith": 200.9, + "Marble Rock": 181.4, + "Oelwein": 177 + } + }, + { + "rank": 2, + "brand": "NuTech/G2 Genetics", + "product": "69C7PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 109, + "Yield": 211.4, + "Yldp": 109, + "Moist": 18.3, + "Wyld": 229, + "Eyld": 187.6, + "Sheldon": 261.7, + "Pocahontas": 231.1, + "Corwith": 194.2, + "Marble Rock": 204.4, + "Oelwein": 164.3 + } + }, + { + "rank": 3, + "brand": "Renk", + "product": "RK773TRE", + "traits": "RR2 TRC-RIB", + "metrics": { + "RM": 109, + "Yield": 204.5, + "Yldp": 105.4, + "Moist": 16.9, + "Wyld": 211.1, + "Eyld": 189.4, + "Sheldon": 198.9, + "Pocahontas": 253.8, + "Corwith": 180.8, + "Marble Rock": 197.5, + "Oelwein": 190.1 + } + }, + { + "rank": 4, + "brand": "Dekalb", + "product": "DKC107-69 TRERIB", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 107, + "Yield": 204, + "Yldp": 105.1, + "Moist": 17.1, + "Wyld": 211, + "Eyld": 182.5, + "Sheldon": 241, + "Pocahontas": 232.8, + "Corwith": 159.4, + "Marble Rock": 189.1, + "Oelwein": 199.2 + } + }, + { + "rank": 5, + "brand": "Prairie Hybrid Seeds", + "product": "6251 Org", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 203.4, + "Yldp": 104.8, + "Moist": 16.7, + "Wyld": 229.1, + "Eyld": 172.1, + "Sheldon": 251, + "Pocahontas": 244.5, + "Corwith": 191.8, + "Marble Rock": 149.1, + "Oelwein": 175.5 + } + }, + { + "rank": 6, + "brand": "Prairie Hybrid Seeds", + "product": "4470", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 202.5, + "Yldp": 104.4, + "Moist": 15.8, + "Wyld": 219.4, + "Eyld": 183.1, + "Sheldon": 233.2, + "Pocahontas": 230.2, + "Corwith": 194.7, + "Marble Rock": 157.9, + "Oelwein": 196.6 + } + }, + { + "rank": 7, + "brand": "NuTech/G2 Genetics", + "product": "67C1PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 107, + "Yield": 202.5, + "Yldp": 104.4, + "Moist": 15.9, + "Wyld": 213.2, + "Eyld": 182.9, + "Sheldon": 249.5, + "Pocahontas": 215.2, + "Corwith": 175, + "Marble Rock": 177.1, + "Oelwein": 196.6 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK705VT4P", + "traits": "RR2 VT4P", + "metrics": { + "RM": 105, + "Yield": 201.5, + "Yldp": 103.8, + "Moist": 14.9, + "Wyld": 211.7, + "Eyld": 185.5, + "Sheldon": 211.2, + "Pocahontas": 238.4, + "Corwith": 185.4, + "Marble Rock": 182.3, + "Oelwein": 188.7 + } + }, + { + "rank": 9, + "brand": "NuTech/G2 Genetics", + "product": "69B5V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 109, + "Yield": 200, + "Yldp": 103.1, + "Moist": 17.5, + "Wyld": 221.5, + "Eyld": 172.6, + "Sheldon": 260, + "Pocahontas": 223.9, + "Corwith": 180.6, + "Marble Rock": 187.9, + "Oelwein": 149.2 + } + }, + { + "rank": 10, + "brand": "NuTech/G2 Genetics", + "product": "69G1PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 109, + "Yield": 199.5, + "Yldp": 102.8, + "Moist": 16.9, + "Wyld": 213.7, + "Eyld": 178.6, + "Sheldon": 248.6, + "Pocahontas": 214.7, + "Corwith": 177.8, + "Marble Rock": 175, + "Oelwein": 182.9 + } + }, + { + "rank": 11, + "brand": "Renk", + "product": "RK703PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 106, + "Yield": 198.3, + "Yldp": 102.2, + "Moist": 16.4, + "Wyld": 214.1, + "Eyld": 176.7, + "Sheldon": 228, + "Pocahontas": 229.1, + "Corwith": 185.2, + "Marble Rock": 177.9, + "Oelwein": 167 + } + }, + { + "rank": 12, + "brand": "Viking/Blue River", + "product": "72-06", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 197.8, + "Yldp": 102, + "Moist": 16.2, + "Wyld": 211.7, + "Eyld": 177.1, + "Sheldon": 230.6, + "Pocahontas": 225.7, + "Corwith": 178.9, + "Marble Rock": 162.2, + "Oelwein": 190.2 + } + }, + { + "rank": 13, + "brand": "NuTech/G2 Genetics", + "product": "69F3V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 109, + "Yield": 196.8, + "Yldp": 101.5, + "Moist": 16.9, + "Wyld": 215.6, + "Eyld": 172.9, + "Sheldon": 246.4, + "Pocahontas": 217.6, + "Corwith": 182.8, + "Marble Rock": 177.9, + "Oelwein": 158.1 + } + }, + { + "rank": 14, + "brand": "Dekalb", + "product": "DKC106-98 VT4PRIB", + "traits": "RR2 VT4P-RIB", + "metrics": { + "RM": 106, + "Yield": 196.7, + "Yldp": 101.4, + "Moist": 16.8, + "Wyld": 201, + "Eyld": 177, + "Sheldon": 218.6, + "Pocahontas": 239.6, + "Corwith": 144.7, + "Marble Rock": 192, + "Oelwein": 194.3 + } + }, + { + "rank": 15, + "brand": "Legacy Seeds", + "product": "LC565-24", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 106, + "Yield": 196.3, + "Yldp": 101.2, + "Moist": 15.7, + "Wyld": 203.2, + "Eyld": 183.1, + "Sheldon": 213.5, + "Pocahontas": 224.9, + "Corwith": 171.4, + "Marble Rock": 185.4, + "Oelwein": 192.7 + } + }, + { + "rank": 16, + "brand": "Renk", + "product": "RK766SSPRO", + "traits": "LL,RR2 SSXP-RIB", + "metrics": { + "RM": 109, + "Yield": 195.2, + "Yldp": 100.6, + "Moist": 16.2, + "Wyld": 204.7, + "Eyld": 175.2, + "Sheldon": 222.3, + "Pocahontas": 224.3, + "Corwith": 167.7, + "Marble Rock": 174.3, + "Oelwein": 183.6 + } + }, + { + "rank": 17, + "brand": "Legacy Seeds", + "product": "LC581-25", + "traits": "LL,RR2 SSXP", + "metrics": { + "RM": 108, + "Yield": 194.9, + "Yldp": 100.4, + "Moist": 17, + "Wyld": 202.2, + "Eyld": 176.1, + "Sheldon": 220.1, + "Pocahontas": 227, + "Corwith": 159.5, + "Marble Rock": 184.6, + "Oelwein": 184.1 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P0529Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 105, + "Yield": 194.5, + "Yldp": 100.3, + "Moist": 15.5, + "Wyld": 201.7, + "Eyld": 179.8, + "Sheldon": 236, + "Pocahontas": 193.2, + "Corwith": 175.9, + "Marble Rock": 171.2, + "Oelwein": 192.2 + } + }, + { + "rank": 19, + "brand": "Legacy Seeds", + "product": "LC554-24", + "traits": "LL,RR2 PC", + "metrics": { + "RM": 105, + "Yield": 193.5, + "Yldp": 99.7, + "Moist": 15.1, + "Wyld": 204.1, + "Eyld": 175.5, + "Sheldon": 224.9, + "Pocahontas": 214.6, + "Corwith": 172.9, + "Marble Rock": 187.7, + "Oelwein": 165.8 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P0622Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 106, + "Yield": 191.2, + "Yldp": 98.6, + "Moist": 15.8, + "Wyld": 208.1, + "Eyld": 171.9, + "Sheldon": 226.4, + "Pocahontas": 220.1, + "Corwith": 177.7, + "Marble Rock": 160.5, + "Oelwein": 177.7 + } + }, + { + "rank": 21, + "brand": "Viking/Blue River", + "product": "49-05", + "traits": "", + "metrics": { + "RM": 105, + "Yield": 190.1, + "Yldp": 98, + "Moist": 14.4, + "Wyld": 200.4, + "Eyld": 174.6, + "Sheldon": 234.2, + "Pocahontas": 198.5, + "Corwith": 168.6, + "Marble Rock": 156.5, + "Oelwein": 198.5 + } + }, + { + "rank": 22, + "brand": "Renk", + "product": "RK785PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 109, + "Yield": 190, + "Yldp": 97.9, + "Moist": 17.7, + "Wyld": 191.5, + "Eyld": 182.3, + "Sheldon": 200.5, + "Pocahontas": 204.3, + "Corwith": 169.7, + "Marble Rock": 193.1, + "Oelwein": 184.1 + } + }, + { + "rank": 23, + "brand": "Prairie Hybrid Seeds", + "product": "4991 Org", + "traits": "", + "metrics": { + "RM": 106, + "Yield": 187.8, + "Yldp": 96.8, + "Moist": 15.7, + "Wyld": 203.3, + "Eyld": 169, + "Sheldon": 204.5, + "Pocahontas": 228.4, + "Corwith": 176.8, + "Marble Rock": 135, + "Oelwein": 195.2 + } + }, + { + "rank": 24, + "brand": "Dekalb", + "product": "DKC104-14 SSPRIB", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 104, + "Yield": 187.4, + "Yldp": 96.6, + "Moist": 15.1, + "Wyld": 194.1, + "Eyld": 176.1, + "Sheldon": 214.4, + "Pocahontas": 195.5, + "Corwith": 172.6, + "Marble Rock": 174.8, + "Oelwein": 180.9 + } + }, + { + "rank": 25, + "brand": "Viking/Blue River", + "product": "75-07", + "traits": "", + "metrics": { + "RM": 107, + "Yield": 183.6, + "Yldp": 94.7, + "Moist": 15.9, + "Wyld": 202.8, + "Eyld": 158.4, + "Sheldon": 217.6, + "Pocahontas": 228.2, + "Corwith": 162.6, + "Marble Rock": 122.8, + "Oelwein": 189.9 + } + }, + { + "rank": 26, + "brand": "Renk", + "product": "RK7577TRE", + "traits": "RR2 TRC", + "metrics": { + "RM": 104, + "Yield": 181.8, + "Yldp": 93.7, + "Moist": 14.3, + "Wyld": 186.3, + "Eyld": 172.2, + "Sheldon": 198.4, + "Pocahontas": 193.9, + "Corwith": 166.7, + "Marble Rock": 160.6, + "Oelwein": 189.3 + } + }, + { + "rank": 27, + "brand": "Renk", + "product": "RK7590SSPRO", + "traits": "LL,RR2 SSXP", + "metrics": { + "RM": 109, + "Yield": 178.2, + "Yldp": 91.9, + "Moist": 16.1, + "Wyld": 177.4, + "Eyld": 175.6, + "Sheldon": 155.7, + "Pocahontas": 207.8, + "Corwith": 168.8, + "Marble Rock": 185.8, + "Oelwein": 172.3 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:25.016031+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-north-full.md b/corpus/iowa_icpt_trials/icpt-corn-2025-north-full.md new file mode 100644 index 00000000..7852b784 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-north-full.md @@ -0,0 +1,47 @@ +# Corn yield trial — Iowa North District (Full Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** North +- **Maturity season:** Full Season +- **Year:** 2025 +- **Experiment mean yield:** 196.2 bu/a +- **Cooperator sites:** Sheldon, Pocahontas, Corwith, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Sheldon | Pocahontas | Corwith | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P0924Q | LL,RR2 Qrome-RIB | 109 | 214.1 | 110.3 | 17.7 | 237.5 | 186.4 | 242.9 | 268.6 | 200.9 | 181.4 | 177 | +| 2 | NuTech/G2 Genetics | 69C7PCE | LL,RR2,EN PCE | 109 | 211.4 | 109 | 18.3 | 229 | 187.6 | 261.7 | 231.1 | 194.2 | 204.4 | 164.3 | +| 3 | Renk | RK773TRE | RR2 TRC-RIB | 109 | 204.5 | 105.4 | 16.9 | 211.1 | 189.4 | 198.9 | 253.8 | 180.8 | 197.5 | 190.1 | +| 4 | Dekalb | DKC107-69 TRERIB | RR2 TRE-RIB | 107 | 204 | 105.1 | 17.1 | 211 | 182.5 | 241 | 232.8 | 159.4 | 189.1 | 199.2 | +| 5 | Prairie Hybrid Seeds | 6251 Org | - | 111 | 203.4 | 104.8 | 16.7 | 229.1 | 172.1 | 251 | 244.5 | 191.8 | 149.1 | 175.5 | +| 6 | Prairie Hybrid Seeds | 4470 | - | 106 | 202.5 | 104.4 | 15.8 | 219.4 | 183.1 | 233.2 | 230.2 | 194.7 | 157.9 | 196.6 | +| 7 | NuTech/G2 Genetics | 67C1PCE | LL,RR2,EN PCE | 107 | 202.5 | 104.4 | 15.9 | 213.2 | 182.9 | 249.5 | 215.2 | 175 | 177.1 | 196.6 | +| 8 | Renk | RK705VT4P | RR2 VT4P | 105 | 201.5 | 103.8 | 14.9 | 211.7 | 185.5 | 211.2 | 238.4 | 185.4 | 182.3 | 188.7 | +| 9 | NuTech/G2 Genetics | 69B5V | LL,RR2,EN VE | 109 | 200 | 103.1 | 17.5 | 221.5 | 172.6 | 260 | 223.9 | 180.6 | 187.9 | 149.2 | +| 10 | NuTech/G2 Genetics | 69G1PCE | LL,RR2,EN PCE | 109 | 199.5 | 102.8 | 16.9 | 213.7 | 178.6 | 248.6 | 214.7 | 177.8 | 175 | 182.9 | +| 11 | Renk | RK703PCE | LL,RR2 PC-RIB | 106 | 198.3 | 102.2 | 16.4 | 214.1 | 176.7 | 228 | 229.1 | 185.2 | 177.9 | 167 | +| 12 | Viking/Blue River | 72-06 | - | 106 | 197.8 | 102 | 16.2 | 211.7 | 177.1 | 230.6 | 225.7 | 178.9 | 162.2 | 190.2 | +| 13 | NuTech/G2 Genetics | 69F3V | LL,RR2,EN VE | 109 | 196.8 | 101.5 | 16.9 | 215.6 | 172.9 | 246.4 | 217.6 | 182.8 | 177.9 | 158.1 | +| 14 | Dekalb | DKC106-98 VT4PRIB | RR2 VT4P-RIB | 106 | 196.7 | 101.4 | 16.8 | 201 | 177 | 218.6 | 239.6 | 144.7 | 192 | 194.3 | +| 15 | Legacy Seeds | LC565-24 | LL,RR2 PC-RIB | 106 | 196.3 | 101.2 | 15.7 | 203.2 | 183.1 | 213.5 | 224.9 | 171.4 | 185.4 | 192.7 | +| 16 | Renk | RK766SSPRO | LL,RR2 SSXP-RIB | 109 | 195.2 | 100.6 | 16.2 | 204.7 | 175.2 | 222.3 | 224.3 | 167.7 | 174.3 | 183.6 | +| 17 | Legacy Seeds | LC581-25 | LL,RR2 SSXP | 108 | 194.9 | 100.4 | 17 | 202.2 | 176.1 | 220.1 | 227 | 159.5 | 184.6 | 184.1 | +| 18 | Pioneer | P0529Q | LL,RR2 Qrome-RIB | 105 | 194.5 | 100.3 | 15.5 | 201.7 | 179.8 | 236 | 193.2 | 175.9 | 171.2 | 192.2 | +| 19 | Legacy Seeds | LC554-24 | LL,RR2 PC | 105 | 193.5 | 99.7 | 15.1 | 204.1 | 175.5 | 224.9 | 214.6 | 172.9 | 187.7 | 165.8 | +| 20 | Pioneer | P0622Q | LL,RR2 Qrome-RIB | 106 | 191.2 | 98.6 | 15.8 | 208.1 | 171.9 | 226.4 | 220.1 | 177.7 | 160.5 | 177.7 | +| 21 | Viking/Blue River | 49-05 | - | 105 | 190.1 | 98 | 14.4 | 200.4 | 174.6 | 234.2 | 198.5 | 168.6 | 156.5 | 198.5 | +| 22 | Renk | RK785PCE | LL,RR2 PC-RIB | 109 | 190 | 97.9 | 17.7 | 191.5 | 182.3 | 200.5 | 204.3 | 169.7 | 193.1 | 184.1 | +| 23 | Prairie Hybrid Seeds | 4991 Org | - | 106 | 187.8 | 96.8 | 15.7 | 203.3 | 169 | 204.5 | 228.4 | 176.8 | 135 | 195.2 | +| 24 | Dekalb | DKC104-14 SSPRIB | LL,RR2 SSX-RIB | 104 | 187.4 | 96.6 | 15.1 | 194.1 | 176.1 | 214.4 | 195.5 | 172.6 | 174.8 | 180.9 | +| 25 | Viking/Blue River | 75-07 | - | 107 | 183.6 | 94.7 | 15.9 | 202.8 | 158.4 | 217.6 | 228.2 | 162.6 | 122.8 | 189.9 | +| 26 | Renk | RK7577TRE | RR2 TRC | 104 | 181.8 | 93.7 | 14.3 | 186.3 | 172.2 | 198.4 | 193.9 | 166.7 | 160.6 | 189.3 | +| 27 | Renk | RK7590SSPRO | LL,RR2 SSXP | 109 | 178.2 | 91.9 | 16.1 | 177.4 | 175.6 | 155.7 | 207.8 | 168.8 | 185.8 | 172.3 | + +Top 5 by Yield: P0924Q (Pioneer) 214.1, 69C7PCE (NuTech/G2 Genetics) 211.4, RK773TRE (Renk) 204.5, DKC107-69 TRERIB (Dekalb) 204, 6251 Org (Prairie Hybrid Seeds) 203.4. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-south-early.json b/corpus/iowa_icpt_trials/icpt-corn-2025-south-early.json new file mode 100644 index 00000000..0bf10dda --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-south-early.json @@ -0,0 +1,317 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2025-south-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District South", + "district": "South", + "season": "Early Season", + "cooperator_sites": [ + "Atlantic", + "Corning", + "Chariton", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 222.1, + "results": [ + { + "rank": 1, + "brand": "Dekalb", + "product": "DKC111-62 TRERIB", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 111, + "Yield": 248.1, + "Yldp": 112.9, + "Moist": 17.8, + "Wyld": 245.8, + "Eyld": 243.4, + "Atlantic": 278.4, + "Corning": 228.9, + "Chariton": 230.2, + "Batavia": 249.5, + "Crawfordsville": 250.6 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC112-35 SSPRIB", + "traits": "LL,RR2 SSX-RIB", + "metrics": { + "RM": 112, + "Yield": 244.4, + "Yldp": 111.2, + "Moist": 20.1, + "Wyld": 246.3, + "Eyld": 239.9, + "Atlantic": 264, + "Corning": 247, + "Chariton": 227.8, + "Batavia": 225.6, + "Crawfordsville": 266.2 + } + }, + { + "rank": 3, + "brand": "NuTech/G2 Genetics", + "product": "69C7PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 109, + "Yield": 236.6, + "Yldp": 107.6, + "Moist": 17.6, + "Wyld": 235.3, + "Eyld": 235.2, + "Atlantic": 250.9, + "Corning": 223.7, + "Chariton": 231.5, + "Batavia": 215.1, + "Crawfordsville": 259.1 + } + }, + { + "rank": 4, + "brand": "Prairie Hybrid Seeds", + "product": "6436", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 229.8, + "Yldp": 104.6, + "Moist": 17, + "Wyld": 232.2, + "Eyld": 228.6, + "Atlantic": 251.4, + "Corning": 206.7, + "Chariton": 238.4, + "Batavia": 201.9, + "Crawfordsville": 245.5 + } + }, + { + "rank": 5, + "brand": "Renk", + "product": "RK825VT4PRO", + "traits": "RR2 VT4P", + "metrics": { + "RM": 112, + "Yield": 225.6, + "Yldp": 102.6, + "Moist": 17.2, + "Wyld": 217.7, + "Eyld": 235.2, + "Atlantic": 217.9, + "Corning": 201, + "Chariton": 234.2, + "Batavia": 224.8, + "Crawfordsville": 246.6 + } + }, + { + "rank": 6, + "brand": "Viking/Blue River", + "product": "76-11", + "traits": "", + "metrics": { + "RM": 111, + "Yield": 223.6, + "Yldp": 101.7, + "Moist": 16.5, + "Wyld": 226.3, + "Eyld": 220, + "Atlantic": 250.4, + "Corning": 198.5, + "Chariton": 229.9, + "Batavia": 187.1, + "Crawfordsville": 242.9 + } + }, + { + "rank": 7, + "brand": "Prairie Hybrid Seeds", + "product": "6854", + "traits": "", + "metrics": { + "RM": 110, + "Yield": 221, + "Yldp": 100.5, + "Moist": 16.5, + "Wyld": 223.9, + "Eyld": 220.5, + "Atlantic": 244.9, + "Corning": 197, + "Chariton": 229.7, + "Batavia": 194, + "Crawfordsville": 237.9 + } + }, + { + "rank": 8, + "brand": "NuTech/G2 Genetics", + "product": "69F3V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 109, + "Yield": 219.9, + "Yldp": 100.1, + "Moist": 16.7, + "Wyld": 219.7, + "Eyld": 218.7, + "Atlantic": 243.8, + "Corning": 198.3, + "Chariton": 216.9, + "Batavia": 181.2, + "Crawfordsville": 258.1 + } + }, + { + "rank": 9, + "brand": "NuTech/G2 Genetics", + "product": "69G1PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 109, + "Yield": 219.3, + "Yldp": 99.8, + "Moist": 16.5, + "Wyld": 212.4, + "Eyld": 227.2, + "Atlantic": 217.6, + "Corning": 197.7, + "Chariton": 221.8, + "Batavia": 203.5, + "Crawfordsville": 256.2 + } + }, + { + "rank": 10, + "brand": "NuTech/G2 Genetics", + "product": "69B5V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 109, + "Yield": 219.2, + "Yldp": 99.7, + "Moist": 17.1, + "Wyld": 228.3, + "Eyld": 214.1, + "Atlantic": 237.8, + "Corning": 212.1, + "Chariton": 234.9, + "Batavia": 153, + "Crawfordsville": 254.5 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P1093Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 110, + "Yield": 215.6, + "Yldp": 98.1, + "Moist": 17, + "Wyld": 218.9, + "Eyld": 212.5, + "Atlantic": 232.1, + "Corning": 206, + "Chariton": 218.6, + "Batavia": 181.9, + "Crawfordsville": 236.9 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1185Q", + "traits": "LL,RR2 Qrome", + "metrics": { + "RM": 111, + "Yield": 215.4, + "Yldp": 98, + "Moist": 17.6, + "Wyld": 221.2, + "Eyld": 209.5, + "Atlantic": 240.3, + "Corning": 201.4, + "Chariton": 221.9, + "Batavia": 161.1, + "Crawfordsville": 245.6 + } + }, + { + "rank": 13, + "brand": "NuTech/G2 Genetics", + "product": "71B6PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 111, + "Yield": 209, + "Yldp": 95.1, + "Moist": 15.8, + "Wyld": 213.4, + "Eyld": 209.1, + "Atlantic": 222.7, + "Corning": 193.8, + "Chariton": 223.9, + "Batavia": 154.3, + "Crawfordsville": 249.1 + } + }, + { + "rank": 14, + "brand": "Epley Brothers Hybrids", + "product": "E2230", + "traits": "", + "metrics": { + "RM": 112, + "Yield": 207.2, + "Yldp": 94.3, + "Moist": 16.5, + "Wyld": 213.5, + "Eyld": 205, + "Atlantic": 231.9, + "Corning": 190.1, + "Chariton": 218.4, + "Batavia": 148.1, + "Crawfordsville": 248.6 + } + }, + { + "rank": 15, + "brand": "NK Seeds", + "product": "NK1228-AA", + "traits": "GT,LL AA", + "metrics": { + "RM": 112, + "Yield": 198.2, + "Yldp": 90.2, + "Moist": 17.3, + "Wyld": 205.9, + "Eyld": 196.8, + "Atlantic": 210.9, + "Corning": 184.1, + "Chariton": 222.9, + "Batavia": 140, + "Crawfordsville": 227.7 + } + } + ], + "n_results": 15, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:36.999019+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-south-early.md b/corpus/iowa_icpt_trials/icpt-corn-2025-south-early.md new file mode 100644 index 00000000..b7ecc344 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-south-early.md @@ -0,0 +1,35 @@ +# Corn yield trial — Iowa South District (Early Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** South +- **Maturity season:** Early Season +- **Year:** 2025 +- **Experiment mean yield:** 222.1 bu/a +- **Cooperator sites:** Atlantic, Corning, Chariton, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Atlantic | Corning | Chariton | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Dekalb | DKC111-62 TRERIB | RR2 TRE-RIB | 111 | 248.1 | 112.9 | 17.8 | 245.8 | 243.4 | 278.4 | 228.9 | 230.2 | 249.5 | 250.6 | +| 2 | Dekalb | DKC112-35 SSPRIB | LL,RR2 SSX-RIB | 112 | 244.4 | 111.2 | 20.1 | 246.3 | 239.9 | 264 | 247 | 227.8 | 225.6 | 266.2 | +| 3 | NuTech/G2 Genetics | 69C7PCE | LL,RR2,EN PCE | 109 | 236.6 | 107.6 | 17.6 | 235.3 | 235.2 | 250.9 | 223.7 | 231.5 | 215.1 | 259.1 | +| 4 | Prairie Hybrid Seeds | 6436 | - | 111 | 229.8 | 104.6 | 17 | 232.2 | 228.6 | 251.4 | 206.7 | 238.4 | 201.9 | 245.5 | +| 5 | Renk | RK825VT4PRO | RR2 VT4P | 112 | 225.6 | 102.6 | 17.2 | 217.7 | 235.2 | 217.9 | 201 | 234.2 | 224.8 | 246.6 | +| 6 | Viking/Blue River | 76-11 | - | 111 | 223.6 | 101.7 | 16.5 | 226.3 | 220 | 250.4 | 198.5 | 229.9 | 187.1 | 242.9 | +| 7 | Prairie Hybrid Seeds | 6854 | - | 110 | 221 | 100.5 | 16.5 | 223.9 | 220.5 | 244.9 | 197 | 229.7 | 194 | 237.9 | +| 8 | NuTech/G2 Genetics | 69F3V | LL,RR2,EN VE | 109 | 219.9 | 100.1 | 16.7 | 219.7 | 218.7 | 243.8 | 198.3 | 216.9 | 181.2 | 258.1 | +| 9 | NuTech/G2 Genetics | 69G1PCE | LL,RR2,EN PCE | 109 | 219.3 | 99.8 | 16.5 | 212.4 | 227.2 | 217.6 | 197.7 | 221.8 | 203.5 | 256.2 | +| 10 | NuTech/G2 Genetics | 69B5V | LL,RR2,EN VE | 109 | 219.2 | 99.7 | 17.1 | 228.3 | 214.1 | 237.8 | 212.1 | 234.9 | 153 | 254.5 | +| 11 | Pioneer | P1093Q | LL,RR2 Qrome-RIB | 110 | 215.6 | 98.1 | 17 | 218.9 | 212.5 | 232.1 | 206 | 218.6 | 181.9 | 236.9 | +| 12 | Pioneer | P1185Q | LL,RR2 Qrome | 111 | 215.4 | 98 | 17.6 | 221.2 | 209.5 | 240.3 | 201.4 | 221.9 | 161.1 | 245.6 | +| 13 | NuTech/G2 Genetics | 71B6PCE | LL,RR2,EN PCE | 111 | 209 | 95.1 | 15.8 | 213.4 | 209.1 | 222.7 | 193.8 | 223.9 | 154.3 | 249.1 | +| 14 | Epley Brothers Hybrids | E2230 | - | 112 | 207.2 | 94.3 | 16.5 | 213.5 | 205 | 231.9 | 190.1 | 218.4 | 148.1 | 248.6 | +| 15 | NK Seeds | NK1228-AA | GT,LL AA | 112 | 198.2 | 90.2 | 17.3 | 205.9 | 196.8 | 210.9 | 184.1 | 222.9 | 140 | 227.7 | + +Top 5 by Yield: DKC111-62 TRERIB (Dekalb) 248.1, DKC112-35 SSPRIB (Dekalb) 244.4, 69C7PCE (NuTech/G2 Genetics) 236.6, 6436 (Prairie Hybrid Seeds) 229.8, RK825VT4PRO (Renk) 225.6. diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-south-full.json b/corpus/iowa_icpt_trials/icpt-corn-2025-south-full.json new file mode 100644 index 00000000..70f8b859 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-south-full.json @@ -0,0 +1,279 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-corn-2025-south-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "corn", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District South", + "district": "South", + "season": "Full Season", + "cooperator_sites": [ + "Atlantic", + "Corning", + "Chariton", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 216.9, + "results": [ + { + "rank": 1, + "brand": "Renk", + "product": "RK8585TRE", + "traits": "RR2 TRC", + "metrics": { + "RM": 114, + "Yield": 245.6, + "Yldp": 111.7, + "Moist": 19.8, + "Wyld": 250, + "Eyld": 239.2, + "Atlantic": 275.7, + "Corning": 232.7, + "Chariton": 241.5, + "Batavia": 224.2, + "Crawfordsville": 251.9 + } + }, + { + "rank": 2, + "brand": "Dekalb", + "product": "DKC115-55 TRERIB", + "traits": "RR2 TRE-RIB", + "metrics": { + "RM": 115, + "Yield": 235.1, + "Yldp": 107, + "Moist": 19.8, + "Wyld": 242.1, + "Eyld": 225.4, + "Atlantic": 256.8, + "Corning": 240.6, + "Chariton": 228.9, + "Batavia": 203.4, + "Crawfordsville": 244 + } + }, + { + "rank": 3, + "brand": "Dekalb", + "product": "DKC114-43 VT2PRIB", + "traits": "RR2 VT2P-RIB", + "metrics": { + "RM": 114, + "Yield": 221.6, + "Yldp": 100.8, + "Moist": 17.6, + "Wyld": 227.1, + "Eyld": 220, + "Atlantic": 255.5, + "Corning": 190.7, + "Chariton": 235.1, + "Batavia": 181.1, + "Crawfordsville": 243.8 + } + }, + { + "rank": 4, + "brand": "Epley Brothers Hybrids", + "product": "E2320", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 218.2, + "Yldp": 99.3, + "Moist": 18.2, + "Wyld": 218, + "Eyld": 217.1, + "Atlantic": 232.8, + "Corning": 210.8, + "Chariton": 210.3, + "Batavia": 181.5, + "Crawfordsville": 259.4 + } + }, + { + "rank": 5, + "brand": "NuTech/G2 Genetics", + "product": "73J1V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 113, + "Yield": 213.5, + "Yldp": 97.1, + "Moist": 16.8, + "Wyld": 212.6, + "Eyld": 216.4, + "Atlantic": 227.6, + "Corning": 186.4, + "Chariton": 223.9, + "Batavia": 165.3, + "Crawfordsville": 260 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P1366Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 113, + "Yield": 213.2, + "Yldp": 97, + "Moist": 17, + "Wyld": 212.7, + "Eyld": 212.2, + "Atlantic": 237.8, + "Corning": 189.1, + "Chariton": 211.3, + "Batavia": 188.7, + "Crawfordsville": 236.5 + } + }, + { + "rank": 7, + "brand": "NuTech/G2 Genetics", + "product": "73B2V", + "traits": "LL,RR2,EN VE", + "metrics": { + "RM": 113, + "Yield": 212.9, + "Yldp": 96.9, + "Moist": 17.5, + "Wyld": 226.6, + "Eyld": 202.4, + "Atlantic": 267.3, + "Corning": 191.8, + "Chariton": 220.8, + "Batavia": 154.1, + "Crawfordsville": 232.5 + } + }, + { + "rank": 8, + "brand": "Renk", + "product": "RK889PCE", + "traits": "LL,RR2 PC-RIB", + "metrics": { + "RM": 113, + "Yield": 211.4, + "Yldp": 96.2, + "Moist": 17.1, + "Wyld": 213.9, + "Eyld": 211.5, + "Atlantic": 238.9, + "Corning": 185.5, + "Chariton": 217.3, + "Batavia": 173.4, + "Crawfordsville": 243.8 + } + }, + { + "rank": 9, + "brand": "NK Seeds", + "product": "NK1307-DV", + "traits": "GT,LL DURA", + "metrics": { + "RM": 113, + "Yield": 211.4, + "Yldp": 96.2, + "Moist": 18.1, + "Wyld": 213.8, + "Eyld": 213.7, + "Atlantic": 223.7, + "Corning": 199.7, + "Chariton": 218.1, + "Batavia": 188.9, + "Crawfordsville": 234 + } + }, + { + "rank": 10, + "brand": "Prairie Hybrid Seeds", + "product": "7445", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 210.8, + "Yldp": 95.9, + "Moist": 16.9, + "Wyld": 216.3, + "Eyld": 208.5, + "Atlantic": 235.1, + "Corning": 185.8, + "Chariton": 228, + "Batavia": 162.8, + "Crawfordsville": 234.8 + } + }, + { + "rank": 11, + "brand": "Viking/Blue River", + "product": "78-13", + "traits": "", + "metrics": { + "RM": 113, + "Yield": 210.3, + "Yldp": 95.7, + "Moist": 19.3, + "Wyld": 201.7, + "Eyld": 214.1, + "Atlantic": 207.9, + "Corning": 188.9, + "Chariton": 208.3, + "Batavia": 187, + "Crawfordsville": 247.1 + } + }, + { + "rank": 12, + "brand": "Pioneer", + "product": "P1563Q", + "traits": "LL,RR2 Qrome-RIB", + "metrics": { + "RM": 115, + "Yield": 208.7, + "Yldp": 95, + "Moist": 18.6, + "Wyld": 207.9, + "Eyld": 211.8, + "Atlantic": 224.1, + "Corning": 195.8, + "Chariton": 203.8, + "Batavia": 186.3, + "Crawfordsville": 245.4 + } + }, + { + "rank": 13, + "brand": "NuTech/G2 Genetics", + "product": "75A8PCE", + "traits": "LL,RR2,EN PCE", + "metrics": { + "RM": 115, + "Yield": 208, + "Yldp": 94.6, + "Moist": 17.4, + "Wyld": 212.6, + "Eyld": 208.9, + "Atlantic": 237, + "Corning": 182.6, + "Chariton": 218, + "Batavia": 163.1, + "Crawfordsville": 245.7 + } + } + ], + "n_results": 13, + "source_urls": [ + "https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:41.032774+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-corn-2025-south-full.md b/corpus/iowa_icpt_trials/icpt-corn-2025-south-full.md new file mode 100644 index 00000000..03c6cacf --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-corn-2025-south-full.md @@ -0,0 +1,33 @@ +# Corn yield trial — Iowa South District (Full Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Corn +- **State:** IA +- **District:** South +- **Maturity season:** Full Season +- **Year:** 2025 +- **Experiment mean yield:** 216.9 bu/a +- **Cooperator sites:** Atlantic, Corning, Chariton, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | RM | Yield | Yldp | Moist | Wyld | Eyld | Atlantic | Corning | Chariton | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Renk | RK8585TRE | RR2 TRC | 114 | 245.6 | 111.7 | 19.8 | 250 | 239.2 | 275.7 | 232.7 | 241.5 | 224.2 | 251.9 | +| 2 | Dekalb | DKC115-55 TRERIB | RR2 TRE-RIB | 115 | 235.1 | 107 | 19.8 | 242.1 | 225.4 | 256.8 | 240.6 | 228.9 | 203.4 | 244 | +| 3 | Dekalb | DKC114-43 VT2PRIB | RR2 VT2P-RIB | 114 | 221.6 | 100.8 | 17.6 | 227.1 | 220 | 255.5 | 190.7 | 235.1 | 181.1 | 243.8 | +| 4 | Epley Brothers Hybrids | E2320 | - | 113 | 218.2 | 99.3 | 18.2 | 218 | 217.1 | 232.8 | 210.8 | 210.3 | 181.5 | 259.4 | +| 5 | NuTech/G2 Genetics | 73J1V | LL,RR2,EN VE | 113 | 213.5 | 97.1 | 16.8 | 212.6 | 216.4 | 227.6 | 186.4 | 223.9 | 165.3 | 260 | +| 6 | Pioneer | P1366Q | LL,RR2 Qrome-RIB | 113 | 213.2 | 97 | 17 | 212.7 | 212.2 | 237.8 | 189.1 | 211.3 | 188.7 | 236.5 | +| 7 | NuTech/G2 Genetics | 73B2V | LL,RR2,EN VE | 113 | 212.9 | 96.9 | 17.5 | 226.6 | 202.4 | 267.3 | 191.8 | 220.8 | 154.1 | 232.5 | +| 8 | Renk | RK889PCE | LL,RR2 PC-RIB | 113 | 211.4 | 96.2 | 17.1 | 213.9 | 211.5 | 238.9 | 185.5 | 217.3 | 173.4 | 243.8 | +| 9 | NK Seeds | NK1307-DV | GT,LL DURA | 113 | 211.4 | 96.2 | 18.1 | 213.8 | 213.7 | 223.7 | 199.7 | 218.1 | 188.9 | 234 | +| 10 | Prairie Hybrid Seeds | 7445 | - | 113 | 210.8 | 95.9 | 16.9 | 216.3 | 208.5 | 235.1 | 185.8 | 228 | 162.8 | 234.8 | +| 11 | Viking/Blue River | 78-13 | - | 113 | 210.3 | 95.7 | 19.3 | 201.7 | 214.1 | 207.9 | 188.9 | 208.3 | 187 | 247.1 | +| 12 | Pioneer | P1563Q | LL,RR2 Qrome-RIB | 115 | 208.7 | 95 | 18.6 | 207.9 | 211.8 | 224.1 | 195.8 | 203.8 | 186.3 | 245.4 | +| 13 | NuTech/G2 Genetics | 75A8PCE | LL,RR2,EN PCE | 115 | 208 | 94.6 | 17.4 | 212.6 | 208.9 | 237 | 182.6 | 218 | 163.1 | 245.7 | + +Top 5 by Yield: RK8585TRE (Renk) 245.6, DKC115-55 TRERIB (Dekalb) 235.1, DKC114-43 VT2PRIB (Dekalb) 221.6, E2320 (Epley Brothers Hybrids) 218.2, 73J1V (NuTech/G2 Genetics) 213.5. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.json b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.json new file mode 100644 index 00000000..de2bce71 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.json @@ -0,0 +1,695 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2024-central-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District Central", + "district": "Central", + "season": "Early Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Ames", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 71.6, + "results": [ + { + "rank": 1, + "brand": "Viking/Blue River", + "product": "27B4", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 76.5, + "WestYield": 72.9, + "EastYield": 77.4, + "Missouri Valley": 74.1, + "Glidden": 74.5, + "Ames": 70.2, + "Keystone": 74.7, + "Clarence": 87.2 + } + }, + { + "rank": 2, + "brand": "Renk", + "product": "G2480E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 76.4, + "WestYield": 73.6, + "EastYield": 78.1, + "Missouri Valley": 72.4, + "Glidden": 74.3, + "Ames": 74, + "Keystone": 76.3, + "Clarence": 84.1 + } + }, + { + "rank": 3, + "brand": "Nutech/G2 Genetics", + "product": "27N07E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 75.6, + "WestYield": 72.8, + "EastYield": 75.6, + "Missouri Valley": 74.5, + "Glidden": 75.6, + "Ames": 68.4, + "Keystone": 71.1, + "Clarence": 87.1 + } + }, + { + "rank": 4, + "brand": "P3 Genetics", + "product": "2527E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 75.6, + "WestYield": 74.8, + "EastYield": 74, + "Missouri Valley": 74.4, + "Glidden": 82.1, + "Ames": 67.9, + "Keystone": 73.9, + "Clarence": 80.2 + } + }, + { + "rank": 5, + "brand": "Nutech/G2 Genetics", + "product": "24N05E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 75.3, + "WestYield": 72, + "EastYield": 76.5, + "Missouri Valley": 70.9, + "Glidden": 78, + "Ames": 67.2, + "Keystone": 79.4, + "Clarence": 82.9 + } + }, + { + "rank": 6, + "brand": "Nutech/G2 Genetics", + "product": "25N05E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 75.2, + "WestYield": 73.7, + "EastYield": 75.3, + "Missouri Valley": 75.5, + "Glidden": 78.1, + "Ames": 67.5, + "Keystone": 73.9, + "Clarence": 84.4 + } + }, + { + "rank": 7, + "brand": "Renk", + "product": "G2790E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 74.7, + "WestYield": 72.1, + "EastYield": 74.1, + "Missouri Valley": 74.8, + "Glidden": 76.3, + "Ames": 65.3, + "Keystone": 71.8, + "Clarence": 85.3 + } + }, + { + "rank": 8, + "brand": "Latham", + "product": "L 2551 E3", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 74.6, + "WestYield": 69.5, + "EastYield": 75.9, + "Missouri Valley": 71.5, + "Glidden": 71.8, + "Ames": 65.2, + "Keystone": 78.2, + "Clarence": 84.5 + } + }, + { + "rank": 9, + "brand": "Iowa State", + "product": "IAS25C2", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 74.5, + "WestYield": 71.6, + "EastYield": 75.1, + "Missouri Valley": 71, + "Glidden": 76, + "Ames": 67.7, + "Keystone": 75.4, + "Clarence": 82.2 + } + }, + { + "rank": 10, + "brand": "Nutech/G2 Genetics", + "product": "27N03E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 74.4, + "WestYield": 71.1, + "EastYield": 75.9, + "Missouri Valley": 67.3, + "Glidden": 79, + "Ames": 67, + "Keystone": 76.4, + "Clarence": 84.2 + } + }, + { + "rank": 11, + "brand": "Renk", + "product": "RS255NXF", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 74.4, + "WestYield": 73.5, + "EastYield": 72.6, + "Missouri Valley": 77.6, + "Glidden": 76.1, + "Ames": 66.7, + "Keystone": 69.6, + "Clarence": 81.5 + } + }, + { + "rank": 12, + "brand": "Renk", + "product": "G2570ES", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 73.9, + "WestYield": 73.6, + "EastYield": 73.9, + "Missouri Valley": 72.4, + "Glidden": 78.6, + "Ames": 69.8, + "Keystone": 71.2, + "Clarence": 80.7 + } + }, + { + "rank": 13, + "brand": "Latham", + "product": "L 2744 XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 73.9, + "WestYield": 68, + "EastYield": 79.1, + "Missouri Valley": 71.5, + "Glidden": 60.8, + "Ames": 71.9, + "Keystone": 76.5, + "Clarence": 88.9 + } + }, + { + "rank": 14, + "brand": "Nutech/G2 Genetics", + "product": "26N08E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 73.7, + "WestYield": 70.5, + "EastYield": 75.5, + "Missouri Valley": 69.3, + "Glidden": 72, + "Ames": 70.3, + "Keystone": 72, + "Clarence": 84.3 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 73.6, + "WestYield": 73.7, + "EastYield": 73.2, + "Missouri Valley": 72, + "Glidden": 80, + "Ames": 69.1, + "Keystone": 70.3, + "Clarence": 80.2 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "GH2745XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 73.1, + "WestYield": 67.8, + "EastYield": 78.8, + "Missouri Valley": 65.7, + "Glidden": 64.3, + "Ames": 73.5, + "Keystone": 75.9, + "Clarence": 87.1 + } + }, + { + "rank": 17, + "brand": "Iowa State", + "product": "IAS27C1", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 73, + "WestYield": 69.4, + "EastYield": 74.9, + "Missouri Valley": 71.9, + "Glidden": 67.5, + "Ames": 68.7, + "Keystone": 76.4, + "Clarence": 79.7 + } + }, + { + "rank": 18, + "brand": "P3 Genetics", + "product": "2325E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 72.8, + "WestYield": 72.6, + "EastYield": 71.3, + "Missouri Valley": 73.9, + "Glidden": 78.6, + "Ames": 65.4, + "Keystone": 65.6, + "Clarence": 82.9 + } + }, + { + "rank": 19, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 72.8, + "WestYield": 71, + "EastYield": 73.2, + "Missouri Valley": 72.4, + "Glidden": 72.2, + "Ames": 68.5, + "Keystone": 72.6, + "Clarence": 78.7 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO 2444E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 72.3, + "WestYield": 68.7, + "EastYield": 73.1, + "Missouri Valley": 74.3, + "Glidden": 69.2, + "Ames": 62.7, + "Keystone": 75, + "Clarence": 81.7 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG27XF4", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 72.2, + "WestYield": 67.1, + "EastYield": 74.4, + "Missouri Valley": 69.6, + "Glidden": 66.7, + "Ames": 65, + "Keystone": 71.5, + "Clarence": 86.6 + } + }, + { + "rank": 22, + "brand": "Iowa State", + "product": "IAS27C3", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 71.8, + "WestYield": 67.4, + "EastYield": 73.6, + "Missouri Valley": 67.8, + "Glidden": 70.2, + "Ames": 64.3, + "Keystone": 72.9, + "Clarence": 83.6 + } + }, + { + "rank": 23, + "brand": "Latham", + "product": "L 2391 E3", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 71.7, + "WestYield": 71, + "EastYield": 70.9, + "Missouri Valley": 66.7, + "Glidden": 78.7, + "Ames": 67.4, + "Keystone": 66.4, + "Clarence": 79 + } + }, + { + "rank": 24, + "brand": "Cornelius", + "product": "CB25XF99", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 71.7, + "WestYield": 68.3, + "EastYield": 71.3, + "Missouri Valley": 75.8, + "Glidden": 66, + "Ames": 63.2, + "Keystone": 70, + "Clarence": 80.7 + } + }, + { + "rank": 25, + "brand": "Cornelius", + "product": "CB27XF17", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 71.6, + "WestYield": 69.2, + "EastYield": 72, + "Missouri Valley": 70.9, + "Glidden": 73, + "Ames": 63.8, + "Keystone": 70.3, + "Clarence": 81.9 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO 2735E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 71, + "WestYield": 68, + "EastYield": 72, + "Missouri Valley": 67.3, + "Glidden": 72.9, + "Ames": 63.7, + "Keystone": 73.3, + "Clarence": 79.1 + } + }, + { + "rank": 27, + "brand": "NK Seeds", + "product": "NK23-P1E3", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 70.8, + "WestYield": 71.7, + "EastYield": 69.5, + "Missouri Valley": 70.3, + "Glidden": 75.9, + "Ames": 68.9, + "Keystone": 65.9, + "Clarence": 73.7 + } + }, + { + "rank": 28, + "brand": "Cornelius", + "product": "CB24XF75", + "traits": "RR2XF", + "metrics": { + "MG": 2.4, + "Yield": 70.7, + "WestYield": 69.4, + "EastYield": 70.1, + "Missouri Valley": 71.9, + "Glidden": 71.2, + "Ames": 64.9, + "Keystone": 68.7, + "Clarence": 76.6 + } + }, + { + "rank": 29, + "brand": "Dyna-Gro", + "product": "S23EN05", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 70.4, + "WestYield": 68.9, + "EastYield": 71.1, + "Missouri Valley": 69.3, + "Glidden": 71.1, + "Ames": 66.2, + "Keystone": 66.3, + "Clarence": 80.7 + } + }, + { + "rank": 30, + "brand": "Golden Harvest", + "product": "GH2775E3", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 70.1, + "WestYield": 67, + "EastYield": 71.3, + "Missouri Valley": 68.5, + "Glidden": 68.9, + "Ames": 63.7, + "Keystone": 68.9, + "Clarence": 81.3 + } + }, + { + "rank": 31, + "brand": "Xitavo", + "product": "XO 2305E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 69.1, + "WestYield": 68, + "EastYield": 66.5, + "Missouri Valley": 72.5, + "Glidden": 73.3, + "Ames": 58.2, + "Keystone": 68.1, + "Clarence": 73.3 + } + }, + { + "rank": 32, + "brand": "NK Seeds", + "product": "NK27-J5E3", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 68.6, + "WestYield": 66.4, + "EastYield": 69.7, + "Missouri Valley": 67.2, + "Glidden": 67.7, + "Ames": 64.3, + "Keystone": 65.7, + "Clarence": 79.1 + } + }, + { + "rank": 33, + "brand": "Pioneer", + "product": "P23A40E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 68.4, + "WestYield": 63, + "EastYield": 71.7, + "Missouri Valley": 64.1, + "Glidden": 59.3, + "Ames": 65.5, + "Keystone": 65.4, + "Clarence": 84.3 + } + }, + { + "rank": 34, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 68, + "WestYield": 64.2, + "EastYield": 67.9, + "Missouri Valley": 70.2, + "Glidden": 61.9, + "Ames": 60.5, + "Keystone": 67.1, + "Clarence": 76.3 + } + }, + { + "rank": 35, + "brand": "Xitavo", + "product": "XO 2625E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 66, + "WestYield": 64.1, + "EastYield": 68, + "Missouri Valley": 63.1, + "Glidden": 64.4, + "Ames": 64.9, + "Keystone": 65.4, + "Clarence": 73.7 + } + }, + { + "rank": 36, + "brand": "Benson Hill", + "product": "BH23H228", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 64.2, + "WestYield": 61.5, + "EastYield": 64.7, + "Missouri Valley": 63.9, + "Glidden": 60.5, + "Ames": 60.3, + "Keystone": 66.6, + "Clarence": 67.3 + } + }, + { + "rank": 37, + "brand": "Benson Hill", + "product": "BH23Q217", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 63.4, + "WestYield": 61.3, + "EastYield": 63.8, + "Missouri Valley": 60.4, + "Glidden": 65.8, + "Ames": 57.7, + "Keystone": 66.2, + "Clarence": 67.4 + } + }, + { + "rank": 38, + "brand": "Benson Hill", + "product": "BH25C137", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 62.1, + "WestYield": 59.3, + "EastYield": 63.2, + "Missouri Valley": 64.7, + "Glidden": 55.4, + "Ames": 57.7, + "Keystone": 61.7, + "Clarence": 70.1 + } + }, + { + "rank": 39, + "brand": "Legacy Seeds", + "product": "DF 262 NF", + "traits": "Conv", + "metrics": { + "MG": 2.6, + "Yield": 60.9, + "WestYield": 57.4, + "EastYield": 63.2, + "Missouri Valley": 53.1, + "Glidden": 61.7, + "Ames": 57.4, + "Keystone": 63.4, + "Clarence": 68.9 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:53.053286+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.md b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.md new file mode 100644 index 00000000..3266957a --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-early.md @@ -0,0 +1,59 @@ +# Soybean yield trial — Iowa Central District (Early Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** Central +- **Maturity season:** Early Season +- **Year:** 2024 +- **Experiment mean yield:** 71.6 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Ames, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Missouri Valley | Glidden | Ames | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Viking/Blue River | 27B4 | Conv | 2.7 | 76.5 | 72.9 | 77.4 | 74.1 | 74.5 | 70.2 | 74.7 | 87.2 | +| 2 | Renk | G2480E | E3 | 2.4 | 76.4 | 73.6 | 78.1 | 72.4 | 74.3 | 74 | 76.3 | 84.1 | +| 3 | Nutech/G2 Genetics | 27N07E | E3 | 2.7 | 75.6 | 72.8 | 75.6 | 74.5 | 75.6 | 68.4 | 71.1 | 87.1 | +| 4 | P3 Genetics | 2527E | E3 | 2.7 | 75.6 | 74.8 | 74 | 74.4 | 82.1 | 67.9 | 73.9 | 80.2 | +| 5 | Nutech/G2 Genetics | 24N05E | E3 | 2.4 | 75.3 | 72 | 76.5 | 70.9 | 78 | 67.2 | 79.4 | 82.9 | +| 6 | Nutech/G2 Genetics | 25N05E | E3 | 2.5 | 75.2 | 73.7 | 75.3 | 75.5 | 78.1 | 67.5 | 73.9 | 84.4 | +| 7 | Renk | G2790E | E3 | 2.7 | 74.7 | 72.1 | 74.1 | 74.8 | 76.3 | 65.3 | 71.8 | 85.3 | +| 8 | Latham | L 2551 E3 | E3 | 2.5 | 74.6 | 69.5 | 75.9 | 71.5 | 71.8 | 65.2 | 78.2 | 84.5 | +| 9 | Iowa State | IAS25C2 | Conv | 2.5 | 74.5 | 71.6 | 75.1 | 71 | 76 | 67.7 | 75.4 | 82.2 | +| 10 | Nutech/G2 Genetics | 27N03E | E3 | 2.7 | 74.4 | 71.1 | 75.9 | 67.3 | 79 | 67 | 76.4 | 84.2 | +| 11 | Renk | RS255NXF | RR2XF | 2.5 | 74.4 | 73.5 | 72.6 | 77.6 | 76.1 | 66.7 | 69.6 | 81.5 | +| 12 | Renk | G2570ES | E3 | 2.5 | 73.9 | 73.6 | 73.9 | 72.4 | 78.6 | 69.8 | 71.2 | 80.7 | +| 13 | Latham | L 2744 XF | RR2XF | 2.7 | 73.9 | 68 | 79.1 | 71.5 | 60.8 | 71.9 | 76.5 | 88.9 | +| 14 | Nutech/G2 Genetics | 26N08E | E3 | 2.6 | 73.7 | 70.5 | 75.5 | 69.3 | 72 | 70.3 | 72 | 84.3 | +| 15 | Golden Harvest | GH2315E3 | E3 | 2.3 | 73.6 | 73.7 | 73.2 | 72 | 80 | 69.1 | 70.3 | 80.2 | +| 16 | Golden Harvest | GH2745XF | RR2XF | 2.7 | 73.1 | 67.8 | 78.8 | 65.7 | 64.3 | 73.5 | 75.9 | 87.1 | +| 17 | Iowa State | IAS27C1 | Conv | 2.7 | 73 | 69.4 | 74.9 | 71.9 | 67.5 | 68.7 | 76.4 | 79.7 | +| 18 | P3 Genetics | 2325E | E3 | 2.5 | 72.8 | 72.6 | 71.3 | 73.9 | 78.6 | 65.4 | 65.6 | 82.9 | +| 19 | Pioneer | P25A16E | E3 | 2.5 | 72.8 | 71 | 73.2 | 72.4 | 72.2 | 68.5 | 72.6 | 78.7 | +| 20 | Xitavo | XO 2444E | E3 | 2.4 | 72.3 | 68.7 | 73.1 | 74.3 | 69.2 | 62.7 | 75 | 81.7 | +| 21 | Asgrow | AG27XF4 | RR2XF | 2.7 | 72.2 | 67.1 | 74.4 | 69.6 | 66.7 | 65 | 71.5 | 86.6 | +| 22 | Iowa State | IAS27C3 | Conv | 2.7 | 71.8 | 67.4 | 73.6 | 67.8 | 70.2 | 64.3 | 72.9 | 83.6 | +| 23 | Latham | L 2391 E3 | E3 | 2.3 | 71.7 | 71 | 70.9 | 66.7 | 78.7 | 67.4 | 66.4 | 79 | +| 24 | Cornelius | CB25XF99 | RR2XF | 2.5 | 71.7 | 68.3 | 71.3 | 75.8 | 66 | 63.2 | 70 | 80.7 | +| 25 | Cornelius | CB27XF17 | RR2XF | 2.7 | 71.6 | 69.2 | 72 | 70.9 | 73 | 63.8 | 70.3 | 81.9 | +| 26 | Xitavo | XO 2735E | E3 | 2.7 | 71 | 68 | 72 | 67.3 | 72.9 | 63.7 | 73.3 | 79.1 | +| 27 | NK Seeds | NK23-P1E3 | E3 | 2.3 | 70.8 | 71.7 | 69.5 | 70.3 | 75.9 | 68.9 | 65.9 | 73.7 | +| 28 | Cornelius | CB24XF75 | RR2XF | 2.4 | 70.7 | 69.4 | 70.1 | 71.9 | 71.2 | 64.9 | 68.7 | 76.6 | +| 29 | Dyna-Gro | S23EN05 | E3 | 2.3 | 70.4 | 68.9 | 71.1 | 69.3 | 71.1 | 66.2 | 66.3 | 80.7 | +| 30 | Golden Harvest | GH2775E3 | E3 | 2.7 | 70.1 | 67 | 71.3 | 68.5 | 68.9 | 63.7 | 68.9 | 81.3 | +| 31 | Xitavo | XO 2305E | E3 | 2.3 | 69.1 | 68 | 66.5 | 72.5 | 73.3 | 58.2 | 68.1 | 73.3 | +| 32 | NK Seeds | NK27-J5E3 | E3 | 2.7 | 68.6 | 66.4 | 69.7 | 67.2 | 67.7 | 64.3 | 65.7 | 79.1 | +| 33 | Pioneer | P23A40E | E3 | 2.3 | 68.4 | 63 | 71.7 | 64.1 | 59.3 | 65.5 | 65.4 | 84.3 | +| 34 | Asgrow | AG25XF5 | RR2XF | 2.5 | 68 | 64.2 | 67.9 | 70.2 | 61.9 | 60.5 | 67.1 | 76.3 | +| 35 | Xitavo | XO 2625E | E3 | 2.6 | 66 | 64.1 | 68 | 63.1 | 64.4 | 64.9 | 65.4 | 73.7 | +| 36 | Benson Hill | BH23H228 | Conv | 2.3 | 64.2 | 61.5 | 64.7 | 63.9 | 60.5 | 60.3 | 66.6 | 67.3 | +| 37 | Benson Hill | BH23Q217 | Conv | 2.3 | 63.4 | 61.3 | 63.8 | 60.4 | 65.8 | 57.7 | 66.2 | 67.4 | +| 38 | Benson Hill | BH25C137 | Conv | 2.5 | 62.1 | 59.3 | 63.2 | 64.7 | 55.4 | 57.7 | 61.7 | 70.1 | +| 39 | Legacy Seeds | DF 262 NF | Conv | 2.6 | 60.9 | 57.4 | 63.2 | 53.1 | 61.7 | 57.4 | 63.4 | 68.9 | + +Top 5 by Yield: 27B4 (Viking/Blue River) 76.5, G2480E (Renk) 76.4, 27N07E (Nutech/G2 Genetics) 75.6, 2527E (P3 Genetics) 75.6, 24N05E (Nutech/G2 Genetics) 75.3. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.json b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.json new file mode 100644 index 00000000..06351102 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.json @@ -0,0 +1,542 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2024-central-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District Central", + "district": "Central", + "season": "Full Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Ames", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 72, + "results": [ + { + "rank": 1, + "brand": "Nutech/G2 Genetics", + "product": "30N06E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 76.5, + "WestYield": 73.6, + "EastYield": 77.5, + "Missouri Valley": 77.8, + "Glidden": 72.3, + "Ames": 70.7, + "Keystone": 72.4, + "Clarence": 89.3 + } + }, + { + "rank": 2, + "brand": "Asgrow", + "product": "AG31XF3", + "traits": "RR2XF", + "metrics": { + "MG": 3.1, + "Yield": 75.7, + "WestYield": 72.6, + "EastYield": 76.8, + "Missouri Valley": 72.2, + "Glidden": 77.5, + "Ames": 68.2, + "Keystone": 80, + "Clarence": 82.2 + } + }, + { + "rank": 3, + "brand": "Viking/Blue River", + "product": "30B4", + "traits": "Conv", + "metrics": { + "MG": 3, + "Yield": 75.4, + "WestYield": 75.2, + "EastYield": 73.9, + "Missouri Valley": 76.7, + "Glidden": 79.5, + "Ames": 69.5, + "Keystone": 68, + "Clarence": 84.2 + } + }, + { + "rank": 4, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "E3", + "metrics": { + "MG": 3.2, + "Yield": 74.8, + "WestYield": 70.8, + "EastYield": 77.3, + "Missouri Valley": 67.8, + "Glidden": 77.1, + "Ames": 67.4, + "Keystone": 77, + "Clarence": 87.7 + } + }, + { + "rank": 5, + "brand": "Dyna-Gro", + "product": "S31XF05", + "traits": "RR2XF", + "metrics": { + "MG": 3.1, + "Yield": 74.6, + "WestYield": 70.6, + "EastYield": 75.3, + "Missouri Valley": 76.6, + "Glidden": 69, + "Ames": 66.1, + "Keystone": 76, + "Clarence": 83.7 + } + }, + { + "rank": 6, + "brand": "Dyna-Gro", + "product": "S28XF85", + "traits": "RR2XF", + "metrics": { + "MG": 2.8, + "Yield": 74.5, + "WestYield": 70.4, + "EastYield": 75.9, + "Missouri Valley": 70.1, + "Glidden": 75.6, + "Ames": 65.4, + "Keystone": 73, + "Clarence": 89.4 + } + }, + { + "rank": 7, + "brand": "Nutech/G2 Genetics", + "product": "32N04E", + "traits": "E3", + "metrics": { + "MG": 3.2, + "Yield": 74.5, + "WestYield": 71.5, + "EastYield": 75.9, + "Missouri Valley": 71.6, + "Glidden": 73.1, + "Ames": 69.8, + "Keystone": 71.3, + "Clarence": 86.7 + } + }, + { + "rank": 8, + "brand": "Nutech/G2 Genetics", + "product": "29N05E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 74.3, + "WestYield": 72.6, + "EastYield": 73.5, + "Missouri Valley": 74.3, + "Glidden": 78, + "Ames": 65.4, + "Keystone": 73.3, + "Clarence": 81.8 + } + }, + { + "rank": 9, + "brand": "Dyna-Gro", + "product": "S29ES45", + "traits": "E3S", + "metrics": { + "MG": 2.9, + "Yield": 73.8, + "WestYield": 72.8, + "EastYield": 72.9, + "Missouri Valley": 74.6, + "Glidden": 77.6, + "Ames": 66.3, + "Keystone": 68.7, + "Clarence": 83.7 + } + }, + { + "rank": 10, + "brand": "Golden Harvest", + "product": "GH2925XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.9, + "Yield": 73.6, + "WestYield": 69.1, + "EastYield": 75.8, + "Missouri Valley": 68.5, + "Glidden": 73.8, + "Ames": 65.1, + "Keystone": 77.4, + "Clarence": 84.9 + } + }, + { + "rank": 11, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 73, + "WestYield": 72.2, + "EastYield": 71.1, + "Missouri Valley": 75.4, + "Glidden": 75.7, + "Ames": 65.4, + "Keystone": 64.3, + "Clarence": 83.5 + } + }, + { + "rank": 12, + "brand": "Nutech/G2 Genetics", + "product": "28N03E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 72.9, + "WestYield": 69.6, + "EastYield": 75.6, + "Missouri Valley": 69.7, + "Glidden": 69.1, + "Ames": 70, + "Keystone": 69.1, + "Clarence": 87.7 + } + }, + { + "rank": 13, + "brand": "Iowa State", + "product": "IAS29C1", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 72.9, + "WestYield": 70.3, + "EastYield": 73.3, + "Missouri Valley": 68.8, + "Glidden": 76.6, + "Ames": 65.5, + "Keystone": 74.5, + "Clarence": 80.1 + } + }, + { + "rank": 14, + "brand": "Pioneer", + "product": "P31T64E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 72.7, + "WestYield": 69.5, + "EastYield": 74.9, + "Missouri Valley": 67.7, + "Glidden": 71.9, + "Ames": 69, + "Keystone": 70.6, + "Clarence": 85.2 + } + }, + { + "rank": 15, + "brand": "P3 Genetics", + "product": "2429E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 72.6, + "WestYield": 71, + "EastYield": 74.1, + "Missouri Valley": 66.1, + "Glidden": 75.2, + "Ames": 71.6, + "Keystone": 70.5, + "Clarence": 80.1 + } + }, + { + "rank": 16, + "brand": "Latham", + "product": "L 2871 E3", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 72.5, + "WestYield": 71, + "EastYield": 72.9, + "Missouri Valley": 72.4, + "Glidden": 71.3, + "Ames": 69.2, + "Keystone": 70.7, + "Clarence": 78.8 + } + }, + { + "rank": 17, + "brand": "Iowa State", + "product": "IAS31C2", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 72.4, + "WestYield": 69.2, + "EastYield": 75.8, + "Missouri Valley": 69.9, + "Glidden": 67.4, + "Ames": 70.3, + "Keystone": 73.7, + "Clarence": 83.6 + } + }, + { + "rank": 18, + "brand": "Iowa State", + "product": "IAS29C2", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 71.6, + "WestYield": 68, + "EastYield": 72.7, + "Missouri Valley": 67.5, + "Glidden": 71.8, + "Ames": 64.8, + "Keystone": 72, + "Clarence": 81.3 + } + }, + { + "rank": 19, + "brand": "Asgrow", + "product": "AG28XF3", + "traits": "RR2XF", + "metrics": { + "MG": 2.8, + "Yield": 71.6, + "WestYield": 68.6, + "EastYield": 73.5, + "Missouri Valley": 72.6, + "Glidden": 66.1, + "Ames": 67.1, + "Keystone": 68.7, + "Clarence": 84.8 + } + }, + { + "rank": 20, + "brand": "Latham", + "product": "L 3061 E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 71.4, + "WestYield": 70, + "EastYield": 72.3, + "Missouri Valley": 63.8, + "Glidden": 78.7, + "Ames": 67.6, + "Keystone": 67.9, + "Clarence": 81.3 + } + }, + { + "rank": 21, + "brand": "P3 Genetics", + "product": "2331E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 71.1, + "WestYield": 65.7, + "EastYield": 75.3, + "Missouri Valley": 66.9, + "Glidden": 61.8, + "Ames": 68.4, + "Keystone": 69.5, + "Clarence": 87.9 + } + }, + { + "rank": 22, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 71.1, + "WestYield": 72.2, + "EastYield": 70.9, + "Missouri Valley": 70, + "Glidden": 76.3, + "Ames": 70.5, + "Keystone": 63.6, + "Clarence": 78.7 + } + }, + { + "rank": 23, + "brand": "Cornelius", + "product": "CB29XF44", + "traits": "RR2XF", + "metrics": { + "MG": 2.9, + "Yield": 70.9, + "WestYield": 65.9, + "EastYield": 73.7, + "Missouri Valley": 66.1, + "Glidden": 68.7, + "Ames": 62.8, + "Keystone": 74.3, + "Clarence": 84.1 + } + }, + { + "rank": 24, + "brand": "Latham", + "product": "L 3158 XF", + "traits": "RR2XF", + "metrics": { + "MG": 3.1, + "Yield": 70.4, + "WestYield": 65, + "EastYield": 73.4, + "Missouri Valley": 64.2, + "Glidden": 64.2, + "Ames": 66.7, + "Keystone": 69.9, + "Clarence": 83.5 + } + }, + { + "rank": 25, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 70.2, + "WestYield": 67.7, + "EastYield": 72.5, + "Missouri Valley": 68.1, + "Glidden": 66.8, + "Ames": 68, + "Keystone": 67.8, + "Clarence": 81.7 + } + }, + { + "rank": 26, + "brand": "Pioneer", + "product": "P28A65E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 69.2, + "WestYield": 63.4, + "EastYield": 72.5, + "Missouri Valley": 67.2, + "Glidden": 58, + "Ames": 65, + "Keystone": 68.1, + "Clarence": 84.5 + } + }, + { + "rank": 27, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 68.2, + "WestYield": 64.5, + "EastYield": 70.4, + "Missouri Valley": 66.7, + "Glidden": 59.6, + "Ames": 67.2, + "Keystone": 65.5, + "Clarence": 78.4 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO 2985E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 67, + "WestYield": 62.2, + "EastYield": 71.9, + "Missouri Valley": 63, + "Glidden": 55.7, + "Ames": 68, + "Keystone": 67, + "Clarence": 80.7 + } + }, + { + "rank": 29, + "brand": "Benson Hill", + "product": "e31y806", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 65.4, + "WestYield": 61.7, + "EastYield": 65.9, + "Missouri Valley": 64.9, + "Glidden": 62.2, + "Ames": 58, + "Keystone": 63.3, + "Clarence": 76.6 + } + }, + { + "rank": 30, + "brand": "Benson Hill", + "product": "BH31Q146", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 64.1, + "WestYield": 59.1, + "EastYield": 65.9, + "Missouri Valley": 61.3, + "Glidden": 59.2, + "Ames": 57, + "Keystone": 66.4, + "Clarence": 74.4 + } + } + ], + "n_results": 30, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:56.996237+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.md b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.md new file mode 100644 index 00000000..54b1f778 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-central-full.md @@ -0,0 +1,50 @@ +# Soybean yield trial — Iowa Central District (Full Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** Central +- **Maturity season:** Full Season +- **Year:** 2024 +- **Experiment mean yield:** 72 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Ames, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Missouri Valley | Glidden | Ames | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Nutech/G2 Genetics | 30N06E | E3 | 3 | 76.5 | 73.6 | 77.5 | 77.8 | 72.3 | 70.7 | 72.4 | 89.3 | +| 2 | Asgrow | AG31XF3 | RR2XF | 3.1 | 75.7 | 72.6 | 76.8 | 72.2 | 77.5 | 68.2 | 80 | 82.2 | +| 3 | Viking/Blue River | 30B4 | Conv | 3 | 75.4 | 75.2 | 73.9 | 76.7 | 79.5 | 69.5 | 68 | 84.2 | +| 4 | Xitavo | XO 3224E | E3 | 3.2 | 74.8 | 70.8 | 77.3 | 67.8 | 77.1 | 67.4 | 77 | 87.7 | +| 5 | Dyna-Gro | S31XF05 | RR2XF | 3.1 | 74.6 | 70.6 | 75.3 | 76.6 | 69 | 66.1 | 76 | 83.7 | +| 6 | Dyna-Gro | S28XF85 | RR2XF | 2.8 | 74.5 | 70.4 | 75.9 | 70.1 | 75.6 | 65.4 | 73 | 89.4 | +| 7 | Nutech/G2 Genetics | 32N04E | E3 | 3.2 | 74.5 | 71.5 | 75.9 | 71.6 | 73.1 | 69.8 | 71.3 | 86.7 | +| 8 | Nutech/G2 Genetics | 29N05E | E3 | 2.9 | 74.3 | 72.6 | 73.5 | 74.3 | 78 | 65.4 | 73.3 | 81.8 | +| 9 | Dyna-Gro | S29ES45 | E3S | 2.9 | 73.8 | 72.8 | 72.9 | 74.6 | 77.6 | 66.3 | 68.7 | 83.7 | +| 10 | Golden Harvest | GH2925XF | RR2XF | 2.9 | 73.6 | 69.1 | 75.8 | 68.5 | 73.8 | 65.1 | 77.4 | 84.9 | +| 11 | Xitavo | XO 3014E | E3 | 3 | 73 | 72.2 | 71.1 | 75.4 | 75.7 | 65.4 | 64.3 | 83.5 | +| 12 | Nutech/G2 Genetics | 28N03E | E3 | 2.8 | 72.9 | 69.6 | 75.6 | 69.7 | 69.1 | 70 | 69.1 | 87.7 | +| 13 | Iowa State | IAS29C1 | Conv | 2.9 | 72.9 | 70.3 | 73.3 | 68.8 | 76.6 | 65.5 | 74.5 | 80.1 | +| 14 | Pioneer | P31T64E | E3 | 3.1 | 72.7 | 69.5 | 74.9 | 67.7 | 71.9 | 69 | 70.6 | 85.2 | +| 15 | P3 Genetics | 2429E | E3 | 2.9 | 72.6 | 71 | 74.1 | 66.1 | 75.2 | 71.6 | 70.5 | 80.1 | +| 16 | Latham | L 2871 E3 | E3 | 2.8 | 72.5 | 71 | 72.9 | 72.4 | 71.3 | 69.2 | 70.7 | 78.8 | +| 17 | Iowa State | IAS31C2 | Conv | 3.1 | 72.4 | 69.2 | 75.8 | 69.9 | 67.4 | 70.3 | 73.7 | 83.6 | +| 18 | Iowa State | IAS29C2 | Conv | 2.9 | 71.6 | 68 | 72.7 | 67.5 | 71.8 | 64.8 | 72 | 81.3 | +| 19 | Asgrow | AG28XF3 | RR2XF | 2.8 | 71.6 | 68.6 | 73.5 | 72.6 | 66.1 | 67.1 | 68.7 | 84.8 | +| 20 | Latham | L 3061 E3 | E3 | 3 | 71.4 | 70 | 72.3 | 63.8 | 78.7 | 67.6 | 67.9 | 81.3 | +| 21 | P3 Genetics | 2331E | E3 | 3.1 | 71.1 | 65.7 | 75.3 | 66.9 | 61.8 | 68.4 | 69.5 | 87.9 | +| 22 | Xitavo | XO 3105E | E3 | 3.1 | 71.1 | 72.2 | 70.9 | 70 | 76.3 | 70.5 | 63.6 | 78.7 | +| 23 | Cornelius | CB29XF44 | RR2XF | 2.9 | 70.9 | 65.9 | 73.7 | 66.1 | 68.7 | 62.8 | 74.3 | 84.1 | +| 24 | Latham | L 3158 XF | RR2XF | 3.1 | 70.4 | 65 | 73.4 | 64.2 | 64.2 | 66.7 | 69.9 | 83.5 | +| 25 | Xitavo | XO 2865E | E3 | 2.8 | 70.2 | 67.7 | 72.5 | 68.1 | 66.8 | 68 | 67.8 | 81.7 | +| 26 | Pioneer | P28A65E | E3 | 2.8 | 69.2 | 63.4 | 72.5 | 67.2 | 58 | 65 | 68.1 | 84.5 | +| 27 | Golden Harvest | GH3035E3 | E3 | 3 | 68.2 | 64.5 | 70.4 | 66.7 | 59.6 | 67.2 | 65.5 | 78.4 | +| 28 | Xitavo | XO 2985E | E3 | 2.9 | 67 | 62.2 | 71.9 | 63 | 55.7 | 68 | 67 | 80.7 | +| 29 | Benson Hill | e31y806 | Conv | 3.1 | 65.4 | 61.7 | 65.9 | 64.9 | 62.2 | 58 | 63.3 | 76.6 | +| 30 | Benson Hill | BH31Q146 | Conv | 3.1 | 64.1 | 59.1 | 65.9 | 61.3 | 59.2 | 57 | 66.4 | 74.4 | + +Top 5 by Yield: 30N06E (Nutech/G2 Genetics) 76.5, AG31XF3 (Asgrow) 75.7, 30B4 (Viking/Blue River) 75.4, XO 3224E (Xitavo) 74.8, S31XF05 (Dyna-Gro) 74.6. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.json b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.json new file mode 100644 index 00000000..ab7cbecb --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.json @@ -0,0 +1,695 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2024-north-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District North", + "district": "North", + "season": "Early Season", + "cooperator_sites": [ + "Sutherland", + "Corwith", + "Alexander", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 59.7, + "results": [ + { + "rank": 1, + "brand": "Golden Harvest", + "product": "GH2004XF", + "traits": "RR2XF", + "metrics": { + "MG": 2, + "Yield": 65.3, + "WestYield": 67, + "EastYield": 66.3, + "Sutherland": 75.2, + "Corwith": 55.8, + "Alexander": 69.9, + "Marble Rock": 72.2, + "Oelwein": 56.9 + } + }, + { + "rank": 2, + "brand": "Pioneer", + "product": "P21A53E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 65.1, + "WestYield": 65.7, + "EastYield": 65.4, + "Sutherland": 71.7, + "Corwith": 58.7, + "Alexander": 66.8, + "Marble Rock": 69.9, + "Oelwein": 59.4 + } + }, + { + "rank": 3, + "brand": "Nutech/G2 Genetics", + "product": "21N08E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 64.1, + "WestYield": 64, + "EastYield": 64, + "Sutherland": 71.3, + "Corwith": 57.1, + "Alexander": 63.6, + "Marble Rock": 68, + "Oelwein": 60.6 + } + }, + { + "rank": 4, + "brand": "Golden Harvest", + "product": "GH2292E3", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 63.6, + "WestYield": 65.5, + "EastYield": 62.4, + "Sutherland": 71.3, + "Corwith": 59.3, + "Alexander": 65.8, + "Marble Rock": 69.1, + "Oelwein": 52.3 + } + }, + { + "rank": 5, + "brand": "Nutech/G2 Genetics", + "product": "22N04E", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 63.5, + "WestYield": 60.7, + "EastYield": 65.1, + "Sutherland": 69.5, + "Corwith": 52.1, + "Alexander": 60.4, + "Marble Rock": 76.1, + "Oelwein": 58.8 + } + }, + { + "rank": 6, + "brand": "Viking/Blue River", + "product": "2022N", + "traits": "Conv", + "metrics": { + "MG": 2, + "Yield": 63, + "WestYield": 61.9, + "EastYield": 65.2, + "Sutherland": 70.7, + "Corwith": 49.8, + "Alexander": 65.3, + "Marble Rock": 72.4, + "Oelwein": 58 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG22XF3", + "traits": "RR2XF", + "metrics": { + "MG": 2.2, + "Yield": 62, + "WestYield": 62.5, + "EastYield": 62, + "Sutherland": 72, + "Corwith": 52.3, + "Alexander": 63.1, + "Marble Rock": 69.5, + "Oelwein": 53.2 + } + }, + { + "rank": 8, + "brand": "P3 Genetics", + "product": "2322E", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 61.8, + "WestYield": 61.9, + "EastYield": 61.9, + "Sutherland": 68.6, + "Corwith": 54.5, + "Alexander": 62.6, + "Marble Rock": 70.6, + "Oelwein": 52.5 + } + }, + { + "rank": 9, + "brand": "Renk", + "product": "G1980E", + "traits": "E3", + "metrics": { + "MG": 1.9, + "Yield": 61.4, + "WestYield": 62.5, + "EastYield": 61.9, + "Sutherland": 69.1, + "Corwith": 52.7, + "Alexander": 65.6, + "Marble Rock": 65.6, + "Oelwein": 54.4 + } + }, + { + "rank": 10, + "brand": "Latham", + "product": "L 1881 E3", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 61.1, + "WestYield": 61.2, + "EastYield": 61.6, + "Sutherland": 65.8, + "Corwith": 53.6, + "Alexander": 64, + "Marble Rock": 65.2, + "Oelwein": 55.6 + } + }, + { + "rank": 11, + "brand": "LOYAL BRAND", + "product": "L2070E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 61.1, + "WestYield": 61, + "EastYield": 61, + "Sutherland": 68.9, + "Corwith": 54.3, + "Alexander": 59.8, + "Marble Rock": 68.7, + "Oelwein": 54.6 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG20XF4", + "traits": "RR2XF", + "metrics": { + "MG": 2, + "Yield": 61, + "WestYield": 61.9, + "EastYield": 61.1, + "Sutherland": 69.3, + "Corwith": 53.8, + "Alexander": 62.5, + "Marble Rock": 66.1, + "Oelwein": 54.9 + } + }, + { + "rank": 13, + "brand": "Nutech/G2 Genetics", + "product": "20N06E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 61, + "WestYield": 60.6, + "EastYield": 61.9, + "Sutherland": 68.5, + "Corwith": 51.1, + "Alexander": 62.1, + "Marble Rock": 65, + "Oelwein": 58.5 + } + }, + { + "rank": 14, + "brand": "Latham", + "product": "L 1721 E3", + "traits": "E3", + "metrics": { + "MG": 1.7, + "Yield": 60.8, + "WestYield": 59.9, + "EastYield": 62.8, + "Sutherland": 60.9, + "Corwith": 55, + "Alexander": 63.9, + "Marble Rock": 71.5, + "Oelwein": 53.1 + } + }, + { + "rank": 15, + "brand": "P3 Genetics", + "product": "2419E", + "traits": "E3", + "metrics": { + "MG": 1.9, + "Yield": 60.7, + "WestYield": 61.3, + "EastYield": 60.4, + "Sutherland": 71.9, + "Corwith": 52, + "Alexander": 59.8, + "Marble Rock": 69.9, + "Oelwein": 51.6 + } + }, + { + "rank": 16, + "brand": "Viking/Blue River", + "product": "19B5", + "traits": "Conv", + "metrics": { + "MG": 1.9, + "Yield": 60.2, + "WestYield": 59.3, + "EastYield": 60.5, + "Sutherland": 65.2, + "Corwith": 54.1, + "Alexander": 58.6, + "Marble Rock": 68, + "Oelwein": 55 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "S22XF95", + "traits": "RR2XF", + "metrics": { + "MG": 2.2, + "Yield": 60, + "WestYield": 61.5, + "EastYield": 58.8, + "Sutherland": 72.9, + "Corwith": 52.2, + "Alexander": 59.3, + "Marble Rock": 63.4, + "Oelwein": 53.6 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 1822E", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 60, + "WestYield": 58.9, + "EastYield": 61.3, + "Sutherland": 68.1, + "Corwith": 47.4, + "Alexander": 61.4, + "Marble Rock": 66, + "Oelwein": 56.4 + } + }, + { + "rank": 19, + "brand": "Xitavo", + "product": "XO 2075E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 59.9, + "WestYield": 59.1, + "EastYield": 59.5, + "Sutherland": 68.4, + "Corwith": 52.4, + "Alexander": 56.5, + "Marble Rock": 69.1, + "Oelwein": 52.9 + } + }, + { + "rank": 20, + "brand": "Nutech/G2 Genetics", + "product": "17N02E", + "traits": "E3", + "metrics": { + "MG": 1.7, + "Yield": 59.9, + "WestYield": 60.7, + "EastYield": 60.4, + "Sutherland": 66.6, + "Corwith": 51.7, + "Alexander": 63.7, + "Marble Rock": 65.3, + "Oelwein": 52.2 + } + }, + { + "rank": 21, + "brand": "P3 Genetics", + "product": "2520E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 59.8, + "WestYield": 60.8, + "EastYield": 59, + "Sutherland": 68, + "Corwith": 55.2, + "Alexander": 59.2, + "Marble Rock": 61.9, + "Oelwein": 56 + } + }, + { + "rank": 22, + "brand": "Viking/Blue River", + "product": "2155N", + "traits": "Conv", + "metrics": { + "MG": 2.1, + "Yield": 59.8, + "WestYield": 59.8, + "EastYield": 61.4, + "Sutherland": 66, + "Corwith": 48.2, + "Alexander": 65.2, + "Marble Rock": 64.8, + "Oelwein": 54.3 + } + }, + { + "rank": 23, + "brand": "Latham", + "product": "L 2053 E3", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 59.6, + "WestYield": 60.2, + "EastYield": 60.3, + "Sutherland": 67, + "Corwith": 52.4, + "Alexander": 61.2, + "Marble Rock": 68.7, + "Oelwein": 51.1 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "S18EN35", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 59.6, + "WestYield": 60.4, + "EastYield": 62, + "Sutherland": 69.4, + "Corwith": 44.8, + "Alexander": 67.2, + "Marble Rock": 68.5, + "Oelwein": 50.3 + } + }, + { + "rank": 25, + "brand": "Cornelius", + "product": "CB18XF88", + "traits": "RR2XF", + "metrics": { + "MG": 1.8, + "Yield": 59.5, + "WestYield": 61.9, + "EastYield": 58.7, + "Sutherland": 73.8, + "Corwith": 50, + "Alexander": 62, + "Marble Rock": 65.4, + "Oelwein": 48.8 + } + }, + { + "rank": 26, + "brand": "Cornelius", + "product": "CB20XF39", + "traits": "RR2XF", + "metrics": { + "MG": 2, + "Yield": 59.5, + "WestYield": 60.2, + "EastYield": 59.2, + "Sutherland": 73.2, + "Corwith": 45.5, + "Alexander": 61.9, + "Marble Rock": 70.2, + "Oelwein": 45.5 + } + }, + { + "rank": 27, + "brand": "LOYAL BRAND", + "product": "L1860E", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 59.4, + "WestYield": 58.1, + "EastYield": 60.8, + "Sutherland": 67.3, + "Corwith": 48.1, + "Alexander": 58.9, + "Marble Rock": 68.8, + "Oelwein": 54.7 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO 1632E", + "traits": "E3", + "metrics": { + "MG": 1.6, + "Yield": 59.1, + "WestYield": 59.8, + "EastYield": 60, + "Sutherland": 66.8, + "Corwith": 47.6, + "Alexander": 64.8, + "Marble Rock": 65.3, + "Oelwein": 49.8 + } + }, + { + "rank": 29, + "brand": "P3 Genetics", + "product": "2218E", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 59, + "WestYield": 60.5, + "EastYield": 58.1, + "Sutherland": 68.4, + "Corwith": 53, + "Alexander": 60.2, + "Marble Rock": 62, + "Oelwein": 52.3 + } + }, + { + "rank": 30, + "brand": "Renk", + "product": "G2180E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 58.8, + "WestYield": 58.9, + "EastYield": 60.4, + "Sutherland": 64.1, + "Corwith": 47.6, + "Alexander": 65.1, + "Marble Rock": 60.5, + "Oelwein": 55.6 + } + }, + { + "rank": 31, + "brand": "Xitavo", + "product": "XO 1545E", + "traits": "E3", + "metrics": { + "MG": 1.5, + "Yield": 58.2, + "WestYield": 58.7, + "EastYield": 59, + "Sutherland": 66.3, + "Corwith": 46.9, + "Alexander": 62.9, + "Marble Rock": 60.9, + "Oelwein": 53.2 + } + }, + { + "rank": 32, + "brand": "Renk", + "product": "G2090E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 58.1, + "WestYield": 58.4, + "EastYield": 59.6, + "Sutherland": 65.6, + "Corwith": 48.2, + "Alexander": 61.6, + "Marble Rock": 64.6, + "Oelwein": 52.6 + } + }, + { + "rank": 33, + "brand": "LOYAL BRAND", + "product": "L2160E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 57.8, + "WestYield": 57.4, + "EastYield": 59.1, + "Sutherland": 64.4, + "Corwith": 47.1, + "Alexander": 60.7, + "Marble Rock": 65.4, + "Oelwein": 51.1 + } + }, + { + "rank": 34, + "brand": "Dyna-Gro", + "product": "S19XF45", + "traits": "RR2XF", + "metrics": { + "MG": 1.9, + "Yield": 57.1, + "WestYield": 59.7, + "EastYield": 55.5, + "Sutherland": 73.3, + "Corwith": 46.5, + "Alexander": 59.5, + "Marble Rock": 63, + "Oelwein": 44 + } + }, + { + "rank": 35, + "brand": "Golden Harvest", + "product": "GH1875E3", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 56, + "WestYield": 56.6, + "EastYield": 56.2, + "Sutherland": 63.4, + "Corwith": 49.1, + "Alexander": 57.4, + "Marble Rock": 58.3, + "Oelwein": 52.9 + } + }, + { + "rank": 36, + "brand": "Pioneer", + "product": "P18A73E", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 55.9, + "WestYield": 57.3, + "EastYield": 57.7, + "Sutherland": 60.7, + "Corwith": 47.7, + "Alexander": 63.5, + "Marble Rock": 57.5, + "Oelwein": 52.1 + } + }, + { + "rank": 37, + "brand": "Benson Hill", + "product": "BH22Q201", + "traits": "Conv", + "metrics": { + "MG": 2.2, + "Yield": 53.1, + "WestYield": 53.2, + "EastYield": 52.4, + "Sutherland": 61.6, + "Corwith": 46.1, + "Alexander": 52, + "Marble Rock": 58.9, + "Oelwein": 46.3 + } + }, + { + "rank": 38, + "brand": "Benson Hill", + "product": "e21y989", + "traits": "Conv", + "metrics": { + "MG": 2.1, + "Yield": 52.5, + "WestYield": 53.7, + "EastYield": 52, + "Sutherland": 66.4, + "Corwith": 40.7, + "Alexander": 54.1, + "Marble Rock": 52.3, + "Oelwein": 49.7 + } + }, + { + "rank": 39, + "brand": "Benson Hill", + "product": "e17y993", + "traits": "Conv", + "metrics": { + "MG": 1.7, + "Yield": 50.1, + "WestYield": 48, + "EastYield": 51.3, + "Sutherland": 59.2, + "Corwith": 37, + "Alexander": 48, + "Marble Rock": 58.7, + "Oelwein": 47.1 + } + } + ], + "n_results": 39, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:45.034478+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.md b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.md new file mode 100644 index 00000000..9cd87787 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-early.md @@ -0,0 +1,59 @@ +# Soybean yield trial — Iowa North District (Early Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** North +- **Maturity season:** Early Season +- **Year:** 2024 +- **Experiment mean yield:** 59.7 bu/a +- **Cooperator sites:** Sutherland, Corwith, Alexander, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Sutherland | Corwith | Alexander | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Golden Harvest | GH2004XF | RR2XF | 2 | 65.3 | 67 | 66.3 | 75.2 | 55.8 | 69.9 | 72.2 | 56.9 | +| 2 | Pioneer | P21A53E | E3 | 2.1 | 65.1 | 65.7 | 65.4 | 71.7 | 58.7 | 66.8 | 69.9 | 59.4 | +| 3 | Nutech/G2 Genetics | 21N08E | E3 | 2.1 | 64.1 | 64 | 64 | 71.3 | 57.1 | 63.6 | 68 | 60.6 | +| 4 | Golden Harvest | GH2292E3 | E3 | 2.2 | 63.6 | 65.5 | 62.4 | 71.3 | 59.3 | 65.8 | 69.1 | 52.3 | +| 5 | Nutech/G2 Genetics | 22N04E | E3 | 2.2 | 63.5 | 60.7 | 65.1 | 69.5 | 52.1 | 60.4 | 76.1 | 58.8 | +| 6 | Viking/Blue River | 2022N | Conv | 2 | 63 | 61.9 | 65.2 | 70.7 | 49.8 | 65.3 | 72.4 | 58 | +| 7 | Asgrow | AG22XF3 | RR2XF | 2.2 | 62 | 62.5 | 62 | 72 | 52.3 | 63.1 | 69.5 | 53.2 | +| 8 | P3 Genetics | 2322E | E3 | 2.2 | 61.8 | 61.9 | 61.9 | 68.6 | 54.5 | 62.6 | 70.6 | 52.5 | +| 9 | Renk | G1980E | E3 | 1.9 | 61.4 | 62.5 | 61.9 | 69.1 | 52.7 | 65.6 | 65.6 | 54.4 | +| 10 | Latham | L 1881 E3 | E3 | 1.8 | 61.1 | 61.2 | 61.6 | 65.8 | 53.6 | 64 | 65.2 | 55.6 | +| 11 | LOYAL BRAND | L2070E | E3 | 2 | 61.1 | 61 | 61 | 68.9 | 54.3 | 59.8 | 68.7 | 54.6 | +| 12 | Asgrow | AG20XF4 | RR2XF | 2 | 61 | 61.9 | 61.1 | 69.3 | 53.8 | 62.5 | 66.1 | 54.9 | +| 13 | Nutech/G2 Genetics | 20N06E | E3 | 2 | 61 | 60.6 | 61.9 | 68.5 | 51.1 | 62.1 | 65 | 58.5 | +| 14 | Latham | L 1721 E3 | E3 | 1.7 | 60.8 | 59.9 | 62.8 | 60.9 | 55 | 63.9 | 71.5 | 53.1 | +| 15 | P3 Genetics | 2419E | E3 | 1.9 | 60.7 | 61.3 | 60.4 | 71.9 | 52 | 59.8 | 69.9 | 51.6 | +| 16 | Viking/Blue River | 19B5 | Conv | 1.9 | 60.2 | 59.3 | 60.5 | 65.2 | 54.1 | 58.6 | 68 | 55 | +| 17 | Dyna-Gro | S22XF95 | RR2XF | 2.2 | 60 | 61.5 | 58.8 | 72.9 | 52.2 | 59.3 | 63.4 | 53.6 | +| 18 | Xitavo | XO 1822E | E3 | 1.8 | 60 | 58.9 | 61.3 | 68.1 | 47.4 | 61.4 | 66 | 56.4 | +| 19 | Xitavo | XO 2075E | E3 | 2 | 59.9 | 59.1 | 59.5 | 68.4 | 52.4 | 56.5 | 69.1 | 52.9 | +| 20 | Nutech/G2 Genetics | 17N02E | E3 | 1.7 | 59.9 | 60.7 | 60.4 | 66.6 | 51.7 | 63.7 | 65.3 | 52.2 | +| 21 | P3 Genetics | 2520E | E3 | 2 | 59.8 | 60.8 | 59 | 68 | 55.2 | 59.2 | 61.9 | 56 | +| 22 | Viking/Blue River | 2155N | Conv | 2.1 | 59.8 | 59.8 | 61.4 | 66 | 48.2 | 65.2 | 64.8 | 54.3 | +| 23 | Latham | L 2053 E3 | E3 | 2 | 59.6 | 60.2 | 60.3 | 67 | 52.4 | 61.2 | 68.7 | 51.1 | +| 24 | Dyna-Gro | S18EN35 | E3 | 1.8 | 59.6 | 60.4 | 62 | 69.4 | 44.8 | 67.2 | 68.5 | 50.3 | +| 25 | Cornelius | CB18XF88 | RR2XF | 1.8 | 59.5 | 61.9 | 58.7 | 73.8 | 50 | 62 | 65.4 | 48.8 | +| 26 | Cornelius | CB20XF39 | RR2XF | 2 | 59.5 | 60.2 | 59.2 | 73.2 | 45.5 | 61.9 | 70.2 | 45.5 | +| 27 | LOYAL BRAND | L1860E | E3 | 1.8 | 59.4 | 58.1 | 60.8 | 67.3 | 48.1 | 58.9 | 68.8 | 54.7 | +| 28 | Xitavo | XO 1632E | E3 | 1.6 | 59.1 | 59.8 | 60 | 66.8 | 47.6 | 64.8 | 65.3 | 49.8 | +| 29 | P3 Genetics | 2218E | E3 | 1.8 | 59 | 60.5 | 58.1 | 68.4 | 53 | 60.2 | 62 | 52.3 | +| 30 | Renk | G2180E | E3 | 2.1 | 58.8 | 58.9 | 60.4 | 64.1 | 47.6 | 65.1 | 60.5 | 55.6 | +| 31 | Xitavo | XO 1545E | E3 | 1.5 | 58.2 | 58.7 | 59 | 66.3 | 46.9 | 62.9 | 60.9 | 53.2 | +| 32 | Renk | G2090E | E3 | 2 | 58.1 | 58.4 | 59.6 | 65.6 | 48.2 | 61.6 | 64.6 | 52.6 | +| 33 | LOYAL BRAND | L2160E | E3 | 2.1 | 57.8 | 57.4 | 59.1 | 64.4 | 47.1 | 60.7 | 65.4 | 51.1 | +| 34 | Dyna-Gro | S19XF45 | RR2XF | 1.9 | 57.1 | 59.7 | 55.5 | 73.3 | 46.5 | 59.5 | 63 | 44 | +| 35 | Golden Harvest | GH1875E3 | E3 | 1.8 | 56 | 56.6 | 56.2 | 63.4 | 49.1 | 57.4 | 58.3 | 52.9 | +| 36 | Pioneer | P18A73E | E3 | 1.8 | 55.9 | 57.3 | 57.7 | 60.7 | 47.7 | 63.5 | 57.5 | 52.1 | +| 37 | Benson Hill | BH22Q201 | Conv | 2.2 | 53.1 | 53.2 | 52.4 | 61.6 | 46.1 | 52 | 58.9 | 46.3 | +| 38 | Benson Hill | e21y989 | Conv | 2.1 | 52.5 | 53.7 | 52 | 66.4 | 40.7 | 54.1 | 52.3 | 49.7 | +| 39 | Benson Hill | e17y993 | Conv | 1.7 | 50.1 | 48 | 51.3 | 59.2 | 37 | 48 | 58.7 | 47.1 | + +Top 5 by Yield: GH2004XF (Golden Harvest) 65.3, P21A53E (Pioneer) 65.1, 21N08E (Nutech/G2 Genetics) 64.1, GH2292E3 (Golden Harvest) 63.6, 22N04E (Nutech/G2 Genetics) 63.5. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.json b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.json new file mode 100644 index 00000000..ed1c11f8 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.json @@ -0,0 +1,644 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2024-north-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District North", + "district": "North", + "season": "Full Season", + "cooperator_sites": [ + "Sutherland", + "Corwith", + "Alexander", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 62.2, + "results": [ + { + "rank": 1, + "brand": "Nutech/G2 Genetics", + "product": "26N08E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 69.2, + "WestYield": 67.9, + "EastYield": 70.5, + "Sutherland": 75.7, + "Corwith": 58.7, + "Alexander": 69.3, + "Marble Rock": 76.8, + "Oelwein": 65.3 + } + }, + { + "rank": 2, + "brand": "Latham", + "product": "L 2391 E3", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 66.7, + "WestYield": 67, + "EastYield": 66.2, + "Sutherland": 73.7, + "Corwith": 60.6, + "Alexander": 66.7, + "Marble Rock": 71.9, + "Oelwein": 60 + } + }, + { + "rank": 3, + "brand": "Asgrow", + "product": "AG27XF4", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 66.7, + "WestYield": 66.8, + "EastYield": 66.3, + "Sutherland": 73.7, + "Corwith": 62.9, + "Alexander": 63.8, + "Marble Rock": 71.7, + "Oelwein": 63.3 + } + }, + { + "rank": 4, + "brand": "LOYAL BRAND", + "product": "L2560E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 66.5, + "WestYield": 67.2, + "EastYield": 66.9, + "Sutherland": 72.3, + "Corwith": 60.5, + "Alexander": 69, + "Marble Rock": 74.2, + "Oelwein": 57.4 + } + }, + { + "rank": 5, + "brand": "Renk", + "product": "RS255NXF", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 65.8, + "WestYield": 65.5, + "EastYield": 65.1, + "Sutherland": 74.9, + "Corwith": 57.9, + "Alexander": 63.6, + "Marble Rock": 76.5, + "Oelwein": 55.3 + } + }, + { + "rank": 6, + "brand": "Renk", + "product": "G2480E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 65.5, + "WestYield": 66.4, + "EastYield": 64.7, + "Sutherland": 72.3, + "Corwith": 59.8, + "Alexander": 67.2, + "Marble Rock": 64.1, + "Oelwein": 62.9 + } + }, + { + "rank": 7, + "brand": "Nutech/G2 Genetics", + "product": "25N05E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 65.2, + "WestYield": 65.5, + "EastYield": 65, + "Sutherland": 71.6, + "Corwith": 59.8, + "Alexander": 65.1, + "Marble Rock": 69.4, + "Oelwein": 60.5 + } + }, + { + "rank": 8, + "brand": "Viking/Blue River", + "product": "27B4", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 64.6, + "WestYield": 63.6, + "EastYield": 64.1, + "Sutherland": 68, + "Corwith": 62.3, + "Alexander": 60.6, + "Marble Rock": 72.2, + "Oelwein": 59.7 + } + }, + { + "rank": 9, + "brand": "Latham", + "product": "L 2551 E3", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 64.6, + "WestYield": 64.6, + "EastYield": 64.3, + "Sutherland": 73, + "Corwith": 58.2, + "Alexander": 62.5, + "Marble Rock": 72.7, + "Oelwein": 57.6 + } + }, + { + "rank": 10, + "brand": "Nutech/G2 Genetics", + "product": "27N03E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 64.4, + "WestYield": 65.2, + "EastYield": 63.7, + "Sutherland": 72.5, + "Corwith": 58.4, + "Alexander": 64.6, + "Marble Rock": 70.2, + "Oelwein": 56.3 + } + }, + { + "rank": 11, + "brand": "Renk", + "product": "G2570ES", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 64.3, + "WestYield": 66, + "EastYield": 63.4, + "Sutherland": 75.3, + "Corwith": 57.6, + "Alexander": 65.3, + "Marble Rock": 70.9, + "Oelwein": 54 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 64.2, + "WestYield": 66.5, + "EastYield": 62.3, + "Sutherland": 74.6, + "Corwith": 60.2, + "Alexander": 64.6, + "Marble Rock": 68.7, + "Oelwein": 53.8 + } + }, + { + "rank": 13, + "brand": "Nutech/G2 Genetics", + "product": "27N07E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 63.8, + "WestYield": 63.5, + "EastYield": 63.8, + "Sutherland": 70.4, + "Corwith": 57.3, + "Alexander": 62.8, + "Marble Rock": 73.5, + "Oelwein": 55.1 + } + }, + { + "rank": 14, + "brand": "P3 Genetics", + "product": "2424E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 63.6, + "WestYield": 63.4, + "EastYield": 62.1, + "Sutherland": 70.8, + "Corwith": 59.6, + "Alexander": 59.8, + "Marble Rock": 72.8, + "Oelwein": 53.8 + } + }, + { + "rank": 15, + "brand": "Nutech/G2 Genetics", + "product": "24N05E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 63.3, + "WestYield": 63.9, + "EastYield": 63.9, + "Sutherland": 67.4, + "Corwith": 58.4, + "Alexander": 65.9, + "Marble Rock": 69.2, + "Oelwein": 56.5 + } + }, + { + "rank": 16, + "brand": "Cornelius", + "product": "CB22XF52", + "traits": "RR2XF", + "metrics": { + "MG": 2.2, + "Yield": 63, + "WestYield": 62.4, + "EastYield": 64.7, + "Sutherland": 72.7, + "Corwith": 49.4, + "Alexander": 65, + "Marble Rock": 75.5, + "Oelwein": 53.7 + } + }, + { + "rank": 17, + "brand": "Iowa State", + "product": "IAS27C1", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 62.8, + "WestYield": 61.8, + "EastYield": 63.3, + "Sutherland": 68.3, + "Corwith": 56.1, + "Alexander": 61.1, + "Marble Rock": 70.9, + "Oelwein": 57.8 + } + }, + { + "rank": 18, + "brand": "Viking/Blue River", + "product": "2418N", + "traits": "Conv", + "metrics": { + "MG": 2.4, + "Yield": 62.6, + "WestYield": 62.7, + "EastYield": 61.8, + "Sutherland": 70.3, + "Corwith": 55.2, + "Alexander": 62.7, + "Marble Rock": 67.5, + "Oelwein": 55.1 + } + }, + { + "rank": 19, + "brand": "Renk", + "product": "G2790E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 62, + "WestYield": 62.2, + "EastYield": 59.9, + "Sutherland": 70.4, + "Corwith": 58.5, + "Alexander": 57.8, + "Marble Rock": 67.5, + "Oelwein": 54.4 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P23A40E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 61.9, + "WestYield": 62.6, + "EastYield": 61.6, + "Sutherland": 69.8, + "Corwith": 53.7, + "Alexander": 64.2, + "Marble Rock": 66.5, + "Oelwein": 54.3 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 61.7, + "WestYield": 62.6, + "EastYield": 61.6, + "Sutherland": 69.7, + "Corwith": 52.7, + "Alexander": 65.5, + "Marble Rock": 66.1, + "Oelwein": 53.1 + } + }, + { + "rank": 22, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 61.5, + "WestYield": 63.4, + "EastYield": 60.1, + "Sutherland": 73, + "Corwith": 55.1, + "Alexander": 62.1, + "Marble Rock": 63.4, + "Oelwein": 54.8 + } + }, + { + "rank": 23, + "brand": "Benson Hill", + "product": "BH23H228", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 61, + "WestYield": 62.6, + "EastYield": 61.8, + "Sutherland": 69.2, + "Corwith": 52.1, + "Alexander": 66.6, + "Marble Rock": 63.3, + "Oelwein": 55.6 + } + }, + { + "rank": 24, + "brand": "Viking/Blue River", + "product": "23B5", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 60.9, + "WestYield": 59.2, + "EastYield": 62.7, + "Sutherland": 69.4, + "Corwith": 47.5, + "Alexander": 60.7, + "Marble Rock": 71.9, + "Oelwein": 55.6 + } + }, + { + "rank": 25, + "brand": "Xitavo", + "product": "XO 2444E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 60.8, + "WestYield": 61.5, + "EastYield": 61.1, + "Sutherland": 68.9, + "Corwith": 52.2, + "Alexander": 63.4, + "Marble Rock": 67.3, + "Oelwein": 52.6 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO 2305E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 60.4, + "WestYield": 61.7, + "EastYield": 58.8, + "Sutherland": 71, + "Corwith": 55.6, + "Alexander": 58.5, + "Marble Rock": 67.5, + "Oelwein": 50.4 + } + }, + { + "rank": 27, + "brand": "LOYAL BRAND", + "product": "L2370E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 60.2, + "WestYield": 61.1, + "EastYield": 58.4, + "Sutherland": 71.2, + "Corwith": 53.2, + "Alexander": 58.9, + "Marble Rock": 67.9, + "Oelwein": 48.6 + } + }, + { + "rank": 28, + "brand": "Iowa State", + "product": "IAS25C2", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 60, + "WestYield": 58.9, + "EastYield": 59, + "Sutherland": 65.2, + "Corwith": 57.9, + "Alexander": 53.7, + "Marble Rock": 67.6, + "Oelwein": 55.7 + } + }, + { + "rank": 29, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 59.3, + "WestYield": 61.1, + "EastYield": 57, + "Sutherland": 71.1, + "Corwith": 53.5, + "Alexander": 58.6, + "Marble Rock": 67.7, + "Oelwein": 44.7 + } + }, + { + "rank": 30, + "brand": "P3 Genetics", + "product": "2523E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 58.5, + "WestYield": 59.3, + "EastYield": 57.3, + "Sutherland": 68.7, + "Corwith": 52.2, + "Alexander": 57.1, + "Marble Rock": 65.4, + "Oelwein": 49.3 + } + }, + { + "rank": 31, + "brand": "Iowa State", + "product": "IAS27C3", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 58.3, + "WestYield": 59.7, + "EastYield": 57.7, + "Sutherland": 69.1, + "Corwith": 49.7, + "Alexander": 60.3, + "Marble Rock": 62.1, + "Oelwein": 50.6 + } + }, + { + "rank": 32, + "brand": "Benson Hill", + "product": "BH25C137", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 57.5, + "WestYield": 57.9, + "EastYield": 58.2, + "Sutherland": 66.4, + "Corwith": 45.9, + "Alexander": 61.3, + "Marble Rock": 64, + "Oelwein": 49.2 + } + }, + { + "rank": 33, + "brand": "Renk", + "product": "G2390E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 57.3, + "WestYield": 57.3, + "EastYield": 57.7, + "Sutherland": 64.8, + "Corwith": 49.1, + "Alexander": 58.1, + "Marble Rock": 64.2, + "Oelwein": 50.7 + } + }, + { + "rank": 34, + "brand": "Xitavo", + "product": "XO 2735E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 56.9, + "WestYield": 56.4, + "EastYield": 56.9, + "Sutherland": 65.2, + "Corwith": 49.5, + "Alexander": 54.6, + "Marble Rock": 68.4, + "Oelwein": 47.9 + } + }, + { + "rank": 35, + "brand": "Legacy Seeds", + "product": "DF 262 NF", + "traits": "Conv", + "metrics": { + "MG": 2.6, + "Yield": 55.9, + "WestYield": 56.2, + "EastYield": 57.4, + "Sutherland": 61.6, + "Corwith": 45, + "Alexander": 61.9, + "Marble Rock": 61.2, + "Oelwein": 49.1 + } + }, + { + "rank": 36, + "brand": "Xitavo", + "product": "XO 2625E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 55.1, + "WestYield": 56.6, + "EastYield": 51.6, + "Sutherland": 66.8, + "Corwith": 53.5, + "Alexander": 49.5, + "Marble Rock": 57.2, + "Oelwein": 48.2 + } + } + ], + "n_results": 36, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:12:48.999564+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.md b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.md new file mode 100644 index 00000000..73093564 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-north-full.md @@ -0,0 +1,56 @@ +# Soybean yield trial — Iowa North District (Full Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** North +- **Maturity season:** Full Season +- **Year:** 2024 +- **Experiment mean yield:** 62.2 bu/a +- **Cooperator sites:** Sutherland, Corwith, Alexander, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Sutherland | Corwith | Alexander | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Nutech/G2 Genetics | 26N08E | E3 | 2.6 | 69.2 | 67.9 | 70.5 | 75.7 | 58.7 | 69.3 | 76.8 | 65.3 | +| 2 | Latham | L 2391 E3 | E3 | 2.3 | 66.7 | 67 | 66.2 | 73.7 | 60.6 | 66.7 | 71.9 | 60 | +| 3 | Asgrow | AG27XF4 | RR2XF | 2.7 | 66.7 | 66.8 | 66.3 | 73.7 | 62.9 | 63.8 | 71.7 | 63.3 | +| 4 | LOYAL BRAND | L2560E | E3 | 2.5 | 66.5 | 67.2 | 66.9 | 72.3 | 60.5 | 69 | 74.2 | 57.4 | +| 5 | Renk | RS255NXF | RR2XF | 2.5 | 65.8 | 65.5 | 65.1 | 74.9 | 57.9 | 63.6 | 76.5 | 55.3 | +| 6 | Renk | G2480E | E3 | 2.4 | 65.5 | 66.4 | 64.7 | 72.3 | 59.8 | 67.2 | 64.1 | 62.9 | +| 7 | Nutech/G2 Genetics | 25N05E | E3 | 2.5 | 65.2 | 65.5 | 65 | 71.6 | 59.8 | 65.1 | 69.4 | 60.5 | +| 8 | Viking/Blue River | 27B4 | Conv | 2.7 | 64.6 | 63.6 | 64.1 | 68 | 62.3 | 60.6 | 72.2 | 59.7 | +| 9 | Latham | L 2551 E3 | E3 | 2.5 | 64.6 | 64.6 | 64.3 | 73 | 58.2 | 62.5 | 72.7 | 57.6 | +| 10 | Nutech/G2 Genetics | 27N03E | E3 | 2.7 | 64.4 | 65.2 | 63.7 | 72.5 | 58.4 | 64.6 | 70.2 | 56.3 | +| 11 | Renk | G2570ES | E3 | 2.5 | 64.3 | 66 | 63.4 | 75.3 | 57.6 | 65.3 | 70.9 | 54 | +| 12 | Golden Harvest | GH2315E3 | E3 | 2.3 | 64.2 | 66.5 | 62.3 | 74.6 | 60.2 | 64.6 | 68.7 | 53.8 | +| 13 | Nutech/G2 Genetics | 27N07E | E3 | 2.7 | 63.8 | 63.5 | 63.8 | 70.4 | 57.3 | 62.8 | 73.5 | 55.1 | +| 14 | P3 Genetics | 2424E | E3 | 2.4 | 63.6 | 63.4 | 62.1 | 70.8 | 59.6 | 59.8 | 72.8 | 53.8 | +| 15 | Nutech/G2 Genetics | 24N05E | E3 | 2.4 | 63.3 | 63.9 | 63.9 | 67.4 | 58.4 | 65.9 | 69.2 | 56.5 | +| 16 | Cornelius | CB22XF52 | RR2XF | 2.2 | 63 | 62.4 | 64.7 | 72.7 | 49.4 | 65 | 75.5 | 53.7 | +| 17 | Iowa State | IAS27C1 | Conv | 2.7 | 62.8 | 61.8 | 63.3 | 68.3 | 56.1 | 61.1 | 70.9 | 57.8 | +| 18 | Viking/Blue River | 2418N | Conv | 2.4 | 62.6 | 62.7 | 61.8 | 70.3 | 55.2 | 62.7 | 67.5 | 55.1 | +| 19 | Renk | G2790E | E3 | 2.7 | 62 | 62.2 | 59.9 | 70.4 | 58.5 | 57.8 | 67.5 | 54.4 | +| 20 | Pioneer | P23A40E | E3 | 2.3 | 61.9 | 62.6 | 61.6 | 69.8 | 53.7 | 64.2 | 66.5 | 54.3 | +| 21 | Pioneer | P25A16E | E3 | 2.5 | 61.7 | 62.6 | 61.6 | 69.7 | 52.7 | 65.5 | 66.1 | 53.1 | +| 22 | Asgrow | AG25XF5 | RR2XF | 2.5 | 61.5 | 63.4 | 60.1 | 73 | 55.1 | 62.1 | 63.4 | 54.8 | +| 23 | Benson Hill | BH23H228 | Conv | 2.3 | 61 | 62.6 | 61.8 | 69.2 | 52.1 | 66.6 | 63.3 | 55.6 | +| 24 | Viking/Blue River | 23B5 | Conv | 2.3 | 60.9 | 59.2 | 62.7 | 69.4 | 47.5 | 60.7 | 71.9 | 55.6 | +| 25 | Xitavo | XO 2444E | E3 | 2.4 | 60.8 | 61.5 | 61.1 | 68.9 | 52.2 | 63.4 | 67.3 | 52.6 | +| 26 | Xitavo | XO 2305E | E3 | 2.3 | 60.4 | 61.7 | 58.8 | 71 | 55.6 | 58.5 | 67.5 | 50.4 | +| 27 | LOYAL BRAND | L2370E | E3 | 2.3 | 60.2 | 61.1 | 58.4 | 71.2 | 53.2 | 58.9 | 67.9 | 48.6 | +| 28 | Iowa State | IAS25C2 | Conv | 2.5 | 60 | 58.9 | 59 | 65.2 | 57.9 | 53.7 | 67.6 | 55.7 | +| 29 | Golden Harvest | GH2674E3 | E3 | 2.6 | 59.3 | 61.1 | 57 | 71.1 | 53.5 | 58.6 | 67.7 | 44.7 | +| 30 | P3 Genetics | 2523E | E3 | 2.3 | 58.5 | 59.3 | 57.3 | 68.7 | 52.2 | 57.1 | 65.4 | 49.3 | +| 31 | Iowa State | IAS27C3 | Conv | 2.7 | 58.3 | 59.7 | 57.7 | 69.1 | 49.7 | 60.3 | 62.1 | 50.6 | +| 32 | Benson Hill | BH25C137 | Conv | 2.5 | 57.5 | 57.9 | 58.2 | 66.4 | 45.9 | 61.3 | 64 | 49.2 | +| 33 | Renk | G2390E | E3 | 2.3 | 57.3 | 57.3 | 57.7 | 64.8 | 49.1 | 58.1 | 64.2 | 50.7 | +| 34 | Xitavo | XO 2735E | E3 | 2.7 | 56.9 | 56.4 | 56.9 | 65.2 | 49.5 | 54.6 | 68.4 | 47.9 | +| 35 | Legacy Seeds | DF 262 NF | Conv | 2.6 | 55.9 | 56.2 | 57.4 | 61.6 | 45 | 61.9 | 61.2 | 49.1 | +| 36 | Xitavo | XO 2625E | E3 | 2.6 | 55.1 | 56.6 | 51.6 | 66.8 | 53.5 | 49.5 | 57.2 | 48.2 | + +Top 5 by Yield: 26N08E (Nutech/G2 Genetics) 69.2, L 2391 E3 (Latham) 66.7, AG27XF4 (Asgrow) 66.7, L2560E (LOYAL BRAND) 66.5, RS255NXF (Renk) 65.8. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.json b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.json new file mode 100644 index 00000000..6b27425d --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.json @@ -0,0 +1,431 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2024-south-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District South", + "district": "South", + "season": "Early Season", + "cooperator_sites": [ + "Lewis", + "Corning", + "Milo", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 66.5, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P31T64E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 70, + "WestYield": 65.7, + "EastYield": 71.6, + "Corning": 66.2, + "Milo": 65.2, + "Batavia": 72, + "Crawfordsville": 77.6 + } + }, + { + "rank": 2, + "brand": "Nutech/G2 Genetics", + "product": "32N04E", + "traits": "E3", + "metrics": { + "MG": 3.2, + "Yield": 69.7, + "WestYield": 64.5, + "EastYield": 70.3, + "Corning": 68.7, + "Milo": 60.3, + "Batavia": 70.9, + "Crawfordsville": 79.6 + } + }, + { + "rank": 3, + "brand": "Viking/Blue River", + "product": "30B4", + "traits": "Conv", + "metrics": { + "MG": 3, + "Yield": 69.4, + "WestYield": 64.9, + "EastYield": 71.1, + "Corning": 65.5, + "Milo": 64.2, + "Batavia": 73.7, + "Crawfordsville": 75.3 + } + }, + { + "rank": 4, + "brand": "Latham", + "product": "L 3158 XF", + "traits": "RR2XF", + "metrics": { + "MG": 3.1, + "Yield": 68.6, + "WestYield": 63.8, + "EastYield": 70.2, + "Corning": 63.8, + "Milo": 63.8, + "Batavia": 74.1, + "Crawfordsville": 72.6 + } + }, + { + "rank": 5, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 68.3, + "WestYield": 62.4, + "EastYield": 70.2, + "Corning": 62.3, + "Milo": 62.5, + "Batavia": 72, + "Crawfordsville": 76.1 + } + }, + { + "rank": 6, + "brand": "Iowa State", + "product": "IAS31C2", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 68.2, + "WestYield": 62.4, + "EastYield": 69.4, + "Corning": 64, + "Milo": 60.8, + "Batavia": 73.5, + "Crawfordsville": 74 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 68.1, + "WestYield": 63.5, + "EastYield": 69, + "Corning": 65.9, + "Milo": 61.1, + "Batavia": 72.9, + "Crawfordsville": 73 + } + }, + { + "rank": 8, + "brand": "Iowa State", + "product": "IAS29C1", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 67.9, + "WestYield": 60.5, + "EastYield": 69.9, + "Corning": 61.5, + "Milo": 59.6, + "Batavia": 74.2, + "Crawfordsville": 76 + } + }, + { + "rank": 9, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "E3", + "metrics": { + "MG": 3.2, + "Yield": 67.5, + "WestYield": 61.1, + "EastYield": 68.8, + "Corning": 63.1, + "Milo": 59.1, + "Batavia": 70.6, + "Crawfordsville": 76.7 + } + }, + { + "rank": 10, + "brand": "Iowa State", + "product": "IAS29C2", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 67.2, + "WestYield": 59.8, + "EastYield": 69.6, + "Corning": 60.6, + "Milo": 59, + "Batavia": 76.1, + "Crawfordsville": 73.6 + } + }, + { + "rank": 11, + "brand": "Nutech/G2 Genetics", + "product": "28N03E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 67.2, + "WestYield": 62.8, + "EastYield": 68.4, + "Corning": 63.5, + "Milo": 62.2, + "Batavia": 70.9, + "Crawfordsville": 72 + } + }, + { + "rank": 12, + "brand": "Nutech/G2 Genetics", + "product": "29N05E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 67, + "WestYield": 65.6, + "EastYield": 67.7, + "Corning": 65.7, + "Milo": 65.6, + "Batavia": 68.2, + "Crawfordsville": 69.3 + } + }, + { + "rank": 13, + "brand": "Nutech/G2 Genetics", + "product": "30N06E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 66.8, + "WestYield": 65.2, + "EastYield": 67, + "Corning": 66.4, + "Milo": 64.1, + "Batavia": 70.8, + "Crawfordsville": 66 + } + }, + { + "rank": 14, + "brand": "NK Seeds", + "product": "NK30-A9E3", + "traits": "E3", + "metrics": { + "Yield": 66.5, + "WestYield": 61.7, + "EastYield": 67.4, + "Corning": 63, + "Milo": 60.5, + "Batavia": 73, + "Crawfordsville": 68.9 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG28XF3", + "traits": "RR2XF", + "metrics": { + "MG": 2.8, + "Yield": 66.5, + "WestYield": 63.1, + "EastYield": 67.5, + "Corning": 62.8, + "Milo": 63.4, + "Batavia": 68.2, + "Crawfordsville": 70.9 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 66.3, + "WestYield": 59.5, + "EastYield": 68.4, + "Corning": 60.5, + "Milo": 58.5, + "Batavia": 72.5, + "Crawfordsville": 74.2 + } + }, + { + "rank": 17, + "brand": "Latham", + "product": "L 3061 E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 66, + "WestYield": 59, + "EastYield": 67.6, + "Corning": 61.4, + "Milo": 56.5, + "Batavia": 74.7, + "Crawfordsville": 71.6 + } + }, + { + "rank": 18, + "brand": "Asgrow", + "product": "AG31XF3", + "traits": "RR2XF", + "metrics": { + "MG": 3.1, + "Yield": 65.9, + "WestYield": 64.3, + "EastYield": 66.4, + "Corning": 65.8, + "Milo": 62.8, + "Batavia": 67.2, + "Crawfordsville": 69 + } + }, + { + "rank": 19, + "brand": "Latham", + "product": "L 2871 E3", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 65.4, + "WestYield": 59.7, + "EastYield": 67.8, + "Corning": 58.6, + "Milo": 60.9, + "Batavia": 71.4, + "Crawfordsville": 71 + } + }, + { + "rank": 20, + "brand": "Latham", + "product": "L 2744 XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 65.2, + "WestYield": 61.2, + "EastYield": 66.2, + "Corning": 62.8, + "Milo": 59.7, + "Batavia": 72.3, + "Crawfordsville": 66.8 + } + }, + { + "rank": 21, + "brand": "Xitavo", + "product": "XO 2985E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 64.8, + "WestYield": 56.9, + "EastYield": 66.8, + "Corning": 58.8, + "Milo": 55.1, + "Batavia": 69.2, + "Crawfordsville": 76.2 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P28A65E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 63.3, + "WestYield": 61.2, + "EastYield": 63.9, + "Corning": 61.9, + "Milo": 60.4, + "Batavia": 63.9, + "Crawfordsville": 67.4 + } + }, + { + "rank": 23, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 62.8, + "WestYield": 57, + "EastYield": 66.4, + "Corning": 53, + "Milo": 61.1, + "Batavia": 68.1, + "Crawfordsville": 70.1 + } + }, + { + "rank": 24, + "brand": "Benson Hill", + "product": "BH31Q146", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 61.9, + "WestYield": 58, + "EastYield": 63.4, + "Corning": 57.8, + "Milo": 58.3, + "Batavia": 63.3, + "Crawfordsville": 68.6 + } + }, + { + "rank": 25, + "brand": "Benson Hill", + "product": "e31y806", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 61.5, + "WestYield": 58.3, + "EastYield": 62.3, + "Corning": 59.5, + "Milo": 57, + "Batavia": 66.4, + "Crawfordsville": 63.7 + } + } + ], + "n_results": 25, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:01.041621+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.md b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.md new file mode 100644 index 00000000..84df3742 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-early.md @@ -0,0 +1,45 @@ +# Soybean yield trial — Iowa South District (Early Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** South +- **Maturity season:** Early Season +- **Year:** 2024 +- **Experiment mean yield:** 66.5 bu/a +- **Cooperator sites:** Lewis, Corning, Milo, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Corning | Milo | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P31T64E | E3 | 3.1 | 70 | 65.7 | 71.6 | 66.2 | 65.2 | 72 | 77.6 | +| 2 | Nutech/G2 Genetics | 32N04E | E3 | 3.2 | 69.7 | 64.5 | 70.3 | 68.7 | 60.3 | 70.9 | 79.6 | +| 3 | Viking/Blue River | 30B4 | Conv | 3 | 69.4 | 64.9 | 71.1 | 65.5 | 64.2 | 73.7 | 75.3 | +| 4 | Latham | L 3158 XF | RR2XF | 3.1 | 68.6 | 63.8 | 70.2 | 63.8 | 63.8 | 74.1 | 72.6 | +| 5 | Xitavo | XO 3014E | E3 | 3 | 68.3 | 62.4 | 70.2 | 62.3 | 62.5 | 72 | 76.1 | +| 6 | Iowa State | IAS31C2 | Conv | 3.1 | 68.2 | 62.4 | 69.4 | 64 | 60.8 | 73.5 | 74 | +| 7 | Golden Harvest | GH3035E3 | E3 | 3 | 68.1 | 63.5 | 69 | 65.9 | 61.1 | 72.9 | 73 | +| 8 | Iowa State | IAS29C1 | Conv | 2.9 | 67.9 | 60.5 | 69.9 | 61.5 | 59.6 | 74.2 | 76 | +| 9 | Xitavo | XO 3224E | E3 | 3.2 | 67.5 | 61.1 | 68.8 | 63.1 | 59.1 | 70.6 | 76.7 | +| 10 | Iowa State | IAS29C2 | Conv | 2.9 | 67.2 | 59.8 | 69.6 | 60.6 | 59 | 76.1 | 73.6 | +| 11 | Nutech/G2 Genetics | 28N03E | E3 | 2.8 | 67.2 | 62.8 | 68.4 | 63.5 | 62.2 | 70.9 | 72 | +| 12 | Nutech/G2 Genetics | 29N05E | E3 | 2.9 | 67 | 65.6 | 67.7 | 65.7 | 65.6 | 68.2 | 69.3 | +| 13 | Nutech/G2 Genetics | 30N06E | E3 | 3 | 66.8 | 65.2 | 67 | 66.4 | 64.1 | 70.8 | 66 | +| 14 | NK Seeds | NK30-A9E3 | E3 | - | 66.5 | 61.7 | 67.4 | 63 | 60.5 | 73 | 68.9 | +| 15 | Asgrow | AG28XF3 | RR2XF | 2.8 | 66.5 | 63.1 | 67.5 | 62.8 | 63.4 | 68.2 | 70.9 | +| 16 | Xitavo | XO 3105E | E3 | 3.1 | 66.3 | 59.5 | 68.4 | 60.5 | 58.5 | 72.5 | 74.2 | +| 17 | Latham | L 3061 E3 | E3 | 3 | 66 | 59 | 67.6 | 61.4 | 56.5 | 74.7 | 71.6 | +| 18 | Asgrow | AG31XF3 | RR2XF | 3.1 | 65.9 | 64.3 | 66.4 | 65.8 | 62.8 | 67.2 | 69 | +| 19 | Latham | L 2871 E3 | E3 | 2.8 | 65.4 | 59.7 | 67.8 | 58.6 | 60.9 | 71.4 | 71 | +| 20 | Latham | L 2744 XF | RR2XF | 2.7 | 65.2 | 61.2 | 66.2 | 62.8 | 59.7 | 72.3 | 66.8 | +| 21 | Xitavo | XO 2985E | E3 | 2.9 | 64.8 | 56.9 | 66.8 | 58.8 | 55.1 | 69.2 | 76.2 | +| 22 | Pioneer | P28A65E | E3 | 2.8 | 63.3 | 61.2 | 63.9 | 61.9 | 60.4 | 63.9 | 67.4 | +| 23 | Xitavo | XO 2865E | E3 | 2.8 | 62.8 | 57 | 66.4 | 53 | 61.1 | 68.1 | 70.1 | +| 24 | Benson Hill | BH31Q146 | Conv | 3.1 | 61.9 | 58 | 63.4 | 57.8 | 58.3 | 63.3 | 68.6 | +| 25 | Benson Hill | e31y806 | Conv | 3.1 | 61.5 | 58.3 | 62.3 | 59.5 | 57 | 66.4 | 63.7 | + +Top 5 by Yield: P31T64E (Pioneer) 70, 32N04E (Nutech/G2 Genetics) 69.7, 30B4 (Viking/Blue River) 69.4, L 3158 XF (Latham) 68.6, XO 3014E (Xitavo) 68.3. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.json b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.json new file mode 100644 index 00000000..601ba543 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.json @@ -0,0 +1,800 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2024-south-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2024, + "region": "District South", + "district": "South", + "season": "Full Season", + "cooperator_sites": [ + "Lewis", + "Corning", + "Milo", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 67.9, + "results": [ + { + "rank": 1, + "brand": "P3 Genetics", + "product": "2438E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 73.2, + "WestYield": 67.4, + "EastYield": 74.1, + "Corning": 70.1, + "Milo": 64.7, + "Batavia": 77.3, + "Crawfordsville": 80.2 + } + }, + { + "rank": 2, + "brand": "Dyna-Gro", + "product": "S38EN75", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 72.6, + "WestYield": 66.8, + "EastYield": 73.5, + "Corning": 70.6, + "Milo": 62.9, + "Batavia": 77, + "Crawfordsville": 80.6 + } + }, + { + "rank": 3, + "brand": "Nutech/G2 Genetics", + "product": "36N06E", + "traits": "E3", + "metrics": { + "MG": 3.6, + "Yield": 72.5, + "WestYield": 67.4, + "EastYield": 71.8, + "Corning": 73.8, + "Milo": 61, + "Batavia": 74.8, + "Crawfordsville": 79.6 + } + }, + { + "rank": 4, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "E3", + "metrics": { + "MG": 3.5, + "Yield": 72.3, + "WestYield": 61.1, + "EastYield": 75.7, + "Corning": 62.6, + "Milo": 59.6, + "Batavia": 83.1, + "Crawfordsville": 84.5 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH3774E3", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 71.9, + "WestYield": 66, + "EastYield": 72.7, + "Corning": 68.8, + "Milo": 63.2, + "Batavia": 76.1, + "Crawfordsville": 78.8 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "RR2XF", + "metrics": { + "MG": 3.5, + "Yield": 71.5, + "WestYield": 66.8, + "EastYield": 73.1, + "Corning": 67.9, + "Milo": 65.8, + "Batavia": 75.2, + "Crawfordsville": 78.4 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "RR2XF", + "metrics": { + "MG": 3.6, + "Yield": 71, + "WestYield": 65.5, + "EastYield": 71.5, + "Corning": 70.2, + "Milo": 60.7, + "Batavia": 73.4, + "Crawfordsville": 80.5 + } + }, + { + "rank": 8, + "brand": "Nutech/G2 Genetics", + "product": "37N03E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 70.7, + "WestYield": 63.5, + "EastYield": 71.5, + "Corning": 69.4, + "Milo": 57.7, + "Batavia": 74.6, + "Crawfordsville": 82.3 + } + }, + { + "rank": 9, + "brand": "Xitavo", + "product": "XO 3752E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 70.2, + "WestYield": 65.3, + "EastYield": 70.5, + "Corning": 69.3, + "Milo": 61.3, + "Batavia": 70.6, + "Crawfordsville": 79.5 + } + }, + { + "rank": 10, + "brand": "Renk", + "product": "RS395NXF", + "traits": "RR2XF", + "metrics": { + "MG": 3.9, + "Yield": 69.9, + "WestYield": 63.3, + "EastYield": 69.3, + "Corning": 71.6, + "Milo": 55, + "Batavia": 77, + "Crawfordsville": 76 + } + }, + { + "rank": 11, + "brand": "Cornelius", + "product": "CB36XF60", + "traits": "RR2XF", + "metrics": { + "MG": 3.6, + "Yield": 69.7, + "WestYield": 63, + "EastYield": 70.9, + "Corning": 65.8, + "Milo": 60.2, + "Batavia": 75.6, + "Crawfordsville": 76.9 + } + }, + { + "rank": 12, + "brand": "Benson Hill", + "product": "BH39A150", + "traits": "Conv", + "metrics": { + "MG": 3.9, + "Yield": 69.7, + "WestYield": 65.4, + "EastYield": 69.6, + "Corning": 69.8, + "Milo": 61, + "Batavia": 73.2, + "Crawfordsville": 74.6 + } + }, + { + "rank": 13, + "brand": "Latham", + "product": "L 3635 E3", + "traits": "E3", + "metrics": { + "MG": 3.6, + "Yield": 69.5, + "WestYield": 63.8, + "EastYield": 69.9, + "Corning": 69.2, + "Milo": 58.4, + "Batavia": 73, + "Crawfordsville": 78.3 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "G3380E", + "traits": "E3", + "metrics": { + "MG": 3.3, + "Yield": 69.5, + "WestYield": 63.4, + "EastYield": 70.9, + "Corning": 64.9, + "Milo": 61.9, + "Batavia": 72.8, + "Crawfordsville": 77.9 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 69.3, + "WestYield": 59.9, + "EastYield": 71.9, + "Corning": 63, + "Milo": 56.8, + "Batavia": 79.1, + "Crawfordsville": 79.9 + } + }, + { + "rank": 16, + "brand": "Viking/Blue River", + "product": "3418N", + "traits": "Conv", + "metrics": { + "MG": 3.4, + "Yield": 68.9, + "WestYield": 63.3, + "EastYield": 71.2, + "Corning": 62.8, + "Milo": 63.8, + "Batavia": 71.6, + "Crawfordsville": 78.3 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "S37XF15", + "traits": "RR2XF", + "metrics": { + "MG": 3.7, + "Yield": 68.9, + "WestYield": 61.2, + "EastYield": 70.5, + "Corning": 63.8, + "Milo": 58.7, + "Batavia": 75.8, + "Crawfordsville": 77.1 + } + }, + { + "rank": 18, + "brand": "NK Seeds", + "product": "NK33-Y7E3S", + "traits": "E3S", + "metrics": { + "MG": 3.3, + "Yield": 68.8, + "WestYield": 62.4, + "EastYield": 70.8, + "Corning": 63.5, + "Milo": 61.3, + "Batavia": 72.6, + "Crawfordsville": 78.4 + } + }, + { + "rank": 19, + "brand": "Nutech/G2 Genetics", + "product": "38N05E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 68.8, + "WestYield": 66, + "EastYield": 68, + "Corning": 71.7, + "Milo": 60.3, + "Batavia": 64.8, + "Crawfordsville": 78.7 + } + }, + { + "rank": 20, + "brand": "P3 Genetics", + "product": "2337E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 68.7, + "WestYield": 62.5, + "EastYield": 70.3, + "Corning": 64.2, + "Milo": 60.9, + "Batavia": 70.2, + "Crawfordsville": 79.9 + } + }, + { + "rank": 21, + "brand": "Nutech/G2 Genetics", + "product": "34N02E", + "traits": "E3", + "metrics": { + "MG": 3.4, + "Yield": 68.7, + "WestYield": 61.9, + "EastYield": 70.7, + "Corning": 62.4, + "Milo": 61.4, + "Batavia": 74.7, + "Crawfordsville": 76 + } + }, + { + "rank": 22, + "brand": "Nutech/G2 Genetics", + "product": "35N05E", + "traits": "E3", + "metrics": { + "MG": 3.5, + "Yield": 68.7, + "WestYield": 62.8, + "EastYield": 69.9, + "Corning": 65.9, + "Milo": 59.8, + "Batavia": 74.6, + "Crawfordsville": 75.4 + } + }, + { + "rank": 23, + "brand": "P3 Genetics", + "product": "2434E", + "traits": "E3", + "metrics": { + "MG": 3.4, + "Yield": 68.6, + "WestYield": 63.4, + "EastYield": 69.6, + "Corning": 65.6, + "Milo": 61.2, + "Batavia": 69.9, + "Crawfordsville": 77.7 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "GH3693E3S", + "traits": "E3S", + "metrics": { + "MG": 3.6, + "Yield": 68.4, + "WestYield": 63, + "EastYield": 68.9, + "Corning": 66.8, + "Milo": 59.1, + "Batavia": 70.5, + "Crawfordsville": 77.1 + } + }, + { + "rank": 25, + "brand": "Viking/Blue River", + "product": "39R4", + "traits": "Conv", + "metrics": { + "MG": 3.9, + "Yield": 68.4, + "WestYield": 60, + "EastYield": 71.1, + "Corning": 59.8, + "Milo": 60.3, + "Batavia": 75.3, + "Crawfordsville": 77.8 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "E3", + "metrics": { + "MG": 3.3, + "Yield": 68.2, + "WestYield": 62, + "EastYield": 69, + "Corning": 65.5, + "Milo": 58.4, + "Batavia": 71.8, + "Crawfordsville": 76.7 + } + }, + { + "rank": 27, + "brand": "Latham", + "product": "L 3411 E3", + "traits": "E3", + "metrics": { + "MG": 3.4, + "Yield": 68.2, + "WestYield": 64.6, + "EastYield": 68.5, + "Corning": 65.6, + "Milo": 63.5, + "Batavia": 69.8, + "Crawfordsville": 72.4 + } + }, + { + "rank": 28, + "brand": "Renk", + "product": "G3890E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 67.7, + "WestYield": 56.9, + "EastYield": 72.5, + "Corning": 52.2, + "Milo": 61.7, + "Batavia": 78, + "Crawfordsville": 77.9 + } + }, + { + "rank": 29, + "brand": "NK Seeds", + "product": "NK36-Q6E3S", + "traits": "E3S", + "metrics": { + "MG": 3.6, + "Yield": 67.5, + "WestYield": 59, + "EastYield": 69.1, + "Corning": 63.7, + "Milo": 54.4, + "Batavia": 73.7, + "Crawfordsville": 79.2 + } + }, + { + "rank": 30, + "brand": "Pioneer", + "product": "P37A18E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 67.4, + "WestYield": 63.2, + "EastYield": 66.7, + "Corning": 70.1, + "Milo": 56.3, + "Batavia": 67.3, + "Crawfordsville": 76.6 + } + }, + { + "rank": 31, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "E3", + "metrics": { + "MG": 3.6, + "Yield": 67.3, + "WestYield": 59.5, + "EastYield": 69.1, + "Corning": 62.2, + "Milo": 56.7, + "Batavia": 74.9, + "Crawfordsville": 75.6 + } + }, + { + "rank": 32, + "brand": "Benson Hill", + "product": "BH35A231", + "traits": "Conv", + "metrics": { + "MG": 3.5, + "Yield": 67.1, + "WestYield": 63.7, + "EastYield": 67.2, + "Corning": 66.6, + "Milo": 60.8, + "Batavia": 70.7, + "Crawfordsville": 70.2 + } + }, + { + "rank": 33, + "brand": "Renk", + "product": "G3580ES", + "traits": "E3S", + "metrics": { + "MG": 3.5, + "Yield": 67, + "WestYield": 61.9, + "EastYield": 67.6, + "Corning": 65.7, + "Milo": 58.1, + "Batavia": 69.6, + "Crawfordsville": 75.1 + } + }, + { + "rank": 34, + "brand": "Golden Harvest", + "product": "GH3373E3S", + "traits": "E3S", + "metrics": { + "MG": 3.3, + "Yield": 66.8, + "WestYield": 63.1, + "EastYield": 67, + "Corning": 66.9, + "Milo": 59.2, + "Batavia": 67.6, + "Crawfordsville": 74.1 + } + }, + { + "rank": 35, + "brand": "Cornelius", + "product": "CB33XF26", + "traits": "RR2XF", + "metrics": { + "MG": 3.3, + "Yield": 66.7, + "WestYield": 59.3, + "EastYield": 69.1, + "Corning": 59.6, + "Milo": 58.9, + "Batavia": 74.6, + "Crawfordsville": 73.7 + } + }, + { + "rank": 36, + "brand": "Pioneer", + "product": "P35T15E", + "traits": "E3", + "metrics": { + "MG": 3.5, + "Yield": 66.4, + "WestYield": 60.9, + "EastYield": 67.4, + "Corning": 64.4, + "Milo": 57.3, + "Batavia": 73, + "Crawfordsville": 71.8 + } + }, + { + "rank": 37, + "brand": "NK Seeds", + "product": "NK34-Z8E3S", + "traits": "E3S", + "metrics": { + "MG": 3.4, + "Yield": 66.2, + "WestYield": 59.4, + "EastYield": 67.8, + "Corning": 62.3, + "Milo": 56.5, + "Batavia": 71.5, + "Crawfordsville": 75.4 + } + }, + { + "rank": 38, + "brand": "Benson Hill", + "product": "BH37U222", + "traits": "Conv", + "metrics": { + "MG": 3.7, + "Yield": 65.9, + "WestYield": 62.5, + "EastYield": 66.1, + "Corning": 65.3, + "Milo": 59.6, + "Batavia": 66.6, + "Crawfordsville": 72.3 + } + }, + { + "rank": 39, + "brand": "Benson Hill", + "product": "BX38F550", + "traits": "Conv", + "metrics": { + "MG": 3.8, + "Yield": 65.2, + "WestYield": 59.7, + "EastYield": 66, + "Corning": 62.1, + "Milo": 57.2, + "Batavia": 68.9, + "Crawfordsville": 72.1 + } + }, + { + "rank": 40, + "brand": "Xitavo", + "product": "XO 3705E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 65, + "WestYield": 55.5, + "EastYield": 67.5, + "Corning": 58.3, + "Milo": 52.6, + "Batavia": 70.8, + "Crawfordsville": 79.1 + } + }, + { + "rank": 41, + "brand": "Benson Hill", + "product": "BH37Q218", + "traits": "Conv", + "metrics": { + "MG": 3.7, + "Yield": 64.4, + "WestYield": 64, + "EastYield": 63.5, + "Corning": 67.9, + "Milo": 60.1, + "Batavia": 63.9, + "Crawfordsville": 66.5 + } + }, + { + "rank": 42, + "brand": "Benson Hill", + "product": "BH35A233", + "traits": "Conv", + "metrics": { + "MG": 3.5, + "Yield": 64.2, + "WestYield": 58.1, + "EastYield": 65.9, + "Corning": 59.9, + "Milo": 56.3, + "Batavia": 65.5, + "Crawfordsville": 75.9 + } + }, + { + "rank": 43, + "brand": "Renk", + "product": "RS353NXF", + "traits": "RR2XF", + "metrics": { + "MG": 3.5, + "Yield": 63.9, + "WestYield": 63.4, + "EastYield": 63.6, + "Corning": 65.9, + "Milo": 61, + "Batavia": 63.2, + "Crawfordsville": 66.5 + } + }, + { + "rank": 44, + "brand": "Benson Hill", + "product": "BX36Q861", + "traits": "Conv", + "metrics": { + "MG": 3.6, + "Yield": 62.7, + "WestYield": 58.7, + "EastYield": 62.4, + "Corning": 63.3, + "Milo": 54, + "Batavia": 65.5, + "Crawfordsville": 67.8 + } + }, + { + "rank": 45, + "brand": "Benson Hill", + "product": "BX37Q467", + "traits": "Conv", + "metrics": { + "MG": 3.7, + "Yield": 62.5, + "WestYield": 55.4, + "EastYield": 64.9, + "Corning": 54.7, + "Milo": 56, + "Batavia": 69.6, + "Crawfordsville": 69.1 + } + }, + { + "rank": 46, + "brand": "Benson Hill", + "product": "BH37U206", + "traits": "Conv", + "metrics": { + "MG": 3.7, + "Yield": 61.9, + "WestYield": 55.2, + "EastYield": 63.2, + "Corning": 57.6, + "Milo": 52.9, + "Batavia": 69.2, + "Crawfordsville": 67.3 + } + }, + { + "rank": 47, + "brand": "Benson Hill", + "product": "BX33U326", + "traits": "Conv", + "metrics": { + "MG": 3.3, + "Yield": 61.2, + "WestYield": 56.8, + "EastYield": 63.6, + "Corning": 54.2, + "Milo": 59.5, + "Batavia": 61.3, + "Crawfordsville": 69.9 + } + }, + { + "rank": 48, + "brand": "Benson Hill", + "product": "BX34U578", + "traits": "Conv", + "metrics": { + "MG": 3.4, + "Yield": 60.6, + "WestYield": 56.2, + "EastYield": 62.1, + "Corning": 56.7, + "Milo": 55.8, + "Batavia": 63.2, + "Crawfordsville": 67.5 + } + } + ], + "n_results": 48, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:05.036945+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.md b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.md new file mode 100644 index 00000000..cd4b58ad --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2024-south-full.md @@ -0,0 +1,68 @@ +# Soybean yield trial — Iowa South District (Full Season), 2024 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** South +- **Maturity season:** Full Season +- **Year:** 2024 +- **Experiment mean yield:** 67.9 bu/a +- **Cooperator sites:** Lewis, Corning, Milo, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Corning | Milo | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | P3 Genetics | 2438E | E3 | 3.8 | 73.2 | 67.4 | 74.1 | 70.1 | 64.7 | 77.3 | 80.2 | +| 2 | Dyna-Gro | S38EN75 | E3 | 3.8 | 72.6 | 66.8 | 73.5 | 70.6 | 62.9 | 77 | 80.6 | +| 3 | Nutech/G2 Genetics | 36N06E | E3 | 3.6 | 72.5 | 67.4 | 71.8 | 73.8 | 61 | 74.8 | 79.6 | +| 4 | Xitavo | XO 3555E | E3 | 3.5 | 72.3 | 61.1 | 75.7 | 62.6 | 59.6 | 83.1 | 84.5 | +| 5 | Golden Harvest | GH3774E3 | E3 | 3.7 | 71.9 | 66 | 72.7 | 68.8 | 63.2 | 76.1 | 78.8 | +| 6 | Asgrow | AG35XF5 | RR2XF | 3.5 | 71.5 | 66.8 | 73.1 | 67.9 | 65.8 | 75.2 | 78.4 | +| 7 | Asgrow | AG36XF4 | RR2XF | 3.6 | 71 | 65.5 | 71.5 | 70.2 | 60.7 | 73.4 | 80.5 | +| 8 | Nutech/G2 Genetics | 37N03E | E3 | 3.7 | 70.7 | 63.5 | 71.5 | 69.4 | 57.7 | 74.6 | 82.3 | +| 9 | Xitavo | XO 3752E | E3 | 3.7 | 70.2 | 65.3 | 70.5 | 69.3 | 61.3 | 70.6 | 79.5 | +| 10 | Renk | RS395NXF | RR2XF | 3.9 | 69.9 | 63.3 | 69.3 | 71.6 | 55 | 77 | 76 | +| 11 | Cornelius | CB36XF60 | RR2XF | 3.6 | 69.7 | 63 | 70.9 | 65.8 | 60.2 | 75.6 | 76.9 | +| 12 | Benson Hill | BH39A150 | Conv | 3.9 | 69.7 | 65.4 | 69.6 | 69.8 | 61 | 73.2 | 74.6 | +| 13 | Latham | L 3635 E3 | E3 | 3.6 | 69.5 | 63.8 | 69.9 | 69.2 | 58.4 | 73 | 78.3 | +| 14 | Renk | G3380E | E3 | 3.3 | 69.5 | 63.4 | 70.9 | 64.9 | 61.9 | 72.8 | 77.9 | +| 15 | Xitavo | XO 3855E | E3 | 3.8 | 69.3 | 59.9 | 71.9 | 63 | 56.8 | 79.1 | 79.9 | +| 16 | Viking/Blue River | 3418N | Conv | 3.4 | 68.9 | 63.3 | 71.2 | 62.8 | 63.8 | 71.6 | 78.3 | +| 17 | Dyna-Gro | S37XF15 | RR2XF | 3.7 | 68.9 | 61.2 | 70.5 | 63.8 | 58.7 | 75.8 | 77.1 | +| 18 | NK Seeds | NK33-Y7E3S | E3S | 3.3 | 68.8 | 62.4 | 70.8 | 63.5 | 61.3 | 72.6 | 78.4 | +| 19 | Nutech/G2 Genetics | 38N05E | E3 | 3.8 | 68.8 | 66 | 68 | 71.7 | 60.3 | 64.8 | 78.7 | +| 20 | P3 Genetics | 2337E | E3 | 3.7 | 68.7 | 62.5 | 70.3 | 64.2 | 60.9 | 70.2 | 79.9 | +| 21 | Nutech/G2 Genetics | 34N02E | E3 | 3.4 | 68.7 | 61.9 | 70.7 | 62.4 | 61.4 | 74.7 | 76 | +| 22 | Nutech/G2 Genetics | 35N05E | E3 | 3.5 | 68.7 | 62.8 | 69.9 | 65.9 | 59.8 | 74.6 | 75.4 | +| 23 | P3 Genetics | 2434E | E3 | 3.4 | 68.6 | 63.4 | 69.6 | 65.6 | 61.2 | 69.9 | 77.7 | +| 24 | Golden Harvest | GH3693E3S | E3S | 3.6 | 68.4 | 63 | 68.9 | 66.8 | 59.1 | 70.5 | 77.1 | +| 25 | Viking/Blue River | 39R4 | Conv | 3.9 | 68.4 | 60 | 71.1 | 59.8 | 60.3 | 75.3 | 77.8 | +| 26 | Xitavo | XO 3375E | E3 | 3.3 | 68.2 | 62 | 69 | 65.5 | 58.4 | 71.8 | 76.7 | +| 27 | Latham | L 3411 E3 | E3 | 3.4 | 68.2 | 64.6 | 68.5 | 65.6 | 63.5 | 69.8 | 72.4 | +| 28 | Renk | G3890E | E3 | 3.8 | 67.7 | 56.9 | 72.5 | 52.2 | 61.7 | 78 | 77.9 | +| 29 | NK Seeds | NK36-Q6E3S | E3S | 3.6 | 67.5 | 59 | 69.1 | 63.7 | 54.4 | 73.7 | 79.2 | +| 30 | Pioneer | P37A18E | E3 | 3.7 | 67.4 | 63.2 | 66.7 | 70.1 | 56.3 | 67.3 | 76.6 | +| 31 | Xitavo | XO 3655E | E3 | 3.6 | 67.3 | 59.5 | 69.1 | 62.2 | 56.7 | 74.9 | 75.6 | +| 32 | Benson Hill | BH35A231 | Conv | 3.5 | 67.1 | 63.7 | 67.2 | 66.6 | 60.8 | 70.7 | 70.2 | +| 33 | Renk | G3580ES | E3S | 3.5 | 67 | 61.9 | 67.6 | 65.7 | 58.1 | 69.6 | 75.1 | +| 34 | Golden Harvest | GH3373E3S | E3S | 3.3 | 66.8 | 63.1 | 67 | 66.9 | 59.2 | 67.6 | 74.1 | +| 35 | Cornelius | CB33XF26 | RR2XF | 3.3 | 66.7 | 59.3 | 69.1 | 59.6 | 58.9 | 74.6 | 73.7 | +| 36 | Pioneer | P35T15E | E3 | 3.5 | 66.4 | 60.9 | 67.4 | 64.4 | 57.3 | 73 | 71.8 | +| 37 | NK Seeds | NK34-Z8E3S | E3S | 3.4 | 66.2 | 59.4 | 67.8 | 62.3 | 56.5 | 71.5 | 75.4 | +| 38 | Benson Hill | BH37U222 | Conv | 3.7 | 65.9 | 62.5 | 66.1 | 65.3 | 59.6 | 66.6 | 72.3 | +| 39 | Benson Hill | BX38F550 | Conv | 3.8 | 65.2 | 59.7 | 66 | 62.1 | 57.2 | 68.9 | 72.1 | +| 40 | Xitavo | XO 3705E | E3 | 3.7 | 65 | 55.5 | 67.5 | 58.3 | 52.6 | 70.8 | 79.1 | +| 41 | Benson Hill | BH37Q218 | Conv | 3.7 | 64.4 | 64 | 63.5 | 67.9 | 60.1 | 63.9 | 66.5 | +| 42 | Benson Hill | BH35A233 | Conv | 3.5 | 64.2 | 58.1 | 65.9 | 59.9 | 56.3 | 65.5 | 75.9 | +| 43 | Renk | RS353NXF | RR2XF | 3.5 | 63.9 | 63.4 | 63.6 | 65.9 | 61 | 63.2 | 66.5 | +| 44 | Benson Hill | BX36Q861 | Conv | 3.6 | 62.7 | 58.7 | 62.4 | 63.3 | 54 | 65.5 | 67.8 | +| 45 | Benson Hill | BX37Q467 | Conv | 3.7 | 62.5 | 55.4 | 64.9 | 54.7 | 56 | 69.6 | 69.1 | +| 46 | Benson Hill | BH37U206 | Conv | 3.7 | 61.9 | 55.2 | 63.2 | 57.6 | 52.9 | 69.2 | 67.3 | +| 47 | Benson Hill | BX33U326 | Conv | 3.3 | 61.2 | 56.8 | 63.6 | 54.2 | 59.5 | 61.3 | 69.9 | +| 48 | Benson Hill | BX34U578 | Conv | 3.4 | 60.6 | 56.2 | 62.1 | 56.7 | 55.8 | 63.2 | 67.5 | + +Top 5 by Yield: 2438E (P3 Genetics) 73.2, S38EN75 (Dyna-Gro) 72.6, 36N06E (Nutech/G2 Genetics) 72.5, XO 3555E (Xitavo) 72.3, GH3774E3 (Golden Harvest) 71.9. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.json b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.json new file mode 100644 index 00000000..a089941d --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.json @@ -0,0 +1,491 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2025-central-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District Central", + "district": "Central", + "season": "Early Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Nevada", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 69.9, + "results": [ + { + "rank": 1, + "brand": "Dyna-Gro", + "product": "S27XF26", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 74.2, + "WestYield": 75.2, + "EastYield": 72.7, + "Missouri Valley": 78.6, + "Glidden": 73.9, + "Nevada": 73.2, + "Keystone": 71.6, + "Clarence": 73.3 + } + }, + { + "rank": 2, + "brand": "Golden Harvest", + "product": "GH2315E3", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 73.1, + "WestYield": 74.2, + "EastYield": 71.5, + "Missouri Valley": 77.6, + "Glidden": 72.9, + "Nevada": 72.1, + "Keystone": 70.2, + "Clarence": 72.4 + } + }, + { + "rank": 3, + "brand": "Viking/Blue River", + "product": "27B4", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 72.3, + "WestYield": 74, + "EastYield": 68, + "Missouri Valley": 85.6, + "Glidden": 72.3, + "Nevada": 64, + "Keystone": 64.6, + "Clarence": 75.3 + } + }, + { + "rank": 4, + "brand": "Renk", + "product": "G2300E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 72.2, + "WestYield": 71.7, + "EastYield": 70.4, + "Missouri Valley": 77.8, + "Glidden": 71.8, + "Nevada": 65.4, + "Keystone": 70.5, + "Clarence": 75.1 + } + }, + { + "rank": 5, + "brand": "Renk", + "product": "G2480E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 72.1, + "WestYield": 72, + "EastYield": 69, + "Missouri Valley": 80.3, + "Glidden": 72, + "Nevada": 63.8, + "Keystone": 68.6, + "Clarence": 74.5 + } + }, + { + "rank": 6, + "brand": "Golden Harvest", + "product": "GH2674E3", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 72, + "WestYield": 71.7, + "EastYield": 70.9, + "Missouri Valley": 76.9, + "Glidden": 70.9, + "Nevada": 67.3, + "Keystone": 68.6, + "Clarence": 77 + } + }, + { + "rank": 7, + "brand": "Renk", + "product": "G2790E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 72, + "WestYield": 73.4, + "EastYield": 68.4, + "Missouri Valley": 79.6, + "Glidden": 74.1, + "Nevada": 66.5, + "Keystone": 67.9, + "Clarence": 70.9 + } + }, + { + "rank": 8, + "brand": "NK Seeds", + "product": "NK26-M6E3", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 71.7, + "WestYield": 72.8, + "EastYield": 70.6, + "Missouri Valley": 75.2, + "Glidden": 71.9, + "Nevada": 71.5, + "Keystone": 69.5, + "Clarence": 70.9 + } + }, + { + "rank": 9, + "brand": "Dyna-Gro", + "product": "S25EN74", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 71.6, + "WestYield": 72.7, + "EastYield": 68.9, + "Missouri Valley": 77.7, + "Glidden": 71.9, + "Nevada": 68.6, + "Keystone": 66.7, + "Clarence": 71.5 + } + }, + { + "rank": 10, + "brand": "P3 Genetics", + "product": "2527E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 71.3, + "WestYield": 71, + "EastYield": 70, + "Missouri Valley": 76.8, + "Glidden": 69.5, + "Nevada": 66.7, + "Keystone": 73.5, + "Clarence": 69.9 + } + }, + { + "rank": 11, + "brand": "Renk", + "product": "RS255NXF", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 71.2, + "WestYield": 73, + "EastYield": 69.9, + "Missouri Valley": 76.9, + "Glidden": 69.2, + "Nevada": 72.9, + "Keystone": 63.2, + "Clarence": 73.6 + } + }, + { + "rank": 12, + "brand": "Renk", + "product": "RS266E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 71, + "WestYield": 74.7, + "EastYield": 66.9, + "Missouri Valley": 80.9, + "Glidden": 73.3, + "Nevada": 70, + "Keystone": 59.9, + "Clarence": 70.7 + } + }, + { + "rank": 13, + "brand": "P3 Genetics", + "product": "2424E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 71, + "WestYield": 71.5, + "EastYield": 69.6, + "Missouri Valley": 80.2, + "Glidden": 66.6, + "Nevada": 67.8, + "Keystone": 64.4, + "Clarence": 76.5 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO 2556E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 71, + "WestYield": 72.5, + "EastYield": 69.8, + "Missouri Valley": 75.4, + "Glidden": 71.1, + "Nevada": 71, + "Keystone": 69.5, + "Clarence": 68.8 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 71, + "WestYield": 71.2, + "EastYield": 69, + "Missouri Valley": 78.8, + "Glidden": 69.2, + "Nevada": 65.5, + "Keystone": 67.5, + "Clarence": 74.1 + } + }, + { + "rank": 16, + "brand": "P3 Genetics", + "product": "2626E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 70.5, + "WestYield": 71.4, + "EastYield": 68.2, + "Missouri Valley": 81.2, + "Glidden": 65.9, + "Nevada": 67.1, + "Keystone": 67.2, + "Clarence": 70.3 + } + }, + { + "rank": 17, + "brand": "Nutech/G2 Genetics", + "product": "25N05E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 70.5, + "WestYield": 72.6, + "EastYield": 67.1, + "Missouri Valley": 82.6, + "Glidden": 69.5, + "Nevada": 65.8, + "Keystone": 59.9, + "Clarence": 75.7 + } + }, + { + "rank": 18, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 70.4, + "WestYield": 70.5, + "EastYield": 68.8, + "Missouri Valley": 76.9, + "Glidden": 69.3, + "Nevada": 65.3, + "Keystone": 65.5, + "Clarence": 75.5 + } + }, + { + "rank": 19, + "brand": "Xitavo", + "product": "XO 2735E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 69.7, + "WestYield": 69.2, + "EastYield": 67.2, + "Missouri Valley": 75.5, + "Glidden": 70.3, + "Nevada": 61.8, + "Keystone": 68.2, + "Clarence": 71.8 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P23A40E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 68.8, + "WestYield": 69.8, + "EastYield": 68.2, + "Missouri Valley": 73, + "Glidden": 67.8, + "Nevada": 68.8, + "Keystone": 61.2, + "Clarence": 74.6 + } + }, + { + "rank": 21, + "brand": "ISU", + "product": "IAS25C2", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 68.3, + "WestYield": 70, + "EastYield": 66.7, + "Missouri Valley": 73.8, + "Glidden": 68, + "Nevada": 68.2, + "Keystone": 61.7, + "Clarence": 70.3 + } + }, + { + "rank": 22, + "brand": "Xitavo", + "product": "XO 2366E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 67.7, + "WestYield": 69.4, + "EastYield": 64.4, + "Missouri Valley": 77.6, + "Glidden": 69, + "Nevada": 61.5, + "Keystone": 61.7, + "Clarence": 69.9 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG27XF4", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 67.2, + "WestYield": 65.3, + "EastYield": 67.9, + "Missouri Valley": 71, + "Glidden": 61.5, + "Nevada": 63.4, + "Keystone": 63.8, + "Clarence": 76.5 + } + }, + { + "rank": 24, + "brand": "ISU", + "product": "IAS27C3", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 65.9, + "WestYield": 65.5, + "EastYield": 63.7, + "Missouri Valley": 73.2, + "Glidden": 65.6, + "Nevada": 57.8, + "Keystone": 60.4, + "Clarence": 72.8 + } + }, + { + "rank": 25, + "brand": "Confluence Genetics", + "product": "BX27Q266", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 64.3, + "WestYield": 64.1, + "EastYield": 64.5, + "Missouri Valley": 67.3, + "Glidden": 62.6, + "Nevada": 62.5, + "Keystone": 59.3, + "Clarence": 71.8 + } + }, + { + "rank": 26, + "brand": "Cornelius", + "product": "CB24XF75", + "traits": "RR2XF", + "metrics": { + "MG": 2.4, + "Yield": 64.2, + "WestYield": 63.2, + "EastYield": 65, + "Missouri Valley": 60.9, + "Glidden": 65.3, + "Nevada": 63.5, + "Keystone": 58.8, + "Clarence": 72.7 + } + }, + { + "rank": 27, + "brand": "Confluence Genetics", + "product": "N2358", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 61.2, + "WestYield": 58.4, + "EastYield": 62.3, + "Missouri Valley": 61.2, + "Glidden": 56.8, + "Nevada": 57.1, + "Keystone": 56.6, + "Clarence": 73.3 + } + } + ], + "n_results": 27, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:17.022833+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.md b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.md new file mode 100644 index 00000000..3cbfb007 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-early.md @@ -0,0 +1,47 @@ +# Soybean yield trial — Iowa Central District (Early Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** Central +- **Maturity season:** Early Season +- **Year:** 2025 +- **Experiment mean yield:** 69.9 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Nevada, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Missouri Valley | Glidden | Nevada | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Dyna-Gro | S27XF26 | RR2XF | 2.7 | 74.2 | 75.2 | 72.7 | 78.6 | 73.9 | 73.2 | 71.6 | 73.3 | +| 2 | Golden Harvest | GH2315E3 | E3 | 2.3 | 73.1 | 74.2 | 71.5 | 77.6 | 72.9 | 72.1 | 70.2 | 72.4 | +| 3 | Viking/Blue River | 27B4 | Conv | 2.7 | 72.3 | 74 | 68 | 85.6 | 72.3 | 64 | 64.6 | 75.3 | +| 4 | Renk | G2300E | E3 | 2.3 | 72.2 | 71.7 | 70.4 | 77.8 | 71.8 | 65.4 | 70.5 | 75.1 | +| 5 | Renk | G2480E | E3 | 2.4 | 72.1 | 72 | 69 | 80.3 | 72 | 63.8 | 68.6 | 74.5 | +| 6 | Golden Harvest | GH2674E3 | E3 | 2.6 | 72 | 71.7 | 70.9 | 76.9 | 70.9 | 67.3 | 68.6 | 77 | +| 7 | Renk | G2790E | E3 | 2.7 | 72 | 73.4 | 68.4 | 79.6 | 74.1 | 66.5 | 67.9 | 70.9 | +| 8 | NK Seeds | NK26-M6E3 | E3 | 2.6 | 71.7 | 72.8 | 70.6 | 75.2 | 71.9 | 71.5 | 69.5 | 70.9 | +| 9 | Dyna-Gro | S25EN74 | E3 | 2.5 | 71.6 | 72.7 | 68.9 | 77.7 | 71.9 | 68.6 | 66.7 | 71.5 | +| 10 | P3 Genetics | 2527E | E3 | 2.7 | 71.3 | 71 | 70 | 76.8 | 69.5 | 66.7 | 73.5 | 69.9 | +| 11 | Renk | RS255NXF | RR2XF | 2.5 | 71.2 | 73 | 69.9 | 76.9 | 69.2 | 72.9 | 63.2 | 73.6 | +| 12 | Renk | RS266E | E3 | 2.6 | 71 | 74.7 | 66.9 | 80.9 | 73.3 | 70 | 59.9 | 70.7 | +| 13 | P3 Genetics | 2424E | E3 | 2.4 | 71 | 71.5 | 69.6 | 80.2 | 66.6 | 67.8 | 64.4 | 76.5 | +| 14 | Xitavo | XO 2556E | E3 | 2.5 | 71 | 72.5 | 69.8 | 75.4 | 71.1 | 71 | 69.5 | 68.8 | +| 15 | Asgrow | AG25XF5 | RR2XF | 2.5 | 71 | 71.2 | 69 | 78.8 | 69.2 | 65.5 | 67.5 | 74.1 | +| 16 | P3 Genetics | 2626E | E3 | 2.6 | 70.5 | 71.4 | 68.2 | 81.2 | 65.9 | 67.1 | 67.2 | 70.3 | +| 17 | Nutech/G2 Genetics | 25N05E | E3 | 2.5 | 70.5 | 72.6 | 67.1 | 82.6 | 69.5 | 65.8 | 59.9 | 75.7 | +| 18 | Pioneer | P25A16E | E3 | 2.5 | 70.4 | 70.5 | 68.8 | 76.9 | 69.3 | 65.3 | 65.5 | 75.5 | +| 19 | Xitavo | XO 2735E | E3 | 2.7 | 69.7 | 69.2 | 67.2 | 75.5 | 70.3 | 61.8 | 68.2 | 71.8 | +| 20 | Pioneer | P23A40E | E3 | 2.3 | 68.8 | 69.8 | 68.2 | 73 | 67.8 | 68.8 | 61.2 | 74.6 | +| 21 | ISU | IAS25C2 | Conv | 2.5 | 68.3 | 70 | 66.7 | 73.8 | 68 | 68.2 | 61.7 | 70.3 | +| 22 | Xitavo | XO 2366E | E3 | 2.3 | 67.7 | 69.4 | 64.4 | 77.6 | 69 | 61.5 | 61.7 | 69.9 | +| 23 | Asgrow | AG27XF4 | RR2XF | 2.7 | 67.2 | 65.3 | 67.9 | 71 | 61.5 | 63.4 | 63.8 | 76.5 | +| 24 | ISU | IAS27C3 | Conv | 2.7 | 65.9 | 65.5 | 63.7 | 73.2 | 65.6 | 57.8 | 60.4 | 72.8 | +| 25 | Confluence Genetics | BX27Q266 | Conv | 2.7 | 64.3 | 64.1 | 64.5 | 67.3 | 62.6 | 62.5 | 59.3 | 71.8 | +| 26 | Cornelius | CB24XF75 | RR2XF | 2.4 | 64.2 | 63.2 | 65 | 60.9 | 65.3 | 63.5 | 58.8 | 72.7 | +| 27 | Confluence Genetics | N2358 | Conv | 2.3 | 61.2 | 58.4 | 62.3 | 61.2 | 56.8 | 57.1 | 56.6 | 73.3 | + +Top 5 by Yield: S27XF26 (Dyna-Gro) 74.2, GH2315E3 (Golden Harvest) 73.1, 27B4 (Viking/Blue River) 72.3, G2300E (Renk) 72.2, G2480E (Renk) 72.1. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.json b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.json new file mode 100644 index 00000000..eb893346 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.json @@ -0,0 +1,525 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2025-central-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District Central", + "district": "Central", + "season": "Full Season", + "cooperator_sites": [ + "Missouri Valley", + "Glidden", + "Nevada", + "Keystone", + "Clarence" + ], + "experiment_mean_yield": 70.2, + "results": [ + { + "rank": 1, + "brand": "Viking/Blue River", + "product": "30B4", + "traits": "Conv", + "metrics": { + "MG": 3, + "Yield": 75.5, + "WestYield": 74.6, + "EastYield": 76.9, + "Missouri Valley": 76.5, + "Glidden": 71.1, + "Nevada": 76.3, + "Keystone": 77, + "Clarence": 77.3 + } + }, + { + "rank": 2, + "brand": "Nutech/G2 Genetics", + "product": "30N06E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 73.9, + "WestYield": 76.2, + "EastYield": 71.2, + "Missouri Valley": 84.3, + "Glidden": 72.2, + "Nevada": 72.1, + "Keystone": 67.1, + "Clarence": 74.4 + } + }, + { + "rank": 3, + "brand": "P3 Genetics", + "product": "2429E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 73.7, + "WestYield": 74.4, + "EastYield": 72.4, + "Missouri Valley": 81.5, + "Glidden": 70.7, + "Nevada": 71, + "Keystone": 70.4, + "Clarence": 75.7 + } + }, + { + "rank": 4, + "brand": "P3 Genetics", + "product": "2631E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 73.3, + "WestYield": 72.1, + "EastYield": 75, + "Missouri Valley": 77.7, + "Glidden": 64.9, + "Nevada": 73.7, + "Keystone": 74.8, + "Clarence": 76.5 + } + }, + { + "rank": 5, + "brand": "Dyna-Gro", + "product": "S29ES45", + "traits": "E3S", + "metrics": { + "MG": 2.9, + "Yield": 73, + "WestYield": 76.3, + "EastYield": 70.5, + "Missouri Valley": 83.2, + "Glidden": 70.6, + "Nevada": 75, + "Keystone": 64.1, + "Clarence": 72.6 + } + }, + { + "rank": 6, + "brand": "Nutech/G2 Genetics", + "product": "32N05E", + "traits": "E3", + "metrics": { + "MG": 3.2, + "Yield": 72.8, + "WestYield": 75.1, + "EastYield": 71.8, + "Missouri Valley": 80.7, + "Glidden": 69, + "Nevada": 75.5, + "Keystone": 64.5, + "Clarence": 75.5 + } + }, + { + "rank": 7, + "brand": "Viking/Blue River", + "product": "30B6", + "traits": "Conv", + "metrics": { + "MG": 3, + "Yield": 72.1, + "WestYield": 74.4, + "EastYield": 69.6, + "Missouri Valley": 79.6, + "Glidden": 73.6, + "Nevada": 70.2, + "Keystone": 65.7, + "Clarence": 73.1 + } + }, + { + "rank": 8, + "brand": "ISU", + "product": "IAS32C1", + "traits": "Conv", + "metrics": { + "MG": 3.2, + "Yield": 71.9, + "WestYield": 71.6, + "EastYield": 71.1, + "Missouri Valley": 78.9, + "Glidden": 67.5, + "Nevada": 68.5, + "Keystone": 68.8, + "Clarence": 76 + } + }, + { + "rank": 9, + "brand": "ISU", + "product": "IAS29C4", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 71.3, + "WestYield": 74.5, + "EastYield": 67.2, + "Missouri Valley": 82.4, + "Glidden": 73.7, + "Nevada": 67.4, + "Keystone": 63.6, + "Clarence": 70.4 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 71.3, + "WestYield": 72, + "EastYield": 70.9, + "Missouri Valley": 78.2, + "Glidden": 67.2, + "Nevada": 70.6, + "Keystone": 68.7, + "Clarence": 73.6 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P31T64E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 71.3, + "WestYield": 71.7, + "EastYield": 69.8, + "Missouri Valley": 79, + "Glidden": 67.2, + "Nevada": 68.7, + "Keystone": 70.5, + "Clarence": 70.1 + } + }, + { + "rank": 12, + "brand": "Nutech/G2 Genetics", + "product": "28N05E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 71.1, + "WestYield": 71.9, + "EastYield": 69.8, + "Missouri Valley": 77, + "Glidden": 69.7, + "Nevada": 69.2, + "Keystone": 65.7, + "Clarence": 74.6 + } + }, + { + "rank": 13, + "brand": "Cornelius", + "product": "CB29XF85", + "traits": "RR2XF", + "metrics": { + "MG": 2.9, + "Yield": 70.6, + "WestYield": 73.8, + "EastYield": 68.5, + "Missouri Valley": 75.2, + "Glidden": 72.3, + "Nevada": 74.1, + "Keystone": 58.4, + "Clarence": 73.2 + } + }, + { + "rank": 14, + "brand": "ISU", + "product": "IAS29C3", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 70.5, + "WestYield": 68.7, + "EastYield": 69.9, + "Missouri Valley": 76.7, + "Glidden": 66.3, + "Nevada": 63.1, + "Keystone": 72.2, + "Clarence": 74.6 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "GH2925XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.9, + "Yield": 70.3, + "WestYield": 70.8, + "EastYield": 70.4, + "Missouri Valley": 74.7, + "Glidden": 66.5, + "Nevada": 71.1, + "Keystone": 67, + "Clarence": 73 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P30A75E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 70.3, + "WestYield": 70.8, + "EastYield": 69.7, + "Missouri Valley": 74.6, + "Glidden": 67.7, + "Nevada": 70.3, + "Keystone": 65.9, + "Clarence": 73 + } + }, + { + "rank": 17, + "brand": "Renk", + "product": "G2900E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 69.5, + "WestYield": 71.8, + "EastYield": 66.1, + "Missouri Valley": 79.5, + "Glidden": 69.4, + "Nevada": 66.4, + "Keystone": 61.6, + "Clarence": 70.4 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 69, + "WestYield": 70, + "EastYield": 68.4, + "Missouri Valley": 80.1, + "Glidden": 60.6, + "Nevada": 69.1, + "Keystone": 62.4, + "Clarence": 73.5 + } + }, + { + "rank": 19, + "brand": "ISU", + "product": "IAS31C2", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 68.8, + "WestYield": 69.1, + "EastYield": 68.2, + "Missouri Valley": 76.1, + "Glidden": 64.9, + "Nevada": 66.3, + "Keystone": 66.6, + "Clarence": 71.6 + } + }, + { + "rank": 20, + "brand": "Pioneer", + "product": "P28A65E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 68.7, + "WestYield": 68.9, + "EastYield": 67.7, + "Missouri Valley": 74.6, + "Glidden": 65.9, + "Nevada": 66.2, + "Keystone": 64, + "Clarence": 72.7 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 68.2, + "WestYield": 67.9, + "EastYield": 68.2, + "Missouri Valley": 71.6, + "Glidden": 65.2, + "Nevada": 66.9, + "Keystone": 65.3, + "Clarence": 72.5 + } + }, + { + "rank": 22, + "brand": "ISU", + "product": "IAS29C1", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 68.1, + "WestYield": 66, + "EastYield": 67.9, + "Missouri Valley": 75.3, + "Glidden": 62.5, + "Nevada": 60.2, + "Keystone": 70.7, + "Clarence": 72.9 + } + }, + { + "rank": 23, + "brand": "Asgrow", + "product": "AG29XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.8, + "Yield": 68, + "WestYield": 68.7, + "EastYield": 63.5, + "Missouri Valley": 80.6, + "Glidden": 67.5, + "Nevada": 58.1, + "Keystone": 60.2, + "Clarence": 72.3 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro", + "product": "S28XF85", + "traits": "RR2XF", + "metrics": { + "MG": 2.8, + "Yield": 67.7, + "WestYield": 68.4, + "EastYield": 67.2, + "Missouri Valley": 74.9, + "Glidden": 61.1, + "Nevada": 69.2, + "Keystone": 61.3, + "Clarence": 71.2 + } + }, + { + "rank": 25, + "brand": "Asgrow", + "product": "AG31XF5", + "traits": "RR2XF", + "metrics": { + "MG": 3.1, + "Yield": 67.2, + "WestYield": 67, + "EastYield": 67.8, + "Missouri Valley": 74.6, + "Glidden": 58, + "Nevada": 68.3, + "Keystone": 60.7, + "Clarence": 74.4 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 67.2, + "WestYield": 69.6, + "EastYield": 65.9, + "Missouri Valley": 78, + "Glidden": 62.2, + "Nevada": 68.7, + "Keystone": 59.1, + "Clarence": 70 + } + }, + { + "rank": 27, + "brand": "Cornelius", + "product": "CB27XF17", + "traits": "RR2XF", + "metrics": { + "MG": 2.7, + "Yield": 66.9, + "WestYield": 66.9, + "EastYield": 65.3, + "Missouri Valley": 73.9, + "Glidden": 62.8, + "Nevada": 64.1, + "Keystone": 59, + "Clarence": 72.9 + } + }, + { + "rank": 28, + "brand": "Confluence Genetics", + "product": "BX32Q405", + "traits": "Conv", + "metrics": { + "MG": 3.2, + "Yield": 66.3, + "WestYield": 66.5, + "EastYield": 67.8, + "Missouri Valley": 66.5, + "Glidden": 62.5, + "Nevada": 70.6, + "Keystone": 61.3, + "Clarence": 71.4 + } + }, + { + "rank": 29, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 65.2, + "WestYield": 64.2, + "EastYield": 66, + "Missouri Valley": 66.6, + "Glidden": 60.2, + "Nevada": 66, + "Keystone": 60.4, + "Clarence": 71.7 + } + } + ], + "n_results": 29, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:21.040933+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.md b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.md new file mode 100644 index 00000000..26f8274b --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-central-full.md @@ -0,0 +1,49 @@ +# Soybean yield trial — Iowa Central District (Full Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** Central +- **Maturity season:** Full Season +- **Year:** 2025 +- **Experiment mean yield:** 70.2 bu/a +- **Cooperator sites:** Missouri Valley, Glidden, Nevada, Keystone, Clarence +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Missouri Valley | Glidden | Nevada | Keystone | Clarence | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Viking/Blue River | 30B4 | Conv | 3 | 75.5 | 74.6 | 76.9 | 76.5 | 71.1 | 76.3 | 77 | 77.3 | +| 2 | Nutech/G2 Genetics | 30N06E | E3 | 3 | 73.9 | 76.2 | 71.2 | 84.3 | 72.2 | 72.1 | 67.1 | 74.4 | +| 3 | P3 Genetics | 2429E | E3 | 2.9 | 73.7 | 74.4 | 72.4 | 81.5 | 70.7 | 71 | 70.4 | 75.7 | +| 4 | P3 Genetics | 2631E | E3 | 3.1 | 73.3 | 72.1 | 75 | 77.7 | 64.9 | 73.7 | 74.8 | 76.5 | +| 5 | Dyna-Gro | S29ES45 | E3S | 2.9 | 73 | 76.3 | 70.5 | 83.2 | 70.6 | 75 | 64.1 | 72.6 | +| 6 | Nutech/G2 Genetics | 32N05E | E3 | 3.2 | 72.8 | 75.1 | 71.8 | 80.7 | 69 | 75.5 | 64.5 | 75.5 | +| 7 | Viking/Blue River | 30B6 | Conv | 3 | 72.1 | 74.4 | 69.6 | 79.6 | 73.6 | 70.2 | 65.7 | 73.1 | +| 8 | ISU | IAS32C1 | Conv | 3.2 | 71.9 | 71.6 | 71.1 | 78.9 | 67.5 | 68.5 | 68.8 | 76 | +| 9 | ISU | IAS29C4 | Conv | 2.9 | 71.3 | 74.5 | 67.2 | 82.4 | 73.7 | 67.4 | 63.6 | 70.4 | +| 10 | Xitavo | XO 2865E | E3 | 2.8 | 71.3 | 72 | 70.9 | 78.2 | 67.2 | 70.6 | 68.7 | 73.6 | +| 11 | Pioneer | P31T64E | E3 | 3.1 | 71.3 | 71.7 | 69.8 | 79 | 67.2 | 68.7 | 70.5 | 70.1 | +| 12 | Nutech/G2 Genetics | 28N05E | E3 | 2.8 | 71.1 | 71.9 | 69.8 | 77 | 69.7 | 69.2 | 65.7 | 74.6 | +| 13 | Cornelius | CB29XF85 | RR2XF | 2.9 | 70.6 | 73.8 | 68.5 | 75.2 | 72.3 | 74.1 | 58.4 | 73.2 | +| 14 | ISU | IAS29C3 | Conv | 2.9 | 70.5 | 68.7 | 69.9 | 76.7 | 66.3 | 63.1 | 72.2 | 74.6 | +| 15 | Golden Harvest | GH2925XF | RR2XF | 2.9 | 70.3 | 70.8 | 70.4 | 74.7 | 66.5 | 71.1 | 67 | 73 | +| 16 | Pioneer | P30A75E | E3 | 3 | 70.3 | 70.8 | 69.7 | 74.6 | 67.7 | 70.3 | 65.9 | 73 | +| 17 | Renk | G2900E | E3 | 2.9 | 69.5 | 71.8 | 66.1 | 79.5 | 69.4 | 66.4 | 61.6 | 70.4 | +| 18 | Xitavo | XO 3105E | E3 | 3.1 | 69 | 70 | 68.4 | 80.1 | 60.6 | 69.1 | 62.4 | 73.5 | +| 19 | ISU | IAS31C2 | Conv | 3.1 | 68.8 | 69.1 | 68.2 | 76.1 | 64.9 | 66.3 | 66.6 | 71.6 | +| 20 | Pioneer | P28A65E | E3 | 2.8 | 68.7 | 68.9 | 67.7 | 74.6 | 65.9 | 66.2 | 64 | 72.7 | +| 21 | Golden Harvest | GH3035E3 | E3 | 3 | 68.2 | 67.9 | 68.2 | 71.6 | 65.2 | 66.9 | 65.3 | 72.5 | +| 22 | ISU | IAS29C1 | Conv | 2.9 | 68.1 | 66 | 67.9 | 75.3 | 62.5 | 60.2 | 70.7 | 72.9 | +| 23 | Asgrow | AG29XF5 | RR2XF | 2.8 | 68 | 68.7 | 63.5 | 80.6 | 67.5 | 58.1 | 60.2 | 72.3 | +| 24 | Dyna-Gro | S28XF85 | RR2XF | 2.8 | 67.7 | 68.4 | 67.2 | 74.9 | 61.1 | 69.2 | 61.3 | 71.2 | +| 25 | Asgrow | AG31XF5 | RR2XF | 3.1 | 67.2 | 67 | 67.8 | 74.6 | 58 | 68.3 | 60.7 | 74.4 | +| 26 | Xitavo | XO 2926E | E3 | 2.9 | 67.2 | 69.6 | 65.9 | 78 | 62.2 | 68.7 | 59.1 | 70 | +| 27 | Cornelius | CB27XF17 | RR2XF | 2.7 | 66.9 | 66.9 | 65.3 | 73.9 | 62.8 | 64.1 | 59 | 72.9 | +| 28 | Confluence Genetics | BX32Q405 | Conv | 3.2 | 66.3 | 66.5 | 67.8 | 66.5 | 62.5 | 70.6 | 61.3 | 71.4 | +| 29 | Confluence Genetics | BH31Q146 | Conv | 3.1 | 65.2 | 64.2 | 66 | 66.6 | 60.2 | 66 | 60.4 | 71.7 | + +Top 5 by Yield: 30B4 (Viking/Blue River) 75.5, 30N06E (Nutech/G2 Genetics) 73.9, 2429E (P3 Genetics) 73.7, 2631E (P3 Genetics) 73.3, S29ES45 (Dyna-Gro) 73. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.json b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.json new file mode 100644 index 00000000..17106c4f --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.json @@ -0,0 +1,440 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2025-north-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District North", + "district": "North", + "season": "Early Season", + "cooperator_sites": [ + "Sutherland", + "Pocahontas", + "Corwith", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 64, + "results": [ + { + "rank": 1, + "brand": "Nutech/G2 Genetics", + "product": "22N04E", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 68.3, + "WestYield": 65.4, + "EastYield": 67.3, + "Sutherland": 72.6, + "Pocahontas": 67.1, + "Corwith": 56.4, + "Marble Rock": 74.1, + "Oelwein": 71.4 + } + }, + { + "rank": 2, + "brand": "Nutech/G2 Genetics", + "product": "21N09E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 67.9, + "WestYield": 65, + "EastYield": 66.9, + "Sutherland": 68.3, + "Pocahontas": 71.7, + "Corwith": 55.1, + "Marble Rock": 74.8, + "Oelwein": 70.8 + } + }, + { + "rank": 3, + "brand": "LOYAL BRAND", + "product": "L2130E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 66.8, + "WestYield": 65.5, + "EastYield": 65.4, + "Sutherland": 67.8, + "Pocahontas": 70, + "Corwith": 58.7, + "Marble Rock": 74.7, + "Oelwein": 62.7 + } + }, + { + "rank": 4, + "brand": "Viking/Blue River", + "product": "2022N", + "traits": "Conv", + "metrics": { + "MG": 2, + "Yield": 66.7, + "WestYield": 65.6, + "EastYield": 64.7, + "Sutherland": 69.1, + "Pocahontas": 71.5, + "Corwith": 56.3, + "Marble Rock": 71.6, + "Oelwein": 66.3 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH2292E3", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 66.5, + "WestYield": 65.8, + "EastYield": 63.6, + "Sutherland": 70.1, + "Pocahontas": 71.9, + "Corwith": 55.3, + "Marble Rock": 71.4, + "Oelwein": 64.2 + } + }, + { + "rank": 6, + "brand": "Pioneer", + "product": "P21A53E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 66.4, + "WestYield": 64, + "EastYield": 63.6, + "Sutherland": 73.2, + "Pocahontas": 67.3, + "Corwith": 51.4, + "Marble Rock": 73.9, + "Oelwein": 65.5 + } + }, + { + "rank": 7, + "brand": "Asgrow", + "product": "AG22XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.2, + "Yield": 65.4, + "WestYield": 66.1, + "EastYield": 63.4, + "Sutherland": 69.4, + "Pocahontas": 69.1, + "Corwith": 60, + "Marble Rock": 64.7, + "Oelwein": 65.7 + } + }, + { + "rank": 8, + "brand": "LOYAL BRAND", + "product": "L2070E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 64.6, + "WestYield": 63.9, + "EastYield": 60.7, + "Sutherland": 68.8, + "Pocahontas": 72.5, + "Corwith": 50.4, + "Marble Rock": 74.1, + "Oelwein": 57.6 + } + }, + { + "rank": 9, + "brand": "Renk", + "product": "G2090E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 64.4, + "WestYield": 62.5, + "EastYield": 61.9, + "Sutherland": 69.5, + "Pocahontas": 66.7, + "Corwith": 51.4, + "Marble Rock": 72, + "Oelwein": 62.3 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG22XF6", + "traits": "RR2XF", + "metrics": { + "MG": 2.2, + "Yield": 64.3, + "WestYield": 64.9, + "EastYield": 61.5, + "Sutherland": 69.9, + "Pocahontas": 67.8, + "Corwith": 57, + "Marble Rock": 66.1, + "Oelwein": 61.5 + } + }, + { + "rank": 11, + "brand": "Golden Harvest", + "product": "GH2004XF", + "traits": "RR2XF", + "metrics": { + "MG": 2, + "Yield": 64.2, + "WestYield": 61.9, + "EastYield": 62.6, + "Sutherland": 64.8, + "Pocahontas": 68.8, + "Corwith": 52.2, + "Marble Rock": 69.4, + "Oelwein": 66.1 + } + }, + { + "rank": 12, + "brand": "P3 Genetics", + "product": "2520E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 64, + "WestYield": 60.6, + "EastYield": 61.8, + "Sutherland": 66.9, + "Pocahontas": 67.6, + "Corwith": 47.3, + "Marble Rock": 77.4, + "Oelwein": 60.6 + } + }, + { + "rank": 13, + "brand": "Cornelius", + "product": "CB20XF39", + "traits": "RR2XF", + "metrics": { + "MG": 2, + "Yield": 63.9, + "WestYield": 63.3, + "EastYield": 59.6, + "Sutherland": 73.2, + "Pocahontas": 67.8, + "Corwith": 49, + "Marble Rock": 70.3, + "Oelwein": 59.5 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO 1776E", + "traits": "E3", + "metrics": { + "MG": 1.7, + "Yield": 63.8, + "WestYield": 63.5, + "EastYield": 60.2, + "Sutherland": 70, + "Pocahontas": 69.2, + "Corwith": 51.4, + "Marble Rock": 67.9, + "Oelwein": 61.3 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO 2206E", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 63.6, + "WestYield": 60.9, + "EastYield": 62.9, + "Sutherland": 64.9, + "Pocahontas": 63.6, + "Corwith": 54.2, + "Marble Rock": 74.3, + "Oelwein": 60.1 + } + }, + { + "rank": 16, + "brand": "Cornelius", + "product": "CB19C30", + "traits": "Conv", + "metrics": { + "MG": 1.9, + "Yield": 63.6, + "WestYield": 60.6, + "EastYield": 62.9, + "Sutherland": 65.9, + "Pocahontas": 64.8, + "Corwith": 51, + "Marble Rock": 73.8, + "Oelwein": 63.9 + } + }, + { + "rank": 17, + "brand": "P3 Genetics", + "product": "2419E", + "traits": "E3", + "metrics": { + "MG": 1.9, + "Yield": 63.6, + "WestYield": 61.1, + "EastYield": 61.8, + "Sutherland": 68.3, + "Pocahontas": 64.9, + "Corwith": 50, + "Marble Rock": 72.2, + "Oelwein": 63.4 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 2075E", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 63.2, + "WestYield": 62.7, + "EastYield": 59.9, + "Sutherland": 69.7, + "Pocahontas": 67.6, + "Corwith": 50.8, + "Marble Rock": 67, + "Oelwein": 62 + } + }, + { + "rank": 19, + "brand": "Dyna-Gro", + "product": "S20EN46", + "traits": "E3", + "metrics": { + "MG": 2, + "Yield": 63.1, + "WestYield": 61.4, + "EastYield": 59.5, + "Sutherland": 68.4, + "Pocahontas": 68.2, + "Corwith": 47.7, + "Marble Rock": 70.6, + "Oelwein": 60.2 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO 1986E", + "traits": "E3", + "metrics": { + "MG": 1.9, + "Yield": 62.6, + "WestYield": 60.3, + "EastYield": 60.4, + "Sutherland": 66.6, + "Pocahontas": 64.8, + "Corwith": 49.6, + "Marble Rock": 63.4, + "Oelwein": 68.2 + } + }, + { + "rank": 21, + "brand": "Pioneer", + "product": "P18A73E", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 61.8, + "WestYield": 59.4, + "EastYield": 59, + "Sutherland": 65.8, + "Pocahontas": 67.6, + "Corwith": 44.8, + "Marble Rock": 68.6, + "Oelwein": 63.6 + } + }, + { + "rank": 22, + "brand": "Renk", + "product": "RS194NXF", + "traits": "RR2XF", + "metrics": { + "MG": 1.9, + "Yield": 61.2, + "WestYield": 60, + "EastYield": 56.7, + "Sutherland": 71, + "Pocahontas": 65.3, + "Corwith": 43.9, + "Marble Rock": 65.7, + "Oelwein": 60.6 + } + }, + { + "rank": 23, + "brand": "P3 Genetics", + "product": "2218E", + "traits": "E3", + "metrics": { + "MG": 1.8, + "Yield": 59.1, + "WestYield": 57.6, + "EastYield": 55, + "Sutherland": 64.1, + "Pocahontas": 67.3, + "Corwith": 41.3, + "Marble Rock": 60.7, + "Oelwein": 63.1 + } + }, + { + "rank": 24, + "brand": "LOYAL BRAND", + "product": "L2160E", + "traits": "E3", + "metrics": { + "MG": 2.1, + "Yield": 56.9, + "WestYield": 57, + "EastYield": 53.7, + "Sutherland": 62.2, + "Pocahontas": 61.2, + "Corwith": 47.8, + "Marble Rock": 60.6, + "Oelwein": 52.6 + } + } + ], + "n_results": 24, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:08.985631+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.md b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.md new file mode 100644 index 00000000..f0f90f26 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-early.md @@ -0,0 +1,44 @@ +# Soybean yield trial — Iowa North District (Early Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** North +- **Maturity season:** Early Season +- **Year:** 2025 +- **Experiment mean yield:** 64 bu/a +- **Cooperator sites:** Sutherland, Pocahontas, Corwith, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Sutherland | Pocahontas | Corwith | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Nutech/G2 Genetics | 22N04E | E3 | 2.2 | 68.3 | 65.4 | 67.3 | 72.6 | 67.1 | 56.4 | 74.1 | 71.4 | +| 2 | Nutech/G2 Genetics | 21N09E | E3 | 2.1 | 67.9 | 65 | 66.9 | 68.3 | 71.7 | 55.1 | 74.8 | 70.8 | +| 3 | LOYAL BRAND | L2130E | E3 | 2.1 | 66.8 | 65.5 | 65.4 | 67.8 | 70 | 58.7 | 74.7 | 62.7 | +| 4 | Viking/Blue River | 2022N | Conv | 2 | 66.7 | 65.6 | 64.7 | 69.1 | 71.5 | 56.3 | 71.6 | 66.3 | +| 5 | Golden Harvest | GH2292E3 | E3 | 2.2 | 66.5 | 65.8 | 63.6 | 70.1 | 71.9 | 55.3 | 71.4 | 64.2 | +| 6 | Pioneer | P21A53E | E3 | 2.1 | 66.4 | 64 | 63.6 | 73.2 | 67.3 | 51.4 | 73.9 | 65.5 | +| 7 | Asgrow | AG22XF5 | RR2XF | 2.2 | 65.4 | 66.1 | 63.4 | 69.4 | 69.1 | 60 | 64.7 | 65.7 | +| 8 | LOYAL BRAND | L2070E | E3 | 2 | 64.6 | 63.9 | 60.7 | 68.8 | 72.5 | 50.4 | 74.1 | 57.6 | +| 9 | Renk | G2090E | E3 | 2 | 64.4 | 62.5 | 61.9 | 69.5 | 66.7 | 51.4 | 72 | 62.3 | +| 10 | Asgrow | AG22XF6 | RR2XF | 2.2 | 64.3 | 64.9 | 61.5 | 69.9 | 67.8 | 57 | 66.1 | 61.5 | +| 11 | Golden Harvest | GH2004XF | RR2XF | 2 | 64.2 | 61.9 | 62.6 | 64.8 | 68.8 | 52.2 | 69.4 | 66.1 | +| 12 | P3 Genetics | 2520E | E3 | 2 | 64 | 60.6 | 61.8 | 66.9 | 67.6 | 47.3 | 77.4 | 60.6 | +| 13 | Cornelius | CB20XF39 | RR2XF | 2 | 63.9 | 63.3 | 59.6 | 73.2 | 67.8 | 49 | 70.3 | 59.5 | +| 14 | Xitavo | XO 1776E | E3 | 1.7 | 63.8 | 63.5 | 60.2 | 70 | 69.2 | 51.4 | 67.9 | 61.3 | +| 15 | Xitavo | XO 2206E | E3 | 2.2 | 63.6 | 60.9 | 62.9 | 64.9 | 63.6 | 54.2 | 74.3 | 60.1 | +| 16 | Cornelius | CB19C30 | Conv | 1.9 | 63.6 | 60.6 | 62.9 | 65.9 | 64.8 | 51 | 73.8 | 63.9 | +| 17 | P3 Genetics | 2419E | E3 | 1.9 | 63.6 | 61.1 | 61.8 | 68.3 | 64.9 | 50 | 72.2 | 63.4 | +| 18 | Xitavo | XO 2075E | E3 | 2 | 63.2 | 62.7 | 59.9 | 69.7 | 67.6 | 50.8 | 67 | 62 | +| 19 | Dyna-Gro | S20EN46 | E3 | 2 | 63.1 | 61.4 | 59.5 | 68.4 | 68.2 | 47.7 | 70.6 | 60.2 | +| 20 | Xitavo | XO 1986E | E3 | 1.9 | 62.6 | 60.3 | 60.4 | 66.6 | 64.8 | 49.6 | 63.4 | 68.2 | +| 21 | Pioneer | P18A73E | E3 | 1.8 | 61.8 | 59.4 | 59 | 65.8 | 67.6 | 44.8 | 68.6 | 63.6 | +| 22 | Renk | RS194NXF | RR2XF | 1.9 | 61.2 | 60 | 56.7 | 71 | 65.3 | 43.9 | 65.7 | 60.6 | +| 23 | P3 Genetics | 2218E | E3 | 1.8 | 59.1 | 57.6 | 55 | 64.1 | 67.3 | 41.3 | 60.7 | 63.1 | +| 24 | LOYAL BRAND | L2160E | E3 | 2.1 | 56.9 | 57 | 53.7 | 62.2 | 61.2 | 47.8 | 60.6 | 52.6 | + +Top 5 by Yield: 22N04E (Nutech/G2 Genetics) 68.3, 21N09E (Nutech/G2 Genetics) 67.9, L2130E (LOYAL BRAND) 66.8, 2022N (Viking/Blue River) 66.7, GH2292E3 (Golden Harvest) 66.5. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.json b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.json new file mode 100644 index 00000000..8698aa1e --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.json @@ -0,0 +1,559 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2025-north-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District North", + "district": "North", + "season": "Full Season", + "cooperator_sites": [ + "Sutherland", + "Pocahontas", + "Corwith", + "Marble Rock", + "Oelwein" + ], + "experiment_mean_yield": 66.3, + "results": [ + { + "rank": 1, + "brand": "LOYAL BRAND", + "product": "L2560E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 71.6, + "WestYield": 68.4, + "EastYield": 71.8, + "Sutherland": 72.6, + "Pocahontas": 69.7, + "Corwith": 62.9, + "Marble Rock": 79.2, + "Oelwein": 73.5 + } + }, + { + "rank": 2, + "brand": "Renk", + "product": "G2300E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 70.8, + "WestYield": 69.1, + "EastYield": 71.4, + "Sutherland": 70.5, + "Pocahontas": 70.2, + "Corwith": 66.8, + "Marble Rock": 71, + "Oelwein": 76.5 + } + }, + { + "rank": 3, + "brand": "Nutech/G2 Genetics", + "product": "25N05E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 69.4, + "WestYield": 67, + "EastYield": 68.7, + "Sutherland": 69.6, + "Pocahontas": 72.1, + "Corwith": 59.4, + "Marble Rock": 71.8, + "Oelwein": 74.9 + } + }, + { + "rank": 4, + "brand": "Xitavo", + "product": "XO 2366E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 68.9, + "WestYield": 66.1, + "EastYield": 69.1, + "Sutherland": 67.5, + "Pocahontas": 69.9, + "Corwith": 61, + "Marble Rock": 73.9, + "Oelwein": 72.5 + } + }, + { + "rank": 5, + "brand": "Viking/Blue River", + "product": "27B4", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 68.8, + "WestYield": 65.5, + "EastYield": 68.7, + "Sutherland": 72.4, + "Pocahontas": 63.1, + "Corwith": 60.9, + "Marble Rock": 70.9, + "Oelwein": 74.2 + } + }, + { + "rank": 6, + "brand": "P3 Genetics", + "product": "2523E", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 68.5, + "WestYield": 66.3, + "EastYield": 67.3, + "Sutherland": 66.7, + "Pocahontas": 73.2, + "Corwith": 58.9, + "Marble Rock": 73.5, + "Oelwein": 69.3 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH2626XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.6, + "Yield": 68.5, + "WestYield": 68.6, + "EastYield": 66, + "Sutherland": 73.3, + "Pocahontas": 70.8, + "Corwith": 61.9, + "Marble Rock": 67.2, + "Oelwein": 68.9 + } + }, + { + "rank": 8, + "brand": "Cornelius", + "product": "CB22XF52", + "traits": "RR2XF", + "metrics": { + "MG": 2.2, + "Yield": 68.5, + "WestYield": 65.6, + "EastYield": 65.7, + "Sutherland": 74.9, + "Pocahontas": 72.6, + "Corwith": 49.4, + "Marble Rock": 80.3, + "Oelwein": 67.3 + } + }, + { + "rank": 9, + "brand": "Renk", + "product": "RS255NXF", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 68.3, + "WestYield": 65, + "EastYield": 69, + "Sutherland": 68.8, + "Pocahontas": 65, + "Corwith": 61.2, + "Marble Rock": 77.6, + "Oelwein": 68.1 + } + }, + { + "rank": 10, + "brand": "LOYAL BRAND", + "product": "L2380E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 68.2, + "WestYield": 65.4, + "EastYield": 68.2, + "Sutherland": 67.8, + "Pocahontas": 68.8, + "Corwith": 59.7, + "Marble Rock": 73.1, + "Oelwein": 71.8 + } + }, + { + "rank": 11, + "brand": "Pioneer", + "product": "P25A16E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 68.1, + "WestYield": 65.1, + "EastYield": 67.4, + "Sutherland": 68.8, + "Pocahontas": 67.8, + "Corwith": 58.7, + "Marble Rock": 70.7, + "Oelwein": 72.9 + } + }, + { + "rank": 12, + "brand": "LOYAL BRAND", + "product": "L2770E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 68.1, + "WestYield": 66.3, + "EastYield": 67.1, + "Sutherland": 66.9, + "Pocahontas": 71.2, + "Corwith": 60.7, + "Marble Rock": 72, + "Oelwein": 68.5 + } + }, + { + "rank": 13, + "brand": "Xitavo", + "product": "XO 2735E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 68, + "WestYield": 64.2, + "EastYield": 68.9, + "Sutherland": 66.6, + "Pocahontas": 67.6, + "Corwith": 58.4, + "Marble Rock": 75.3, + "Oelwein": 72.9 + } + }, + { + "rank": 14, + "brand": "Renk", + "product": "RS266E", + "traits": "E3", + "metrics": { + "MG": 2.6, + "Yield": 67.9, + "WestYield": 66.1, + "EastYield": 67, + "Sutherland": 72, + "Pocahontas": 66, + "Corwith": 60.3, + "Marble Rock": 69.3, + "Oelwein": 71.6 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO 2556E", + "traits": "E3", + "metrics": { + "MG": 2.5, + "Yield": 67.7, + "WestYield": 65.8, + "EastYield": 66.8, + "Sutherland": 70.7, + "Pocahontas": 68.4, + "Corwith": 58.3, + "Marble Rock": 67.8, + "Oelwein": 74.3 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "GH2406XF", + "traits": "RR2XF", + "metrics": { + "MG": 2.4, + "Yield": 67.6, + "WestYield": 65, + "EastYield": 65.3, + "Sutherland": 69.4, + "Pocahontas": 73.3, + "Corwith": 52.4, + "Marble Rock": 70.6, + "Oelwein": 72.8 + } + }, + { + "rank": 17, + "brand": "LOYAL BRAND", + "product": "L2370E", + "traits": "E3", + "metrics": { + "MG": 2.2, + "Yield": 67.4, + "WestYield": 66, + "EastYield": 64.4, + "Sutherland": 68.9, + "Pocahontas": 73.7, + "Corwith": 55.3, + "Marble Rock": 70.8, + "Oelwein": 67.2 + } + }, + { + "rank": 18, + "brand": "P3 Genetics", + "product": "2623E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 67.3, + "WestYield": 65.1, + "EastYield": 66.4, + "Sutherland": 68.8, + "Pocahontas": 67.7, + "Corwith": 58.6, + "Marble Rock": 69.3, + "Oelwein": 71.2 + } + }, + { + "rank": 19, + "brand": "Renk", + "product": "G2790E", + "traits": "E3", + "metrics": { + "MG": 2.7, + "Yield": 67.1, + "WestYield": 63.6, + "EastYield": 66.7, + "Sutherland": 65.9, + "Pocahontas": 69.8, + "Corwith": 55.1, + "Marble Rock": 71.2, + "Oelwein": 73.9 + } + }, + { + "rank": 20, + "brand": "Renk", + "product": "G2480E", + "traits": "E3", + "metrics": { + "MG": 2.4, + "Yield": 66.8, + "WestYield": 67.2, + "EastYield": 65.6, + "Sutherland": 68, + "Pocahontas": 69.6, + "Corwith": 64, + "Marble Rock": 64.9, + "Oelwein": 68 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG25XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.5, + "Yield": 66.7, + "WestYield": 64.8, + "EastYield": 66.9, + "Sutherland": 63.3, + "Pocahontas": 69.1, + "Corwith": 62.1, + "Marble Rock": 69.4, + "Oelwein": 69.2 + } + }, + { + "rank": 22, + "brand": "Viking/Blue River", + "product": "23B5", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 66.7, + "WestYield": 64.7, + "EastYield": 66.4, + "Sutherland": 69.3, + "Pocahontas": 65.8, + "Corwith": 59.1, + "Marble Rock": 71.8, + "Oelwein": 68.2 + } + }, + { + "rank": 23, + "brand": "ISU", + "product": "IAS27C3", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 66.2, + "WestYield": 62.3, + "EastYield": 67.5, + "Sutherland": 67.6, + "Pocahontas": 62.2, + "Corwith": 57, + "Marble Rock": 75.6, + "Oelwein": 70 + } + }, + { + "rank": 24, + "brand": "ISU", + "product": "IAS25C2", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 64.5, + "WestYield": 63.4, + "EastYield": 62.1, + "Sutherland": 67.9, + "Pocahontas": 69.3, + "Corwith": 52.9, + "Marble Rock": 66.4, + "Oelwein": 66.9 + } + }, + { + "rank": 25, + "brand": "Cornelius", + "product": "CB27C10", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 64.1, + "WestYield": 60, + "EastYield": 63.5, + "Sutherland": 65.1, + "Pocahontas": 64.4, + "Corwith": 50.4, + "Marble Rock": 69.6, + "Oelwein": 70.6 + } + }, + { + "rank": 26, + "brand": "Dyna-Gro", + "product": "S23EN05", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 63.6, + "WestYield": 61.4, + "EastYield": 63.2, + "Sutherland": 61, + "Pocahontas": 68.1, + "Corwith": 55.1, + "Marble Rock": 69.4, + "Oelwein": 65.1 + } + }, + { + "rank": 27, + "brand": "Cornelius", + "product": "CB25C10", + "traits": "Conv", + "metrics": { + "MG": 2.5, + "Yield": 63.2, + "WestYield": 61.4, + "EastYield": 61.5, + "Sutherland": 66.3, + "Pocahontas": 65.7, + "Corwith": 52.2, + "Marble Rock": 67.3, + "Oelwein": 65.2 + } + }, + { + "rank": 28, + "brand": "Pioneer", + "product": "P23A40E", + "traits": "E3", + "metrics": { + "MG": 2.3, + "Yield": 62.6, + "WestYield": 61, + "EastYield": 60, + "Sutherland": 67.4, + "Pocahontas": 66.1, + "Corwith": 49.4, + "Marble Rock": 69.4, + "Oelwein": 61.2 + } + }, + { + "rank": 29, + "brand": "Confluence Genetics", + "product": "BX27Q266", + "traits": "Conv", + "metrics": { + "MG": 2.7, + "Yield": 58.6, + "WestYield": 56.9, + "EastYield": 57.3, + "Sutherland": 62.8, + "Pocahontas": 58.3, + "Corwith": 49.6, + "Marble Rock": 63.8, + "Oelwein": 58.5 + } + }, + { + "rank": 30, + "brand": "Confluence Genetics", + "product": "BH23H228", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 55.2, + "WestYield": 53.6, + "EastYield": 52.4, + "Sutherland": 57.9, + "Pocahontas": 61.4, + "Corwith": 41.5, + "Marble Rock": 61.9, + "Oelwein": 53.8 + } + }, + { + "rank": 31, + "brand": "Confluence Genetics", + "product": "N2358", + "traits": "Conv", + "metrics": { + "MG": 2.3, + "Yield": 54.2, + "WestYield": 52, + "EastYield": 52.8, + "Sutherland": 56.1, + "Pocahontas": 56.5, + "Corwith": 43.4, + "Marble Rock": 56.9, + "Oelwein": 58 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:12.994025+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.md b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.md new file mode 100644 index 00000000..1d1ce458 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-north-full.md @@ -0,0 +1,51 @@ +# Soybean yield trial — Iowa North District (Full Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** North +- **Maturity season:** Full Season +- **Year:** 2025 +- **Experiment mean yield:** 66.3 bu/a +- **Cooperator sites:** Sutherland, Pocahontas, Corwith, Marble Rock, Oelwein +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Sutherland | Pocahontas | Corwith | Marble Rock | Oelwein | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | LOYAL BRAND | L2560E | E3 | 2.5 | 71.6 | 68.4 | 71.8 | 72.6 | 69.7 | 62.9 | 79.2 | 73.5 | +| 2 | Renk | G2300E | E3 | 2.3 | 70.8 | 69.1 | 71.4 | 70.5 | 70.2 | 66.8 | 71 | 76.5 | +| 3 | Nutech/G2 Genetics | 25N05E | E3 | 2.5 | 69.4 | 67 | 68.7 | 69.6 | 72.1 | 59.4 | 71.8 | 74.9 | +| 4 | Xitavo | XO 2366E | E3 | 2.3 | 68.9 | 66.1 | 69.1 | 67.5 | 69.9 | 61 | 73.9 | 72.5 | +| 5 | Viking/Blue River | 27B4 | Conv | 2.7 | 68.8 | 65.5 | 68.7 | 72.4 | 63.1 | 60.9 | 70.9 | 74.2 | +| 6 | P3 Genetics | 2523E | E3 | 2.2 | 68.5 | 66.3 | 67.3 | 66.7 | 73.2 | 58.9 | 73.5 | 69.3 | +| 7 | Golden Harvest | GH2626XF | RR2XF | 2.6 | 68.5 | 68.6 | 66 | 73.3 | 70.8 | 61.9 | 67.2 | 68.9 | +| 8 | Cornelius | CB22XF52 | RR2XF | 2.2 | 68.5 | 65.6 | 65.7 | 74.9 | 72.6 | 49.4 | 80.3 | 67.3 | +| 9 | Renk | RS255NXF | RR2XF | 2.5 | 68.3 | 65 | 69 | 68.8 | 65 | 61.2 | 77.6 | 68.1 | +| 10 | LOYAL BRAND | L2380E | E3 | 2.3 | 68.2 | 65.4 | 68.2 | 67.8 | 68.8 | 59.7 | 73.1 | 71.8 | +| 11 | Pioneer | P25A16E | E3 | 2.5 | 68.1 | 65.1 | 67.4 | 68.8 | 67.8 | 58.7 | 70.7 | 72.9 | +| 12 | LOYAL BRAND | L2770E | E3 | 2.7 | 68.1 | 66.3 | 67.1 | 66.9 | 71.2 | 60.7 | 72 | 68.5 | +| 13 | Xitavo | XO 2735E | E3 | 2.7 | 68 | 64.2 | 68.9 | 66.6 | 67.6 | 58.4 | 75.3 | 72.9 | +| 14 | Renk | RS266E | E3 | 2.6 | 67.9 | 66.1 | 67 | 72 | 66 | 60.3 | 69.3 | 71.6 | +| 15 | Xitavo | XO 2556E | E3 | 2.5 | 67.7 | 65.8 | 66.8 | 70.7 | 68.4 | 58.3 | 67.8 | 74.3 | +| 16 | Golden Harvest | GH2406XF | RR2XF | 2.4 | 67.6 | 65 | 65.3 | 69.4 | 73.3 | 52.4 | 70.6 | 72.8 | +| 17 | LOYAL BRAND | L2370E | E3 | 2.2 | 67.4 | 66 | 64.4 | 68.9 | 73.7 | 55.3 | 70.8 | 67.2 | +| 18 | P3 Genetics | 2623E | E3 | 2.3 | 67.3 | 65.1 | 66.4 | 68.8 | 67.7 | 58.6 | 69.3 | 71.2 | +| 19 | Renk | G2790E | E3 | 2.7 | 67.1 | 63.6 | 66.7 | 65.9 | 69.8 | 55.1 | 71.2 | 73.9 | +| 20 | Renk | G2480E | E3 | 2.4 | 66.8 | 67.2 | 65.6 | 68 | 69.6 | 64 | 64.9 | 68 | +| 21 | Asgrow | AG25XF5 | RR2XF | 2.5 | 66.7 | 64.8 | 66.9 | 63.3 | 69.1 | 62.1 | 69.4 | 69.2 | +| 22 | Viking/Blue River | 23B5 | Conv | 2.3 | 66.7 | 64.7 | 66.4 | 69.3 | 65.8 | 59.1 | 71.8 | 68.2 | +| 23 | ISU | IAS27C3 | Conv | 2.7 | 66.2 | 62.3 | 67.5 | 67.6 | 62.2 | 57 | 75.6 | 70 | +| 24 | ISU | IAS25C2 | Conv | 2.5 | 64.5 | 63.4 | 62.1 | 67.9 | 69.3 | 52.9 | 66.4 | 66.9 | +| 25 | Cornelius | CB27C10 | Conv | 2.7 | 64.1 | 60 | 63.5 | 65.1 | 64.4 | 50.4 | 69.6 | 70.6 | +| 26 | Dyna-Gro | S23EN05 | E3 | 2.3 | 63.6 | 61.4 | 63.2 | 61 | 68.1 | 55.1 | 69.4 | 65.1 | +| 27 | Cornelius | CB25C10 | Conv | 2.5 | 63.2 | 61.4 | 61.5 | 66.3 | 65.7 | 52.2 | 67.3 | 65.2 | +| 28 | Pioneer | P23A40E | E3 | 2.3 | 62.6 | 61 | 60 | 67.4 | 66.1 | 49.4 | 69.4 | 61.2 | +| 29 | Confluence Genetics | BX27Q266 | Conv | 2.7 | 58.6 | 56.9 | 57.3 | 62.8 | 58.3 | 49.6 | 63.8 | 58.5 | +| 30 | Confluence Genetics | BH23H228 | Conv | 2.3 | 55.2 | 53.6 | 52.4 | 57.9 | 61.4 | 41.5 | 61.9 | 53.8 | +| 31 | Confluence Genetics | N2358 | Conv | 2.3 | 54.2 | 52 | 52.8 | 56.1 | 56.5 | 43.4 | 56.9 | 58 | + +Top 5 by Yield: L2560E (LOYAL BRAND) 71.6, G2300E (Renk) 70.8, 25N05E (Nutech/G2 Genetics) 69.4, XO 2366E (Xitavo) 68.9, 27B4 (Viking/Blue River) 68.8. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.json b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.json new file mode 100644 index 00000000..368cf910 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.json @@ -0,0 +1,423 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2025-south-early", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District South", + "district": "South", + "season": "Early Season", + "cooperator_sites": [ + "Atlantic", + "Corning", + "Chariton", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 64, + "results": [ + { + "rank": 1, + "brand": "Pioneer", + "product": "P31T64E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 66.9, + "WestYield": 67.2, + "EastYield": 64.8, + "Atlantic": 73.9, + "Corning": 66.3, + "Chariton": 61.4, + "Batavia": 63.5, + "Crawfordsville": 69.7 + } + }, + { + "rank": 2, + "brand": "ISU", + "product": "IAS29C4", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 66.2, + "WestYield": 66.9, + "EastYield": 63.5, + "Atlantic": 75.1, + "Corning": 65.3, + "Chariton": 60.5, + "Batavia": 60.8, + "Crawfordsville": 69.2 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 65.9, + "WestYield": 65.3, + "EastYield": 63.5, + "Atlantic": 70.1, + "Corning": 69.8, + "Chariton": 56, + "Batavia": 66, + "Crawfordsville": 68.5 + } + }, + { + "rank": 4, + "brand": "ISU", + "product": "IAS29C3", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 65.8, + "WestYield": 67.9, + "EastYield": 61.7, + "Atlantic": 72.4, + "Corning": 70.8, + "Chariton": 60.5, + "Batavia": 55.8, + "Crawfordsville": 68.8 + } + }, + { + "rank": 5, + "brand": "Nutech/G2 Genetics", + "product": "30N06E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 65.7, + "WestYield": 67.5, + "EastYield": 60.3, + "Atlantic": 76.3, + "Corning": 70.7, + "Chariton": 55.5, + "Batavia": 55, + "Crawfordsville": 70.5 + } + }, + { + "rank": 6, + "brand": "Dyna-Gro", + "product": "S31EN96", + "traits": "E3", + "metrics": { + "MG": 3.1, + "Yield": 65.6, + "WestYield": 68.7, + "EastYield": 60, + "Atlantic": 76.7, + "Corning": 71.8, + "Chariton": 57.5, + "Batavia": 54.8, + "Crawfordsville": 67.8 + } + }, + { + "rank": 7, + "brand": "ISU", + "product": "IAS32C1", + "traits": "Conv", + "metrics": { + "MG": 3.2, + "Yield": 65.3, + "WestYield": 64.5, + "EastYield": 63.2, + "Atlantic": 68.2, + "Corning": 68.3, + "Chariton": 56.9, + "Batavia": 61.9, + "Crawfordsville": 70.7 + } + }, + { + "rank": 8, + "brand": "Nutech/G2 Genetics", + "product": "28N05E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 65.1, + "WestYield": 65.2, + "EastYield": 61.9, + "Atlantic": 71.7, + "Corning": 67.9, + "Chariton": 56, + "Batavia": 60, + "Crawfordsville": 69.6 + } + }, + { + "rank": 9, + "brand": "Viking/Blue River", + "product": "32B6", + "traits": "Conv", + "metrics": { + "MG": 3.2, + "Yield": 64.9, + "WestYield": 65.2, + "EastYield": 61.7, + "Atlantic": 75.3, + "Corning": 63.7, + "Chariton": 56.7, + "Batavia": 57.2, + "Crawfordsville": 71.2 + } + }, + { + "rank": 10, + "brand": "Renk", + "product": "G2900E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 64.7, + "WestYield": 65.7, + "EastYield": 60.3, + "Atlantic": 70.2, + "Corning": 72.4, + "Chariton": 54.4, + "Batavia": 55.9, + "Crawfordsville": 70.5 + } + }, + { + "rank": 11, + "brand": "Nutech/G2 Genetics", + "product": "32N05E", + "traits": "E3", + "metrics": { + "MG": 3.2, + "Yield": 64.3, + "WestYield": 66.7, + "EastYield": 60.4, + "Atlantic": 72.3, + "Corning": 68.3, + "Chariton": 59.3, + "Batavia": 56.4, + "Crawfordsville": 65.4 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 64, + "WestYield": 64.9, + "EastYield": 59.7, + "Atlantic": 71.9, + "Corning": 69.4, + "Chariton": 53.5, + "Batavia": 59.3, + "Crawfordsville": 66.5 + } + }, + { + "rank": 13, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "E3", + "metrics": { + "MG": 2.9, + "Yield": 63.8, + "WestYield": 64.5, + "EastYield": 59.3, + "Atlantic": 71, + "Corning": 69.5, + "Chariton": 52.9, + "Batavia": 57.1, + "Crawfordsville": 67.8 + } + }, + { + "rank": 14, + "brand": "ISU", + "product": "IAS31C2", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 63.7, + "WestYield": 65.8, + "EastYield": 60.2, + "Atlantic": 72.1, + "Corning": 66.7, + "Chariton": 58.6, + "Batavia": 56.2, + "Crawfordsville": 65.7 + } + }, + { + "rank": 15, + "brand": "NK Seeds", + "product": "NK28-G7E2S", + "traits": "E3S", + "metrics": { + "MG": 2.8, + "Yield": 63.6, + "WestYield": 63.7, + "EastYield": 60.7, + "Atlantic": 68.2, + "Corning": 68.1, + "Chariton": 54.8, + "Batavia": 60.3, + "Crawfordsville": 66.9 + } + }, + { + "rank": 16, + "brand": "Pioneer", + "product": "P30A75E", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 63.3, + "WestYield": 63.1, + "EastYield": 61.6, + "Atlantic": 69.6, + "Corning": 63.6, + "Chariton": 56, + "Batavia": 61.2, + "Crawfordsville": 67.5 + } + }, + { + "rank": 17, + "brand": "NK Seeds", + "product": "NK30-A9E3", + "traits": "E3", + "metrics": { + "MG": 3, + "Yield": 62.5, + "WestYield": 64.6, + "EastYield": 58.9, + "Atlantic": 70.3, + "Corning": 66.6, + "Chariton": 56.9, + "Batavia": 53.7, + "Crawfordsville": 66 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 62.5, + "WestYield": 62.2, + "EastYield": 59.7, + "Atlantic": 70.7, + "Corning": 63.4, + "Chariton": 52.4, + "Batavia": 59.5, + "Crawfordsville": 67.2 + } + }, + { + "rank": 19, + "brand": "Asgrow", + "product": "AG29XF5", + "traits": "RR2XF", + "metrics": { + "MG": 2.8, + "Yield": 62.4, + "WestYield": 65.3, + "EastYield": 57.7, + "Atlantic": 70.4, + "Corning": 67.8, + "Chariton": 57.7, + "Batavia": 50.5, + "Crawfordsville": 65 + } + }, + { + "rank": 20, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "Conv", + "metrics": { + "MG": 3.1, + "Yield": 62, + "WestYield": 62.1, + "EastYield": 59.5, + "Atlantic": 67.8, + "Corning": 62.4, + "Chariton": 56.2, + "Batavia": 57.6, + "Crawfordsville": 64.7 + } + }, + { + "rank": 21, + "brand": "ISU", + "product": "IAS29C1", + "traits": "Conv", + "metrics": { + "MG": 2.9, + "Yield": 61.9, + "WestYield": 62, + "EastYield": 59.2, + "Atlantic": 65.3, + "Corning": 66.3, + "Chariton": 54.2, + "Batavia": 57.3, + "Crawfordsville": 66.2 + } + }, + { + "rank": 22, + "brand": "Pioneer", + "product": "P28A65E", + "traits": "E3", + "metrics": { + "MG": 2.8, + "Yield": 60.8, + "WestYield": 62.5, + "EastYield": 56.1, + "Atlantic": 70.6, + "Corning": 65.1, + "Chariton": 52, + "Batavia": 51.7, + "Crawfordsville": 64.6 + } + }, + { + "rank": 23, + "brand": "Confluence Genetics", + "product": "BX32Q405", + "traits": "Conv", + "metrics": { + "MG": 3.2, + "Yield": 59.5, + "WestYield": 61, + "EastYield": 57, + "Atlantic": 64.6, + "Corning": 62.1, + "Chariton": 56.5, + "Batavia": 51.6, + "Crawfordsville": 62.9 + } + } + ], + "n_results": 23, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:24.976682+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.md b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.md new file mode 100644 index 00000000..31dc3629 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-early.md @@ -0,0 +1,43 @@ +# Soybean yield trial — Iowa South District (Early Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** South +- **Maturity season:** Early Season +- **Year:** 2025 +- **Experiment mean yield:** 64 bu/a +- **Cooperator sites:** Atlantic, Corning, Chariton, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Atlantic | Corning | Chariton | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Pioneer | P31T64E | E3 | 3.1 | 66.9 | 67.2 | 64.8 | 73.9 | 66.3 | 61.4 | 63.5 | 69.7 | +| 2 | ISU | IAS29C4 | Conv | 2.9 | 66.2 | 66.9 | 63.5 | 75.1 | 65.3 | 60.5 | 60.8 | 69.2 | +| 3 | Xitavo | XO 3105E | E3 | 3.1 | 65.9 | 65.3 | 63.5 | 70.1 | 69.8 | 56 | 66 | 68.5 | +| 4 | ISU | IAS29C3 | Conv | 2.9 | 65.8 | 67.9 | 61.7 | 72.4 | 70.8 | 60.5 | 55.8 | 68.8 | +| 5 | Nutech/G2 Genetics | 30N06E | E3 | 3 | 65.7 | 67.5 | 60.3 | 76.3 | 70.7 | 55.5 | 55 | 70.5 | +| 6 | Dyna-Gro | S31EN96 | E3 | 3.1 | 65.6 | 68.7 | 60 | 76.7 | 71.8 | 57.5 | 54.8 | 67.8 | +| 7 | ISU | IAS32C1 | Conv | 3.2 | 65.3 | 64.5 | 63.2 | 68.2 | 68.3 | 56.9 | 61.9 | 70.7 | +| 8 | Nutech/G2 Genetics | 28N05E | E3 | 2.8 | 65.1 | 65.2 | 61.9 | 71.7 | 67.9 | 56 | 60 | 69.6 | +| 9 | Viking/Blue River | 32B6 | Conv | 3.2 | 64.9 | 65.2 | 61.7 | 75.3 | 63.7 | 56.7 | 57.2 | 71.2 | +| 10 | Renk | G2900E | E3 | 2.9 | 64.7 | 65.7 | 60.3 | 70.2 | 72.4 | 54.4 | 55.9 | 70.5 | +| 11 | Nutech/G2 Genetics | 32N05E | E3 | 3.2 | 64.3 | 66.7 | 60.4 | 72.3 | 68.3 | 59.3 | 56.4 | 65.4 | +| 12 | Golden Harvest | GH3035E3 | E3 | 3 | 64 | 64.9 | 59.7 | 71.9 | 69.4 | 53.5 | 59.3 | 66.5 | +| 13 | Xitavo | XO 2926E | E3 | 2.9 | 63.8 | 64.5 | 59.3 | 71 | 69.5 | 52.9 | 57.1 | 67.8 | +| 14 | ISU | IAS31C2 | Conv | 3.1 | 63.7 | 65.8 | 60.2 | 72.1 | 66.7 | 58.6 | 56.2 | 65.7 | +| 15 | NK Seeds | NK28-G7E2S | E3S | 2.8 | 63.6 | 63.7 | 60.7 | 68.2 | 68.1 | 54.8 | 60.3 | 66.9 | +| 16 | Pioneer | P30A75E | E3 | 3 | 63.3 | 63.1 | 61.6 | 69.6 | 63.6 | 56 | 61.2 | 67.5 | +| 17 | NK Seeds | NK30-A9E3 | E3 | 3 | 62.5 | 64.6 | 58.9 | 70.3 | 66.6 | 56.9 | 53.7 | 66 | +| 18 | Xitavo | XO 2865E | E3 | 2.8 | 62.5 | 62.2 | 59.7 | 70.7 | 63.4 | 52.4 | 59.5 | 67.2 | +| 19 | Asgrow | AG29XF5 | RR2XF | 2.8 | 62.4 | 65.3 | 57.7 | 70.4 | 67.8 | 57.7 | 50.5 | 65 | +| 20 | Confluence Genetics | BH31Q146 | Conv | 3.1 | 62 | 62.1 | 59.5 | 67.8 | 62.4 | 56.2 | 57.6 | 64.7 | +| 21 | ISU | IAS29C1 | Conv | 2.9 | 61.9 | 62 | 59.2 | 65.3 | 66.3 | 54.2 | 57.3 | 66.2 | +| 22 | Pioneer | P28A65E | E3 | 2.8 | 60.8 | 62.5 | 56.1 | 70.6 | 65.1 | 52 | 51.7 | 64.6 | +| 23 | Confluence Genetics | BX32Q405 | Conv | 3.2 | 59.5 | 61 | 57 | 64.6 | 62.1 | 56.5 | 51.6 | 62.9 | + +Top 5 by Yield: P31T64E (Pioneer) 66.9, IAS29C4 (ISU) 66.2, XO 3105E (Xitavo) 65.9, IAS29C3 (ISU) 65.8, 30N06E (Nutech/G2 Genetics) 65.7. diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.json b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.json new file mode 100644 index 00000000..d1b53d87 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.json @@ -0,0 +1,559 @@ +{ + "source": "iowa_icpt_trials", + "source_key": "icpt-soybeans-2025-south-full", + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": "soybeans", + "state": "IA", + "state_abbrev": "ia", + "year": 2025, + "region": "District South", + "district": "South", + "season": "Full Season", + "cooperator_sites": [ + "Atlantic", + "Corning", + "Chariton", + "Batavia", + "Crawfordsville" + ], + "experiment_mean_yield": 66.2, + "results": [ + { + "rank": 1, + "brand": "Dyna-Gro", + "product": "S38EN75", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 70.3, + "WestYield": 70.3, + "EastYield": 67.7, + "Atlantic": 75, + "Corning": 74.2, + "Chariton": 61.7, + "Batavia": 64.1, + "Crawfordsville": 77.4 + } + }, + { + "rank": 2, + "brand": "Dyna-Gro", + "product": "S35ES56", + "traits": "E3S", + "metrics": { + "MG": 3.5, + "Yield": 69.5, + "WestYield": 71.1, + "EastYield": 64.7, + "Atlantic": 79.7, + "Corning": 73.9, + "Chariton": 59.9, + "Batavia": 64.7, + "Crawfordsville": 69.4 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "E3", + "metrics": { + "MG": 3.5, + "Yield": 69.4, + "WestYield": 71.4, + "EastYield": 65.3, + "Atlantic": 77.6, + "Corning": 75.7, + "Chariton": 60.8, + "Batavia": 64.7, + "Crawfordsville": 70.4 + } + }, + { + "rank": 4, + "brand": "Nutech/G2 Genetics", + "product": "36N06E", + "traits": "E3", + "metrics": { + "MG": 3.6, + "Yield": 68.6, + "WestYield": 70.2, + "EastYield": 64.8, + "Atlantic": 74.3, + "Corning": 74.2, + "Chariton": 62.2, + "Batavia": 63.7, + "Crawfordsville": 68.5 + } + }, + { + "rank": 5, + "brand": "ISU", + "product": "IAS34C1", + "traits": "Conv", + "metrics": { + "MG": 3.4, + "Yield": 68.4, + "WestYield": 68.7, + "EastYield": 65.1, + "Atlantic": 74.8, + "Corning": 72.6, + "Chariton": 58.8, + "Batavia": 63.7, + "Crawfordsville": 72.8 + } + }, + { + "rank": 6, + "brand": "Xitavo", + "product": "XO 3456E", + "traits": "E3", + "metrics": { + "MG": 3.4, + "Yield": 68.4, + "WestYield": 69.6, + "EastYield": 65.2, + "Atlantic": 75, + "Corning": 72.3, + "Chariton": 61.6, + "Batavia": 60.1, + "Crawfordsville": 74 + } + }, + { + "rank": 7, + "brand": "P3 Genetics", + "product": "2434E", + "traits": "E3", + "metrics": { + "MG": 3.4, + "Yield": 68.3, + "WestYield": 69.5, + "EastYield": 64.4, + "Atlantic": 74.2, + "Corning": 73.2, + "Chariton": 61.2, + "Batavia": 63.5, + "Crawfordsville": 68.6 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "RR2XF", + "metrics": { + "MG": 3.6, + "Yield": 67.8, + "WestYield": 68.2, + "EastYield": 63.6, + "Atlantic": 73.4, + "Corning": 75.3, + "Chariton": 55.9, + "Batavia": 61.3, + "Crawfordsville": 73.6 + } + }, + { + "rank": 9, + "brand": "Renk", + "product": "RS353NXF", + "traits": "RR2XF", + "metrics": { + "MG": 3.5, + "Yield": 67.7, + "WestYield": 66.5, + "EastYield": 66.9, + "Atlantic": 71.7, + "Corning": 68.8, + "Chariton": 58.9, + "Batavia": 72.2, + "Crawfordsville": 69.6 + } + }, + { + "rank": 10, + "brand": "Renk", + "product": "G3890E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 67.6, + "WestYield": 68.6, + "EastYield": 64.6, + "Atlantic": 75.6, + "Corning": 69.4, + "Chariton": 60.9, + "Batavia": 61.8, + "Crawfordsville": 71 + } + }, + { + "rank": 11, + "brand": "P3 Genetics", + "product": "2438E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 67.6, + "WestYield": 68.4, + "EastYield": 63.6, + "Atlantic": 74.7, + "Corning": 73.9, + "Chariton": 56.6, + "Batavia": 60.1, + "Crawfordsville": 74 + } + }, + { + "rank": 12, + "brand": "Dyna-Gro", + "product": "S33ES76", + "traits": "E3S", + "metrics": { + "MG": 3.3, + "Yield": 67.6, + "WestYield": 68.8, + "EastYield": 63.1, + "Atlantic": 76.9, + "Corning": 71.6, + "Chariton": 58, + "Batavia": 59.4, + "Crawfordsville": 71.7 + } + }, + { + "rank": 13, + "brand": "Renk", + "product": "G3380E", + "traits": "E3", + "metrics": { + "MG": 3.3, + "Yield": 67.5, + "WestYield": 68, + "EastYield": 65.4, + "Atlantic": 75.2, + "Corning": 66.2, + "Chariton": 62.6, + "Batavia": 62.1, + "Crawfordsville": 71.6 + } + }, + { + "rank": 14, + "brand": "Cornelius", + "product": "CB33XF26", + "traits": "RR2XF", + "metrics": { + "MG": 3.3, + "Yield": 67, + "WestYield": 67.3, + "EastYield": 64.9, + "Atlantic": 71.6, + "Corning": 69, + "Chariton": 61.3, + "Batavia": 64.4, + "Crawfordsville": 69 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "E3", + "metrics": { + "MG": 3.8, + "Yield": 66.9, + "WestYield": 67.4, + "EastYield": 63.4, + "Atlantic": 74.1, + "Corning": 71.1, + "Chariton": 57.1, + "Batavia": 64, + "Crawfordsville": 69 + } + }, + { + "rank": 16, + "brand": "P3 Genetics", + "product": "2337E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 66.8, + "WestYield": 66.6, + "EastYield": 64.1, + "Atlantic": 71.4, + "Corning": 69.3, + "Chariton": 59.2, + "Batavia": 61.7, + "Crawfordsville": 71.5 + } + }, + { + "rank": 17, + "brand": "Golden Harvest", + "product": "GH3836E3S", + "traits": "E3S", + "metrics": { + "MG": 3.8, + "Yield": 66.4, + "WestYield": 68.1, + "EastYield": 62.8, + "Atlantic": 71, + "Corning": 72.5, + "Chariton": 60.7, + "Batavia": 59.4, + "Crawfordsville": 68.3 + } + }, + { + "rank": 18, + "brand": "Cornelius", + "product": "CB36XF60", + "traits": "RR2XF", + "metrics": { + "MG": 3.6, + "Yield": 65.9, + "WestYield": 66.1, + "EastYield": 62.2, + "Atlantic": 69.5, + "Corning": 73.3, + "Chariton": 55.4, + "Batavia": 61.9, + "Crawfordsville": 69.3 + } + }, + { + "rank": 19, + "brand": "Viking/Blue River", + "product": "3418N", + "traits": "Conv", + "metrics": { + "MG": 3.4, + "Yield": 65.8, + "WestYield": 67.7, + "EastYield": 62.7, + "Atlantic": 69.2, + "Corning": 71.4, + "Chariton": 62.5, + "Batavia": 53.1, + "Crawfordsville": 72.5 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "E3", + "metrics": { + "MG": 3.3, + "Yield": 65.7, + "WestYield": 65.7, + "EastYield": 62, + "Atlantic": 72.1, + "Corning": 69.4, + "Chariton": 55.8, + "Batavia": 59.5, + "Crawfordsville": 70.8 + } + }, + { + "rank": 21, + "brand": "NK Seeds", + "product": "NK33-Y7E3S", + "traits": "E3S", + "metrics": { + "MG": 3.3, + "Yield": 65.1, + "WestYield": 67.2, + "EastYield": 60.3, + "Atlantic": 75.5, + "Corning": 69.9, + "Chariton": 56.4, + "Batavia": 58.7, + "Crawfordsville": 65.9 + } + }, + { + "rank": 22, + "brand": "Renk", + "product": "RS395NXF", + "traits": "RR2XF", + "metrics": { + "MG": 3.9, + "Yield": 64.6, + "WestYield": 64.6, + "EastYield": 62.9, + "Atlantic": 70, + "Corning": 65, + "Chariton": 58.9, + "Batavia": 63.6, + "Crawfordsville": 66.4 + } + }, + { + "rank": 23, + "brand": "Nutech/G2 Genetics", + "product": "35N05E", + "traits": "E3", + "metrics": { + "MG": 3.5, + "Yield": 64.5, + "WestYield": 66.3, + "EastYield": 58.9, + "Atlantic": 75.4, + "Corning": 69.7, + "Chariton": 54, + "Batavia": 54.1, + "Crawfordsville": 68.6 + } + }, + { + "rank": 24, + "brand": "Golden Harvest", + "product": "GH3774E3", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 64.4, + "WestYield": 65.2, + "EastYield": 61, + "Atlantic": 68.9, + "Corning": 70.5, + "Chariton": 56.2, + "Batavia": 64.9, + "Crawfordsville": 61.9 + } + }, + { + "rank": 25, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "RR2XF", + "metrics": { + "MG": 3.5, + "Yield": 64.4, + "WestYield": 62.4, + "EastYield": 61.8, + "Atlantic": 68.2, + "Corning": 68, + "Chariton": 51.1, + "Batavia": 63.4, + "Crawfordsville": 70.8 + } + }, + { + "rank": 26, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "Conv", + "metrics": { + "MG": 3.5, + "Yield": 64.3, + "WestYield": 64.2, + "EastYield": 60.6, + "Atlantic": 68.7, + "Corning": 70.4, + "Chariton": 53.4, + "Batavia": 59.7, + "Crawfordsville": 68.8 + } + }, + { + "rank": 27, + "brand": "Pioneer", + "product": "P35T15E", + "traits": "E3", + "metrics": { + "MG": 3.5, + "Yield": 64.1, + "WestYield": 64.4, + "EastYield": 60.2, + "Atlantic": 71.2, + "Corning": 69.3, + "Chariton": 52.6, + "Batavia": 60.2, + "Crawfordsville": 67.9 + } + }, + { + "rank": 28, + "brand": "Renk", + "product": "G3580ES", + "traits": "E3S", + "metrics": { + "MG": 3.5, + "Yield": 64, + "WestYield": 65.9, + "EastYield": 59.7, + "Atlantic": 73.1, + "Corning": 68.1, + "Chariton": 56.4, + "Batavia": 56.4, + "Crawfordsville": 66.4 + } + }, + { + "rank": 29, + "brand": "Golden Harvest", + "product": "GH3416E3S", + "traits": "E3S", + "metrics": { + "MG": 3.4, + "Yield": 61.5, + "WestYield": 65.6, + "EastYield": 54.3, + "Atlantic": 74.9, + "Corning": 70.6, + "Chariton": 51.4, + "Batavia": 47.7, + "Crawfordsville": 63.8 + } + }, + { + "rank": 30, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "Conv", + "metrics": { + "MG": 3.5, + "Yield": 61.2, + "WestYield": 61.5, + "EastYield": 58.6, + "Atlantic": 65.3, + "Corning": 64.1, + "Chariton": 55.2, + "Batavia": 59.7, + "Crawfordsville": 60.9 + } + }, + { + "rank": 31, + "brand": "Pioneer", + "product": "P37A18E", + "traits": "E3", + "metrics": { + "MG": 3.7, + "Yield": 60.6, + "WestYield": 63.5, + "EastYield": 54.2, + "Atlantic": 71.6, + "Corning": 68.6, + "Chariton": 50.3, + "Batavia": 51.8, + "Crawfordsville": 60.4 + } + } + ], + "n_results": 31, + "source_urls": [ + "https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx" + ], + "tos_note": "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation clause, no robots.txt); public ICPT data; low request rate; attribute Iowa Crop Performance Tests / ISU.", + "fetched_at": "2026-06-10T12:13:29.017868+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.md b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.md new file mode 100644 index 00000000..2b7f0074 --- /dev/null +++ b/corpus/iowa_icpt_trials/icpt-soybeans-2025-south-full.md @@ -0,0 +1,51 @@ +# Soybean yield trial — Iowa South District (Full Season), 2025 + +- **Source:** Iowa Crop Performance Tests (independent third-party trial) +- **Publisher:** Iowa State University / Iowa Crop Improvement Association +- **Crop:** Soybean +- **State:** IA +- **District:** South +- **Maturity season:** Full Season +- **Year:** 2025 +- **Experiment mean yield:** 66.2 bu/a +- **Cooperator sites:** Atlantic, Corning, Chariton, Batavia, Crawfordsville +- **URL:** https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +--- +## Results (by yield, all brands) + +| Rank | Company | Entry | Traits | MG | Yield | WestYield | EastYield | Atlantic | Corning | Chariton | Batavia | Crawfordsville | +|---|---|---|---|---|---|---|---|---|---|---|---|---| +| 1 | Dyna-Gro | S38EN75 | E3 | 3.8 | 70.3 | 70.3 | 67.7 | 75 | 74.2 | 61.7 | 64.1 | 77.4 | +| 2 | Dyna-Gro | S35ES56 | E3S | 3.5 | 69.5 | 71.1 | 64.7 | 79.7 | 73.9 | 59.9 | 64.7 | 69.4 | +| 3 | Xitavo | XO 3555E | E3 | 3.5 | 69.4 | 71.4 | 65.3 | 77.6 | 75.7 | 60.8 | 64.7 | 70.4 | +| 4 | Nutech/G2 Genetics | 36N06E | E3 | 3.6 | 68.6 | 70.2 | 64.8 | 74.3 | 74.2 | 62.2 | 63.7 | 68.5 | +| 5 | ISU | IAS34C1 | Conv | 3.4 | 68.4 | 68.7 | 65.1 | 74.8 | 72.6 | 58.8 | 63.7 | 72.8 | +| 6 | Xitavo | XO 3456E | E3 | 3.4 | 68.4 | 69.6 | 65.2 | 75 | 72.3 | 61.6 | 60.1 | 74 | +| 7 | P3 Genetics | 2434E | E3 | 3.4 | 68.3 | 69.5 | 64.4 | 74.2 | 73.2 | 61.2 | 63.5 | 68.6 | +| 8 | Asgrow | AG36XF4 | RR2XF | 3.6 | 67.8 | 68.2 | 63.6 | 73.4 | 75.3 | 55.9 | 61.3 | 73.6 | +| 9 | Renk | RS353NXF | RR2XF | 3.5 | 67.7 | 66.5 | 66.9 | 71.7 | 68.8 | 58.9 | 72.2 | 69.6 | +| 10 | Renk | G3890E | E3 | 3.8 | 67.6 | 68.6 | 64.6 | 75.6 | 69.4 | 60.9 | 61.8 | 71 | +| 11 | P3 Genetics | 2438E | E3 | 3.8 | 67.6 | 68.4 | 63.6 | 74.7 | 73.9 | 56.6 | 60.1 | 74 | +| 12 | Dyna-Gro | S33ES76 | E3S | 3.3 | 67.6 | 68.8 | 63.1 | 76.9 | 71.6 | 58 | 59.4 | 71.7 | +| 13 | Renk | G3380E | E3 | 3.3 | 67.5 | 68 | 65.4 | 75.2 | 66.2 | 62.6 | 62.1 | 71.6 | +| 14 | Cornelius | CB33XF26 | RR2XF | 3.3 | 67 | 67.3 | 64.9 | 71.6 | 69 | 61.3 | 64.4 | 69 | +| 15 | Xitavo | XO 3855E | E3 | 3.8 | 66.9 | 67.4 | 63.4 | 74.1 | 71.1 | 57.1 | 64 | 69 | +| 16 | P3 Genetics | 2337E | E3 | 3.7 | 66.8 | 66.6 | 64.1 | 71.4 | 69.3 | 59.2 | 61.7 | 71.5 | +| 17 | Golden Harvest | GH3836E3S | E3S | 3.8 | 66.4 | 68.1 | 62.8 | 71 | 72.5 | 60.7 | 59.4 | 68.3 | +| 18 | Cornelius | CB36XF60 | RR2XF | 3.6 | 65.9 | 66.1 | 62.2 | 69.5 | 73.3 | 55.4 | 61.9 | 69.3 | +| 19 | Viking/Blue River | 3418N | Conv | 3.4 | 65.8 | 67.7 | 62.7 | 69.2 | 71.4 | 62.5 | 53.1 | 72.5 | +| 20 | Xitavo | XO 3375E | E3 | 3.3 | 65.7 | 65.7 | 62 | 72.1 | 69.4 | 55.8 | 59.5 | 70.8 | +| 21 | NK Seeds | NK33-Y7E3S | E3S | 3.3 | 65.1 | 67.2 | 60.3 | 75.5 | 69.9 | 56.4 | 58.7 | 65.9 | +| 22 | Renk | RS395NXF | RR2XF | 3.9 | 64.6 | 64.6 | 62.9 | 70 | 65 | 58.9 | 63.6 | 66.4 | +| 23 | Nutech/G2 Genetics | 35N05E | E3 | 3.5 | 64.5 | 66.3 | 58.9 | 75.4 | 69.7 | 54 | 54.1 | 68.6 | +| 24 | Golden Harvest | GH3774E3 | E3 | 3.7 | 64.4 | 65.2 | 61 | 68.9 | 70.5 | 56.2 | 64.9 | 61.9 | +| 25 | Asgrow | AG35XF5 | RR2XF | 3.5 | 64.4 | 62.4 | 61.8 | 68.2 | 68 | 51.1 | 63.4 | 70.8 | +| 26 | Confluence Genetics | BH35A233 | Conv | 3.5 | 64.3 | 64.2 | 60.6 | 68.7 | 70.4 | 53.4 | 59.7 | 68.8 | +| 27 | Pioneer | P35T15E | E3 | 3.5 | 64.1 | 64.4 | 60.2 | 71.2 | 69.3 | 52.6 | 60.2 | 67.9 | +| 28 | Renk | G3580ES | E3S | 3.5 | 64 | 65.9 | 59.7 | 73.1 | 68.1 | 56.4 | 56.4 | 66.4 | +| 29 | Golden Harvest | GH3416E3S | E3S | 3.4 | 61.5 | 65.6 | 54.3 | 74.9 | 70.6 | 51.4 | 47.7 | 63.8 | +| 30 | Confluence Genetics | N35D950S | Conv | 3.5 | 61.2 | 61.5 | 58.6 | 65.3 | 64.1 | 55.2 | 59.7 | 60.9 | +| 31 | Pioneer | P37A18E | E3 | 3.7 | 60.6 | 63.5 | 54.2 | 71.6 | 68.6 | 50.3 | 51.8 | 60.4 | + +Top 5 by Yield: S38EN75 (Dyna-Gro) 70.3, S35ES56 (Dyna-Gro) 69.5, XO 3555E (Xitavo) 69.4, 36N06E (Nutech/G2 Genetics) 68.6, IAS34C1 (ISU) 68.4. diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.json new file mode 100644 index 00000000..2bd3cc36 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.json @@ -0,0 +1,640 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-ne-2yr-columbiana", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NE", + "site": "Columbiana", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 8. Two year hybrid performance in NORTH CENTRAL and NORTHEASTERN Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 308.1, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 306.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 305.9, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 303.6, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 300.6, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 300.4, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95 + } + }, + { + "rank": 7, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 298.4, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 297.8, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 297.6, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 295.9, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 295.3, + "Harv. Moisture": 22.7, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 294.7, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 294.6, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 294.6, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 294.5, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 292.9, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 292.8, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 291.8, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 291.4, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 289.3, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 95 + } + }, + { + "rank": 21, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 289.1, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 288.9, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 91 + } + }, + { + "rank": 23, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 288.3, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 288, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 287.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 26, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 286.9, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 27, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 286.3, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 28, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 285.7, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 29, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 285.3, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 30, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 284.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 283.4, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 32, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 283.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 33, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 282.6, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 282.3, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 35, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 281.6, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 280.7, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 37, + "brand": "SEEDWAY", + "product": "SW 9876SS", + "traits": null, + "metrics": { + "Yield": 280.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 96 + } + }, + { + "rank": 38, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 278.4, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 277.9, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 277.8, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 41, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 277.5, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 274.7, + "Harv. Moisture": 25.2, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 43, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 272.5, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 96 + } + }, + { + "rank": 44, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 272.3, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 97 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 270.8, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 22.2, + "Stalk Lodging": 8, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 47, + "brand": "SEEDWAY", + "product": "SW 9600SS", + "traits": null, + "metrics": { + "Yield": 263.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 95 + } + } + ], + "n_results": 47, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.141292+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.md new file mode 100644 index 00000000..df915fd2 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-2yr-columbiana.md @@ -0,0 +1,65 @@ +# Corn yield trial — Columbiana, OH (NE, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NE +- **Site:** Columbiana +- **Source table:** TABLE 8. Two year hybrid performance in NORTH CENTRAL and NORTHEASTERN Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1335C | - | 308.1 | 21 | 0 | 336 | 97 | +| 2 | AXIS SEED | 59D20 | - | 306.2 | 22.8 | 0 | 358 | 97 | +| 3 | SEED CONSULTANTS | SC 1084AM | - | 305.9 | 23.4 | 0 | 336 | 97 | +| 4 | DEKALB | DKC66-06RIB | - | 303.6 | 25.9 | 0 | 342 | 98 | +| 5 | FS INVISION | FS 6017V RIB | - | 300.6 | 23.1 | 0 | 349 | 96 | +| 6 | BA GENETICS | BA 25-12 VT2P | - | 300.4 | 23.3 | 0 | 321 | 95 | +| 7 | AXIS SEED | 59A25 | - | 298.4 | 22.7 | 0 | 350 | 96 | +| 8 | DEKALB | DKC101-35RIB | - | 297.8 | 20 | 0 | 348 | 97 | +| 9 | EBBERTS | 1660C | - | 297.6 | 22.2 | 0 | 333 | 97 | +| 10 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 295.9 | 24.4 | 0 | 352 | 96 | +| 11 | DEKALB | DKC56-26RIB | - | 295.3 | 22.7 | 2 | 341 | 97 | +| 12 | DEKALB | DKC59-82RIB | - | 294.7 | 22.4 | 0 | 356 | 97 | +| 13 | EBBERTS | 7000TR | - | 294.6 | 19.5 | 0 | 366 | 97 | +| 14 | SEED CONSULTANTS | SC 1042Q | - | 294.6 | 21.4 | 0 | 329 | 95 | +| 15 | CHANNEL | 207-87VT2PRIB | - | 294.5 | 21.7 | 0 | 328 | 96 | +| 16 | EBBERTS | 9779SSX | - | 292.9 | 23.5 | 0 | 348 | 96 | +| 17 | CHANNEL | 211-11VT2PRIB | - | 292.8 | 23 | 0 | 349 | 98 | +| 18 | 1st CHOICE SEEDS | FC 8047 C | - | 291.8 | 22.7 | 0 | 353 | 98 | +| 19 | DEKALB | DKC68-35RIB | - | 291.4 | 24.7 | 0 | 342 | 98 | +| 20 | BA GENETICS | BA 23-14 VT2P | - | 289.3 | 24.8 | 0 | 322 | 95 | +| 21 | EBBERTS | 7188PC | - | 289.1 | 23.3 | 0 | 339 | 97 | +| 22 | AXIS SEED | 63M73 | - | 288.9 | 23 | 0 | 332 | 91 | +| 23 | SHUR GROW | SG-7124PCE | - | 288.3 | 24.1 | 0 | 321 | 97 | +| 24 | SEED CONSULTANTS | SC 1093AM | - | 288 | 24.7 | 0 | 334 | 98 | +| 25 | AXIS SEED | 57K72 | - | 287.6 | 21.3 | 1 | 347 | 95 | +| 26 | FS INVISION | FS 5525VDG RIB | - | 286.9 | 21.8 | 0 | 347 | 93 | +| 27 | FS INVISION | FS 6133VDG RIB | - | 286.3 | 24.8 | 0 | 358 | 96 | +| 28 | CHANNEL | 214-78DGVT2PRIB | - | 285.7 | 24.3 | 0 | 336 | 97 | +| 29 | EBBERTS | 7209TR RIB | - | 285.3 | 23.2 | 0 | 330 | 96 | +| 30 | VIKING / BLUE RIVER | 84-04 | - | 284.1 | 19.5 | 0 | 327 | 97 | +| 31 | SEED GENETICS DIRECT | AGI 4111PWE | - | 283.4 | 23 | 0 | 354 | 97 | +| 32 | VIKING / BLUE RIVER | 85-09 | - | 283.3 | 22.8 | 0 | 331 | 97 | +| 33 | GOLDEN HARVEST | G11V76-AA | - | 282.6 | 24.6 | 0 | 363 | 98 | +| 34 | SEED GENETICS DIRECT | AGI 4106PWE | - | 282.3 | 23.6 | 0 | 365 | 99 | +| 35 | SEED CONSULTANTS | SC 1112AM | - | 281.6 | 22.9 | 0 | 334 | 98 | +| 36 | DEKALB | DKC64-22RIB | - | 280.7 | 23.4 | 0 | 350 | 96 | +| 37 | SEEDWAY | SW 9876SS | - | 280.4 | 19.3 | 0 | 321 | 96 | +| 38 | SEED GENETICS DIRECT | Direct 0101-DV | - | 278.4 | 21.3 | 0 | 367 | 97 | +| 39 | SHUR GROW | SG-7054AA | - | 277.9 | 24.6 | 0 | 329 | 97 | +| 40 | SEED GENETICS DIRECT | Direct 2111-AA | - | 277.8 | 24.2 | 0 | 350 | 95 | +| 41 | NK | NK1040-AA | - | 277.5 | 24.2 | 0 | 327 | 97 | +| 42 | SEED GENETICS DIRECT | Direct 3111-D | - | 274.7 | 25.2 | 0 | 343 | 94 | +| 43 | SHUR GROW | SG-7153V | - | 272.5 | 24.1 | 0 | 325 | 96 | +| 44 | BA GENETICS | BA 25-16 VT2P | - | 272.3 | 24 | 0 | 335 | 97 | +| 45 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 270.8 | 24.2 | 0 | 370 | 97 | +| 46 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 267.3 | 22.2 | 8 | 354 | 96 | +| 47 | SEEDWAY | SW 9600SS | - | 263.4 | 19.7 | 0 | 317 | 95 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.json new file mode 100644 index 00000000..a39472b5 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.json @@ -0,0 +1,1641 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-ne-bucyrus", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NE", + "site": "Bucyrus", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 280.1, + "Harv. Moisture": 25, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 274.5, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 3, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 274, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 4, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 271.5, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 267, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 94 + } + }, + { + "rank": 8, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 265.6, + "Harv. Moisture": 26.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 264.9, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 91 + } + }, + { + "rank": 10, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 263.2, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 263, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 261.5, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 13, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 260.4, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94 + } + }, + { + "rank": 14, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 260, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 91 + } + }, + { + "rank": 15, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 91 + } + }, + { + "rank": 16, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 259.6, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 17, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 18, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 258, + "Harv. Moisture": 25.6, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 25.4, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 257.3, + "Harv. Moisture": 26.1, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 21, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 256.8, + "Harv. Moisture": 25.8, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 95 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 256, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 24, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 255, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 26, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 253, + "Harv. Moisture": 27.8, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 93 + } + }, + { + "rank": 27, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 92 + } + }, + { + "rank": 28, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 94 + } + }, + { + "rank": 29, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 252.2, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 30, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 251.9, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 31, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 250.9, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 93 + } + }, + { + "rank": 32, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 33, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 250, + "Harv. Moisture": 25, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 34, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 249.4, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 93 + } + }, + { + "rank": 35, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 248.7, + "Harv. Moisture": 25.7, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 91 + } + }, + { + "rank": 36, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 248.3, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 92 + } + }, + { + "rank": 37, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 248, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 88 + } + }, + { + "rank": 38, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 247.4, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 39, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 244.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 89 + } + }, + { + "rank": 41, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 244.1, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 42, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 243.9, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 90 + } + }, + { + "rank": 43, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 243.4, + "Harv. Moisture": 25.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 92 + } + }, + { + "rank": 44, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 243.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 46, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 242.6, + "Harv. Moisture": 25.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 89 + } + }, + { + "rank": 47, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 242.3, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 48, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 241.9, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 49, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 241.3, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 91 + } + }, + { + "rank": 50, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 241, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 91 + } + }, + { + "rank": 51, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 240.8, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 98 + } + }, + { + "rank": 52, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 240.7, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 90 + } + }, + { + "rank": 53, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 240.6, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 89 + } + }, + { + "rank": 54, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 239.2, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 92 + } + }, + { + "rank": 55, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 93 + } + }, + { + "rank": 56, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 92 + } + }, + { + "rank": 57, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 58, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 237.1, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 237, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 60, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 236.3, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 91 + } + }, + { + "rank": 61, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 90 + } + }, + { + "rank": 62, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 63, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 236, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 91 + } + }, + { + "rank": 64, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 234.9, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 93 + } + }, + { + "rank": 65, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 233.7, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 66, + "brand": "LG SEEDS", + "product": "LG 51C62VT2RIB", + "traits": null, + "metrics": { + "Yield": 233.1, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 67, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 232.8, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 94 + } + }, + { + "rank": 68, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 232.3, + "Harv. Moisture": 26.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 231.5, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 70, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 71, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 85 + } + }, + { + "rank": 72, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 19.2, + "Stalk Lodging": 2, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 73, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 231, + "Harv. Moisture": 26, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 93 + } + }, + { + "rank": 74, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 230.8, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 298, + "Emergence": 88 + } + }, + { + "rank": 75, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 230.4, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 76, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 91 + } + }, + { + "rank": 77, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 229.5, + "Harv. Moisture": 25.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 78, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 229.3, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 79, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 229, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 80, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 94 + } + }, + { + "rank": 81, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 227.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 82, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 227.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 91 + } + }, + { + "rank": 83, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 226.1, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 92 + } + }, + { + "rank": 84, + "brand": "SEEDWAY", + "product": "SW 9822VT", + "traits": null, + "metrics": { + "Yield": 225.8, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 292, + "Emergence": 86 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 86, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 224.9, + "Harv. Moisture": 23.9, + "Stalk Lodging": 1, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 87, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 224.1, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 92 + } + }, + { + "rank": 88, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 222.9, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 89, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 222, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 90, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 221.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 94 + } + }, + { + "rank": 91, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95 + } + }, + { + "rank": 92, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 220.9, + "Harv. Moisture": 26.3, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 89 + } + }, + { + "rank": 93, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 219.4, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 86 + } + }, + { + "rank": 94, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 218.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 90 + } + }, + { + "rank": 95, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 218.3, + "Harv. Moisture": 27, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 94 + } + }, + { + "rank": 96, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 88 + } + }, + { + "rank": 97, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 217.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 96 + } + }, + { + "rank": 98, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 217.6, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 95 + } + }, + { + "rank": 99, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 217.4, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 100, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 217.1, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 87 + } + }, + { + "rank": 101, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 216.9, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 102, + "brand": "SEEDWAY", + "product": "SW 9876SS", + "traits": null, + "metrics": { + "Yield": 216.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 92 + } + }, + { + "rank": 103, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 215.7, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 90 + } + }, + { + "rank": 104, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 213.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 93 + } + }, + { + "rank": 105, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 213, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 91 + } + }, + { + "rank": 106, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 212, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 91 + } + }, + { + "rank": 107, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 211.2, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 302, + "Emergence": 81 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 211, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 93 + } + }, + { + "rank": 109, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 208.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 93 + } + }, + { + "rank": 110, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 208.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 88 + } + }, + { + "rank": 111, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 207.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 92 + } + }, + { + "rank": 112, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 207.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 247, + "Emergence": 74 + } + }, + { + "rank": 113, + "brand": "SEEDWAY", + "product": "SW 9600SS", + "traits": null, + "metrics": { + "Yield": 206.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 276, + "Emergence": 83 + } + }, + { + "rank": 114, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 206, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 91 + } + }, + { + "rank": 115, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 204.5, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 92 + } + }, + { + "rank": 116, + "brand": "SEEDWAY", + "product": "SW 9504VT", + "traits": null, + "metrics": { + "Yield": 203.3, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 285, + "Emergence": 87 + } + }, + { + "rank": 117, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 195.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 93 + } + }, + { + "rank": 118, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 195.1, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 92 + } + }, + { + "rank": 119, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 194.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 95 + } + }, + { + "rank": 120, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 191.9, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 290, + "Emergence": 82 + } + }, + { + "rank": 121, + "brand": "SHUR GROW", + "product": "SG-5653GT", + "traits": null, + "metrics": { + "Yield": 191.5, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 250, + "Emergence": 75 + } + }, + { + "rank": 122, + "brand": "SHUR GROW", + "product": "SG-5940DV", + "traits": null, + "metrics": { + "Yield": 191.3, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 277, + "Emergence": 81 + } + }, + { + "rank": 123, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 191, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 124, + "brand": "SEEDWAY", + "product": "SW 0123PE", + "traits": null, + "metrics": { + "Yield": 190.3, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 277, + "Emergence": 85 + } + } + ], + "n_results": 124, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.139082+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.md new file mode 100644 index 00000000..ed34a858 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-bucyrus.md @@ -0,0 +1,142 @@ +# Corn yield trial — Bucyrus, OH (NE, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NE +- **Site:** Bucyrus +- **Source table:** TABLE 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | FS INVISION | FS 6245V RIB | - | 280.1 | 25 | 0 | 339 | 92 | +| 2 | EBBERTS | 1660C | - | 274.5 | 23.5 | 0 | 343 | 93 | +| 3 | DYNA-GRO | D51VC95RIB | - | 274 | 23.8 | 0 | 329 | 95 | +| 4 | AXIS SEED | 63J77 | - | 271.5 | 22.7 | 0 | 356 | 96 | +| 5 | DEKALB | DKC114-99RIB | - | 269 | 25.1 | 0 | 342 | 96 | +| 6 | FS INVISION | FS 6133VDG RIB | - | 267 | 25.9 | 0 | 354 | 96 | +| 7 | SEED CONSULTANTS | SC 1093AM | - | 266.2 | 23 | 0 | 334 | 94 | +| 8 | BA GENETICS | BA 25-16 VT2P | - | 265.6 | 26.7 | 0 | 329 | 96 | +| 9 | SHUR GROW | SG-EX109A | - | 264.9 | 23.7 | 0 | 308 | 91 | +| 10 | CHANNEL | 211-11VT2PRIB | - | 263.2 | 23.5 | 0 | 356 | 97 | +| 11 | SEED GENETICS DIRECT | Direct 2111-AA | - | 263 | 24.3 | 0 | 365 | 97 | +| 12 | CHANNEL | 210-46VT2PRIB | - | 261.5 | 23 | 0 | 345 | 96 | +| 13 | VIKING / BLUE RIVER | 85-09 | - | 260.4 | 23 | 0 | 328 | 94 | +| 14 | BA GENETICS | BA 25-11 VT2P | - | 260 | 22.2 | 0 | 319 | 91 | +| 15 | 1st CHOICE SEEDS | FC 8047 C | - | 259.8 | 23.5 | 0 | 337 | 91 | +| 16 | DEKALB | DKC110-41RIB | - | 259.6 | 22.5 | 0 | 332 | 94 | +| 17 | LG SEEDS | LG 58C48VT2RIB | - | 258.8 | 22.1 | 0 | 329 | 95 | +| 18 | CHANNEL | 215-09VT2PRIB | - | 258 | 25.6 | 0 | 351 | 98 | +| 19 | GOLDEN HARVEST | G11V76-AA | - | 257.6 | 25.4 | 0 | 364 | 98 | +| 20 | BA GENETICS | BA 23-14 VT2P | - | 257.3 | 26.1 | 0 | 323 | 94 | +| 21 | BA GENETICS | BA 26-14 PCE | - | 256.8 | 25.8 | 0 | 327 | 93 | +| 22 | EBBERTS | 9779SSX | - | 256.1 | 21.7 | 0 | 370 | 95 | +| 23 | BA GENETICS | BA 26-10 PCE | - | 256 | 23.6 | 0 | 330 | 95 | +| 24 | AXIS SEED | 59D20 RHTCe | - | 255 | 21.4 | 0 | 356 | 97 | +| 25 | FS INVISION | FS 5947T RIB | - | 254.9 | 24.8 | 0 | 356 | 96 | +| 26 | SHUR GROW | SG-7054AA | - | 253 | 27.8 | 0 | 311 | 93 | +| 27 | CHANNEL | 207-87VT2PRIB | - | 252.9 | 20.4 | 0 | 319 | 92 | +| 28 | SEED GENETICS DIRECT | Direct 3111-D | - | 252.8 | 23.9 | 0 | 356 | 94 | +| 29 | NK | NK1056-V | - | 252.2 | 24.7 | 0 | 347 | 94 | +| 30 | FS INVISION | FS 6017V RIB | - | 251.9 | 21.5 | 0 | 339 | 92 | +| 31 | CHANNEL | 215-70TRERIB | - | 250.9 | 25.1 | 0 | 329 | 93 | +| 32 | FS INVISION | FS 6447T RIB | - | 250.4 | 24.8 | 0 | 347 | 93 | +| 33 | DEKALB | DKC66-06RIB | - | 250 | 25 | 0 | 328 | 93 | +| 34 | DEKALB | DKC68-35RIB | - | 249.4 | 25.9 | 0 | 330 | 93 | +| 35 | SHUR GROW | SG-7124PCE | - | 248.7 | 25.7 | 0 | 310 | 91 | +| 36 | CHANNEL | 214-78DGVT2PRIB | - | 248.3 | 23 | 0 | 321 | 92 | +| 37 | AXIS SEED | 62C60 | - | 248 | 25.1 | 0 | 324 | 88 | +| 38 | CHANNEL | 210-08VT2PRIB | - | 247.4 | 24.1 | 0 | 333 | 96 | +| 39 | SEED CONSULTANTS | SC 1094PCE | - | 247.1 | 22.1 | 0 | 348 | 97 | +| 40 | AXIS SEED | 60C61 | - | 244.2 | 22.8 | 0 | 328 | 89 | +| 41 | AXIS SEED | 59A25 | - | 244.1 | 22.2 | 0 | 346 | 94 | +| 42 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 243.9 | 23.5 | 0 | 350 | 90 | +| 43 | DEKALB | DKC59-82RIB | - | 243.4 | 25.3 | 0 | 333 | 92 | +| 44 | CHANNEL | 215-42TRERIB | - | 243.2 | 24 | 0 | 338 | 95 | +| 45 | SEED GENETICS DIRECT | AGI 4111PWE | - | 243.1 | 22.4 | 0 | 358 | 96 | +| 46 | FS INVISION | FS 6349PC RA | - | 242.6 | 25.8 | 0 | 332 | 89 | +| 47 | VIKING / BLUE RIVER | 76-11 | - | 242.3 | 22.4 | 0 | 332 | 96 | +| 48 | AXIS SEED | 59D20 | - | 241.9 | 23.6 | 0 | 354 | 95 | +| 49 | VIKING / BLUE RIVER | 75-07 | - | 241.3 | 21.3 | 0 | 315 | 91 | +| 50 | BA GENETICS | BA 25-12 VT2P | - | 241 | 23.3 | 0 | 308 | 91 | +| 51 | SHUR GROW | SG-EX110A | - | 240.8 | 22.6 | 0 | 321 | 98 | +| 52 | EBBERTS | 7442PC | - | 240.7 | 24.8 | 0 | 321 | 90 | +| 53 | EBBERTS | 7209TR RIB | - | 240.6 | 22.3 | 0 | 314 | 89 | +| 54 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 239.2 | 23.8 | 0 | 343 | 92 | +| 55 | BA GENETICS | BA 26-08 PCE | - | 238.9 | 23.5 | 0 | 333 | 93 | +| 56 | DEKALB | DKC64-22RIB | - | 238 | 24 | 0 | 327 | 92 | +| 57 | FS INVISION | FS 5949PC RA | - | 238 | 22.3 | 0 | 342 | 93 | +| 58 | SEED CONSULTANTS | SC 1055PCE | - | 237.1 | 21 | 0 | 337 | 96 | +| 59 | AXIS SEED | 53M77 | - | 237 | 19.4 | 0 | 334 | 92 | +| 60 | SEED CONSULTANTS | SC 1112AM | - | 236.3 | 21.8 | 0 | 324 | 91 | +| 61 | DEKALB | DKC102-13RIB | - | 236.2 | 19.9 | 0 | 318 | 90 | +| 62 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 236.2 | 23.5 | 0 | 339 | 92 | +| 63 | AXIS SEED | 63M73 | - | 236 | 22.8 | 0 | 334 | 91 | +| 64 | SHUR GROW | SG-6310PCE | - | 234.9 | 20 | 0 | 311 | 93 | +| 65 | DEKALB | DKC110-10RIB | - | 233.7 | 22.6 | 0 | 345 | 96 | +| 66 | LG SEEDS | LG 51C62VT2RIB | - | 233.1 | 20 | 0 | 324 | 94 | +| 67 | NK | NK1228-AA | - | 232.8 | 24.3 | 0 | 330 | 94 | +| 68 | AUGUSTA SEED | A6362 | - | 232.3 | 26.1 | 0 | 341 | 97 | +| 69 | SEED CONSULTANTS | SC 1105PCE | - | 231.5 | 22.9 | 0 | 336 | 95 | +| 70 | AXIS SEED | 57K72 | - | 231.4 | 21.7 | 0 | 339 | 92 | +| 71 | EBBERTS | 7557PC | - | 231.4 | 22.4 | 0 | 315 | 85 | +| 72 | VIKING / BLUE RIVER | 84-04 | - | 231.4 | 19.2 | 2 | 324 | 94 | +| 73 | NK | NK1040-AA | - | 231 | 26 | 0 | 338 | 93 | +| 74 | DYNA-GRO | D49PN05RA | - | 230.8 | 24 | 0 | 298 | 88 | +| 75 | 1st CHOICE SEEDS | FC 8257 PC | - | 230.4 | 24.1 | 0 | 348 | 95 | +| 76 | DEKALB | DKC106-98RIB | - | 230.3 | 22.6 | 0 | 327 | 91 | +| 77 | SHUR GROW | SG-7153V | - | 229.5 | 25.2 | 0 | 327 | 95 | +| 78 | SHUR GROW | SG-6122V | - | 229.3 | 21.2 | 0 | 341 | 98 | +| 79 | EBBERTS | 1335C | - | 229 | 20.1 | 0 | 339 | 96 | +| 80 | SHUR GROW | SG-6884PCE | - | 227.9 | 23 | 0 | 320 | 94 | +| 81 | CHANNEL | 204-54TRERIB | - | 227.8 | 20.7 | 0 | 342 | 96 | +| 82 | AXIS SEED | 55D61 | - | 227.6 | 20.9 | 0 | 337 | 91 | +| 83 | BA GENETICS | BA 26-06 PCE | - | 226.1 | 23 | 0 | 314 | 92 | +| 84 | SEEDWAY | SW 9822VT | - | 225.8 | 18.4 | 0 | 292 | 86 | +| 85 | DEKALB | DKC099-11RIB | - | 225.1 | 19.6 | 0 | 334 | 95 | +| 86 | NK | NK0880-V | - | 224.9 | 23.9 | 1 | 328 | 93 | +| 87 | SHUR GROW | SG-6707V | - | 224.1 | 24.1 | 0 | 320 | 92 | +| 88 | SHUR GROW | SG-5885PCE | - | 222.9 | 19 | 0 | 345 | 94 | +| 89 | BA GENETICS | BA 26-12 PCE | - | 222 | 25.9 | 0 | 327 | 93 | +| 90 | DEKALB | DKC101-35RIB | - | 221.7 | 19 | 0 | 333 | 94 | +| 91 | DYNA-GRO | D44PN25RA | - | 221.5 | 19.6 | 0 | 328 | 95 | +| 92 | VIKING / BLUE RIVER | 78-13 | - | 220.9 | 26.3 | 0 | 305 | 89 | +| 93 | DEKALB | DKC56-26RIB | - | 219.4 | 22.7 | 0 | 305 | 86 | +| 94 | FS INVISION | FS 5335P RIB | - | 218.4 | 20.4 | 0 | 327 | 90 | +| 95 | EBBERTS | 7993PC | - | 218.3 | 27 | 0 | 325 | 94 | +| 96 | GOLDEN HARVEST | G03U08-D | - | 218.1 | 20.6 | 0 | 324 | 88 | +| 97 | SEED GENETICS DIRECT | AGI 4106PWE | - | 217.8 | 21.3 | 0 | 364 | 96 | +| 98 | EBBERTS | 7000TR | - | 217.6 | 18.6 | 0 | 358 | 95 | +| 99 | GOLDEN HARVEST | G08U00-V | - | 217.4 | 23.8 | 0 | 337 | 95 | +| 100 | FS INVISION | FS 5525VDG RIB | - | 217.1 | 19.8 | 0 | 320 | 87 | +| 101 | CHANNEL | 208-62VT2PRIB | - | 216.9 | 22.4 | 0 | 358 | 96 | +| 102 | SEEDWAY | SW 9876SS | - | 216.9 | 18.8 | 0 | 314 | 92 | +| 103 | SEED CONSULTANTS | SC 1084AM | - | 215.7 | 23.1 | 0 | 316 | 90 | +| 104 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 213.1 | 21.7 | 0 | 345 | 93 | +| 105 | LG SEEDS | LG 53C44VT2RIB | - | 213 | 18.5 | 0 | 312 | 91 | +| 106 | SEED CONSULTANTS | SC 1042Q | - | 212 | 20.1 | 0 | 323 | 91 | +| 107 | SEED GENETICS DIRECT | AGI 5105PWE | - | 211.2 | 21 | 0 | 302 | 81 | +| 108 | SEED GENETICS DIRECT | Direct 5101-D | - | 211 | 20.6 | 0 | 355 | 93 | +| 109 | SEED GENETICS DIRECT | Direct 5107-V | - | 208.8 | 23.1 | 0 | 356 | 93 | +| 110 | SHUR GROW | SG-EX105A | - | 208.2 | 20.9 | 0 | 294 | 88 | +| 111 | SEED GENETICS DIRECT | Direct 4102-AA | - | 207.8 | 20.3 | 0 | 356 | 92 | +| 112 | SHUR GROW | SG-6550PCE | - | 207.5 | 21.4 | 0 | 247 | 74 | +| 113 | SEEDWAY | SW 9600SS | - | 206.2 | 19.7 | 0 | 276 | 83 | +| 114 | DEKALB | DKC103-07RIB | - | 206 | 21.1 | 0 | 324 | 91 | +| 115 | SEED GENETICS DIRECT | Direct 2107-AA | - | 204.5 | 22.3 | 0 | 347 | 92 | +| 116 | SEEDWAY | SW 9504VT | - | 203.3 | 18 | 0 | 285 | 87 | +| 117 | NK | NK0252-D | - | 195.5 | 20.5 | 0 | 346 | 93 | +| 118 | EBBERTS | 7188PC | - | 195.1 | 22.7 | 0 | 338 | 92 | +| 119 | SEED GENETICS DIRECT | Direct 0101-DV | - | 194.5 | 20.6 | 0 | 370 | 95 | +| 120 | CHANNEL | 205-85VT2PRIB | - | 191.9 | 20.7 | 0 | 290 | 82 | +| 121 | SHUR GROW | SG-5653GT | - | 191.5 | 19 | 0 | 250 | 75 | +| 122 | SHUR GROW | SG-5940DV | - | 191.3 | 18.7 | 0 | 277 | 81 | +| 123 | BA GENETICS | BA 25-07 PCE | - | 191 | 21.4 | 0 | 334 | 95 | +| 124 | SEEDWAY | SW 0123PE | - | 190.3 | 21.7 | 0 | 277 | 85 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.json new file mode 100644 index 00000000..7a8153f1 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.json @@ -0,0 +1,1641 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-ne-columbiana", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NE", + "site": "Columbiana", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 301.2, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 2, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 300, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 297.5, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 295.5, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 99 + } + }, + { + "rank": 5, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 294.7, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 293.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 93 + } + }, + { + "rank": 7, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 293.4, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 293.1, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 91 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 292.7, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 96 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 292.5, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 91 + } + }, + { + "rank": 11, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 292, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 291.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 291.3, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 291.3, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 291.3, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 289.9, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 289.6, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 288.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 288.7, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96 + } + }, + { + "rank": 20, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 287.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 21, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 287.6, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 287.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 287, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 286.4, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 286.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 96 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 285.9, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 97 + } + }, + { + "rank": 27, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 285.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 283.9, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 283.9, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 283.6, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 31, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 283.6, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 282.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 33, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 282.5, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 281.9, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 100 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 280.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 280.3, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 279.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 88 + } + }, + { + "rank": 38, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 279.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 39, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 279.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 95 + } + }, + { + "rank": 40, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 278.9, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 94 + } + }, + { + "rank": 41, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 278.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 94 + } + }, + { + "rank": 42, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 278.3, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 43, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 278.3, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 44, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 278, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 47, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 278, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 93 + } + }, + { + "rank": 48, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 277.6, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 49, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 51, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 89 + } + }, + { + "rank": 52, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 275.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 275.8, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 296, + "Emergence": 91 + } + }, + { + "rank": 54, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 55, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 274.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 56, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 274.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 57, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 273.9, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 58, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 273.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 94 + } + }, + { + "rank": 59, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 273, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 60, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 271.4, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 284, + "Emergence": 87 + } + }, + { + "rank": 61, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 97 + } + }, + { + "rank": 62, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 270.8, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 99 + } + }, + { + "rank": 63, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 270.6, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 64, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 270.5, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 65, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 270.3, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 66, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 269.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 67, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 95 + } + }, + { + "rank": 68, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 268.8, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 70, + "brand": "SEEDWAY", + "product": "SW 9876SS", + "traits": null, + "metrics": { + "Yield": 268.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 98 + } + }, + { + "rank": 71, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 268.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 92 + } + }, + { + "rank": 72, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 268, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 98 + } + }, + { + "rank": 73, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 267.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 74, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 267.7, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 98 + } + }, + { + "rank": 75, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 267.2, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 76, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 267, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 77, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 266.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 78, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 266.3, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 79, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 266.1, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 80, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 265.9, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 81, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 97 + } + }, + { + "rank": 82, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 265.7, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 83, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 84, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 265, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 86, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 264.6, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 99 + } + }, + { + "rank": 87, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 88, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 89, + "brand": "SEEDWAY", + "product": "SW 9822VT", + "traits": null, + "metrics": { + "Yield": 263.8, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 313, + "Emergence": 95 + } + }, + { + "rank": 90, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 263.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 91, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 263.5, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 92, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 263.4, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 93, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 263.3, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 94, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 262.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 95 + } + }, + { + "rank": 95, + "brand": "LG SEEDS", + "product": "LG 51C62VT2RIB", + "traits": null, + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 99 + } + }, + { + "rank": 96, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 97, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 261.9, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 98, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 261.9, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 100, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94 + } + }, + { + "rank": 101, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 100 + } + }, + { + "rank": 102, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 103, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 104, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 259.7, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 105, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 96 + } + }, + { + "rank": 106, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 257.9, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 100 + } + }, + { + "rank": 107, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 257.3, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 97 + } + }, + { + "rank": 108, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 256.8, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 109, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 256.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 94 + } + }, + { + "rank": 110, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 255.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 111, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 95 + } + }, + { + "rank": 112, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 254.6, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 98 + } + }, + { + "rank": 113, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 254.2, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 114, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 254, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 115, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 253.7, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 116, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 117, + "brand": "SEEDWAY", + "product": "SW 0123PE", + "traits": null, + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 91 + } + }, + { + "rank": 118, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 247, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 99 + } + }, + { + "rank": 119, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 120, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 121, + "brand": "SEEDWAY", + "product": "SW 9504VT", + "traits": null, + "metrics": { + "Yield": 243.4, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 301, + "Emergence": 94 + } + }, + { + "rank": 122, + "brand": "SEEDWAY", + "product": "SW 9600SS", + "traits": null, + "metrics": { + "Yield": 238.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 95 + } + }, + { + "rank": 123, + "brand": "SHUR GROW", + "product": "SG-5653GT", + "traits": null, + "metrics": { + "Yield": 229, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 284, + "Emergence": 87 + } + }, + { + "rank": 124, + "brand": "SHUR GROW", + "product": "SG-5940DV", + "traits": null, + "metrics": { + "Yield": 227.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 293, + "Emergence": 88 + } + } + ], + "n_results": 124, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.139819+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.md new file mode 100644 index 00000000..eeb8ccd3 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-columbiana.md @@ -0,0 +1,142 @@ +# Corn yield trial — Columbiana, OH (NE, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NE +- **Site:** Columbiana +- **Source table:** TABLE 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC110-41RIB | - | 301.2 | 21.9 | 0 | 342 | 98 | +| 2 | VIKING / BLUE RIVER | 75-07 | - | 300 | 20.9 | 0 | 335 | 98 | +| 3 | FS INVISION | FS 5947T RIB | - | 297.5 | 22.1 | 0 | 364 | 99 | +| 4 | SHUR GROW | SG-6884PCE | - | 295.5 | 22 | 0 | 326 | 99 | +| 5 | BA GENETICS | BA 26-10 PCE | - | 294.7 | 22.8 | 0 | 323 | 96 | +| 6 | SEED CONSULTANTS | SC 1105PCE | - | 293.5 | 21.6 | 0 | 325 | 93 | +| 7 | SHUR GROW | SG-6707V | - | 293.4 | 22.1 | 0 | 321 | 97 | +| 8 | AXIS SEED | 60C61 | - | 293.1 | 22.1 | 0 | 332 | 91 | +| 9 | BA GENETICS | BA 23-14 VT2P | - | 292.7 | 22.7 | 0 | 321 | 96 | +| 10 | SEED GENETICS DIRECT | AGI 5105PWE | - | 292.5 | 21.1 | 0 | 336 | 91 | +| 11 | AXIS SEED | 59D20 | - | 292 | 20.6 | 0 | 360 | 98 | +| 12 | EBBERTS | 1335C | - | 291.7 | 20.1 | 0 | 333 | 97 | +| 13 | DEKALB | DKC66-06RIB | - | 291.3 | 23.9 | 0 | 339 | 98 | +| 14 | FS INVISION | FS 6349PC RA | - | 291.3 | 23.5 | 0 | 334 | 92 | +| 15 | SHUR GROW | SG-EX109A | - | 291.3 | 21.1 | 0 | 323 | 97 | +| 16 | BA GENETICS | BA 25-11 VT2P | - | 289.9 | 21.3 | 0 | 330 | 97 | +| 17 | SEED CONSULTANTS | SC 1084AM | - | 289.6 | 22.2 | 0 | 339 | 97 | +| 18 | FS INVISION | FS 6245V RIB | - | 288.8 | 23.1 | 0 | 350 | 97 | +| 19 | BA GENETICS | BA 26-14 PCE | - | 288.7 | 23.9 | 0 | 335 | 96 | +| 20 | CHANNEL | 211-11VT2PRIB | - | 287.8 | 20.9 | 0 | 361 | 99 | +| 21 | SEED CONSULTANTS | SC 1042Q | - | 287.6 | 21.1 | 0 | 327 | 93 | +| 22 | AXIS SEED | 59A25 | - | 287.5 | 21.4 | 0 | 350 | 97 | +| 23 | BA GENETICS | BA 26-08 PCE | - | 287 | 21.5 | 0 | 339 | 97 | +| 24 | EBBERTS | 7993PC | - | 286.4 | 22.9 | 0 | 333 | 98 | +| 25 | SHUR GROW | SG-7124PCE | - | 286.1 | 22.8 | 0 | 318 | 96 | +| 26 | EBBERTS | 7000TR | - | 285.9 | 19.1 | 0 | 365 | 97 | +| 27 | DEKALB | DKC101-35RIB | - | 285.1 | 19.1 | 0 | 356 | 97 | +| 28 | BA GENETICS | BA 25-07 PCE | - | 283.9 | 22.2 | 0 | 338 | 98 | +| 29 | FS INVISION | FS 6447T RIB | - | 283.9 | 24.3 | 0 | 366 | 98 | +| 30 | LG SEEDS | LG 58C48VT2RIB | - | 283.6 | 23.1 | 0 | 339 | 99 | +| 31 | FS INVISION | FS 6017V RIB | - | 283.6 | 20.2 | 0 | 352 | 98 | +| 32 | DEKALB | DKC56-26RIB | - | 282.7 | 21.2 | 0 | 333 | 96 | +| 33 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 282.5 | 21.9 | 0 | 351 | 96 | +| 34 | CHANNEL | 204-54TRERIB | - | 281.9 | 19.9 | 0 | 348 | 100 | +| 35 | DEKALB | DKC110-10RIB | - | 280.9 | 21.1 | 0 | 345 | 98 | +| 36 | BA GENETICS | BA 25-12 VT2P | - | 280.3 | 21.7 | 0 | 315 | 95 | +| 37 | CHANNEL | 205-85VT2PRIB | - | 279.8 | 20.1 | 0 | 305 | 88 | +| 38 | SEED CONSULTANTS | SC 1055PCE | - | 279.8 | 20.3 | 0 | 339 | 96 | +| 39 | BA GENETICS | BA 26-06 PCE | - | 279.2 | 20.9 | 0 | 323 | 95 | +| 40 | EBBERTS | 7442PC | - | 278.9 | 23.4 | 0 | 322 | 94 | +| 41 | BA GENETICS | BA 26-12 PCE | - | 278.8 | 22.5 | 0 | 321 | 94 | +| 42 | AXIS SEED | 62C60 | - | 278.3 | 23.1 | 0 | 358 | 97 | +| 43 | FS INVISION | FS 5949PC RA | - | 278.3 | 21 | 0 | 354 | 98 | +| 44 | DYNA-GRO | D51VC95RIB | - | 278.2 | 22.4 | 0 | 323 | 99 | +| 45 | NK | NK1228-AA | - | 278.2 | 21.9 | 0 | 321 | 95 | +| 46 | EBBERTS | 7188PC | - | 278 | 21.9 | 0 | 351 | 96 | +| 47 | 1st CHOICE SEEDS | FC 8257 PC | - | 278 | 22.8 | 0 | 337 | 93 | +| 48 | CHANNEL | 215-09VT2PRIB | - | 277.6 | 23.4 | 0 | 339 | 95 | +| 49 | VIKING / BLUE RIVER | 78-13 | - | 276.3 | 23.4 | 0 | 323 | 97 | +| 50 | CHANNEL | 207-87VT2PRIB | - | 276.2 | 19.7 | 0 | 329 | 97 | +| 51 | EBBERTS | 7557PC | - | 276.2 | 21.6 | 0 | 319 | 89 | +| 52 | SEED GENETICS DIRECT | AGI 4106PWE | - | 275.8 | 21.3 | 0 | 367 | 98 | +| 53 | SHUR GROW | SG-6550PCE | - | 275.8 | 21.9 | 0 | 296 | 91 | +| 54 | FS INVISION | FS 5335P RIB | - | 275.6 | 19.8 | 0 | 341 | 95 | +| 55 | SEED CONSULTANTS | SC 1094PCE | - | 274.2 | 21.1 | 0 | 338 | 97 | +| 56 | GOLDEN HARVEST | G08U00-V | - | 274.1 | 22.4 | 0 | 329 | 95 | +| 57 | DEKALB | DKC68-35RIB | - | 273.9 | 22.7 | 0 | 339 | 97 | +| 58 | AXIS SEED | 59D20 RHTCe | - | 273.2 | 20.1 | 0 | 354 | 94 | +| 59 | AXIS SEED | 53M77 | - | 273 | 19.5 | 0 | 346 | 94 | +| 60 | SHUR GROW | SG-EX110A | - | 271.4 | 21.2 | 0 | 284 | 87 | +| 61 | SEED GENETICS DIRECT | Direct 0101-DV | - | 271.1 | 20.6 | 0 | 365 | 97 | +| 62 | SHUR GROW | SG-EX105A | - | 270.8 | 20 | 0 | 325 | 99 | +| 63 | DEKALB | DKC106-98RIB | - | 270.6 | 21.1 | 0 | 339 | 97 | +| 64 | CHANNEL | 210-08VT2PRIB | - | 270.5 | 23.3 | 0 | 337 | 99 | +| 65 | FS INVISION | FS 5525VDG RIB | - | 270.3 | 20.9 | 0 | 339 | 92 | +| 66 | AXIS SEED | 55D61 | - | 269.8 | 20.6 | 0 | 345 | 96 | +| 67 | SHUR GROW | SG-6310PCE | - | 269 | 20.3 | 0 | 303 | 95 | +| 68 | VIKING / BLUE RIVER | 84-04 | - | 269 | 19 | 0 | 325 | 97 | +| 69 | DYNA-GRO | D49PN05RA | - | 268.8 | 22.7 | 0 | 328 | 97 | +| 70 | SEEDWAY | SW 9876SS | - | 268.5 | 19.2 | 0 | 329 | 98 | +| 71 | AXIS SEED | 63M73 | - | 268.5 | 20.7 | 0 | 333 | 92 | +| 72 | DEKALB | DKC099-11RIB | - | 268 | 19.2 | 0 | 335 | 98 | +| 73 | AXIS SEED | 57K72 | - | 267.7 | 20.1 | 0 | 345 | 96 | +| 74 | SHUR GROW | SG-7054AA | - | 267.7 | 22.4 | 0 | 318 | 98 | +| 75 | CHANNEL | 208-62VT2PRIB | - | 267.2 | 21 | 0 | 348 | 95 | +| 76 | LG SEEDS | LG 53C44VT2RIB | - | 267 | 20 | 0 | 332 | 98 | +| 77 | SEED GENETICS DIRECT | AGI 4111PWE | - | 266.8 | 20.8 | 0 | 348 | 95 | +| 78 | SEED GENETICS DIRECT | Direct 5107-V | - | 266.3 | 21.1 | 0 | 368 | 98 | +| 79 | CHANNEL | 210-46VT2PRIB | - | 266.1 | 20.7 | 0 | 337 | 97 | +| 80 | NK | NK1040-AA | - | 265.9 | 21.4 | 0 | 329 | 97 | +| 81 | SEED GENETICS DIRECT | Direct 5101-D | - | 265.8 | 20.8 | 0 | 366 | 97 | +| 82 | EBBERTS | 7209TR RIB | - | 265.7 | 21 | 0 | 336 | 97 | +| 83 | DEKALB | DKC102-13RIB | - | 265.3 | 19.2 | 0 | 329 | 95 | +| 84 | SEED CONSULTANTS | SC 1112AM | - | 265.3 | 20.5 | 0 | 332 | 96 | +| 85 | DEKALB | DKC64-22RIB | - | 265 | 21.8 | 0 | 345 | 97 | +| 86 | GOLDEN HARVEST | G11V76-AA | - | 264.6 | 22.6 | 0 | 362 | 99 | +| 87 | VIKING / BLUE RIVER | 85-09 | - | 264.3 | 22 | 0 | 329 | 96 | +| 88 | SEED GENETICS DIRECT | Direct 2107-AA | - | 264.1 | 22.2 | 0 | 351 | 96 | +| 89 | SEEDWAY | SW 9822VT | - | 263.8 | 19.1 | 0 | 313 | 95 | +| 90 | DEKALB | DKC103-07RIB | - | 263.5 | 19.6 | 0 | 336 | 98 | +| 91 | CHANNEL | 215-42TRERIB | - | 263.5 | 23.1 | 0 | 345 | 99 | +| 92 | SEED CONSULTANTS | SC 1093AM | - | 263.4 | 23.7 | 0 | 332 | 97 | +| 93 | 1st CHOICE SEEDS | FC 8047 C | - | 263.3 | 21.4 | 0 | 347 | 97 | +| 94 | EBBERTS | 9779SSX | - | 262.8 | 21.3 | 0 | 342 | 95 | +| 95 | LG SEEDS | LG 51C62VT2RIB | - | 262.5 | 19.2 | 0 | 328 | 99 | +| 96 | DEKALB | DKC114-99RIB | - | 262.2 | 22.2 | 0 | 345 | 99 | +| 97 | GOLDEN HARVEST | G03U08-D | - | 261.9 | 21.2 | 0 | 352 | 98 | +| 98 | CHANNEL | 214-78DGVT2PRIB | - | 261.9 | 22.5 | 0 | 337 | 98 | +| 99 | NK | NK0880-V | - | 260.5 | 21.4 | 0 | 323 | 94 | +| 100 | CHANNEL | 215-70TRERIB | - | 260.5 | 24.3 | 0 | 329 | 94 | +| 101 | NK | NK1056-V | - | 260.5 | 22.9 | 0 | 337 | 100 | +| 102 | EBBERTS | 1660C | - | 259.8 | 20.6 | 0 | 333 | 97 | +| 103 | FS INVISION | FS 6133VDG RIB | - | 259.8 | 22.5 | 0 | 354 | 97 | +| 104 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 259.7 | 21.6 | 0 | 363 | 98 | +| 105 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 259.4 | 22.6 | 0 | 362 | 96 | +| 106 | SHUR GROW | SG-6122V | - | 257.9 | 19.6 | 0 | 338 | 100 | +| 107 | SHUR GROW | SG-5885PCE | - | 257.3 | 19.2 | 0 | 311 | 97 | +| 108 | SHUR GROW | SG-7153V | - | 256.8 | 22 | 0 | 336 | 98 | +| 109 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 256.4 | 20.8 | 0 | 350 | 94 | +| 110 | DEKALB | DKC59-82RIB | - | 255.2 | 20.1 | 0 | 341 | 97 | +| 111 | SEED GENETICS DIRECT | Direct 4102-AA | - | 255.1 | 20.4 | 0 | 364 | 95 | +| 112 | DYNA-GRO | D44PN25RA | - | 254.6 | 19.7 | 0 | 325 | 98 | +| 113 | SEED GENETICS DIRECT | Direct 2111-AA | - | 254.2 | 22.2 | 0 | 358 | 98 | +| 114 | BA GENETICS | BA 25-16 VT2P | - | 254 | 22.5 | 0 | 327 | 96 | +| 115 | AXIS SEED | 63J77 | - | 253.7 | 21.8 | 0 | 347 | 96 | +| 116 | NK | NK0252-D | - | 252 | 20.6 | 0 | 327 | 97 | +| 117 | SEEDWAY | SW 0123PE | - | 250.8 | 20.9 | 0 | 294 | 91 | +| 118 | VIKING / BLUE RIVER | 76-11 | - | 247 | 21.1 | 0 | 331 | 99 | +| 119 | SEED GENETICS DIRECT | Direct 3111-D | - | 246.3 | 22.7 | 0 | 342 | 94 | +| 120 | AUGUSTA SEED | A6362 | - | 245.6 | 22.4 | 0 | 336 | 98 | +| 121 | SEEDWAY | SW 9504VT | - | 243.4 | 17.8 | 0 | 301 | 94 | +| 122 | SEEDWAY | SW 9600SS | - | 238.5 | 19.6 | 0 | 314 | 95 | +| 123 | SHUR GROW | SG-5653GT | - | 229 | 20.4 | 0 | 284 | 87 | +| 124 | SHUR GROW | SG-5940DV | - | 227.5 | 19.1 | 0 | 293 | 88 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.json new file mode 100644 index 00000000..40770859 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.json @@ -0,0 +1,276 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-ne-combined-columbiana", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NE", + "site": "Columbiana", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 9. Three year hybrid performance in NORTH CENTRAL and NORTHEASTERN Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 295, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 290.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 290.4, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 289.3, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 286.9, + "Harv. Moisture": 22.7, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 94 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 286.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 377, + "Emergence": 98 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 286.1, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 282.8, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 282.6, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 280, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 278.6, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 276.8, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 14, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 24.7, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 274.4, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 92 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 273.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 265.9, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 88 + } + }, + { + "rank": 18, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 22.6, + "Stalk Lodging": 6, + "Final Stand": 359, + "Emergence": 96 + } + } + ], + "n_results": 19, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.141685+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.md new file mode 100644 index 00000000..c4040f7e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-combined-columbiana.md @@ -0,0 +1,37 @@ +# Corn yield trial — Columbiana, OH (NE, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NE +- **Site:** Columbiana +- **Source table:** TABLE 9. Three year hybrid performance in NORTH CENTRAL and NORTHEASTERN Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | FS INVISION | FS 6017V RIB | - | 295 | 21.8 | 0 | 356 | 97 | +| 2 | CHANNEL | 207-87VT2PRIB | - | 290.8 | 23.1 | 0 | 333 | 97 | +| 3 | DEKALB | DKC59-82RIB | - | 290.4 | 21.5 | 0 | 364 | 98 | +| 4 | SEED CONSULTANTS | SC 1042Q | - | 289.3 | 24.1 | 0 | 329 | 96 | +| 5 | FS INVISION | FS 5525VDG RIB | - | 286.9 | 22.7 | 1 | 350 | 94 | +| 6 | EBBERTS | 7000TR | - | 286.3 | 19.3 | 0 | 377 | 98 | +| 7 | EBBERTS | 7209TR RIB | - | 286.1 | 22.2 | 0 | 334 | 96 | +| 8 | CHANNEL | 214-78DGVT2PRIB | - | 282.8 | 24 | 0 | 340 | 97 | +| 9 | SEED CONSULTANTS | SC 1112AM | - | 282.6 | 22.6 | 0 | 333 | 98 | +| 10 | SEED GENETICS DIRECT | Direct 3111-D | - | 280 | 24.5 | 0 | 353 | 96 | +| 11 | GOLDEN HARVEST | G11V76-AA | - | 278.6 | 23.5 | 0 | 366 | 98 | +| 12 | SEED CONSULTANTS | SC 1093AM | - | 276.8 | 24.3 | 0 | 331 | 97 | +| 13 | SEED GENETICS DIRECT | Direct 2111-AA | - | 276.3 | 23.1 | 0 | 358 | 96 | +| 14 | BA GENETICS | BA 23-14 VT2P | - | 275.5 | 24.7 | 2 | 345 | 96 | +| 15 | VIKING / BLUE RIVER | 84-04 | - | 274.4 | 20.3 | 0 | 314 | 92 | +| 16 | SEED GENETICS DIRECT | Direct 0101-DV | - | 273.6 | 21.9 | 0 | 368 | 98 | +| 17 | VIKING / BLUE RIVER | 85-09 | - | 265.9 | 22.7 | 0 | 305 | 88 | +| 18 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 264.1 | 23 | 0 | 370 | 97 | +| 19 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 264.1 | 22.6 | 6 | 359 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.json new file mode 100644 index 00000000..58ad8ebb --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.json @@ -0,0 +1,1765 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-ne-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NE", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 284.4, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94, + "Test Wt.": 57 + } + }, + { + "rank": 2, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 280.4, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 3, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 278.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 94, + "Test Wt.": 55.8 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 5, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 276.1, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 97, + "Test Wt.": 54.5 + } + }, + { + "rank": 6, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 7, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 275.4, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95, + "Test Wt.": 54.7 + } + }, + { + "rank": 8, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 275, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 95, + "Test Wt.": 56.1 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 274.9, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 94, + "Test Wt.": 55.9 + } + }, + { + "rank": 10, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 272.8, + "Harv. Moisture": 24.9, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 95, + "Test Wt.": 53.4 + } + }, + { + "rank": 11, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 12, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 270.6, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 270.6, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 55.4 + } + }, + { + "rank": 14, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 90, + "Test Wt.": 55.4 + } + }, + { + "rank": 15, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 267.8, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 16, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 267.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95, + "Test Wt.": 56.2 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 267.4, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 94, + "Test Wt.": 55 + } + }, + { + "rank": 18, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 267.2, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95, + "Test Wt.": 56.7 + } + }, + { + "rank": 19, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 267.2, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96, + "Test Wt.": 55.5 + } + }, + { + "rank": 20, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 267, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96, + "Test Wt.": 55.7 + } + }, + { + "rank": 21, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 266.9, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91, + "Test Wt.": 53 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 56.1 + } + }, + { + "rank": 23, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 265.6, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 56.9 + } + }, + { + "rank": 24, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 264.8, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95, + "Test Wt.": 55.4 + } + }, + { + "rank": 25, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 264.5, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95, + "Test Wt.": 57.2 + } + }, + { + "rank": 26, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96, + "Test Wt.": 56.6 + } + }, + { + "rank": 27, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 263.8, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 57 + } + }, + { + "rank": 28, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 263.4, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 54.7 + } + }, + { + "rank": 29, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 263.2, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 92, + "Test Wt.": 53.7 + } + }, + { + "rank": 30, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 263, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95, + "Test Wt.": 56.3 + } + }, + { + "rank": 31, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 262.6, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96, + "Test Wt.": 58.5 + } + }, + { + "rank": 32, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 94, + "Test Wt.": 56.1 + } + }, + { + "rank": 33, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95, + "Test Wt.": 57.2 + } + }, + { + "rank": 34, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 261.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 35, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94, + "Test Wt.": 55.6 + } + }, + { + "rank": 36, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 95, + "Test Wt.": 56.5 + } + }, + { + "rank": 37, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 261.1, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98, + "Test Wt.": 55.3 + } + }, + { + "rank": 38, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 260.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 93, + "Test Wt.": 57 + } + }, + { + "rank": 39, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 260.6, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 56 + } + }, + { + "rank": 40, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 260.4, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 57.3 + } + }, + { + "rank": 41, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 260.3, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 96, + "Test Wt.": 52.7 + } + }, + { + "rank": 42, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 43, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 92, + "Test Wt.": 53.4 + } + }, + { + "rank": 44, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 259.5, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 45, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94, + "Test Wt.": 55.9 + } + }, + { + "rank": 46, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 259, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 54.1 + } + }, + { + "rank": 47, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 258.7, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95, + "Test Wt.": 54.2 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 258.6, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 49, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 258.4, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 50, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 258.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95, + "Test Wt.": 54.1 + } + }, + { + "rank": 51, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 257.3, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97, + "Test Wt.": 57.4 + } + }, + { + "rank": 52, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 256.3, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 55.2 + } + }, + { + "rank": 53, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 302, + "Emergence": 92, + "Test Wt.": 56.3 + } + }, + { + "rank": 54, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 255.7, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94, + "Test Wt.": 55.6 + } + }, + { + "rank": 55, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 94, + "Test Wt.": 56.8 + } + }, + { + "rank": 56, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95, + "Test Wt.": 56.7 + } + }, + { + "rank": 57, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 255, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 93, + "Test Wt.": 56.8 + } + }, + { + "rank": 58, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 255, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 59, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98, + "Test Wt.": 56.6 + } + }, + { + "rank": 60, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 254.2, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 94, + "Test Wt.": 54 + } + }, + { + "rank": 61, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 253.8, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 87, + "Test Wt.": 55.3 + } + }, + { + "rank": 62, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 253.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95, + "Test Wt.": 55.9 + } + }, + { + "rank": 63, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 253.4, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 64, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 93, + "Test Wt.": 55.8 + } + }, + { + "rank": 65, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 252.6, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 94, + "Test Wt.": 55.3 + } + }, + { + "rank": 66, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 252.6, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93, + "Test Wt.": 54.8 + } + }, + { + "rank": 67, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 252.3, + "Harv. Moisture": 25, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96, + "Test Wt.": 53.3 + } + }, + { + "rank": 68, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 252.2, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 92, + "Test Wt.": 56.7 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 307, + "Emergence": 94, + "Test Wt.": 56.3 + } + }, + { + "rank": 70, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 251.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96, + "Test Wt.": 57 + } + }, + { + "rank": 71, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 251.8, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 86, + "Test Wt.": 55.4 + } + }, + { + "rank": 72, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 251.6, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 93, + "Test Wt.": 54.2 + } + }, + { + "rank": 73, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 251.5, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 94, + "Test Wt.": 58.1 + } + }, + { + "rank": 74, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 251, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 91, + "Test Wt.": 55.4 + } + }, + { + "rank": 75, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94, + "Test Wt.": 56.9 + } + }, + { + "rank": 76, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 250.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 93, + "Test Wt.": 57.6 + } + }, + { + "rank": 77, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 94, + "Test Wt.": 57.5 + } + }, + { + "rank": 78, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94, + "Test Wt.": 53.9 + } + }, + { + "rank": 79, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 250.2, + "Harv. Moisture": 19.1, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 95, + "Test Wt.": 58.4 + } + }, + { + "rank": 80, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 92, + "Test Wt.": 56.7 + } + }, + { + "rank": 81, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 313, + "Emergence": 92, + "Test Wt.": 53.4 + } + }, + { + "rank": 82, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 249.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94, + "Test Wt.": 56.8 + } + }, + { + "rank": 83, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 249.5, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 95, + "Test Wt.": 55.3 + } + }, + { + "rank": 84, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 249.5, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 94, + "Test Wt.": 54.9 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95, + "Test Wt.": 55.2 + } + }, + { + "rank": 86, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 248.7, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 93, + "Test Wt.": 55.5 + } + }, + { + "rank": 87, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 24.9, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 93, + "Test Wt.": 54 + } + }, + { + "rank": 88, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 248.5, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95, + "Test Wt.": 54 + } + }, + { + "rank": 89, + "brand": "LG SEEDS", + "product": "LG 51C62VT2RIB", + "traits": null, + "metrics": { + "Yield": 247.8, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 96, + "Test Wt.": 57.8 + } + }, + { + "rank": 90, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 247, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 93, + "Test Wt.": 55.7 + } + }, + { + "rank": 91, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 246.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 92, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 246.5, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 56.9 + } + }, + { + "rank": 93, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 245.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95, + "Test Wt.": 54.3 + } + }, + { + "rank": 94, + "brand": "SEEDWAY", + "product": "SW 9822VT", + "traits": null, + "metrics": { + "Yield": 244.8, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 90, + "Test Wt.": 57 + } + }, + { + "rank": 95, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 244.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 96, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 243.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 90, + "Test Wt.": 56.5 + } + }, + { + "rank": 97, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 243.6, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99, + "Test Wt.": 57.3 + } + }, + { + "rank": 98, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 243.1, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 99, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 242.7, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 94, + "Test Wt.": 54.9 + } + }, + { + "rank": 100, + "brand": "SEEDWAY", + "product": "SW 9876SS", + "traits": null, + "metrics": { + "Yield": 242.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95, + "Test Wt.": 57.5 + } + }, + { + "rank": 101, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 242.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 96, + "Test Wt.": 55.9 + } + }, + { + "rank": 102, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 241.6, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 271, + "Emergence": 82, + "Test Wt.": 55.1 + } + }, + { + "rank": 103, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 240.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 104, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 240, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 93, + "Test Wt.": 57.1 + } + }, + { + "rank": 105, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 240, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 94, + "Test Wt.": 57.8 + } + }, + { + "rank": 106, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 239.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 93, + "Test Wt.": 55.4 + } + }, + { + "rank": 107, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 53.7 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 95, + "Test Wt.": 57.3 + } + }, + { + "rank": 109, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97, + "Test Wt.": 56.9 + } + }, + { + "rank": 110, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96, + "Test Wt.": 55.9 + } + }, + { + "rank": 111, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 96, + "Test Wt.": 55.1 + } + }, + { + "rank": 112, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 236.5, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94, + "Test Wt.": 56 + } + }, + { + "rank": 113, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 235.9, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 297, + "Emergence": 85, + "Test Wt.": 55.2 + } + }, + { + "rank": 114, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 94, + "Test Wt.": 58.4 + } + }, + { + "rank": 115, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94, + "Test Wt.": 56.9 + } + }, + { + "rank": 116, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 94, + "Test Wt.": 55.5 + } + }, + { + "rank": 117, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 232.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 96, + "Test Wt.": 57.8 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 94, + "Test Wt.": 57.1 + } + }, + { + "rank": 119, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 223.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 120, + "brand": "SEEDWAY", + "product": "SW 9504VT", + "traits": null, + "metrics": { + "Yield": 223.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 293, + "Emergence": 90, + "Test Wt.": 58.4 + } + }, + { + "rank": 121, + "brand": "SEEDWAY", + "product": "SW 9600SS", + "traits": null, + "metrics": { + "Yield": 222.4, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 295, + "Emergence": 89, + "Test Wt.": 57.9 + } + }, + { + "rank": 122, + "brand": "SEEDWAY", + "product": "SW 0123PE", + "traits": null, + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 285, + "Emergence": 88, + "Test Wt.": 55.5 + } + }, + { + "rank": 123, + "brand": "SHUR GROW", + "product": "SG-5653GT", + "traits": null, + "metrics": { + "Yield": 210.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 267, + "Emergence": 81, + "Test Wt.": 59 + } + }, + { + "rank": 124, + "brand": "SHUR GROW", + "product": "SG-5940DV", + "traits": null, + "metrics": { + "Yield": 209.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 285, + "Emergence": 84, + "Test Wt.": 57.5 + } + } + ], + "n_results": 124, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.140625+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.md new file mode 100644 index 00000000..7c7ce7e3 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-ne-summary.md @@ -0,0 +1,142 @@ +# Corn yield trial — Summary, OH (NE, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NE +- **Site:** Summary +- **Source table:** TABLE 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | FS INVISION | FS 6245V RIB | - | 284.4 | 24 | 0 | 345 | 94 | 57 | +| 2 | DEKALB | DKC110-41RIB | - | 280.4 | 22.2 | 0 | 337 | 96 | 56.5 | +| 3 | SHUR GROW | SG-EX109A | - | 278.1 | 22.4 | 0 | 316 | 94 | 55.8 | +| 4 | FS INVISION | FS 5947T RIB | - | 276.2 | 23.5 | 0 | 360 | 97 | 55.9 | +| 5 | DYNA-GRO | D51VC95RIB | - | 276.1 | 23.1 | 0 | 326 | 97 | 54.5 | +| 6 | CHANNEL | 211-11VT2PRIB | - | 275.5 | 22.2 | 0 | 359 | 98 | 57.5 | +| 7 | BA GENETICS | BA 26-10 PCE | - | 275.4 | 23.2 | 0 | 327 | 95 | 54.7 | +| 8 | BA GENETICS | BA 23-14 VT2P | - | 275 | 24.4 | 0 | 322 | 95 | 56.1 | +| 9 | BA GENETICS | BA 25-11 VT2P | - | 274.9 | 21.8 | 0 | 325 | 94 | 55.9 | +| 10 | BA GENETICS | BA 26-14 PCE | - | 272.8 | 24.9 | 0 | 331 | 95 | 53.4 | +| 11 | LG SEEDS | LG 58C48VT2RIB | - | 271.2 | 22.6 | 0 | 334 | 97 | 55 | +| 12 | VIKING / BLUE RIVER | 75-07 | - | 270.6 | 21.1 | 0 | 325 | 95 | 56.4 | +| 13 | DEKALB | DKC66-06RIB | - | 270.6 | 24.5 | 0 | 333 | 96 | 55.4 | +| 14 | AXIS SEED | 60C61 | - | 268.7 | 22.5 | 0 | 330 | 90 | 55.4 | +| 15 | CHANNEL | 215-09VT2PRIB | - | 267.8 | 24.5 | 0 | 345 | 97 | 55.9 | +| 16 | FS INVISION | FS 6017V RIB | - | 267.7 | 20.9 | 0 | 346 | 95 | 56.2 | +| 17 | SHUR GROW | SG-7124PCE | - | 267.4 | 24.3 | 0 | 314 | 94 | 55 | +| 18 | EBBERTS | 1660C | - | 267.2 | 22.1 | 0 | 338 | 95 | 56.7 | +| 19 | FS INVISION | FS 6447T RIB | - | 267.2 | 24.6 | 0 | 357 | 96 | 55.5 | +| 20 | AXIS SEED | 59D20 | - | 267 | 22.1 | 0 | 357 | 96 | 55.7 | +| 21 | FS INVISION | FS 6349PC RA | - | 266.9 | 24.7 | 0 | 333 | 91 | 53 | +| 22 | AXIS SEED | 59A25 | - | 265.8 | 21.8 | 0 | 348 | 96 | 56.1 | +| 23 | DEKALB | DKC114-99RIB | - | 265.6 | 23.6 | 0 | 343 | 97 | 56.9 | +| 24 | SEED CONSULTANTS | SC 1093AM | - | 264.8 | 23.4 | 0 | 333 | 95 | 55.4 | +| 25 | CHANNEL | 207-87VT2PRIB | - | 264.5 | 20.1 | 0 | 324 | 95 | 57.2 | +| 26 | AXIS SEED | 59D20 RHTCe | - | 264.1 | 20.8 | 0 | 355 | 96 | 56.6 | +| 27 | CHANNEL | 210-46VT2PRIB | - | 263.8 | 21.9 | 0 | 341 | 96 | 57 | +| 28 | FS INVISION | FS 6133VDG RIB | - | 263.4 | 24.2 | 0 | 354 | 97 | 54.7 | +| 29 | AXIS SEED | 62C60 | - | 263.2 | 24.1 | 0 | 341 | 92 | 53.7 | +| 30 | BA GENETICS | BA 26-08 PCE | - | 263 | 22.5 | 0 | 336 | 95 | 56.3 | +| 31 | AXIS SEED | 63J77 | - | 262.6 | 22.3 | 0 | 351 | 96 | 58.5 | +| 32 | SEED CONSULTANTS | SC 1105PCE | - | 262.5 | 22.2 | 0 | 330 | 94 | 56.1 | +| 33 | VIKING / BLUE RIVER | 85-09 | - | 262.4 | 22.5 | 0 | 328 | 95 | 57.2 | +| 34 | SHUR GROW | SG-6884PCE | - | 261.7 | 22.5 | 0 | 323 | 97 | 56.1 | +| 35 | 1st CHOICE SEEDS | FC 8047 C | - | 261.6 | 22.5 | 0 | 342 | 94 | 55.6 | +| 36 | DEKALB | DKC68-35RIB | - | 261.6 | 24.3 | 0 | 335 | 95 | 56.5 | +| 37 | GOLDEN HARVEST | G11V76-AA | - | 261.1 | 24 | 0 | 363 | 98 | 55.3 | +| 38 | BA GENETICS | BA 25-12 VT2P | - | 260.7 | 22.5 | 0 | 312 | 93 | 57 | +| 39 | SEED CONSULTANTS | SC 1094PCE | - | 260.6 | 21.6 | 0 | 343 | 97 | 56 | +| 40 | EBBERTS | 1335C | - | 260.4 | 20.1 | 0 | 336 | 97 | 57.3 | +| 41 | SHUR GROW | SG-7054AA | - | 260.3 | 25.1 | 0 | 315 | 96 | 52.7 | +| 42 | BA GENETICS | BA 25-16 VT2P | - | 259.8 | 24.6 | 0 | 328 | 96 | 56 | +| 43 | EBBERTS | 7442PC | - | 259.8 | 24.1 | 0 | 321 | 92 | 53.4 | +| 44 | EBBERTS | 9779SSX | - | 259.5 | 21.5 | 0 | 356 | 95 | 57 | +| 45 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 259.4 | 22.7 | 0 | 345 | 94 | 55.9 | +| 46 | CHANNEL | 210-08VT2PRIB | - | 259 | 23.7 | 0 | 335 | 97 | 54.1 | +| 47 | SHUR GROW | SG-6707V | - | 258.7 | 23.1 | 0 | 321 | 95 | 54.2 | +| 48 | SEED GENETICS DIRECT | Direct 2111-AA | - | 258.6 | 23.3 | 0 | 362 | 97 | 55.4 | +| 49 | SEED CONSULTANTS | SC 1055PCE | - | 258.4 | 20.7 | 0 | 338 | 96 | 56.2 | +| 50 | FS INVISION | FS 5949PC RA | - | 258.1 | 21.7 | 0 | 348 | 95 | 54.1 | +| 51 | DEKALB | DKC110-10RIB | - | 257.3 | 21.9 | 0 | 345 | 97 | 57.4 | +| 52 | NK | NK1056-V | - | 256.3 | 23.8 | 0 | 342 | 97 | 55.2 | +| 53 | SHUR GROW | SG-EX110A | - | 256.1 | 21.9 | 0 | 302 | 92 | 56.3 | +| 54 | CHANNEL | 215-70TRERIB | - | 255.7 | 24.7 | 0 | 329 | 94 | 55.6 | +| 55 | NK | NK1228-AA | - | 255.5 | 23.1 | 0 | 326 | 94 | 56.8 | +| 56 | CHANNEL | 214-78DGVT2PRIB | - | 255.1 | 22.8 | 0 | 329 | 95 | 56.7 | +| 57 | AXIS SEED | 53M77 | - | 255 | 19.4 | 0 | 340 | 93 | 56.8 | +| 58 | SEED GENETICS DIRECT | AGI 4111PWE | - | 255 | 21.6 | 0 | 353 | 95 | 56 | +| 59 | CHANNEL | 204-54TRERIB | - | 254.9 | 20.3 | 0 | 345 | 98 | 56.6 | +| 60 | 1st CHOICE SEEDS | FC 8257 PC | - | 254.2 | 23.5 | 0 | 343 | 94 | 54 | +| 61 | EBBERTS | 7557PC | - | 253.8 | 22 | 0 | 317 | 87 | 55.3 | +| 62 | DEKALB | DKC101-35RIB | - | 253.4 | 19.1 | 0 | 345 | 95 | 55.9 | +| 63 | CHANNEL | 215-42TRERIB | - | 253.4 | 23.6 | 0 | 341 | 97 | 55.7 | +| 64 | EBBERTS | 7209TR RIB | - | 253.2 | 21.7 | 0 | 325 | 93 | 55.8 | +| 65 | BA GENETICS | BA 26-06 PCE | - | 252.6 | 22 | 0 | 318 | 94 | 55.3 | +| 66 | SEED CONSULTANTS | SC 1084AM | - | 252.6 | 22.7 | 0 | 327 | 93 | 54.8 | +| 67 | EBBERTS | 7993PC | - | 252.3 | 25 | 0 | 329 | 96 | 53.3 | +| 68 | AXIS SEED | 63M73 | - | 252.2 | 21.8 | 0 | 334 | 92 | 56.7 | +| 69 | SHUR GROW | SG-6310PCE | - | 252 | 20.1 | 0 | 307 | 94 | 56.3 | +| 70 | EBBERTS | 7000TR | - | 251.8 | 18.9 | 0 | 361 | 96 | 57 | +| 71 | SEED GENETICS DIRECT | AGI 5105PWE | - | 251.8 | 21.1 | 0 | 319 | 86 | 55.4 | +| 72 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 251.6 | 23.1 | 0 | 356 | 93 | 54.2 | +| 73 | DEKALB | DKC64-22RIB | - | 251.5 | 22.9 | 0 | 336 | 94 | 58.1 | +| 74 | DEKALB | DKC56-26RIB | - | 251 | 21.9 | 0 | 319 | 91 | 55.4 | +| 75 | SEED CONSULTANTS | SC 1112AM | - | 250.8 | 21.2 | 0 | 328 | 94 | 56.9 | +| 76 | DEKALB | DKC102-13RIB | - | 250.7 | 19.6 | 0 | 323 | 93 | 57.6 | +| 77 | DEKALB | DKC106-98RIB | - | 250.4 | 21.8 | 0 | 333 | 94 | 57.5 | +| 78 | BA GENETICS | BA 26-12 PCE | - | 250.4 | 24.2 | 0 | 324 | 94 | 53.9 | +| 79 | VIKING / BLUE RIVER | 84-04 | - | 250.2 | 19.1 | 1 | 325 | 95 | 58.4 | +| 80 | SEED CONSULTANTS | SC 1042Q | - | 249.8 | 20.6 | 0 | 325 | 92 | 56.7 | +| 81 | DYNA-GRO | D49PN05RA | - | 249.8 | 23.4 | 0 | 313 | 92 | 53.4 | +| 82 | AXIS SEED | 57K72 | - | 249.6 | 20.9 | 0 | 342 | 94 | 56.8 | +| 83 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 249.5 | 22.7 | 0 | 353 | 95 | 55.3 | +| 84 | SEED GENETICS DIRECT | Direct 3111-D | - | 249.5 | 23.3 | 0 | 349 | 94 | 54.9 | +| 85 | DEKALB | DKC59-82RIB | - | 249.3 | 22.7 | 0 | 337 | 95 | 55.2 | +| 86 | AXIS SEED | 55D61 | - | 248.7 | 20.8 | 0 | 341 | 93 | 55.5 | +| 87 | VIKING / BLUE RIVER | 78-13 | - | 248.6 | 24.9 | 0 | 314 | 93 | 54 | +| 88 | NK | NK1040-AA | - | 248.5 | 23.7 | 0 | 334 | 95 | 54 | +| 89 | LG SEEDS | LG 51C62VT2RIB | - | 247.8 | 19.6 | 0 | 326 | 96 | 57.8 | +| 90 | FS INVISION | FS 5335P RIB | - | 247 | 20.1 | 0 | 334 | 93 | 55.7 | +| 91 | SEED GENETICS DIRECT | AGI 4106PWE | - | 246.8 | 21.3 | 0 | 365 | 97 | 56.4 | +| 92 | DEKALB | DKC099-11RIB | - | 246.5 | 19.4 | 0 | 335 | 96 | 56.9 | +| 93 | GOLDEN HARVEST | G08U00-V | - | 245.8 | 23.1 | 0 | 333 | 95 | 54.3 | +| 94 | SEEDWAY | SW 9822VT | - | 244.8 | 18.7 | 0 | 303 | 90 | 57 | +| 95 | VIKING / BLUE RIVER | 76-11 | - | 244.6 | 21.8 | 0 | 331 | 98 | 55.2 | +| 96 | FS INVISION | FS 5525VDG RIB | - | 243.7 | 20.4 | 0 | 330 | 90 | 56.5 | +| 97 | SHUR GROW | SG-6122V | - | 243.6 | 20.4 | 0 | 339 | 99 | 57.3 | +| 98 | SHUR GROW | SG-7153V | - | 243.1 | 23.6 | 0 | 331 | 97 | 54.9 | +| 99 | NK | NK0880-V | - | 242.7 | 22.7 | 0 | 325 | 94 | 54.9 | +| 100 | SEEDWAY | SW 9876SS | - | 242.7 | 19 | 0 | 321 | 95 | 57.5 | +| 101 | CHANNEL | 208-62VT2PRIB | - | 242.1 | 21.7 | 0 | 353 | 96 | 55.9 | +| 102 | SHUR GROW | SG-6550PCE | - | 241.6 | 21.7 | 0 | 271 | 82 | 55.1 | +| 103 | SHUR GROW | SG-5885PCE | - | 240.1 | 19.1 | 0 | 328 | 96 | 56.5 | +| 104 | GOLDEN HARVEST | G03U08-D | - | 240 | 20.9 | 0 | 338 | 93 | 57.1 | +| 105 | LG SEEDS | LG 53C44VT2RIB | - | 240 | 19.3 | 0 | 322 | 94 | 57.8 | +| 106 | SHUR GROW | SG-EX105A | - | 239.5 | 20.5 | 0 | 310 | 93 | 55.4 | +| 107 | AUGUSTA SEED | A6362 | - | 238.9 | 24.3 | 0 | 338 | 97 | 53.7 | +| 108 | SEED GENETICS DIRECT | Direct 5101-D | - | 238.4 | 20.7 | 0 | 361 | 95 | 57.3 | +| 109 | DYNA-GRO | D44PN25RA | - | 238 | 19.6 | 0 | 327 | 97 | 56.9 | +| 110 | BA GENETICS | BA 25-07 PCE | - | 237.5 | 21.8 | 0 | 336 | 96 | 55.9 | +| 111 | SEED GENETICS DIRECT | Direct 5107-V | - | 237.5 | 22.1 | 0 | 362 | 96 | 55.1 | +| 112 | EBBERTS | 7188PC | - | 236.5 | 22.3 | 0 | 345 | 94 | 56 | +| 113 | CHANNEL | 205-85VT2PRIB | - | 235.9 | 20.4 | 0 | 297 | 85 | 55.2 | +| 114 | DEKALB | DKC103-07RIB | - | 234.7 | 20.4 | 0 | 330 | 94 | 58.4 | +| 115 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 234.7 | 21.2 | 0 | 347 | 94 | 56.9 | +| 116 | SEED GENETICS DIRECT | Direct 2107-AA | - | 234.3 | 22.2 | 0 | 349 | 94 | 55.5 | +| 117 | SEED GENETICS DIRECT | Direct 0101-DV | - | 232.8 | 20.6 | 0 | 368 | 96 | 57.8 | +| 118 | SEED GENETICS DIRECT | Direct 4102-AA | - | 231.4 | 20.3 | 0 | 360 | 94 | 57.1 | +| 119 | NK | NK0252-D | - | 223.8 | 20.6 | 0 | 336 | 95 | 57 | +| 120 | SEEDWAY | SW 9504VT | - | 223.3 | 17.9 | 0 | 293 | 90 | 58.4 | +| 121 | SEEDWAY | SW 9600SS | - | 222.4 | 19.6 | 0 | 295 | 89 | 57.9 | +| 122 | SEEDWAY | SW 0123PE | - | 220.6 | 21.3 | 0 | 285 | 88 | 55.5 | +| 123 | SHUR GROW | SG-5653GT | - | 210.3 | 19.7 | 0 | 267 | 81 | 59 | +| 124 | SHUR GROW | SG-5940DV | - | 209.4 | 18.9 | 0 | 285 | 84 | 57.5 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.json new file mode 100644 index 00000000..6431d6e2 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.json @@ -0,0 +1,640 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-2yr-hoytville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Hoytville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 236.3, + "Harv. Moisture": 19.2, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 2, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 232.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 3, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 230.9, + "Harv. Moisture": 17.9, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 91 + } + }, + { + "rank": 4, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 230.6, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 92 + } + }, + { + "rank": 5, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 230.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 94 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 229, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 94 + } + }, + { + "rank": 7, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 228.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 227.8, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 227.5, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 93 + } + }, + { + "rank": 10, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 227, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 226.7, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 92 + } + }, + { + "rank": 12, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 224.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 224.8, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 94 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 224.2, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 223.6, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 223.2, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 221.1, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 219.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 218.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 92 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 218.3, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 90 + } + }, + { + "rank": 21, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 94 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 217.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 91 + } + }, + { + "rank": 23, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 217.4, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 24, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 217.3, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 25, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 216.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 96 + } + }, + { + "rank": 26, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 216, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 340, + "Emergence": 92 + } + }, + { + "rank": 27, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 215.6, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 93 + } + }, + { + "rank": 28, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 215.3, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 93 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 214.7, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 93 + } + }, + { + "rank": 30, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 214.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 87 + } + }, + { + "rank": 31, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 214, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 213.7, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 33, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 212.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 212.3, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 96 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 211.3, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 91 + } + }, + { + "rank": 36, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 211.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 90 + } + }, + { + "rank": 37, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 210.9, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 93 + } + }, + { + "rank": 38, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 210.8, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 39, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 210.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 210.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 41, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 42, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 209, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 43, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 204.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 94 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 204.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 96 + } + }, + { + "rank": 45, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 203.3, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 86 + } + }, + { + "rank": 46, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 202.9, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 189.9, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 313, + "Emergence": 89 + } + } + ], + "n_results": 47, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.136567+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.md new file mode 100644 index 00000000..284659d6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-hoytville.md @@ -0,0 +1,65 @@ +# Corn yield trial — Hoytville, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Hoytville +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 236.3 | 19.2 | 1 | 336 | 93 | +| 2 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 232.2 | 19.6 | 0 | 343 | 93 | +| 3 | FS INVISION | FS 6017V RIB | - | 230.9 | 17.9 | 1 | 332 | 91 | +| 4 | SEED GENETICS DIRECT | Direct 2111-AA | - | 230.6 | 20.1 | 0 | 345 | 92 | +| 5 | NK | NK1188-AA | - | 230.5 | 20.2 | 0 | 338 | 94 | +| 6 | FS INVISION | FS 6133VDG RIB | - | 229 | 20.6 | 0 | 349 | 94 | +| 7 | SEED CONSULTANTS | SC 1093AM | - | 228.4 | 18.5 | 0 | 345 | 97 | +| 8 | AXIS SEED | 59A25 | - | 227.8 | 18.2 | 0 | 355 | 97 | +| 9 | VIKING / BLUE RIVER | 84-04 | - | 227.5 | 16.7 | 0 | 318 | 93 | +| 10 | GOLDEN HARVEST | G11V76-AA | - | 227 | 20.1 | 0 | 358 | 96 | +| 11 | SEED CONSULTANTS | SC 1084AM | - | 226.7 | 18.6 | 0 | 325 | 92 | +| 12 | SEED CONSULTANTS | SC 1042Q | - | 224.9 | 18.1 | 1 | 327 | 93 | +| 13 | EBBERTS | 1335C | - | 224.8 | 16.1 | 0 | 330 | 94 | +| 14 | DEKALB | DKC56-26RIB | - | 224.2 | 17.6 | 0 | 334 | 95 | +| 15 | CHANNEL | 211-11VT2PRIB | - | 223.6 | 18.1 | 0 | 347 | 97 | +| 16 | SEED GENETICS DIRECT | AGI 4106PWE | - | 223.2 | 17.9 | 0 | 359 | 97 | +| 17 | EBBERTS | 9779SSX | - | 221.1 | 18.8 | 0 | 368 | 97 | +| 18 | GOLDEN HARVEST | G10L16-DV | - | 219.3 | 20.2 | 0 | 339 | 94 | +| 19 | AXIS SEED | 63M73 | - | 218.5 | 18.2 | 0 | 336 | 92 | +| 20 | BA GENETICS | BA 25-12 VT2P | - | 218.3 | 18.7 | 0 | 321 | 90 | +| 21 | EBBERTS | 7993PC | - | 218.1 | 21.7 | 0 | 321 | 94 | +| 22 | EBBERTS | 7209TR RIB | - | 217.5 | 17.9 | 0 | 330 | 91 | +| 23 | CHANNEL | 207-87VT2PRIB | - | 217.4 | 17.4 | 0 | 325 | 95 | +| 24 | DEKALB | DKC68-35RIB | - | 217.3 | 21.1 | 0 | 339 | 96 | +| 25 | EBBERTS | 6883DGVT2P RIB | - | 216.2 | 18.5 | 0 | 362 | 96 | +| 26 | AXIS SEED | 59D20 | - | 216 | 17.2 | 1 | 340 | 92 | +| 27 | GOLDEN HARVEST | G10B61-AA | - | 215.6 | 20.5 | 0 | 334 | 93 | +| 28 | DEKALB | DKC101-35RIB | - | 215.3 | 15.7 | 0 | 330 | 93 | +| 29 | SHUR GROW | SG-7124PCE | - | 214.7 | 20 | 0 | 317 | 93 | +| 30 | SEED GENETICS DIRECT | Direct 3111-D | - | 214.5 | 21.6 | 0 | 326 | 87 | +| 31 | CHANNEL | 214-78DGVT2PRIB | - | 214 | 19.6 | 0 | 341 | 98 | +| 32 | VIKING / BLUE RIVER | 85-09 | - | 213.7 | 19.7 | 0 | 323 | 94 | +| 33 | SEED GENETICS DIRECT | AGI 4111PWE | - | 212.9 | 18.8 | 0 | 363 | 98 | +| 34 | EBBERTS | 7188PC | - | 212.3 | 20.4 | 0 | 344 | 96 | +| 35 | SEED GENETICS DIRECT | Direct 0101-DV | - | 211.3 | 18.3 | 0 | 348 | 91 | +| 36 | AXIS SEED | 57K72 | - | 211.1 | 17.4 | 0 | 329 | 90 | +| 37 | SHUR GROW | SG-7153V | - | 210.9 | 20.1 | 0 | 316 | 93 | +| 38 | DEKALB | DKC59-82RIB | - | 210.8 | 17.2 | 0 | 347 | 95 | +| 39 | BA GENETICS | BA 25-16 VT2P | - | 210.7 | 19 | 0 | 350 | 97 | +| 40 | DEKALB | DKC66-06RIB | - | 210.2 | 20.9 | 0 | 332 | 94 | +| 41 | SEED CONSULTANTS | SC 1112AM | - | 209.2 | 18.2 | 0 | 328 | 93 | +| 42 | DEKALB | DKC64-22RIB | - | 209 | 18 | 0 | 352 | 96 | +| 43 | BA GENETICS | BA 23-14 VT2P | - | 204.8 | 20.1 | 0 | 336 | 94 | +| 44 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 204.5 | 19.5 | 0 | 346 | 96 | +| 45 | FS INVISION | FS 5525VDG RIB | - | 203.3 | 16.7 | 0 | 316 | 86 | +| 46 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 202.9 | 20 | 0 | 368 | 97 | +| 47 | SHUR GROW | SG-7054AA | - | 189.9 | 20 | 0 | 313 | 89 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.json new file mode 100644 index 00000000..3020a2b4 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.json @@ -0,0 +1,687 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-2yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97, + "Test Wt.": 57.6 + } + }, + { + "rank": 3, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96, + "Test Wt.": 56.4 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 96, + "Test Wt.": 56.6 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 246.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 97, + "Test Wt.": 55.3 + } + }, + { + "rank": 6, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 246, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 97, + "Test Wt.": 59.2 + } + }, + { + "rank": 7, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 245.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 57.8 + } + }, + { + "rank": 8, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 245.8, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 57.4 + } + }, + { + "rank": 9, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 245.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 56.6 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 245.1, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94, + "Test Wt.": 55.9 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 244.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 56.5 + } + }, + { + "rank": 12, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 243.5, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94, + "Test Wt.": 57.7 + } + }, + { + "rank": 13, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 243.5, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 14, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 94, + "Test Wt.": 58 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96, + "Test Wt.": 57.3 + } + }, + { + "rank": 17, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 242.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 57.2 + } + }, + { + "rank": 18, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 242.1, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 19, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 241.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 20, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 58 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 241, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 55.9 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 240.7, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 57.1 + } + }, + { + "rank": 23, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 240.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97, + "Test Wt.": 56.8 + } + }, + { + "rank": 24, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 240, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 25, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 239, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 56.9 + } + }, + { + "rank": 26, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 57.1 + } + }, + { + "rank": 27, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 28, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 29, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 237.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 95, + "Test Wt.": 56.2 + } + }, + { + "rank": 30, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 237.3, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96, + "Test Wt.": 56.4 + } + }, + { + "rank": 31, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 18.5, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 93, + "Test Wt.": 57.1 + } + }, + { + "rank": 32, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 236.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96, + "Test Wt.": 55.2 + } + }, + { + "rank": 33, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96, + "Test Wt.": 60.2 + } + }, + { + "rank": 34, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 235.9, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 58.5 + } + }, + { + "rank": 35, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 235.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 95, + "Test Wt.": 55.7 + } + }, + { + "rank": 36, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 37, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 234.4, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 38, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 96, + "Test Wt.": 54.8 + } + }, + { + "rank": 39, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 233.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92, + "Test Wt.": 56.2 + } + }, + { + "rank": 40, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 41, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 231.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 57.6 + } + }, + { + "rank": 42, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 231.1, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 56.8 + } + }, + { + "rank": 43, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 230.8, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 229.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 93, + "Test Wt.": 54.4 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 229.1, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 96, + "Test Wt.": 59 + } + }, + { + "rank": 46, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 93, + "Test Wt.": 54.3 + } + }, + { + "rank": 47, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 219.9, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 371, + "Emergence": 97, + "Test Wt.": 55.5 + } + } + ], + "n_results": 47, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.137468+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.md new file mode 100644 index 00000000..742cf320 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-summary.md @@ -0,0 +1,65 @@ +# Corn yield trial — Summary, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Summary +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1084AM | - | 254.4 | 18.9 | 0 | 331 | 95 | 56.4 | +| 2 | EBBERTS | 1335C | - | 252 | 16.8 | 0 | 337 | 97 | 57.6 | +| 3 | DEKALB | DKC56-26RIB | - | 250.4 | 17.9 | 0 | 339 | 96 | 56.4 | +| 4 | EBBERTS | 1660C | - | 250.3 | 19 | 0 | 342 | 96 | 56.6 | +| 5 | FS INVISION | FS 6133VDG RIB | - | 246.4 | 20.4 | 0 | 357 | 97 | 55.3 | +| 6 | VIKING / BLUE RIVER | 84-04 | - | 246 | 16.9 | 0 | 330 | 97 | 59.2 | +| 7 | DEKALB | DKC68-35RIB | - | 245.9 | 21.1 | 0 | 344 | 98 | 57.8 | +| 8 | CHANNEL | 207-87VT2PRIB | - | 245.8 | 17.7 | 0 | 332 | 96 | 57.4 | +| 9 | DEKALB | DKC66-06RIB | - | 245.5 | 21.4 | 0 | 338 | 96 | 56.6 | +| 10 | FS INVISION | FS 6017V RIB | - | 245.1 | 18 | 0 | 342 | 94 | 55.9 | +| 11 | EBBERTS | 6883DGVT2P RIB | - | 244.1 | 19.3 | 0 | 363 | 97 | 56.5 | +| 12 | AXIS SEED | 57K72 | - | 243.5 | 17.5 | 0 | 347 | 94 | 57.7 | +| 13 | NK | NK1188-AA | - | 243.5 | 20.3 | 0 | 352 | 97 | 55.9 | +| 14 | BA GENETICS | BA 25-12 VT2P | - | 243.2 | 18.9 | 0 | 331 | 94 | 58 | +| 15 | SEED GENETICS DIRECT | Direct 2111-AA | - | 243.2 | 20.3 | 0 | 355 | 95 | 56 | +| 16 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 243.2 | 18.6 | 0 | 356 | 96 | 57.3 | +| 17 | CHANNEL | 214-78DGVT2PRIB | - | 242.1 | 19.3 | 0 | 343 | 97 | 57.2 | +| 18 | EBBERTS | 9779SSX | - | 242.1 | 18.6 | 0 | 364 | 97 | 57.5 | +| 19 | GOLDEN HARVEST | G11V76-AA | - | 241.8 | 20.4 | 0 | 362 | 97 | 55.8 | +| 20 | CHANNEL | 211-11VT2PRIB | - | 241.5 | 18.4 | 0 | 351 | 97 | 58 | +| 21 | DEKALB | DKC101-35RIB | - | 241 | 16.9 | 0 | 341 | 96 | 55.9 | +| 22 | SEED GENETICS DIRECT | AGI 4106PWE | - | 240.7 | 18 | 0 | 364 | 98 | 57.1 | +| 23 | EBBERTS | 7188PC | - | 240.3 | 19.7 | 0 | 347 | 97 | 56.8 | +| 24 | SEED GENETICS DIRECT | AGI 4111PWE | - | 240 | 18.9 | 0 | 365 | 98 | 55.7 | +| 25 | SEED CONSULTANTS | SC 1042Q | - | 239 | 18.4 | 0 | 334 | 96 | 56.9 | +| 26 | AXIS SEED | 59A25 | - | 238.3 | 17.9 | 0 | 359 | 98 | 57.1 | +| 27 | EBBERTS | 7993PC | - | 238.3 | 21.3 | 0 | 333 | 97 | 54.9 | +| 28 | SEED CONSULTANTS | SC 1093AM | - | 238.3 | 18.8 | 0 | 341 | 97 | 56.6 | +| 29 | EBBERTS | 7209TR RIB | - | 237.9 | 18.1 | 0 | 335 | 95 | 56.2 | +| 30 | SHUR GROW | SG-7153V | - | 237.3 | 20 | 0 | 327 | 96 | 56.4 | +| 31 | AXIS SEED | 63M73 | - | 236.6 | 18.5 | 1 | 341 | 93 | 57.1 | +| 32 | GOLDEN HARVEST | G10L16-DV | - | 236.3 | 20.2 | 0 | 347 | 96 | 55.2 | +| 33 | DEKALB | DKC64-22RIB | - | 236.2 | 18.5 | 0 | 354 | 96 | 60.2 | +| 34 | VIKING / BLUE RIVER | 85-09 | - | 235.9 | 19.2 | 0 | 330 | 96 | 58.5 | +| 35 | SHUR GROW | SG-7124PCE | - | 235.4 | 19.7 | 0 | 322 | 95 | 55.7 | +| 36 | AXIS SEED | 59D20 | - | 234.7 | 17.9 | 0 | 353 | 96 | 56 | +| 37 | BA GENETICS | BA 23-14 VT2P | - | 234.4 | 20.1 | 0 | 336 | 95 | 57 | +| 38 | GOLDEN HARVEST | G10B61-AA | - | 233.9 | 20.2 | 0 | 344 | 96 | 54.8 | +| 39 | FS INVISION | FS 5525VDG RIB | - | 233.3 | 17.2 | 0 | 339 | 92 | 56.2 | +| 40 | DEKALB | DKC59-82RIB | - | 232.4 | 18.2 | 0 | 352 | 97 | 55.9 | +| 41 | SEED CONSULTANTS | SC 1112AM | - | 231.9 | 18.1 | 0 | 332 | 96 | 57.6 | +| 42 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 231.1 | 20.1 | 0 | 351 | 97 | 56.8 | +| 43 | BA GENETICS | BA 25-16 VT2P | - | 230.8 | 19.5 | 0 | 347 | 97 | 57.5 | +| 44 | SEED GENETICS DIRECT | Direct 3111-D | - | 229.4 | 20.8 | 0 | 344 | 93 | 54.4 | +| 45 | SEED GENETICS DIRECT | Direct 0101-DV | - | 229.1 | 18 | 0 | 366 | 96 | 59 | +| 46 | SHUR GROW | SG-7054AA | - | 223.7 | 19.9 | 0 | 324 | 93 | 54.3 | +| 47 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 219.9 | 19.6 | 0 | 371 | 97 | 55.5 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.json new file mode 100644 index 00000000..e9449661 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.json @@ -0,0 +1,640 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-2yr-upper-sandusky", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Upper Sandusky", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 278.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 274.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 96 + } + }, + { + "rank": 3, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 270.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 269.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 7, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 268.2, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 8, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 267.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 266.5, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 11, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 264.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 264, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 13, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 263.9, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 263.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 380, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 263.8, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 262.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 262.6, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 261.8, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 261.2, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 261, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 259.5, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 23, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 24, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 259, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 25, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 258.5, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 26, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 27, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 257.7, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 29, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 257.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 30, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 32, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 254.2, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 254.1, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 253.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 253.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 36, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 253.1, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 37, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 97 + } + }, + { + "rank": 38, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 39, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 251.8, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 40, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 251.3, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 42, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 249, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 43, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 247.3, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 246.9, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 45, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 246.7, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 95 + } + }, + { + "rank": 46, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 377, + "Emergence": 98 + } + }, + { + "rank": 47, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 96 + } + } + ], + "n_results": 47, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.137017+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.md new file mode 100644 index 00000000..ad6f3c0a --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-upper-sandusky.md @@ -0,0 +1,65 @@ +# Corn yield trial — Upper Sandusky, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Upper Sandusky +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1084AM | - | 278.7 | 18.9 | 1 | 339 | 97 | +| 2 | DEKALB | DKC66-06RIB | - | 274.9 | 21.9 | 0 | 340 | 96 | +| 3 | AXIS SEED | 57K72 | - | 270.7 | 17.4 | 0 | 359 | 97 | +| 4 | DEKALB | DKC56-26RIB | - | 269.5 | 17.9 | 0 | 345 | 97 | +| 5 | EBBERTS | 1335C | - | 269.2 | 16.9 | 0 | 341 | 97 | +| 6 | EBBERTS | 1660C | - | 268.7 | 19.5 | 0 | 351 | 98 | +| 7 | VIKING / BLUE RIVER | 84-04 | - | 268.2 | 17.1 | 0 | 338 | 99 | +| 8 | CHANNEL | 214-78DGVT2PRIB | - | 267.2 | 18.7 | 0 | 341 | 98 | +| 9 | FS INVISION | FS 6133VDG RIB | - | 266.5 | 20.4 | 0 | 365 | 98 | +| 10 | SEED GENETICS DIRECT | AGI 4111PWE | - | 265.3 | 19.2 | 0 | 364 | 98 | +| 11 | NK | NK1188-AA | - | 264.6 | 20.6 | 0 | 362 | 99 | +| 12 | BA GENETICS | BA 23-14 VT2P | - | 264 | 20 | 0 | 343 | 96 | +| 13 | CHANNEL | 207-87VT2PRIB | - | 263.9 | 17.8 | 0 | 334 | 97 | +| 14 | EBBERTS | 9779SSX | - | 263.9 | 18.6 | 0 | 380 | 97 | +| 15 | EBBERTS | 6883DGVT2P RIB | - | 263.8 | 19.5 | 0 | 369 | 97 | +| 16 | SEED CONSULTANTS | SC 1093AM | - | 262.8 | 18.9 | 0 | 342 | 98 | +| 17 | EBBERTS | 7993PC | - | 262.6 | 22.2 | 0 | 339 | 98 | +| 18 | SHUR GROW | SG-7153V | - | 262.5 | 20.5 | 0 | 336 | 97 | +| 19 | SEED CONSULTANTS | SC 1112AM | - | 261.8 | 18.2 | 0 | 336 | 98 | +| 20 | SEED GENETICS DIRECT | AGI 4106PWE | - | 261.2 | 18 | 0 | 368 | 98 | +| 21 | DEKALB | DKC64-22RIB | - | 261 | 18.8 | 0 | 355 | 97 | +| 22 | DEKALB | DKC101-35RIB | - | 259.5 | 17.1 | 0 | 346 | 98 | +| 23 | AXIS SEED | 63M73 | - | 259.3 | 18.8 | 0 | 343 | 94 | +| 24 | EBBERTS | 7209TR RIB | - | 259 | 18.3 | 0 | 336 | 95 | +| 25 | EBBERTS | 7188PC | - | 258.5 | 19.7 | 0 | 352 | 98 | +| 26 | FS INVISION | FS 6017V RIB | - | 257.8 | 18.5 | 0 | 346 | 94 | +| 27 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 257.8 | 18 | 0 | 362 | 97 | +| 28 | AXIS SEED | 59A25 | - | 257.7 | 17.9 | 0 | 361 | 99 | +| 29 | CHANNEL | 211-11VT2PRIB | - | 257.5 | 18.5 | 0 | 350 | 97 | +| 30 | BA GENETICS | BA 25-12 VT2P | - | 256.1 | 19.3 | 0 | 341 | 95 | +| 31 | GOLDEN HARVEST | G10B61-AA | - | 255.3 | 20.8 | 0 | 348 | 97 | +| 32 | SEED CONSULTANTS | SC 1042Q | - | 254.2 | 18.6 | 0 | 344 | 98 | +| 33 | DEKALB | DKC68-35RIB | - | 254.1 | 21.1 | 0 | 345 | 98 | +| 34 | SEED GENETICS DIRECT | Direct 2111-AA | - | 253.7 | 20.9 | 0 | 361 | 97 | +| 35 | SHUR GROW | SG-7054AA | - | 253.3 | 20.2 | 0 | 336 | 96 | +| 36 | FS INVISION | FS 5525VDG RIB | - | 253.1 | 17 | 0 | 354 | 96 | +| 37 | GOLDEN HARVEST | G10L16-DV | - | 252.9 | 20.6 | 0 | 353 | 97 | +| 38 | VIKING / BLUE RIVER | 85-09 | - | 252.9 | 19.3 | 0 | 338 | 98 | +| 39 | AXIS SEED | 59D20 | - | 251.8 | 18 | 0 | 361 | 99 | +| 40 | GOLDEN HARVEST | G11V76-AA | - | 251.3 | 20.9 | 0 | 368 | 98 | +| 41 | SEED GENETICS DIRECT | Direct 3111-D | - | 250.3 | 20.5 | 0 | 356 | 96 | +| 42 | BA GENETICS | BA 25-16 VT2P | - | 249 | 20.4 | 0 | 354 | 97 | +| 43 | DEKALB | DKC59-82RIB | - | 247.3 | 18.8 | 0 | 355 | 97 | +| 44 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 246.9 | 20.9 | 0 | 350 | 97 | +| 45 | SHUR GROW | SG-7124PCE | - | 246.7 | 20.2 | 0 | 323 | 95 | +| 46 | SEED GENETICS DIRECT | Direct 0101-DV | - | 246.3 | 17.7 | 0 | 377 | 98 | +| 47 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 236.6 | 20.1 | 0 | 370 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.json new file mode 100644 index 00000000..a9a2cf60 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.json @@ -0,0 +1,640 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-2yr-van-wert", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Van Wert", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 261.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95 + } + }, + { + "rank": 4, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 257.3, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 252.4, + "Harv. Moisture": 19.8, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 251.5, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 250, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 10, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 248.7, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 248.2, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 247, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 246.5, + "Harv. Moisture": 17.7, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 245.7, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 245.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 244.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 243.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 243.4, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 20, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 243.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 99 + } + }, + { + "rank": 21, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 242.3, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 242, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 23, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 241.8, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 241.3, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 241.1, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 98 + } + }, + { + "rank": 26, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 239.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 27, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 239, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 28, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 238.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 30, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 237.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 237.6, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 32, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 237.2, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 236.4, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 235.3, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 234.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 232.8, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 39, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 231.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 2, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 40, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 230.8, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 229.6, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 373, + "Emergence": 98 + } + }, + { + "rank": 42, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 229.2, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 227.8, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 95 + } + }, + { + "rank": 44, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 45, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 223.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 47, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 220, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 375, + "Emergence": 98 + } + } + ], + "n_results": 47, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.136131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.md new file mode 100644 index 00000000..64b066e5 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-2yr-van-wert.md @@ -0,0 +1,65 @@ +# Corn yield trial — Van Wert, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Van Wert +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC68-35RIB | - | 266.2 | 21.1 | 0 | 347 | 99 | +| 2 | EBBERTS | 1335C | - | 261.9 | 17.4 | 0 | 340 | 98 | +| 3 | SEED CONSULTANTS | SC 1084AM | - | 257.6 | 19.2 | 0 | 328 | 95 | +| 4 | DEKALB | DKC56-26RIB | - | 257.3 | 18.1 | 0 | 339 | 96 | +| 5 | CHANNEL | 207-87VT2PRIB | - | 256.1 | 18 | 0 | 336 | 97 | +| 6 | BA GENETICS | BA 25-12 VT2P | - | 255.3 | 18.6 | 0 | 330 | 97 | +| 7 | EBBERTS | 6883DGVT2P RIB | - | 252.4 | 19.8 | 1 | 358 | 97 | +| 8 | DEKALB | DKC66-06RIB | - | 251.5 | 21.2 | 0 | 341 | 96 | +| 9 | EBBERTS | 7188PC | - | 250 | 19.1 | 0 | 343 | 96 | +| 10 | AXIS SEED | 57K72 | - | 248.7 | 17.6 | 0 | 354 | 97 | +| 11 | DEKALB | DKC101-35RIB | - | 248.2 | 17.8 | 0 | 346 | 98 | +| 12 | GOLDEN HARVEST | G11V76-AA | - | 247 | 20.1 | 0 | 359 | 97 | +| 13 | FS INVISION | FS 6017V RIB | - | 246.5 | 17.7 | 1 | 348 | 96 | +| 14 | EBBERTS | 1660C | - | 245.7 | 18.3 | 0 | 338 | 97 | +| 15 | SEED GENETICS DIRECT | Direct 2111-AA | - | 245.4 | 19.8 | 0 | 361 | 97 | +| 16 | CHANNEL | 214-78DGVT2PRIB | - | 245.1 | 19.6 | 0 | 345 | 97 | +| 17 | SHUR GROW | SG-7124PCE | - | 244.7 | 19 | 0 | 327 | 97 | +| 18 | FS INVISION | FS 6133VDG RIB | - | 243.8 | 20.4 | 0 | 358 | 98 | +| 19 | FS INVISION | FS 5525VDG RIB | - | 243.4 | 17.9 | 0 | 347 | 95 | +| 20 | CHANNEL | 211-11VT2PRIB | - | 243.3 | 18.6 | 0 | 355 | 99 | +| 21 | VIKING / BLUE RIVER | 84-04 | - | 242.3 | 16.9 | 0 | 334 | 98 | +| 22 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 242 | 19.9 | 1 | 359 | 99 | +| 23 | SEED GENETICS DIRECT | AGI 4111PWE | - | 241.8 | 18.7 | 0 | 367 | 98 | +| 24 | EBBERTS | 9779SSX | - | 241.3 | 18.5 | 0 | 343 | 97 | +| 25 | VIKING / BLUE RIVER | 85-09 | - | 241.1 | 18.5 | 0 | 331 | 98 | +| 26 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 239.5 | 18.2 | 0 | 364 | 98 | +| 27 | DEKALB | DKC59-82RIB | - | 239 | 18.7 | 0 | 355 | 98 | +| 28 | DEKALB | DKC64-22RIB | - | 238.5 | 18.7 | 0 | 356 | 97 | +| 29 | SHUR GROW | SG-7153V | - | 238.4 | 19.6 | 0 | 327 | 97 | +| 30 | SEED CONSULTANTS | SC 1042Q | - | 237.9 | 18.6 | 0 | 332 | 96 | +| 31 | SEED GENETICS DIRECT | AGI 4106PWE | - | 237.6 | 18.1 | 0 | 365 | 99 | +| 32 | EBBERTS | 7209TR RIB | - | 237.2 | 18 | 0 | 339 | 98 | +| 33 | GOLDEN HARVEST | G10L16-DV | - | 236.6 | 19.8 | 0 | 349 | 97 | +| 34 | AXIS SEED | 59D20 | - | 236.4 | 18.4 | 0 | 358 | 97 | +| 35 | NK | NK1188-AA | - | 235.3 | 20 | 0 | 356 | 98 | +| 36 | BA GENETICS | BA 23-14 VT2P | - | 234.5 | 20.2 | 0 | 329 | 95 | +| 37 | EBBERTS | 7993PC | - | 234.3 | 20 | 0 | 339 | 98 | +| 38 | BA GENETICS | BA 25-16 VT2P | - | 232.8 | 19 | 0 | 338 | 98 | +| 39 | AXIS SEED | 63M73 | - | 231.9 | 18.5 | 2 | 343 | 94 | +| 40 | GOLDEN HARVEST | G10B61-AA | - | 230.8 | 19.5 | 1 | 350 | 98 | +| 41 | SEED GENETICS DIRECT | Direct 0101-DV | - | 229.6 | 17.9 | 0 | 373 | 98 | +| 42 | AXIS SEED | 59A25 | - | 229.2 | 17.6 | 0 | 360 | 98 | +| 43 | SHUR GROW | SG-7054AA | - | 227.8 | 19.4 | 0 | 322 | 95 | +| 44 | SEED CONSULTANTS | SC 1112AM | - | 224.7 | 18 | 0 | 332 | 96 | +| 45 | SEED CONSULTANTS | SC 1093AM | - | 223.7 | 19.2 | 0 | 334 | 97 | +| 46 | SEED GENETICS DIRECT | Direct 3111-D | - | 223.3 | 20.3 | 0 | 350 | 95 | +| 47 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 220 | 18.6 | 0 | 375 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.json new file mode 100644 index 00000000..3f6c0cb3 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.json @@ -0,0 +1,337 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-3yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 261.8, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 58.1 + } + }, + { + "rank": 2, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 260.8, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 56.8 + } + }, + { + "rank": 3, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 258.4, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 257.1, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 362, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 5, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 256.4, + "Harv. Moisture": 21.1, + "Stalk Lodging": 3, + "Final Stand": 351, + "Emergence": 95, + "Test Wt.": 57.3 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 256.4, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 7, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98, + "Test Wt.": 56 + } + }, + { + "rank": 8, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 251.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97, + "Test Wt.": 57.4 + } + }, + { + "rank": 9, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 251.8, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 59.6 + } + }, + { + "rank": 10, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 251, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 58.5 + } + }, + { + "rank": 11, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 12, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 249.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 2, + "Final Stand": 356, + "Emergence": 98, + "Test Wt.": 56.3 + } + }, + { + "rank": 13, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 5, + "Final Stand": 361, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 248.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 4, + "Final Stand": 365, + "Emergence": 97, + "Test Wt.": 58.5 + } + }, + { + "rank": 15, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 247.8, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 93, + "Test Wt.": 57 + } + }, + { + "rank": 16, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 247.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 361, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 247.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97, + "Test Wt.": 57 + } + }, + { + "rank": 18, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 245.7, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 57.2 + } + }, + { + "rank": 19, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 244.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 97, + "Test Wt.": 56 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 241.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 54.6 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 237.2, + "Harv. Moisture": 18.1, + "Stalk Lodging": 2, + "Final Stand": 371, + "Emergence": 97, + "Test Wt.": 59.4 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 233.6, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 374, + "Emergence": 97, + "Test Wt.": 56.2 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.138570+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.md new file mode 100644 index 00000000..c34b4875 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-summary.md @@ -0,0 +1,40 @@ +# Corn yield trial — Summary, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Summary +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | CHANNEL | 207-87VT2PRIB | - | 261.8 | 17.9 | 0 | 334 | 96 | 58.1 | +| 2 | CHANNEL | 214-78DGVT2PRIB | - | 260.8 | 20 | 1 | 342 | 97 | 56.8 | +| 3 | FS INVISION | FS 6017V RIB | - | 258.4 | 18.3 | 0 | 350 | 95 | 56 | +| 4 | EBBERTS | 6883DGVT2P RIB | - | 257.1 | 20.4 | 1 | 362 | 97 | 56.3 | +| 5 | BA GENETICS | BA 23-14 VT2P | - | 256.4 | 21.1 | 3 | 351 | 95 | 57.3 | +| 6 | EBBERTS | 7209TR RIB | - | 256.4 | 18.3 | 0 | 339 | 96 | 56.5 | +| 7 | GOLDEN HARVEST | G11V76-AA | - | 255.5 | 20.8 | 0 | 367 | 98 | 56 | +| 8 | SEED CONSULTANTS | SC 1042Q | - | 251.9 | 18.5 | 0 | 337 | 97 | 57.4 | +| 9 | VIKING / BLUE RIVER | 84-04 | - | 251.8 | 17.3 | 0 | 330 | 96 | 59.6 | +| 10 | VIKING / BLUE RIVER | 85-09 | - | 251 | 19.7 | 0 | 335 | 97 | 58.5 | +| 11 | GOLDEN HARVEST | G10L16-DV | - | 249.8 | 20.1 | 1 | 356 | 97 | 55.9 | +| 12 | NK | NK1188-AA | - | 249.7 | 20.6 | 2 | 356 | 98 | 56.3 | +| 13 | SEED GENETICS DIRECT | Direct 2111-AA | - | 248.6 | 20.9 | 5 | 361 | 96 | 56.2 | +| 14 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 248.1 | 18.1 | 4 | 365 | 97 | 58.5 | +| 15 | FS INVISION | FS 5525VDG RIB | - | 247.8 | 17.2 | 1 | 345 | 93 | 57 | +| 16 | DEKALB | DKC59-82RIB | - | 247.4 | 19.5 | 1 | 361 | 97 | 55.8 | +| 17 | SHUR GROW | SG-7153V | - | 247.3 | 20.3 | 0 | 329 | 97 | 57 | +| 18 | SEED CONSULTANTS | SC 1112AM | - | 245.7 | 18.7 | 2 | 330 | 96 | 57.2 | +| 19 | SEED CONSULTANTS | SC 1093AM | - | 244.4 | 20.4 | 1 | 332 | 97 | 56 | +| 20 | SEED GENETICS DIRECT | Direct 3111-D | - | 241.9 | 21.1 | 0 | 360 | 97 | 54.6 | +| 21 | SEED GENETICS DIRECT | Direct 0101-DV | - | 237.2 | 18.1 | 2 | 371 | 97 | 59.4 | +| 22 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 233.6 | 19.7 | 1 | 374 | 97 | 56.2 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.json new file mode 100644 index 00000000..58dc7ad8 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.json @@ -0,0 +1,315 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-3yr-upper-sandusky", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Upper Sandusky", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 276.6, + "Harv. Moisture": 19.7, + "Stalk Lodging": 6, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 275.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 271.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 18.7, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 270.5, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 269.3, + "Harv. Moisture": 19.1, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 269.1, + "Harv. Moisture": 19.9, + "Stalk Lodging": 4, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 19.1, + "Stalk Lodging": 1, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 268.4, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 11, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 266.6, + "Harv. Moisture": 19.3, + "Stalk Lodging": 1, + "Final Stand": 340, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 20.3, + "Stalk Lodging": 1, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 265.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 265.4, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 265.4, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 263.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 11, + "Final Stand": 360, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 260.3, + "Harv. Moisture": 16.9, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 19, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 259.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 17.9, + "Stalk Lodging": 8, + "Final Stand": 366, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 257.2, + "Harv. Moisture": 17.9, + "Stalk Lodging": 5, + "Final Stand": 372, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 248.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 2, + "Final Stand": 373, + "Emergence": 95 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.138232+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.md new file mode 100644 index 00000000..02db647e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-upper-sandusky.md @@ -0,0 +1,40 @@ +# Corn yield trial — Upper Sandusky, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Upper Sandusky +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | BA GENETICS | BA 23-14 VT2P | - | 276.6 | 19.7 | 6 | 361 | 96 | +| 2 | CHANNEL | 207-87VT2PRIB | - | 275.4 | 17.7 | 0 | 339 | 97 | +| 3 | EBBERTS | 7209TR RIB | - | 275.1 | 18 | 0 | 343 | 96 | +| 4 | SEED CONSULTANTS | SC 1112AM | - | 271.9 | 18.4 | 1 | 331 | 97 | +| 5 | CHANNEL | 214-78DGVT2PRIB | - | 271.7 | 18.7 | 1 | 342 | 97 | +| 6 | VIKING / BLUE RIVER | 84-04 | - | 270.5 | 17.2 | 0 | 335 | 97 | +| 7 | SEED CONSULTANTS | SC 1093AM | - | 269.3 | 19.1 | 2 | 336 | 98 | +| 8 | NK | NK1188-AA | - | 269.1 | 19.9 | 4 | 358 | 98 | +| 9 | EBBERTS | 6883DGVT2P RIB | - | 269 | 19.1 | 1 | 368 | 98 | +| 10 | FS INVISION | FS 6017V RIB | - | 268.4 | 18.4 | 1 | 350 | 95 | +| 11 | VIKING / BLUE RIVER | 85-09 | - | 266.6 | 19.3 | 1 | 340 | 98 | +| 12 | GOLDEN HARVEST | G11V76-AA | - | 266.2 | 20.3 | 1 | 368 | 97 | +| 13 | SEED CONSULTANTS | SC 1042Q | - | 265.5 | 18.3 | 0 | 344 | 98 | +| 14 | GOLDEN HARVEST | G10L16-DV | - | 265.4 | 20.1 | 1 | 359 | 98 | +| 15 | SHUR GROW | SG-7153V | - | 265.4 | 19.8 | 0 | 333 | 97 | +| 16 | SEED GENETICS DIRECT | Direct 3111-D | - | 263.7 | 20.4 | 1 | 361 | 97 | +| 17 | SEED GENETICS DIRECT | Direct 2111-AA | - | 260.5 | 20.2 | 11 | 360 | 96 | +| 18 | FS INVISION | FS 5525VDG RIB | - | 260.3 | 16.9 | 1 | 354 | 95 | +| 19 | DEKALB | DKC59-82RIB | - | 259.9 | 18.6 | 1 | 364 | 98 | +| 20 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 259.1 | 17.9 | 8 | 366 | 97 | +| 21 | SEED GENETICS DIRECT | Direct 0101-DV | - | 257.2 | 17.9 | 5 | 372 | 97 | +| 22 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 248.5 | 19.6 | 2 | 373 | 95 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.json new file mode 100644 index 00000000..656109c0 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.json @@ -0,0 +1,315 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-3yr-van-wert", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Van Wert", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 248.3, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 3, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 248.2, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 245.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 244.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 98 + } + }, + { + "rank": 6, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 237.6, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 237, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 236.1, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 94 + } + }, + { + "rank": 11, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 235.4, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 12, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 235.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 91 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 234.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 14, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 233.2, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 16, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 229.2, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 220.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 19, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 219.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 3, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 20, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 219.4, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 218.8, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 376, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 217.3, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 96 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.137877+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.md new file mode 100644 index 00000000..aaca21d9 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-3yr-van-wert.md @@ -0,0 +1,40 @@ +# Corn yield trial — Van Wert, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Van Wert +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | CHANNEL | 214-78DGVT2PRIB | - | 249.8 | 21.4 | 0 | 342 | 96 | +| 2 | FS INVISION | FS 6017V RIB | - | 248.3 | 18.3 | 0 | 350 | 95 | +| 3 | CHANNEL | 207-87VT2PRIB | - | 248.2 | 18.2 | 0 | 330 | 95 | +| 4 | EBBERTS | 6883DGVT2P RIB | - | 245.2 | 21.6 | 0 | 355 | 96 | +| 5 | GOLDEN HARVEST | G11V76-AA | - | 244.7 | 21.4 | 0 | 366 | 98 | +| 6 | SEED CONSULTANTS | SC 1042Q | - | 238.3 | 18.7 | 0 | 331 | 97 | +| 7 | EBBERTS | 7209TR RIB | - | 237.6 | 18.7 | 0 | 335 | 97 | +| 8 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 237 | 18.2 | 0 | 364 | 97 | +| 9 | SEED GENETICS DIRECT | Direct 2111-AA | - | 236.6 | 21.6 | 0 | 361 | 97 | +| 10 | BA GENETICS | BA 23-14 VT2P | - | 236.1 | 22.5 | 0 | 341 | 94 | +| 11 | VIKING / BLUE RIVER | 85-09 | - | 235.4 | 20 | 0 | 330 | 96 | +| 12 | FS INVISION | FS 5525VDG RIB | - | 235.2 | 17.5 | 0 | 337 | 91 | +| 13 | DEKALB | DKC59-82RIB | - | 234.8 | 20.4 | 0 | 359 | 96 | +| 14 | GOLDEN HARVEST | G10L16-DV | - | 234.3 | 20 | 0 | 353 | 97 | +| 15 | VIKING / BLUE RIVER | 84-04 | - | 233.2 | 17.4 | 0 | 324 | 94 | +| 16 | NK | NK1188-AA | - | 230.3 | 21.4 | 0 | 353 | 97 | +| 17 | SHUR GROW | SG-7153V | - | 229.2 | 20.8 | 0 | 325 | 97 | +| 18 | SEED GENETICS DIRECT | Direct 3111-D | - | 220.1 | 21.9 | 0 | 359 | 96 | +| 19 | SEED CONSULTANTS | SC 1112AM | - | 219.5 | 19.1 | 3 | 330 | 96 | +| 20 | SEED CONSULTANTS | SC 1093AM | - | 219.4 | 21.6 | 0 | 328 | 96 | +| 21 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 218.8 | 19.8 | 0 | 376 | 98 | +| 22 | SEED GENETICS DIRECT | Direct 0101-DV | - | 217.3 | 18.2 | 0 | 370 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.json new file mode 100644 index 00000000..c7820694 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.json @@ -0,0 +1,1719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-hoytville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Hoytville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 2, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 232.3, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 229.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 229.3, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 226.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 6, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 7, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 93 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 223.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 94 + } + }, + { + "rank": 10, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 222.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 222.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 221.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 221.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 221.3, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 92 + } + }, + { + "rank": 16, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 221.3, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 221.2, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 220.8, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 88 + } + }, + { + "rank": 19, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 220.8, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 20, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 219.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94 + } + }, + { + "rank": 21, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 219.2, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 93 + } + }, + { + "rank": 22, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 218.9, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 89 + } + }, + { + "rank": 23, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 218.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 92 + } + }, + { + "rank": 24, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 218.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 311, + "Emergence": 88 + } + }, + { + "rank": 25, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 218.2, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 26, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 27, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 89 + } + }, + { + "rank": 28, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 95 + } + }, + { + "rank": 29, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 217.9, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 373, + "Emergence": 99 + } + }, + { + "rank": 30, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 92 + } + }, + { + "rank": 31, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 217.3, + "Harv. Moisture": 16.5, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 94 + } + }, + { + "rank": 32, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 217.3, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 33, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 216.7, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 216.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 35, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 216.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 216.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 91 + } + }, + { + "rank": 37, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 216.2, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 216, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 39, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 215.8, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 90 + } + }, + { + "rank": 40, + "brand": "GRO-MOR", + "product": "GM 61PC85", + "traits": null, + "metrics": { + "Yield": 215.6, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 99 + } + }, + { + "rank": 41, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 214.7, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 98 + } + }, + { + "rank": 42, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 214.3, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 43, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 214.2, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 90 + } + }, + { + "rank": 44, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 214.2, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 45, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 214.2, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 46, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 214.1, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 304, + "Emergence": 80 + } + }, + { + "rank": 47, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 213.6, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 213.4, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 93 + } + }, + { + "rank": 49, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 213, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 50, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 212.9, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 51, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 212.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 52, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 212.6, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 53, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 212.5, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 211.5, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 211.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 91 + } + }, + { + "rank": 56, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 210.7, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 91 + } + }, + { + "rank": 57, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 210.7, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 58, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 210.6, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 210.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 93 + } + }, + { + "rank": 60, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 209.7, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 93 + } + }, + { + "rank": 61, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 86 + } + }, + { + "rank": 62, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 373, + "Emergence": 98 + } + }, + { + "rank": 63, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 209, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 64, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 208.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 92 + } + }, + { + "rank": 65, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 208.8, + "Harv. Moisture": 17.5, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 95 + } + }, + { + "rank": 66, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 208.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 67, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 208.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 68, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 208, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 93 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 207.8, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 92 + } + }, + { + "rank": 70, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 207.6, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 95 + } + }, + { + "rank": 71, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 207, + "Harv. Moisture": 16.2, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 72, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 206.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 73, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 206.9, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 74, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 94 + } + }, + { + "rank": 75, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 206.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 96 + } + }, + { + "rank": 76, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 206, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 92 + } + }, + { + "rank": 77, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 205.6, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 78, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 205.2, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 87 + } + }, + { + "rank": 79, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 205, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 80, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 205, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 93 + } + }, + { + "rank": 81, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 204.4, + "Harv. Moisture": 17.6, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 92 + } + }, + { + "rank": 82, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 204.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 90 + } + }, + { + "rank": 83, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 203.7, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 89 + } + }, + { + "rank": 84, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 203.5, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 85, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 203.5, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 86, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 203, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 87, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 202.7, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 91 + } + }, + { + "rank": 88, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 202.6, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 89, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 202.3, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 94 + } + }, + { + "rank": 90, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 202.2, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 91, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 201.5, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 91 + } + }, + { + "rank": 92, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 200.9, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 299, + "Emergence": 84 + } + }, + { + "rank": 93, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 200.9, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 91 + } + }, + { + "rank": 94, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 200.7, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 95, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 200.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 96 + } + }, + { + "rank": 96, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 200.6, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 97, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": null, + "metrics": { + "Yield": 200.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 1, + "Final Stand": 308, + "Emergence": 90 + } + }, + { + "rank": 98, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 200, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 89 + } + }, + { + "rank": 99, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 199.6, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 91 + } + }, + { + "rank": 100, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 199.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 91 + } + }, + { + "rank": 101, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 199.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 89 + } + }, + { + "rank": 102, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 198.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 84 + } + }, + { + "rank": 103, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 198.6, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 297, + "Emergence": 86 + } + }, + { + "rank": 104, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 198.3, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 105, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 198.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 106, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 198.2, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 89 + } + }, + { + "rank": 107, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 198.1, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 293, + "Emergence": 79 + } + }, + { + "rank": 108, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 198.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 1, + "Final Stand": 320, + "Emergence": 90 + } + }, + { + "rank": 109, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 196.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 110, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 195.7, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 306, + "Emergence": 87 + } + }, + { + "rank": 111, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 195.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 112, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 194.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 90 + } + }, + { + "rank": 113, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 192.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 373, + "Emergence": 96 + } + }, + { + "rank": 114, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 192.2, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 84 + } + }, + { + "rank": 115, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 190.2, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 116, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 190, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 307, + "Emergence": 87 + } + }, + { + "rank": 117, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 189.8, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 91 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 189.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 90 + } + }, + { + "rank": 119, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 189.6, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 84 + } + }, + { + "rank": 120, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 187.8, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 84 + } + }, + { + "rank": 121, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 187.3, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 90 + } + }, + { + "rank": 122, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 187, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 123, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 185.7, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 270, + "Emergence": 79 + } + }, + { + "rank": 124, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 184.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 86 + } + }, + { + "rank": 125, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 181.8, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 126, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 180.2, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 127, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 178.6, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 284, + "Emergence": 83 + } + }, + { + "rank": 128, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 176.3, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 96 + } + }, + { + "rank": 129, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 174.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 130, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 172.4, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 271, + "Emergence": 82 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.133858+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.md new file mode 100644 index 00000000..4cfeaeb8 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-hoytville.md @@ -0,0 +1,148 @@ +# Corn yield trial — Hoytville, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Hoytville +- **Source table:** TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AUGUSTA SEED | A2360 | - | 233.5 | 18.8 | 0 | 329 | 95 | +| 2 | AXIS SEED | 63J77 | - | 232.3 | 19 | 0 | 358 | 97 | +| 3 | EBBERTS | 1660C | - | 229.3 | 19.3 | 0 | 333 | 95 | +| 4 | SHUR GROW | SG-EX109A | - | 229.3 | 19.4 | 0 | 328 | 98 | +| 5 | AXIS SEED | 60C61 | - | 226.4 | 19.1 | 0 | 342 | 93 | +| 6 | GOLDEN HARVEST | G10L16-DV | - | 225.1 | 19.7 | 0 | 334 | 95 | +| 7 | SHUR GROW | SG-7124PCE | - | 225.1 | 20.5 | 0 | 314 | 93 | +| 8 | SEED GENETICS DIRECT | AGI 4115PWE | - | 223.9 | 21.9 | 0 | 355 | 96 | +| 9 | EBBERTS | 1335C | - | 223.7 | 16.6 | 0 | 333 | 94 | +| 10 | SEED CONSULTANTS | SC 1055PCE | - | 222.7 | 17.5 | 0 | 356 | 99 | +| 11 | SEED CONSULTANTS | SC 1093AM | - | 222.1 | 18.2 | 0 | 343 | 96 | +| 12 | BA GENETICS | BA 26-08 PCE | - | 221.7 | 19.3 | 0 | 358 | 98 | +| 13 | SEED GENETICS DIRECT | AGI 4111PWE | - | 221.6 | 17.7 | 0 | 372 | 99 | +| 14 | AXIS SEED | 62C60 | - | 221.5 | 20.2 | 0 | 358 | 96 | +| 15 | EBBERTS | 7557PC | - | 221.3 | 18.4 | 0 | 336 | 92 | +| 16 | SHUR GROW | SG-EX105A | - | 221.3 | 18.2 | 0 | 323 | 97 | +| 17 | BA GENETICS | BA 26-12 PCE | - | 221.2 | 20 | 0 | 339 | 96 | +| 18 | SEED CONSULTANTS | SC 1084AM | - | 220.8 | 18.5 | 0 | 319 | 88 | +| 19 | BA GENETICS | BA 26-14 PCE | - | 220.8 | 20.2 | 0 | 342 | 94 | +| 20 | LG SEEDS | LG 58C48VT2RIB | - | 219.4 | 19.1 | 0 | 329 | 94 | +| 21 | GOLDEN HARVEST | G11V76-AA | - | 219.2 | 19.9 | 0 | 351 | 93 | +| 22 | BA GENETICS | BA 25-12 VT2P | - | 218.9 | 18.9 | 0 | 311 | 89 | +| 23 | NK | NK1056-V | - | 218.6 | 19.8 | 0 | 316 | 92 | +| 24 | NK | NK0880-V | - | 218.5 | 18.9 | 1 | 311 | 88 | +| 25 | VIKING / BLUE RIVER | 78-13 | - | 218.2 | 19.9 | 0 | 324 | 95 | +| 26 | CHANNEL | 208-62VT2PRIB | - | 218.1 | 18.2 | 0 | 350 | 95 | +| 27 | DEKALB | DKC106-98RIB | - | 218.1 | 20.1 | 0 | 315 | 89 | +| 28 | 1st CHOICE SEEDS | FC 8047 C | - | 218.1 | 18.8 | 0 | 351 | 95 | +| 29 | SEED GENETICS DIRECT | AGI 4106PWE | - | 217.9 | 17.1 | 1 | 373 | 99 | +| 30 | CHANNEL | 207-87VT2PRIB | - | 217.7 | 18.2 | 0 | 320 | 92 | +| 31 | CHANNEL | 204-54TRERIB | - | 217.3 | 16.5 | 2 | 333 | 94 | +| 32 | EBBERTS | 6883DGVT2P RIB | - | 217.3 | 18.4 | 0 | 347 | 94 | +| 33 | EBBERTS | 9779SSX | - | 216.7 | 18.6 | 0 | 354 | 96 | +| 34 | BA GENETICS | BA 26-06 PCE | - | 216.4 | 18.9 | 0 | 337 | 96 | +| 35 | SEED CONSULTANTS | SC 1094PCE | - | 216.4 | 17.2 | 0 | 352 | 97 | +| 36 | CHANNEL | 215-70TRERIB | - | 216.2 | 21.6 | 0 | 320 | 91 | +| 37 | DEKALB | DKC68-35RIB | - | 216.2 | 21.2 | 0 | 347 | 98 | +| 38 | FS INVISION | FS 5949PC RA | - | 216 | 17.9 | 0 | 356 | 96 | +| 39 | SEED GENETICS DIRECT | Direct 2111-AA | - | 215.8 | 19.4 | 0 | 347 | 90 | +| 40 | GRO-MOR | GM 61PC85 | - | 215.6 | 19.2 | 0 | 325 | 99 | +| 41 | DYNA-GRO | D44PN25RA | - | 214.7 | 16.7 | 0 | 330 | 98 | +| 42 | AXIS SEED | 63M73 | - | 214.3 | 18.1 | 0 | 333 | 91 | +| 43 | BA GENETICS | BA 25-11 VT2P | - | 214.2 | 17.7 | 0 | 318 | 90 | +| 44 | DEKALB | DKC110-10RIB | - | 214.2 | 17.4 | 0 | 342 | 94 | +| 45 | DEKALB | DKC110-41RIB | - | 214.2 | 17.8 | 0 | 341 | 96 | +| 46 | SEED GENETICS DIRECT | Direct 5114-D | - | 214.1 | 23.3 | 0 | 304 | 80 | +| 47 | BA GENETICS | BA 25-07 PCE | - | 213.6 | 17.5 | 0 | 360 | 98 | +| 48 | EBBERTS | 7993PC | - | 213.4 | 20.5 | 0 | 319 | 93 | +| 49 | NK | NK0922-V | - | 213 | 19.2 | 0 | 330 | 96 | +| 50 | VIKING / BLUE RIVER | 85-09 | - | 212.9 | 18.3 | 0 | 327 | 95 | +| 51 | BA GENETICS | BA 26-10 PCE | - | 212.7 | 19.4 | 0 | 334 | 95 | +| 52 | FS INVISION | FS 5335P RIB | - | 212.6 | 16.9 | 0 | 343 | 93 | +| 53 | SHUR GROW | SG-6884PCE | - | 212.5 | 19.7 | 0 | 315 | 96 | +| 54 | DEKALB | DKC64-22RIB | - | 211.5 | 17.8 | 0 | 354 | 99 | +| 55 | FS INVISION | FS 6133VDG RIB | - | 211.5 | 20.7 | 0 | 339 | 91 | +| 56 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 210.7 | 18 | 0 | 339 | 91 | +| 57 | AXIS SEED | 59A25 | - | 210.7 | 18.5 | 0 | 351 | 96 | +| 58 | FS INVISION | FS 6349PC RA | - | 210.6 | 19.5 | 0 | 354 | 96 | +| 59 | FS INVISION | FS 6245V RIB | - | 210.5 | 19.5 | 0 | 346 | 93 | +| 60 | NK | NK1188-AA | - | 209.7 | 20 | 0 | 334 | 93 | +| 61 | AUGUSTA SEED | A4961 | - | 209.2 | 20.3 | 0 | 303 | 86 | +| 62 | SEED GENETICS DIRECT | AGI 3114PWE | - | 209.2 | 20.2 | 0 | 373 | 98 | +| 63 | FS INVISION | FS 6447T RIB | - | 209 | 21 | 0 | 347 | 94 | +| 64 | SEED GENETICS DIRECT | AGI 5105PWE | - | 208.9 | 18.4 | 0 | 343 | 92 | +| 65 | CHANNEL | 211-11VT2PRIB | - | 208.8 | 17.5 | 1 | 355 | 95 | +| 66 | AXIS SEED | 55D61 | - | 208.5 | 18.5 | 0 | 346 | 95 | +| 67 | CHANNEL | 214-78DGVT2PRIB | - | 208.1 | 20.6 | 0 | 346 | 98 | +| 68 | VIKING / BLUE RIVER | 75-07 | - | 208 | 18.5 | 0 | 323 | 93 | +| 69 | SHUR GROW | SG-6550PCE | - | 207.8 | 19 | 0 | 305 | 92 | +| 70 | SHUR GROW | SG-EX110A | - | 207.6 | 18 | 0 | 316 | 95 | +| 71 | SHUR GROW | SG-5885PCE | - | 207 | 16.2 | 1 | 358 | 97 | +| 72 | 1st CHOICE SEEDS | FC 8257 PC | - | 206.9 | 20.2 | 0 | 358 | 96 | +| 73 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 206.9 | 18.3 | 0 | 347 | 93 | +| 74 | DYNA-GRO | D51VC95RIB | - | 206.7 | 20.1 | 0 | 319 | 94 | +| 75 | SEED GENETICS DIRECT | AGI 5113PWE | - | 206.4 | 19.7 | 0 | 360 | 96 | +| 76 | SEED CONSULTANTS | SC 1112AM | - | 206 | 17.5 | 0 | 329 | 92 | +| 77 | BA GENETICS | BA 25-16 VT2P | - | 205.6 | 18.9 | 0 | 336 | 96 | +| 78 | SEED GENETICS DIRECT | Direct 5107-V | - | 205.2 | 19.3 | 0 | 327 | 87 | +| 79 | EBBERTS | 7188PC | - | 205 | 19.6 | 0 | 358 | 97 | +| 80 | CHANNEL | 210-46VT2PRIB | - | 205 | 17.6 | 0 | 332 | 93 | +| 81 | AXIS SEED | 59D20 RHTCe | - | 204.4 | 17.6 | 2 | 341 | 92 | +| 82 | DEKALB | DKC56-26RIB | - | 204.1 | 18.2 | 0 | 316 | 90 | +| 83 | DEKALB | DKC101-35RIB | - | 203.7 | 16.3 | 0 | 318 | 89 | +| 84 | DYNA-GRO | D49PN05RA | - | 203.5 | 18.8 | 0 | 324 | 95 | +| 85 | EBBERTS | 7442PC | - | 203.5 | 20.9 | 0 | 334 | 96 | +| 86 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 203 | 18.9 | 0 | 347 | 93 | +| 87 | EBBERTS | 7209TR RIB | - | 202.7 | 17.1 | 0 | 324 | 91 | +| 88 | SEED GENETICS DIRECT | AGI 3113PWE | - | 202.6 | 21.7 | 0 | 359 | 96 | +| 89 | SHUR GROW | SG-6310PCE | - | 202.3 | 17.5 | 0 | 315 | 94 | +| 90 | FS INVISION | FS 6017V RIB | - | 202.2 | 16.8 | 1 | 334 | 92 | +| 91 | DEKALB | DKC103-07RIB | - | 201.5 | 16.7 | 0 | 323 | 91 | +| 92 | GOLDEN HARVEST | G08U00-V | - | 200.9 | 19.6 | 0 | 299 | 84 | +| 93 | CHANNEL | 210-08VT2PRIB | - | 200.9 | 19.2 | 0 | 315 | 91 | +| 94 | DEKALB | DKC102-13RIB | - | 200.7 | 17.7 | 0 | 328 | 93 | +| 95 | FS INVISION | FS 5947T RIB | - | 200.7 | 18.9 | 0 | 364 | 96 | +| 96 | DEKALB | DKC66-06RIB | - | 200.6 | 21.1 | 0 | 336 | 95 | +| 97 | LG SEEDS | LG 62C73VT2RIB | - | 200.6 | 21.5 | 1 | 308 | 90 | +| 98 | SEED CONSULTANTS | SC 1042Q | - | 200 | 18.6 | 0 | 318 | 89 | +| 99 | DEKALB | DKC59-82RIB | - | 199.6 | 16.7 | 0 | 325 | 91 | +| 100 | SEED GENETICS DIRECT | Direct 2107-AA | - | 199.2 | 18.7 | 0 | 338 | 91 | +| 101 | AXIS SEED | 59D20 | - | 199.2 | 16.7 | 0 | 332 | 89 | +| 102 | AXIS SEED | 57K72 | - | 198.7 | 19.3 | 0 | 308 | 84 | +| 103 | VIKING / BLUE RIVER | 76-11 | - | 198.6 | 18.4 | 0 | 297 | 86 | +| 104 | CHANNEL | 215-09VT2PRIB | - | 198.3 | 20 | 0 | 346 | 97 | +| 105 | SEED CONSULTANTS | SC 1105PCE | - | 198.3 | 17.3 | 0 | 346 | 95 | +| 106 | VIKING / BLUE RIVER | 84-04 | - | 198.2 | 16.3 | 0 | 303 | 89 | +| 107 | FS INVISION | FS 5525VDG RIB | - | 198.1 | 17.9 | 0 | 293 | 79 | +| 108 | GOLDEN HARVEST | G10B61-AA | - | 198.1 | 20.8 | 1 | 320 | 90 | +| 109 | CHANNEL | 215-42TRERIB | - | 196.6 | 21.9 | 0 | 346 | 97 | +| 110 | CHANNEL | 205-85VT2PRIB | - | 195.7 | 17 | 0 | 306 | 87 | +| 111 | NK | NK0252-D | - | 195.4 | 18.2 | 0 | 324 | 95 | +| 112 | SHUR GROW | SG-7153V | - | 194.2 | 20.9 | 0 | 305 | 90 | +| 113 | SEED GENETICS DIRECT | Direct 5101-D | - | 192.9 | 18.6 | 0 | 373 | 96 | +| 114 | SEED GENETICS DIRECT | Direct 0101-DV | - | 192.2 | 18 | 0 | 325 | 84 | +| 115 | BA GENETICS | BA 23-14 VT2P | - | 190.2 | 20.2 | 0 | 327 | 93 | +| 116 | AUGUSTA SEED | A6362 | - | 190 | 19.9 | 0 | 307 | 87 | +| 117 | SEED GENETICS DIRECT | Direct 4113-DV | - | 189.8 | 22.6 | 0 | 339 | 91 | +| 118 | SEED GENETICS DIRECT | Direct 5112-AA | - | 189.7 | 19.6 | 0 | 348 | 90 | +| 119 | AXIS SEED | 53M77 | - | 189.6 | 17.8 | 0 | 308 | 84 | +| 120 | SEED GENETICS DIRECT | Direct 3111-D | - | 187.8 | 21.1 | 0 | 321 | 84 | +| 121 | DEKALB | DKC099-11RIB | - | 187.3 | 15.4 | 0 | 320 | 90 | +| 122 | GOLDEN HARVEST | G03U08-D | - | 187 | 18.4 | 0 | 343 | 93 | +| 123 | SHUR GROW | SG-6707V | - | 185.7 | 20.3 | 0 | 270 | 79 | +| 124 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 184.2 | 18.7 | 0 | 327 | 86 | +| 125 | GOLDEN HARVEST | G12U11-AA | - | 181.8 | 18.6 | 0 | 329 | 96 | +| 126 | SHUR GROW | SG-6122V | - | 180.2 | 16.4 | 0 | 337 | 96 | +| 127 | LG SEEDS | LG 53C44VT2RIB | - | 178.6 | 16.3 | 0 | 284 | 83 | +| 128 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 176.3 | 19.4 | 0 | 365 | 96 | +| 129 | DEKALB | DKC114-99RIB | - | 174.2 | 22.8 | 0 | 348 | 99 | +| 130 | SHUR GROW | SG-7054AA | - | 172.4 | 20.7 | 0 | 271 | 82 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.json new file mode 100644 index 00000000..2958c48f --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.json @@ -0,0 +1,1849 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 17.9, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 93, + "Test Wt.": 58.4 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 236.9, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 59.2 + } + }, + { + "rank": 3, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 235.5, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 57.9 + } + }, + { + "rank": 4, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 234.1, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 58.7 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 232.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 91, + "Test Wt.": 58.1 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97, + "Test Wt.": 58.2 + } + }, + { + "rank": 7, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 230.4, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 94, + "Test Wt.": 60 + } + }, + { + "rank": 8, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 229.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 96, + "Test Wt.": 58.7 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 229.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97, + "Test Wt.": 60.3 + } + }, + { + "rank": 10, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 229.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94, + "Test Wt.": 57.3 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 229.2, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98, + "Test Wt.": 58.9 + } + }, + { + "rank": 12, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 228.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 13, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 228.3, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 58.4 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 228.3, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 92, + "Test Wt.": 58.1 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 228, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 309, + "Emergence": 92, + "Test Wt.": 58 + } + }, + { + "rank": 16, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 97, + "Test Wt.": 58.8 + } + }, + { + "rank": 17, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 227.2, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 93, + "Test Wt.": 57.5 + } + }, + { + "rank": 18, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 226.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 96, + "Test Wt.": 58.4 + } + }, + { + "rank": 19, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 226.8, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 20, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 226.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 93, + "Test Wt.": 57.9 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 226.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 94, + "Test Wt.": 57.5 + } + }, + { + "rank": 22, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 226.1, + "Harv. Moisture": 16, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 58.2 + } + }, + { + "rank": 23, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 224.4, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94, + "Test Wt.": 58 + } + }, + { + "rank": 24, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 95, + "Test Wt.": 60.4 + } + }, + { + "rank": 25, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 223.5, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93, + "Test Wt.": 59.2 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 223.5, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96, + "Test Wt.": 58.5 + } + }, + { + "rank": 27, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 222.9, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 95, + "Test Wt.": 57.3 + } + }, + { + "rank": 28, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 222.3, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 95, + "Test Wt.": 58.6 + } + }, + { + "rank": 29, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 222.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97, + "Test Wt.": 58.4 + } + }, + { + "rank": 30, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 221.9, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 57.3 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 221.7, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 375, + "Emergence": 99, + "Test Wt.": 58.8 + } + }, + { + "rank": 32, + "brand": "GRO-MOR", + "product": "GM 61PC85", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 99, + "Test Wt.": 57.3 + } + }, + { + "rank": 33, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 221.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 97, + "Test Wt.": 56.7 + } + }, + { + "rank": 34, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 221, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 35, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 220.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 96, + "Test Wt.": 58.7 + } + }, + { + "rank": 36, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98, + "Test Wt.": 59.5 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 220.5, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 371, + "Emergence": 99, + "Test Wt.": 58 + } + }, + { + "rank": 38, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 220.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97, + "Test Wt.": 61.1 + } + }, + { + "rank": 39, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": null, + "metrics": { + "Yield": 219.9, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 93, + "Test Wt.": 59.9 + } + }, + { + "rank": 40, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 219.8, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 58.1 + } + }, + { + "rank": 41, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 219.2, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 92, + "Test Wt.": 59.1 + } + }, + { + "rank": 42, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 219, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 95, + "Test Wt.": 57.3 + } + }, + { + "rank": 43, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 219, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 93, + "Test Wt.": 57.5 + } + }, + { + "rank": 44, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 218.8, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96, + "Test Wt.": 58.8 + } + }, + { + "rank": 45, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 218.8, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96, + "Test Wt.": 57.2 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 218.6, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97, + "Test Wt.": 58.5 + } + }, + { + "rank": 47, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 218.5, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95, + "Test Wt.": 57.8 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 218.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 95, + "Test Wt.": 58.2 + } + }, + { + "rank": 49, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 217.8, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94, + "Test Wt.": 57.6 + } + }, + { + "rank": 50, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 94, + "Test Wt.": 58.1 + } + }, + { + "rank": 51, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 99, + "Test Wt.": 58.9 + } + }, + { + "rank": 52, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 217.5, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 59.8 + } + }, + { + "rank": 53, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 217.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 93, + "Test Wt.": 58.6 + } + }, + { + "rank": 54, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 217.1, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 95, + "Test Wt.": 58.2 + } + }, + { + "rank": 55, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 217, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 94, + "Test Wt.": 60.3 + } + }, + { + "rank": 56, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 217, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96, + "Test Wt.": 57.5 + } + }, + { + "rank": 57, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 217, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 95, + "Test Wt.": 58.1 + } + }, + { + "rank": 58, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 216.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 59, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 216.6, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 96, + "Test Wt.": 58.6 + } + }, + { + "rank": 60, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 216.6, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 57.2 + } + }, + { + "rank": 61, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 216.4, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 94, + "Test Wt.": 59.6 + } + }, + { + "rank": 62, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 216, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96, + "Test Wt.": 58.3 + } + }, + { + "rank": 63, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 215.7, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 98, + "Test Wt.": 58.4 + } + }, + { + "rank": 64, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 215.7, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 89, + "Test Wt.": 58 + } + }, + { + "rank": 65, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 215.5, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94, + "Test Wt.": 58 + } + }, + { + "rank": 66, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 215.5, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 60.3 + } + }, + { + "rank": 67, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 90, + "Test Wt.": 56.8 + } + }, + { + "rank": 68, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 215.2, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97, + "Test Wt.": 60.2 + } + }, + { + "rank": 69, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 214.9, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 97, + "Test Wt.": 58.3 + } + }, + { + "rank": 70, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 213.4, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 71, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 213.2, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95, + "Test Wt.": 57.4 + } + }, + { + "rank": 72, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 213.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95, + "Test Wt.": 58.2 + } + }, + { + "rank": 73, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 213, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 96, + "Test Wt.": 59.6 + } + }, + { + "rank": 74, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 212.5, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 97, + "Test Wt.": 58.7 + } + }, + { + "rank": 75, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 212.5, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 95, + "Test Wt.": 57.2 + } + }, + { + "rank": 76, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 211.6, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95, + "Test Wt.": 58.3 + } + }, + { + "rank": 77, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 211.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94, + "Test Wt.": 57.5 + } + }, + { + "rank": 78, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 211.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96, + "Test Wt.": 59.4 + } + }, + { + "rank": 79, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 211.2, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 95, + "Test Wt.": 58.4 + } + }, + { + "rank": 80, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 211.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 96, + "Test Wt.": 57.5 + } + }, + { + "rank": 81, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 210.6, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 92, + "Test Wt.": 60.2 + } + }, + { + "rank": 82, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 210.4, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 58.7 + } + }, + { + "rank": 83, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 210.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 97, + "Test Wt.": 58.8 + } + }, + { + "rank": 84, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 210.2, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97, + "Test Wt.": 57.9 + } + }, + { + "rank": 85, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 210.2, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 97, + "Test Wt.": 59.1 + } + }, + { + "rank": 86, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 209.7, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 93, + "Test Wt.": 57.7 + } + }, + { + "rank": 87, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 209.5, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 58.1 + } + }, + { + "rank": 88, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 209.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 96, + "Test Wt.": 59.4 + } + }, + { + "rank": 89, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 92, + "Test Wt.": 59.1 + } + }, + { + "rank": 90, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 208.9, + "Harv. Moisture": 15.9, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 59.6 + } + }, + { + "rank": 91, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 208.8, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 375, + "Emergence": 97, + "Test Wt.": 59.3 + } + }, + { + "rank": 92, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 208.3, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 92, + "Test Wt.": 60.3 + } + }, + { + "rank": 93, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 208.1, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98, + "Test Wt.": 58.4 + } + }, + { + "rank": 94, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 208, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 97, + "Test Wt.": 58.2 + } + }, + { + "rank": 95, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 207.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 56.9 + } + }, + { + "rank": 96, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 207.3, + "Harv. Moisture": 15.8, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 95, + "Test Wt.": 57.2 + } + }, + { + "rank": 97, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 207, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 95, + "Test Wt.": 56.1 + } + }, + { + "rank": 98, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98, + "Test Wt.": 61.7 + } + }, + { + "rank": 99, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 58.6 + } + }, + { + "rank": 100, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 206.4, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 60 + } + }, + { + "rank": 101, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 206, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 90, + "Test Wt.": 56.9 + } + }, + { + "rank": 102, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 205.8, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 97, + "Test Wt.": 59.3 + } + }, + { + "rank": 103, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 205.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 95, + "Test Wt.": 59.7 + } + }, + { + "rank": 104, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 205, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 96, + "Test Wt.": 57.8 + } + }, + { + "rank": 105, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 204.9, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 93, + "Test Wt.": 58.5 + } + }, + { + "rank": 106, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 204.8, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95, + "Test Wt.": 57.5 + } + }, + { + "rank": 107, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 204.6, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 307, + "Emergence": 87, + "Test Wt.": 57.7 + } + }, + { + "rank": 108, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 204.1, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 95, + "Test Wt.": 59.5 + } + }, + { + "rank": 109, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 204, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 96, + "Test Wt.": 57.8 + } + }, + { + "rank": 110, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 203.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 95, + "Test Wt.": 57.2 + } + }, + { + "rank": 111, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 203.6, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95, + "Test Wt.": 57.4 + } + }, + { + "rank": 112, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 203.2, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98, + "Test Wt.": 59.7 + } + }, + { + "rank": 113, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 202, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 58.7 + } + }, + { + "rank": 114, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 201.7, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94, + "Test Wt.": 59 + } + }, + { + "rank": 115, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 201.6, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 95, + "Test Wt.": 57.1 + } + }, + { + "rank": 116, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 201.4, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 57.3 + } + }, + { + "rank": 117, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 201.3, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 59.3 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 200.7, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 92, + "Test Wt.": 55.7 + } + }, + { + "rank": 119, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 199.3, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 94, + "Test Wt.": 59.1 + } + }, + { + "rank": 120, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 198.6, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96, + "Test Wt.": 58.8 + } + }, + { + "rank": 121, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 198.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 301, + "Emergence": 90, + "Test Wt.": 55.8 + } + }, + { + "rank": 122, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 198, + "Harv. Moisture": 18.7, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 95, + "Test Wt.": 56.9 + } + }, + { + "rank": 123, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 197.9, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 99, + "Test Wt.": 59 + } + }, + { + "rank": 124, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 196.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95, + "Test Wt.": 58.7 + } + }, + { + "rank": 125, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 194.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 94, + "Test Wt.": 59.1 + } + }, + { + "rank": 126, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 194.3, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94, + "Test Wt.": 56.4 + } + }, + { + "rank": 127, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 192.5, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 93, + "Test Wt.": 56.3 + } + }, + { + "rank": 128, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 191.9, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 94, + "Test Wt.": 57.2 + } + }, + { + "rank": 129, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 188.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 94, + "Test Wt.": 56.9 + } + }, + { + "rank": 130, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 182.8, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 96, + "Test Wt.": 57.3 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.135441+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.md new file mode 100644 index 00000000..64c1c311 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-summary.md @@ -0,0 +1,148 @@ +# Corn yield trial — Summary, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Summary +- **Source table:** TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1084AM | - | 238.8 | 17.9 | 1 | 330 | 93 | 58.4 | +| 2 | EBBERTS | 1335C | - | 236.9 | 16 | 0 | 340 | 97 | 59.2 | +| 3 | BA GENETICS | BA 26-06 PCE | - | 235.5 | 17.6 | 0 | 337 | 96 | 57.9 | +| 4 | VIKING / BLUE RIVER | 75-07 | - | 234.1 | 17.2 | 0 | 333 | 96 | 58.7 | +| 5 | SEED GENETICS DIRECT | AGI 5105PWE | - | 232.9 | 17.4 | 0 | 336 | 91 | 58.1 | +| 6 | SHUR GROW | SG-EX109A | - | 232.4 | 18.1 | 0 | 328 | 97 | 58.2 | +| 7 | DEKALB | DKC106-98RIB | - | 230.4 | 17.9 | 0 | 331 | 94 | 60 | +| 8 | 1st CHOICE SEEDS | FC 8047 C | - | 229.9 | 18.1 | 0 | 353 | 96 | 58.7 | +| 9 | FS INVISION | FS 6245V RIB | - | 229.9 | 18.1 | 0 | 356 | 97 | 60.3 | +| 10 | NK | NK0880-V | - | 229.5 | 17.9 | 0 | 327 | 94 | 57.3 | +| 11 | SEED CONSULTANTS | SC 1055PCE | - | 229.2 | 17.1 | 0 | 350 | 98 | 58.9 | +| 12 | SHUR GROW | SG-EX105A | - | 228.7 | 17.2 | 0 | 325 | 97 | 57.7 | +| 13 | CHANNEL | 207-87VT2PRIB | - | 228.3 | 16.8 | 0 | 333 | 96 | 58.4 | +| 14 | EBBERTS | 7557PC | - | 228.3 | 17.5 | 0 | 334 | 92 | 58.1 | +| 15 | SHUR GROW | SG-6550PCE | - | 228 | 17.8 | 0 | 309 | 92 | 58 | +| 16 | SHUR GROW | SG-6884PCE | - | 227.9 | 18.4 | 0 | 324 | 97 | 58.8 | +| 17 | GOLDEN HARVEST | G08U00-V | - | 227.2 | 17.6 | 0 | 330 | 93 | 57.5 | +| 18 | AUGUSTA SEED | A2360 | - | 226.9 | 17.4 | 0 | 331 | 96 | 58.4 | +| 19 | LG SEEDS | LG 58C48VT2RIB | - | 226.8 | 18 | 0 | 336 | 97 | 57.5 | +| 20 | AXIS SEED | 60C61 | - | 226.5 | 17.9 | 0 | 345 | 93 | 57.9 | +| 21 | SEED GENETICS DIRECT | Direct 5107-V | - | 226.2 | 17.5 | 0 | 354 | 94 | 57.5 | +| 22 | CHANNEL | 204-54TRERIB | - | 226.1 | 16 | 1 | 342 | 97 | 58.2 | +| 23 | DEKALB | DKC56-26RIB | - | 224.4 | 16.8 | 0 | 332 | 94 | 58 | +| 24 | VIKING / BLUE RIVER | 84-04 | - | 223.7 | 16 | 0 | 326 | 95 | 60.4 | +| 25 | AXIS SEED | 53M77 | - | 223.5 | 16.5 | 0 | 342 | 93 | 59.2 | +| 26 | EBBERTS | 6883DGVT2P RIB | - | 223.5 | 18 | 0 | 355 | 96 | 58.5 | +| 27 | BA GENETICS | BA 26-14 PCE | - | 222.9 | 19.9 | 0 | 342 | 95 | 57.3 | +| 28 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 222.3 | 17 | 0 | 357 | 95 | 58.6 | +| 29 | EBBERTS | 1660C | - | 222.3 | 17.9 | 0 | 345 | 97 | 58.4 | +| 30 | AXIS SEED | 55D61 | - | 221.9 | 17.3 | 0 | 355 | 97 | 57.3 | +| 31 | SEED GENETICS DIRECT | AGI 4106PWE | - | 221.7 | 16.5 | 0 | 375 | 99 | 58.8 | +| 32 | GRO-MOR | GM 61PC85 | - | 221.5 | 18.4 | 0 | 327 | 99 | 57.3 | +| 33 | SEED GENETICS DIRECT | AGI 4115PWE | - | 221.2 | 19.7 | 0 | 365 | 97 | 56.7 | +| 34 | BA GENETICS | BA 26-10 PCE | - | 221 | 18.4 | 0 | 340 | 97 | 57.7 | +| 35 | BA GENETICS | BA 26-08 PCE | - | 220.8 | 18.3 | 0 | 349 | 96 | 58.7 | +| 36 | DEKALB | DKC68-35RIB | - | 220.6 | 19.9 | 0 | 348 | 98 | 59.5 | +| 37 | SEED GENETICS DIRECT | AGI 4111PWE | - | 220.5 | 17.1 | 0 | 371 | 99 | 58 | +| 38 | AXIS SEED | 63J77 | - | 220.4 | 17.2 | 0 | 358 | 97 | 61.1 | +| 39 | LG SEEDS | LG 62C73VT2RIB | - | 219.9 | 19.1 | 0 | 322 | 93 | 59.9 | +| 40 | VIKING / BLUE RIVER | 78-13 | - | 219.8 | 19.1 | 0 | 330 | 96 | 58.1 | +| 41 | AXIS SEED | 57K72 | - | 219.2 | 17 | 0 | 341 | 92 | 59.1 | +| 42 | FS INVISION | FS 6349PC RA | - | 219 | 18.4 | 0 | 351 | 95 | 57.3 | +| 43 | SHUR GROW | SG-7124PCE | - | 219 | 19.1 | 0 | 317 | 93 | 57.5 | +| 44 | FS INVISION | FS 6447T RIB | - | 218.8 | 19.5 | 0 | 358 | 96 | 58.8 | +| 45 | GOLDEN HARVEST | G10L16-DV | - | 218.8 | 18.1 | 0 | 343 | 96 | 57.2 | +| 46 | EBBERTS | 7188PC | - | 218.6 | 18.4 | 0 | 358 | 97 | 58.5 | +| 47 | CHANNEL | 208-62VT2PRIB | - | 218.5 | 16.9 | 0 | 354 | 95 | 57.8 | +| 48 | SEED GENETICS DIRECT | Direct 2111-AA | - | 218.2 | 18.4 | 0 | 365 | 95 | 58.2 | +| 49 | AUGUSTA SEED | A4961 | - | 217.8 | 19.4 | 0 | 327 | 94 | 57.6 | +| 50 | DEKALB | DKC101-35RIB | - | 217.7 | 15.6 | 0 | 338 | 94 | 58.1 | +| 51 | DYNA-GRO | D44PN25RA | - | 217.7 | 16.2 | 0 | 332 | 99 | 58.9 | +| 52 | DEKALB | DKC110-10RIB | - | 217.5 | 16.9 | 0 | 348 | 96 | 59.8 | +| 53 | SEED CONSULTANTS | SC 1042Q | - | 217.3 | 17.7 | 0 | 329 | 93 | 58.6 | +| 54 | FS INVISION | FS 5335P RIB | - | 217.1 | 16.3 | 0 | 347 | 95 | 58.2 | +| 55 | DEKALB | DKC103-07RIB | - | 217 | 16.1 | 0 | 336 | 94 | 60.3 | +| 56 | GOLDEN HARVEST | G11V76-AA | - | 217 | 18.9 | 0 | 361 | 96 | 57.5 | +| 57 | NK | NK1056-V | - | 217 | 18.9 | 0 | 331 | 95 | 58.1 | +| 58 | BA GENETICS | BA 26-12 PCE | - | 216.9 | 18.8 | 1 | 338 | 95 | 57 | +| 59 | SHUR GROW | SG-6310PCE | - | 216.6 | 16.5 | 0 | 324 | 96 | 58.6 | +| 60 | AXIS SEED | 62C60 | - | 216.6 | 18.6 | 0 | 360 | 97 | 57.2 | +| 61 | BA GENETICS | BA 25-12 VT2P | - | 216.4 | 17.3 | 0 | 326 | 94 | 59.6 | +| 62 | FS INVISION | FS 6133VDG RIB | - | 216 | 18.3 | 0 | 355 | 96 | 58.3 | +| 63 | BA GENETICS | BA 25-07 PCE | - | 215.7 | 16.8 | 0 | 353 | 98 | 58.4 | +| 64 | FS INVISION | FS 5525VDG RIB | - | 215.7 | 16.3 | 0 | 331 | 89 | 58 | +| 65 | CHANNEL | 215-70TRERIB | - | 215.5 | 20.1 | 0 | 332 | 94 | 58 | +| 66 | VIKING / BLUE RIVER | 85-09 | - | 215.5 | 17.5 | 0 | 330 | 96 | 60.3 | +| 67 | SHUR GROW | SG-6707V | - | 215.4 | 18.5 | 0 | 310 | 90 | 56.8 | +| 68 | CHANNEL | 211-11VT2PRIB | - | 215.2 | 16.5 | 0 | 364 | 97 | 60.2 | +| 69 | CHANNEL | 215-42TRERIB | - | 214.9 | 19.1 | 0 | 349 | 97 | 58.3 | +| 70 | NK | NK1188-AA | - | 213.4 | 18.7 | 0 | 358 | 97 | 57.7 | +| 71 | BA GENETICS | BA 25-11 VT2P | - | 213.2 | 16.8 | 0 | 333 | 95 | 57.4 | +| 72 | SHUR GROW | SG-7153V | - | 213.1 | 18.7 | 0 | 321 | 95 | 58.2 | +| 73 | EBBERTS | 9779SSX | - | 213 | 16.6 | 0 | 362 | 96 | 59.6 | +| 74 | CHANNEL | 214-78DGVT2PRIB | - | 212.5 | 18 | 0 | 349 | 97 | 58.7 | +| 75 | FS INVISION | FS 5949PC RA | - | 212.5 | 16.8 | 0 | 358 | 95 | 57.2 | +| 76 | DEKALB | DKC66-06RIB | - | 211.6 | 20.2 | 0 | 338 | 95 | 58.3 | +| 77 | CHANNEL | 210-08VT2PRIB | - | 211.5 | 18.3 | 0 | 329 | 94 | 57.5 | +| 78 | GOLDEN HARVEST | G03U08-D | - | 211.4 | 17.7 | 0 | 355 | 96 | 59.4 | +| 79 | SEED GENETICS DIRECT | Direct 2107-AA | - | 211.2 | 17.6 | 0 | 357 | 95 | 58.4 | +| 80 | SEED GENETICS DIRECT | AGI 3113PWE | - | 211.2 | 19.7 | 0 | 362 | 96 | 57.5 | +| 81 | LG SEEDS | LG 53C44VT2RIB | - | 210.6 | 16 | 0 | 317 | 92 | 60.2 | +| 82 | DEKALB | DKC110-41RIB | - | 210.4 | 16.5 | 0 | 341 | 96 | 58.7 | +| 83 | SEED GENETICS DIRECT | AGI 3114PWE | - | 210.4 | 19.3 | 0 | 367 | 97 | 58.8 | +| 84 | SHUR GROW | SG-5885PCE | - | 210.2 | 16 | 0 | 359 | 97 | 57.9 | +| 85 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 210.2 | 18.1 | 1 | 359 | 97 | 59.1 | +| 86 | VIKING / BLUE RIVER | 76-11 | - | 209.7 | 16.6 | 0 | 320 | 93 | 57.7 | +| 87 | NK | NK0922-V | - | 209.5 | 17.2 | 1 | 351 | 97 | 58.1 | +| 88 | NK | NK0252-D | - | 209.4 | 17.2 | 0 | 342 | 96 | 59.4 | +| 89 | DEKALB | DKC102-13RIB | - | 209.2 | 16.2 | 0 | 326 | 92 | 59.1 | +| 90 | CHANNEL | 210-46VT2PRIB | - | 208.9 | 15.9 | 1 | 343 | 97 | 59.6 | +| 91 | SEED GENETICS DIRECT | Direct 5101-D | - | 208.8 | 17.4 | 0 | 375 | 97 | 59.3 | +| 92 | SEED GENETICS DIRECT | Direct 0101-DV | - | 208.3 | 16.7 | 0 | 358 | 92 | 60.3 | +| 93 | SEED CONSULTANTS | SC 1094PCE | - | 208.1 | 16.6 | 0 | 351 | 98 | 58.4 | +| 94 | FS INVISION | FS 5947T RIB | - | 208 | 17.9 | 0 | 366 | 97 | 58.2 | +| 95 | EBBERTS | 7993PC | - | 207.4 | 19.5 | 0 | 333 | 96 | 56.9 | +| 96 | AXIS SEED | 59D20 RHTCe | - | 207.3 | 15.8 | 1 | 352 | 95 | 57.2 | +| 97 | GOLDEN HARVEST | G10B61-AA | - | 207 | 19 | 1 | 339 | 95 | 56.1 | +| 98 | DEKALB | DKC64-22RIB | - | 206.7 | 17 | 0 | 351 | 98 | 61.7 | +| 99 | SEED CONSULTANTS | SC 1093AM | - | 206.7 | 16.5 | 0 | 342 | 97 | 58.6 | +| 100 | BA GENETICS | BA 25-16 VT2P | - | 206.4 | 17.8 | 0 | 337 | 96 | 60 | +| 101 | SEED GENETICS DIRECT | Direct 5114-D | - | 206 | 21.4 | 0 | 341 | 90 | 56.9 | +| 102 | SHUR GROW | SG-EX110A | - | 205.8 | 17.1 | 0 | 322 | 97 | 59.3 | +| 103 | SEED CONSULTANTS | SC 1112AM | - | 205.3 | 16.2 | 0 | 335 | 95 | 59.7 | +| 104 | EBBERTS | 7209TR RIB | - | 205 | 16.1 | 0 | 340 | 96 | 57.8 | +| 105 | AXIS SEED | 63M73 | - | 204.9 | 16.8 | 1 | 343 | 93 | 58.5 | +| 106 | FS INVISION | FS 6017V RIB | - | 204.8 | 15.7 | 0 | 345 | 95 | 57.5 | +| 107 | CHANNEL | 205-85VT2PRIB | - | 204.6 | 15.9 | 0 | 307 | 87 | 57.7 | +| 108 | DEKALB | DKC099-11RIB | - | 204.1 | 15.3 | 0 | 335 | 95 | 59.5 | +| 109 | SEED GENETICS DIRECT | AGI 5113PWE | - | 204 | 18.9 | 0 | 360 | 96 | 57.8 | +| 110 | 1st CHOICE SEEDS | FC 8257 PC | - | 203.9 | 18.5 | 0 | 355 | 95 | 57.2 | +| 111 | DEKALB | DKC59-82RIB | - | 203.6 | 16.5 | 0 | 336 | 95 | 57.4 | +| 112 | SHUR GROW | SG-6122V | - | 203.2 | 15.8 | 0 | 337 | 98 | 59.7 | +| 113 | AXIS SEED | 59A25 | - | 202 | 16.1 | 0 | 359 | 98 | 58.7 | +| 114 | BA GENETICS | BA 23-14 VT2P | - | 201.7 | 18.3 | 0 | 329 | 94 | 59 | +| 115 | DYNA-GRO | D51VC95RIB | - | 201.6 | 18.1 | 0 | 331 | 95 | 57.1 | +| 116 | DYNA-GRO | D49PN05RA | - | 201.4 | 17.3 | 0 | 331 | 97 | 57.3 | +| 117 | GOLDEN HARVEST | G12U11-AA | - | 201.3 | 17.5 | 0 | 339 | 98 | 59.3 | +| 118 | SEED GENETICS DIRECT | Direct 4113-DV | - | 200.7 | 19.9 | 0 | 347 | 92 | 55.7 | +| 119 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 199.3 | 17.1 | 0 | 348 | 94 | 59.1 | +| 120 | SEED CONSULTANTS | SC 1105PCE | - | 198.6 | 16.5 | 0 | 345 | 96 | 58.8 | +| 121 | SHUR GROW | SG-7054AA | - | 198.4 | 18.5 | 0 | 301 | 90 | 55.8 | +| 122 | EBBERTS | 7442PC | - | 198 | 18.7 | 1 | 342 | 95 | 56.9 | +| 123 | DEKALB | DKC114-99RIB | - | 197.9 | 20 | 0 | 351 | 99 | 59 | +| 124 | CHANNEL | 215-09VT2PRIB | - | 196.5 | 18.3 | 0 | 341 | 95 | 58.7 | +| 125 | SEED GENETICS DIRECT | Direct 5112-AA | - | 194.5 | 17.9 | 0 | 361 | 94 | 59.1 | +| 126 | AUGUSTA SEED | A6362 | - | 194.3 | 18.8 | 0 | 332 | 94 | 56.4 | +| 127 | SEED GENETICS DIRECT | Direct 3111-D | - | 192.5 | 18.4 | 0 | 351 | 93 | 56.3 | +| 128 | AXIS SEED | 59D20 | - | 191.9 | 15.7 | 0 | 351 | 94 | 57.2 | +| 129 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 188.4 | 17.2 | 0 | 357 | 94 | 56.9 | +| 130 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 182.8 | 17.5 | 0 | 368 | 96 | 57.3 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.json new file mode 100644 index 00000000..ab65ecef --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.json @@ -0,0 +1,1719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-upper-sandusky", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Upper Sandusky", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 251.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 2, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 246, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 245, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 243, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 240.9, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 91 + } + }, + { + "rank": 6, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 239.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 238.2, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 9, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 238.2, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 238.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 237.3, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 236.1, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 236, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 15, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 235.5, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 235.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 234.6, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 234.2, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 99 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 234, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 99 + } + }, + { + "rank": 20, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": null, + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 233.8, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 233.4, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 23, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 233.1, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 25, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 232.1, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 26, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 230.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 27, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 229.9, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 229.9, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 228.9, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 30, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 228.4, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 228.3, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 228, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 227.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 226.9, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 226.3, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 99 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 226.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 226, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 38, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 225.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 225.3, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 381, + "Emergence": 98 + } + }, + { + "rank": 40, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 224.6, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 224.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 224.1, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 90 + } + }, + { + "rank": 44, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 224.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 224, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 46, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 223.9, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 47, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 99 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 98 + } + }, + { + "rank": 49, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 223.4, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 223.2, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 223.1, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 376, + "Emergence": 99 + } + }, + { + "rank": 52, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 222.5, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 53, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 222.1, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 94 + } + }, + { + "rank": 54, + "brand": "GRO-MOR", + "product": "GM 61PC85", + "traits": null, + "metrics": { + "Yield": 222.1, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 221.9, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 56, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 221.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 57, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 221.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 93 + } + }, + { + "rank": 58, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 90 + } + }, + { + "rank": 59, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 221.3, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 381, + "Emergence": 99 + } + }, + { + "rank": 60, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 221.3, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 99 + } + }, + { + "rank": 61, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 220.9, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 94 + } + }, + { + "rank": 62, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 220.7, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 63, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 220.4, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 64, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 220.4, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 95 + } + }, + { + "rank": 65, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 220.1, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 93 + } + }, + { + "rank": 66, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 220, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 67, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 220, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 68, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 219.8, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 69, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 219.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 70, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 71, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 72, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 218.9, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 73, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 218.8, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 74, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 218.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 75, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 76, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 77, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 78, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 98 + } + }, + { + "rank": 79, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 217.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 80, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 217.2, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 81, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 216.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 82, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 216.3, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 83, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 216.2, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 84, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 216.1, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 85, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 215.9, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 86, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 93 + } + }, + { + "rank": 87, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 214.8, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 88, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 214.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 89, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 214.5, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 96 + } + }, + { + "rank": 90, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 214.4, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 91, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 214.3, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 92, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 214, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 93, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 213.9, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 94, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 213.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 95, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 213.6, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 99 + } + }, + { + "rank": 96, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 213.5, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 97, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 213.4, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 98, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 213.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 99, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 212.6, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 100, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 212.4, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 93 + } + }, + { + "rank": 101, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 211.9, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 102, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 211.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 103, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 211.4, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 378, + "Emergence": 98 + } + }, + { + "rank": 104, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 210.2, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 89 + } + }, + { + "rank": 105, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 210.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 106, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 210, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 107, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 209.7, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 100 + } + }, + { + "rank": 108, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 109, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 208.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 110, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 208.8, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 111, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 208.6, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 112, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 208.5, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 99 + } + }, + { + "rank": 113, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 208.2, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 373, + "Emergence": 96 + } + }, + { + "rank": 114, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 208.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 97 + } + }, + { + "rank": 115, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 207.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 116, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 207.5, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 117, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 118, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 119, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 120, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 206.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 121, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 206, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 122, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 205.4, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 94 + } + }, + { + "rank": 123, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 205.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 124, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 204.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 97 + } + }, + { + "rank": 125, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 203.8, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 126, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 201.4, + "Harv. Moisture": 17.4, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 127, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 195.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 1, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 128, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 195.6, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 129, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 193.3, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 130, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 190.8, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 96 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.134630+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.md new file mode 100644 index 00000000..98198a9f --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-upper-sandusky.md @@ -0,0 +1,148 @@ +# Corn yield trial — Upper Sandusky, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Upper Sandusky +- **Source table:** TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1084AM | - | 251.8 | 18.3 | 2 | 345 | 98 | +| 2 | SHUR GROW | SG-EX109A | - | 246 | 18.9 | 0 | 328 | 97 | +| 3 | VIKING / BLUE RIVER | 75-07 | - | 245 | 17.5 | 0 | 341 | 97 | +| 4 | GOLDEN HARVEST | G08U00-V | - | 243 | 17.9 | 0 | 347 | 98 | +| 5 | SEED GENETICS DIRECT | AGI 5105PWE | - | 240.9 | 17.7 | 0 | 338 | 91 | +| 6 | AUGUSTA SEED | A2360 | - | 239.3 | 18.6 | 0 | 336 | 97 | +| 7 | FS INVISION | FS 6245V RIB | - | 238.8 | 18.9 | 0 | 361 | 98 | +| 8 | SEED GENETICS DIRECT | Direct 5107-V | - | 238.2 | 18 | 0 | 372 | 99 | +| 9 | SHUR GROW | SG-6884PCE | - | 238.2 | 19.1 | 0 | 328 | 97 | +| 10 | SHUR GROW | SG-7153V | - | 238.2 | 19.6 | 0 | 329 | 97 | +| 11 | VIKING / BLUE RIVER | 84-04 | - | 238 | 16.5 | 0 | 338 | 99 | +| 12 | BA GENETICS | BA 25-11 VT2P | - | 237.3 | 18 | 0 | 347 | 98 | +| 13 | BA GENETICS | BA 26-06 PCE | - | 236.1 | 17.6 | 0 | 341 | 97 | +| 14 | FS INVISION | FS 6447T RIB | - | 236 | 19.6 | 0 | 365 | 99 | +| 15 | DEKALB | DKC106-98RIB | - | 235.5 | 18.4 | 0 | 341 | 97 | +| 16 | AXIS SEED | 53M77 | - | 235.2 | 16.7 | 1 | 359 | 98 | +| 17 | DEKALB | DKC56-26RIB | - | 234.6 | 17.2 | 0 | 342 | 97 | +| 18 | NK | NK1188-AA | - | 234.2 | 20.4 | 0 | 370 | 99 | +| 19 | AXIS SEED | 59D20 RHTCe | - | 234 | 16 | 0 | 369 | 99 | +| 20 | LG SEEDS | LG 62C73VT2RIB | - | 233.9 | 19.5 | 0 | 334 | 97 | +| 21 | CHANNEL | 210-46VT2PRIB | - | 233.8 | 15.9 | 0 | 348 | 98 | +| 22 | DEKALB | DKC66-06RIB | - | 233.4 | 21.7 | 0 | 339 | 96 | +| 23 | AXIS SEED | 57K72 | - | 233.1 | 16.8 | 0 | 361 | 97 | +| 24 | AXIS SEED | 60C61 | - | 232.4 | 19.2 | 0 | 352 | 95 | +| 25 | EBBERTS | 1335C | - | 232.1 | 15.7 | 0 | 342 | 97 | +| 26 | CHANNEL | 210-08VT2PRIB | - | 230.5 | 18.9 | 0 | 343 | 97 | +| 27 | CHANNEL | 211-11VT2PRIB | - | 229.9 | 16.9 | 0 | 370 | 97 | +| 28 | CHANNEL | 214-78DGVT2PRIB | - | 229.9 | 18.2 | 0 | 348 | 98 | +| 29 | SEED CONSULTANTS | SC 1055PCE | - | 228.9 | 17.8 | 0 | 347 | 97 | +| 30 | 1st CHOICE SEEDS | FC 8047 C | - | 228.4 | 19.4 | 0 | 363 | 97 | +| 31 | EBBERTS | 6883DGVT2P RIB | - | 228.3 | 19.1 | 0 | 360 | 98 | +| 32 | CHANNEL | 215-42TRERIB | - | 228 | 18.6 | 0 | 355 | 98 | +| 33 | VIKING / BLUE RIVER | 78-13 | - | 227.8 | 21.2 | 0 | 332 | 97 | +| 34 | CHANNEL | 207-87VT2PRIB | - | 226.9 | 17 | 0 | 337 | 97 | +| 35 | FS INVISION | FS 6133VDG RIB | - | 226.3 | 19 | 0 | 370 | 99 | +| 36 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 226.2 | 17.5 | 0 | 361 | 95 | +| 37 | SHUR GROW | SG-EX105A | - | 226 | 17.8 | 0 | 327 | 97 | +| 38 | VIKING / BLUE RIVER | 76-11 | - | 225.4 | 17.2 | 0 | 330 | 96 | +| 39 | EBBERTS | 9779SSX | - | 225.3 | 16.7 | 0 | 381 | 98 | +| 40 | AUGUSTA SEED | A4961 | - | 225.1 | 20.8 | 0 | 339 | 98 | +| 41 | SHUR GROW | SG-6707V | - | 224.6 | 19.3 | 0 | 337 | 97 | +| 42 | NK | NK0880-V | - | 224.3 | 19.3 | 0 | 337 | 98 | +| 43 | SHUR GROW | SG-6550PCE | - | 224.1 | 17.7 | 0 | 305 | 90 | +| 44 | DEKALB | DKC110-10RIB | - | 224.1 | 18.3 | 0 | 359 | 99 | +| 45 | FS INVISION | FS 5335P RIB | - | 224 | 16.7 | 0 | 352 | 96 | +| 46 | CHANNEL | 204-54TRERIB | - | 223.9 | 16.4 | 0 | 346 | 99 | +| 47 | DEKALB | DKC114-99RIB | - | 223.7 | 20.5 | 0 | 352 | 99 | +| 48 | SEED GENETICS DIRECT | Direct 2111-AA | - | 223.7 | 20.4 | 0 | 374 | 98 | +| 49 | SHUR GROW | SG-6310PCE | - | 223.4 | 16.6 | 0 | 333 | 97 | +| 50 | SHUR GROW | SG-7054AA | - | 223.2 | 19.8 | 0 | 319 | 96 | +| 51 | SEED GENETICS DIRECT | AGI 4115PWE | - | 223.1 | 21.1 | 0 | 376 | 99 | +| 52 | LG SEEDS | LG 58C48VT2RIB | - | 222.5 | 18.6 | 0 | 337 | 99 | +| 53 | FS INVISION | FS 5949PC RA | - | 222.1 | 17.3 | 0 | 359 | 94 | +| 54 | GRO-MOR | GM 61PC85 | - | 222.1 | 20 | 0 | 330 | 99 | +| 55 | EBBERTS | 7209TR RIB | - | 221.9 | 16.4 | 0 | 348 | 97 | +| 56 | SEED CONSULTANTS | SC 1112AM | - | 221.9 | 16.2 | 0 | 338 | 97 | +| 57 | BA GENETICS | BA 23-14 VT2P | - | 221.8 | 18.9 | 0 | 325 | 93 | +| 58 | EBBERTS | 7557PC | - | 221.5 | 18 | 0 | 329 | 90 | +| 59 | SEED GENETICS DIRECT | AGI 4106PWE | - | 221.3 | 16.9 | 0 | 381 | 99 | +| 60 | SEED GENETICS DIRECT | AGI 4111PWE | - | 221.3 | 18.2 | 0 | 368 | 99 | +| 61 | DEKALB | DKC102-13RIB | - | 220.9 | 15.9 | 0 | 334 | 94 | +| 62 | AXIS SEED | 55D61 | - | 220.7 | 18.1 | 0 | 354 | 97 | +| 63 | DYNA-GRO | D44PN25RA | - | 220.4 | 16.9 | 0 | 338 | 99 | +| 64 | SEED GENETICS DIRECT | AGI 5113PWE | - | 220.4 | 21 | 0 | 356 | 95 | +| 65 | SEED GENETICS DIRECT | Direct 4113-DV | - | 220.1 | 20.2 | 0 | 354 | 93 | +| 66 | EBBERTS | 7993PC | - | 220 | 21.8 | 0 | 341 | 98 | +| 67 | GOLDEN HARVEST | G10B61-AA | - | 220 | 20.7 | 0 | 351 | 98 | +| 68 | AXIS SEED | 59A25 | - | 219.8 | 16.1 | 0 | 367 | 99 | +| 69 | AXIS SEED | 63J77 | - | 219.2 | 18.4 | 0 | 367 | 98 | +| 70 | GOLDEN HARVEST | G03U08-D | - | 219.1 | 18.4 | 0 | 358 | 97 | +| 71 | FS INVISION | FS 6349PC RA | - | 219.1 | 19 | 0 | 352 | 95 | +| 72 | FS INVISION | FS 5947T RIB | - | 218.9 | 19.2 | 0 | 368 | 98 | +| 73 | EBBERTS | 1660C | - | 218.8 | 19.1 | 0 | 358 | 98 | +| 74 | BA GENETICS | BA 25-16 VT2P | - | 218.4 | 19.7 | 0 | 343 | 97 | +| 75 | DEKALB | DKC103-07RIB | - | 218.1 | 16.8 | 0 | 337 | 95 | +| 76 | DEKALB | DKC101-35RIB | - | 217.7 | 15.6 | 0 | 358 | 98 | +| 77 | SEED CONSULTANTS | SC 1094PCE | - | 217.7 | 17.7 | 0 | 350 | 98 | +| 78 | SHUR GROW | SG-EX110A | - | 217.7 | 18.4 | 0 | 324 | 98 | +| 79 | GOLDEN HARVEST | G10L16-DV | - | 217.2 | 18.8 | 0 | 351 | 97 | +| 80 | VIKING / BLUE RIVER | 85-09 | - | 217.2 | 18.9 | 0 | 336 | 97 | +| 81 | SEED CONSULTANTS | SC 1042Q | - | 216.8 | 18.9 | 0 | 341 | 97 | +| 82 | LG SEEDS | LG 53C44VT2RIB | - | 216.3 | 16.8 | 0 | 330 | 96 | +| 83 | BA GENETICS | BA 26-14 PCE | - | 216.2 | 21.3 | 0 | 346 | 94 | +| 84 | DEKALB | DKC64-22RIB | - | 216.1 | 18.4 | 0 | 351 | 99 | +| 85 | CHANNEL | 208-62VT2PRIB | - | 215.9 | 17.2 | 0 | 354 | 95 | +| 86 | CHANNEL | 215-09VT2PRIB | - | 215.4 | 19.2 | 0 | 333 | 93 | +| 87 | NK | NK1056-V | - | 214.8 | 19.2 | 0 | 338 | 96 | +| 88 | BA GENETICS | BA 26-12 PCE | - | 214.7 | 20.4 | 1 | 347 | 96 | +| 89 | SEED GENETICS DIRECT | AGI 3114PWE | - | 214.5 | 20.4 | 0 | 365 | 96 | +| 90 | SHUR GROW | SG-6122V | - | 214.4 | 16.2 | 0 | 346 | 99 | +| 91 | SEED CONSULTANTS | SC 1093AM | - | 214.3 | 16.7 | 0 | 347 | 99 | +| 92 | DEKALB | DKC110-41RIB | - | 214 | 17 | 0 | 346 | 98 | +| 93 | FS INVISION | FS 5525VDG RIB | - | 213.9 | 16.1 | 0 | 354 | 95 | +| 94 | 1st CHOICE SEEDS | FC 8257 PC | - | 213.7 | 19.4 | 0 | 351 | 96 | +| 95 | DEKALB | DKC099-11RIB | - | 213.6 | 16 | 0 | 352 | 99 | +| 96 | NK | NK0252-D | - | 213.5 | 17.5 | 0 | 352 | 96 | +| 97 | AXIS SEED | 63M73 | - | 213.4 | 17.8 | 0 | 346 | 94 | +| 98 | BA GENETICS | BA 26-10 PCE | - | 213.3 | 18.9 | 0 | 351 | 99 | +| 99 | CHANNEL | 215-70TRERIB | - | 212.6 | 20.8 | 0 | 337 | 96 | +| 100 | SHUR GROW | SG-7124PCE | - | 212.4 | 20.3 | 0 | 315 | 93 | +| 101 | DYNA-GRO | D51VC95RIB | - | 211.9 | 18.7 | 0 | 350 | 95 | +| 102 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 211.8 | 20.3 | 0 | 360 | 98 | +| 103 | SEED GENETICS DIRECT | Direct 5101-D | - | 211.4 | 17.9 | 0 | 378 | 98 | +| 104 | CHANNEL | 205-85VT2PRIB | - | 210.2 | 16.1 | 0 | 310 | 89 | +| 105 | NK | NK0922-V | - | 210.1 | 18.2 | 0 | 364 | 99 | +| 106 | BA GENETICS | BA 25-07 PCE | - | 210 | 17.4 | 0 | 361 | 99 | +| 107 | GOLDEN HARVEST | G12U11-AA | - | 209.7 | 18.5 | 0 | 347 | 100 | +| 108 | EBBERTS | 7188PC | - | 209.2 | 19.3 | 0 | 360 | 98 | +| 109 | BA GENETICS | BA 25-12 VT2P | - | 208.8 | 18.3 | 0 | 336 | 96 | +| 110 | SEED GENETICS DIRECT | Direct 3111-D | - | 208.8 | 18.8 | 0 | 370 | 98 | +| 111 | FS INVISION | FS 6017V RIB | - | 208.6 | 16.2 | 0 | 351 | 96 | +| 112 | GOLDEN HARVEST | G11V76-AA | - | 208.5 | 21 | 0 | 374 | 99 | +| 113 | SEED GENETICS DIRECT | Direct 0101-DV | - | 208.2 | 17.1 | 0 | 373 | 96 | +| 114 | SEED GENETICS DIRECT | Direct 5112-AA | - | 208.1 | 18.2 | 0 | 372 | 97 | +| 115 | SEED CONSULTANTS | SC 1105PCE | - | 207.9 | 17.4 | 0 | 350 | 98 | +| 116 | AXIS SEED | 62C60 | - | 207.5 | 19 | 0 | 365 | 98 | +| 117 | SEED GENETICS DIRECT | Direct 2107-AA | - | 206.7 | 18.8 | 0 | 364 | 97 | +| 118 | DEKALB | DKC59-82RIB | - | 206.7 | 17.3 | 0 | 345 | 97 | +| 119 | EBBERTS | 7442PC | - | 206.7 | 19.6 | 0 | 355 | 96 | +| 120 | DYNA-GRO | D49PN05RA | - | 206.3 | 17.3 | 0 | 336 | 97 | +| 121 | DEKALB | DKC68-35RIB | - | 206 | 20.4 | 0 | 347 | 99 | +| 122 | SEED GENETICS DIRECT | Direct 5114-D | - | 205.4 | 22.4 | 0 | 356 | 94 | +| 123 | BA GENETICS | BA 26-08 PCE | - | 205.3 | 19.3 | 0 | 355 | 96 | +| 124 | SEED GENETICS DIRECT | AGI 3113PWE | - | 204.4 | 20.8 | 0 | 369 | 97 | +| 125 | SHUR GROW | SG-5885PCE | - | 203.8 | 16.2 | 0 | 360 | 98 | +| 126 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 201.4 | 17.4 | 1 | 354 | 97 | +| 127 | AXIS SEED | 59D20 | - | 195.9 | 16.2 | 1 | 367 | 99 | +| 128 | AUGUSTA SEED | A6362 | - | 195.6 | 19.5 | 0 | 351 | 99 | +| 129 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 193.3 | 17.1 | 0 | 368 | 97 | +| 130 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 190.8 | 18.5 | 0 | 367 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.json new file mode 100644 index 00000000..d6f23773 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.json @@ -0,0 +1,1719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-nw-van-wert", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "NW", + "site": "Van Wert", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 2, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 254, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96 + } + }, + { + "rank": 3, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 94 + } + }, + { + "rank": 4, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 248.8, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 90 + } + }, + { + "rank": 6, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 245.7, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 243.9, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 9, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 C", + "traits": null, + "metrics": { + "Yield": 243.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 242.2, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 93 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 241.7, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 95 + } + }, + { + "rank": 12, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 240.3, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 239.4, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 238.7, + "Harv. Moisture": 15.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": null, + "metrics": { + "Yield": 238.5, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 17, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 237.8, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 237.1, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 236.9, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 236.8, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "55D61", + "traits": null, + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 99 + } + }, + { + "rank": 23, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 236, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 96 + } + }, + { + "rank": 24, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 235.9, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 235.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 26, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 235.3, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 96 + } + }, + { + "rank": 27, + "brand": "FS INVISION", + "product": "FS 5525VDG RIB", + "traits": null, + "metrics": { + "Yield": 235.2, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 28, + "brand": "SEED CONSULTANTS", + "product": "SC 1042Q", + "traits": null, + "metrics": { + "Yield": 235.1, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94 + } + }, + { + "rank": 29, + "brand": "VIKING / BLUE RIVER", + "product": "84-04", + "traits": null, + "metrics": { + "Yield": 235, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 234.4, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 233.2, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 231.8, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 33, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 231.7, + "Harv. Moisture": 15, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 14.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107-3010", + "traits": null, + "metrics": { + "Yield": 230.1, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 99 + } + }, + { + "rank": 36, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": null, + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2107-AA", + "traits": null, + "metrics": { + "Yield": 227.6, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 38, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 227.3, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 39, + "brand": "GRO-MOR", + "product": "GM 61PC85", + "traits": null, + "metrics": { + "Yield": 226.8, + "Harv. Moisture": 16.1, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 98 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 226.7, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 41, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 226, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 42, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 225.9, + "Harv. Moisture": 14.8, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 43, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": null, + "metrics": { + "Yield": 225.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 93 + } + }, + { + "rank": 44, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 16.4, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0101-DV", + "traits": null, + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 15, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 224.2, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 47, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 223.4, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 48, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 223.4, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 49, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5101-D", + "traits": null, + "metrics": { + "Yield": 222.1, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 373, + "Emergence": 96 + } + }, + { + "rank": 50, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 221.8, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 51, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 221.6, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 95 + } + }, + { + "rank": 52, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 14.7, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 53, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 220.8, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 15.4, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 92 + } + }, + { + "rank": 55, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 220, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 56, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 219.9, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 57, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 219.4, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 94 + } + }, + { + "rank": 58, + "brand": "NK", + "product": "NK0252-D", + "traits": null, + "metrics": { + "Yield": 219.3, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 219, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 60, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 218.9, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 61, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 218.6, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 98 + } + }, + { + "rank": 62, + "brand": "DYNA-GRO", + "product": "D44PN25RA", + "traits": null, + "metrics": { + "Yield": 217.9, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 98 + } + }, + { + "rank": 63, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 217.6, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 64, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 217.6, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 65, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 216.7, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 66, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": null, + "metrics": { + "Yield": 216.3, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 67, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 215.2, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 97 + } + }, + { + "rank": 68, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": null, + "metrics": { + "Yield": 215.1, + "Harv. Moisture": 14.8, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "FS INVISION", + "product": "FS 5335P RIB", + "traits": null, + "metrics": { + "Yield": 214.8, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 70, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 214.7, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94 + } + }, + { + "rank": 71, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 214.3, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 72, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 214.1, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 73, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 213.5, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 74, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 212.4, + "Harv. Moisture": 15.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 75, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 212, + "Harv. Moisture": 15.6, + "Stalk Lodging": 2, + "Final Stand": 369, + "Emergence": 99 + } + }, + { + "rank": 76, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 211.4, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 96 + } + }, + { + "rank": 77, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": null, + "metrics": { + "Yield": 211.3, + "Harv. Moisture": 14.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 78, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 210.3, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 79, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 209.7, + "Harv. Moisture": 14.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 95 + } + }, + { + "rank": 80, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 207.9, + "Harv. Moisture": 14.7, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 87 + } + }, + { + "rank": 81, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 207.9, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 82, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 207.5, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 83, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 206.9, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 84, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 206.8, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 205.9, + "Harv. Moisture": 15, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 90 + } + }, + { + "rank": 86, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 205.3, + "Harv. Moisture": 14.3, + "Stalk Lodging": 2, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 87, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 205.1, + "Harv. Moisture": 14.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 88, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 204.4, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 89, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 204.4, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 97 + } + }, + { + "rank": 90, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 203.8, + "Harv. Moisture": 14, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 91, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 203.2, + "Harv. Moisture": 14.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 92, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 203.1, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 94 + } + }, + { + "rank": 93, + "brand": "GOLDEN HARVEST", + "product": "G10B61-AA", + "traits": null, + "metrics": { + "Yield": 203, + "Harv. Moisture": 15.5, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 94, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 200.8, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 95, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 199.6, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 94 + } + }, + { + "rank": 96, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 199.5, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 95 + } + }, + { + "rank": 97, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 199.4, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 98, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 198.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 94 + } + }, + { + "rank": 99, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 197.3, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 100, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 196.9, + "Harv. Moisture": 14.5, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 101, + "brand": "NK", + "product": "NK1188-AA", + "traits": null, + "metrics": { + "Yield": 196.2, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 97 + } + }, + { + "rank": 102, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 195.6, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 99 + } + }, + { + "rank": 103, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 195.2, + "Harv. Moisture": 14.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 104, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 194.4, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 99 + } + }, + { + "rank": 105, + "brand": "1st CHOICE SEEDS", + "product": "FC 8235 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 193.5, + "Harv. Moisture": 15, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 92 + } + }, + { + "rank": 106, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 193, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 107, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 192.4, + "Harv. Moisture": 14.7, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 192.3, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 92 + } + }, + { + "rank": 109, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 192.1, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 98 + } + }, + { + "rank": 110, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 191.1, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 94 + } + }, + { + "rank": 111, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 190.3, + "Harv. Moisture": 14.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 112, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 190.3, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 113, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 189.7, + "Harv. Moisture": 14.8, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 114, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 188.9, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 115, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 188.2, + "Harv. Moisture": 14.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 116, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 187.9, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 117, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 187.8, + "Harv. Moisture": 14.1, + "Stalk Lodging": 3, + "Final Stand": 350, + "Emergence": 100 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 187.7, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 376, + "Emergence": 99 + } + }, + { + "rank": 119, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 187, + "Harv. Moisture": 14.6, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 94 + } + }, + { + "rank": 120, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 186.2, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 97 + } + }, + { + "rank": 121, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 185.8, + "Harv. Moisture": 15.8, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 95 + } + }, + { + "rank": 122, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 185.1, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 96 + } + }, + { + "rank": 123, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 183.9, + "Harv. Moisture": 15.6, + "Stalk Lodging": 3, + "Final Stand": 337, + "Emergence": 94 + } + }, + { + "rank": 124, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 183.8, + "Harv. Moisture": 14.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 125, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 183.3, + "Harv. Moisture": 13.8, + "Stalk Lodging": 3, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 126, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 181.1, + "Harv. Moisture": 14.5, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 97 + } + }, + { + "rank": 127, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 180.9, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 128, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 180.7, + "Harv. Moisture": 14.4, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 95 + } + }, + { + "rank": 129, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 175.8, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 130, + "brand": "AXIS SEED", + "product": "59A25", + "traits": null, + "metrics": { + "Yield": 175.4, + "Harv. Moisture": 13.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.133090+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.md new file mode 100644 index 00000000..635e79a5 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-nw-van-wert.md @@ -0,0 +1,148 @@ +# Corn yield trial — Van Wert, OH (NW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** NW +- **Site:** Van Wert +- **Source table:** TABLE 4L. Performance of hybrids in the full-season trial. NORTHWESTERN Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1335C | - | 254.9 | 15.6 | 0 | 345 | 98 | +| 2 | BA GENETICS | BA 26-06 PCE | - | 254 | 16.3 | 0 | 335 | 96 | +| 3 | SHUR GROW | SG-6550PCE | - | 252 | 16.7 | 0 | 317 | 94 | +| 4 | VIKING / BLUE RIVER | 75-07 | - | 249.3 | 15.8 | 0 | 336 | 98 | +| 5 | SEED GENETICS DIRECT | AGI 5105PWE | - | 248.8 | 16.2 | 0 | 327 | 90 | +| 6 | AXIS SEED | 53M77 | - | 245.7 | 15.1 | 0 | 358 | 96 | +| 7 | NK | NK0880-V | - | 245.6 | 15.7 | 0 | 333 | 96 | +| 8 | SEED CONSULTANTS | SC 1084AM | - | 243.9 | 16.9 | 0 | 327 | 93 | +| 9 | 1st CHOICE SEEDS | FC 8047 C | - | 243.3 | 16.2 | 0 | 345 | 95 | +| 10 | EBBERTS | 7557PC | - | 242.2 | 16.1 | 0 | 338 | 93 | +| 11 | EBBERTS | 7188PC | - | 241.7 | 16.3 | 0 | 356 | 95 | +| 12 | CHANNEL | 207-87VT2PRIB | - | 240.4 | 15.2 | 0 | 343 | 98 | +| 13 | FS INVISION | FS 6245V RIB | - | 240.3 | 16 | 0 | 361 | 99 | +| 14 | DEKALB | DKC68-35RIB | - | 239.4 | 18.1 | 0 | 348 | 98 | +| 15 | SHUR GROW | SG-EX105A | - | 238.7 | 15.5 | 0 | 327 | 97 | +| 16 | LG SEEDS | LG 58C48VT2RIB | - | 238.5 | 16.3 | 0 | 341 | 99 | +| 17 | DEKALB | DKC106-98RIB | - | 237.8 | 15.3 | 0 | 338 | 96 | +| 18 | GOLDEN HARVEST | G08U00-V | - | 237.5 | 15.3 | 0 | 342 | 97 | +| 19 | CHANNEL | 204-54TRERIB | - | 237.1 | 14.9 | 0 | 347 | 99 | +| 20 | BA GENETICS | BA 26-10 PCE | - | 236.9 | 16.8 | 0 | 334 | 97 | +| 21 | LG SEEDS | LG 53C44VT2RIB | - | 236.8 | 15.1 | 0 | 336 | 98 | +| 22 | AXIS SEED | 55D61 | - | 236.6 | 15.4 | 0 | 366 | 99 | +| 23 | SHUR GROW | SG-6707V | - | 236 | 15.8 | 0 | 323 | 96 | +| 24 | SEED CONSULTANTS | SC 1055PCE | - | 235.9 | 15.9 | 0 | 347 | 97 | +| 25 | BA GENETICS | BA 26-08 PCE | - | 235.3 | 16.2 | 0 | 334 | 95 | +| 26 | SEED GENETICS DIRECT | Direct 5107-V | - | 235.3 | 15.1 | 0 | 364 | 96 | +| 27 | FS INVISION | FS 5525VDG RIB | - | 235.2 | 14.9 | 0 | 347 | 94 | +| 28 | SEED CONSULTANTS | SC 1042Q | - | 235.1 | 15.7 | 0 | 329 | 94 | +| 29 | VIKING / BLUE RIVER | 84-04 | - | 235 | 15.2 | 0 | 336 | 98 | +| 30 | DEKALB | DKC56-26RIB | - | 234.4 | 15.1 | 0 | 337 | 95 | +| 31 | SHUR GROW | SG-6884PCE | - | 233.2 | 16.5 | 0 | 330 | 98 | +| 32 | BA GENETICS | BA 26-14 PCE | - | 231.8 | 18.1 | 0 | 338 | 97 | +| 33 | DEKALB | DKC101-35RIB | - | 231.7 | 15 | 0 | 339 | 96 | +| 34 | DEKALB | DKC103-07RIB | - | 231.4 | 14.7 | 0 | 347 | 97 | +| 35 | SEED GENETICS DIRECT | Direct 9107-3010 | - | 230.1 | 15.4 | 0 | 370 | 99 | +| 36 | GOLDEN HARVEST | G03U08-D | - | 227.9 | 16.4 | 0 | 363 | 98 | +| 37 | SEED GENETICS DIRECT | Direct 2107-AA | - | 227.6 | 15.3 | 0 | 368 | 97 | +| 38 | FS INVISION | FS 6349PC RA | - | 227.3 | 16.7 | 0 | 347 | 94 | +| 39 | GRO-MOR | GM 61PC85 | - | 226.8 | 16.1 | 1 | 325 | 98 | +| 40 | SEED GENETICS DIRECT | AGI 3113PWE | - | 226.7 | 16.7 | 0 | 359 | 96 | +| 41 | SEED GENETICS DIRECT | AGI 4106PWE | - | 226 | 15.4 | 0 | 370 | 98 | +| 42 | AXIS SEED | 57K72 | - | 225.9 | 14.8 | 0 | 354 | 96 | +| 43 | LG SEEDS | LG 62C73VT2RIB | - | 225.3 | 16.2 | 0 | 323 | 93 | +| 44 | EBBERTS | 6883DGVT2P RIB | - | 225.1 | 16.4 | 1 | 356 | 96 | +| 45 | SEED GENETICS DIRECT | Direct 0101-DV | - | 224.7 | 15 | 0 | 374 | 97 | +| 46 | SHUR GROW | SG-6310PCE | - | 224.2 | 15.3 | 0 | 324 | 95 | +| 47 | BA GENETICS | BA 25-07 PCE | - | 223.4 | 15.4 | 0 | 337 | 97 | +| 48 | GOLDEN HARVEST | G11V76-AA | - | 223.4 | 15.8 | 0 | 356 | 96 | +| 49 | SEED GENETICS DIRECT | Direct 5101-D | - | 222.1 | 15.8 | 0 | 373 | 96 | +| 50 | SHUR GROW | SG-EX109A | - | 221.8 | 16 | 0 | 328 | 97 | +| 51 | CHANNEL | 208-62VT2PRIB | - | 221.6 | 15.4 | 0 | 358 | 95 | +| 52 | BA GENETICS | BA 25-12 VT2P | - | 221.5 | 14.7 | 0 | 330 | 96 | +| 53 | AXIS SEED | 62C60 | - | 220.8 | 16.6 | 0 | 356 | 96 | +| 54 | AXIS SEED | 60C61 | - | 220.6 | 15.4 | 1 | 341 | 92 | +| 55 | CHANNEL | 215-42TRERIB | - | 220 | 16.8 | 0 | 347 | 97 | +| 56 | SHUR GROW | SG-5885PCE | - | 219.9 | 15.6 | 0 | 359 | 98 | +| 57 | SHUR GROW | SG-7124PCE | - | 219.4 | 16.6 | 0 | 321 | 94 | +| 58 | NK | NK0252-D | - | 219.3 | 16 | 0 | 350 | 96 | +| 59 | AUGUSTA SEED | A4961 | - | 219 | 17.2 | 0 | 338 | 97 | +| 60 | EBBERTS | 1660C | - | 218.9 | 15.4 | 0 | 343 | 98 | +| 61 | SEED GENETICS DIRECT | AGI 4111PWE | - | 218.6 | 15.4 | 0 | 374 | 98 | +| 62 | DYNA-GRO | D44PN25RA | - | 217.9 | 15.1 | 0 | 327 | 98 | +| 63 | CHANNEL | 215-70TRERIB | - | 217.6 | 17.9 | 0 | 338 | 95 | +| 64 | NK | NK1056-V | - | 217.6 | 17.8 | 0 | 338 | 97 | +| 65 | SEED GENETICS DIRECT | AGI 4115PWE | - | 216.7 | 16 | 0 | 364 | 97 | +| 66 | VIKING / BLUE RIVER | 85-09 | - | 216.3 | 15.1 | 0 | 329 | 96 | +| 67 | SEED GENETICS DIRECT | Direct 2111-AA | - | 215.2 | 15.4 | 0 | 374 | 97 | +| 68 | SHUR GROW | SG-6122V | - | 215.1 | 14.8 | 0 | 328 | 97 | +| 69 | FS INVISION | FS 5335P RIB | - | 214.8 | 15.1 | 0 | 346 | 95 | +| 70 | BA GENETICS | BA 26-12 PCE | - | 214.7 | 16.2 | 0 | 328 | 94 | +| 71 | DEKALB | DKC110-10RIB | - | 214.3 | 15.1 | 0 | 345 | 95 | +| 72 | GOLDEN HARVEST | G10L16-DV | - | 214.1 | 15.7 | 0 | 343 | 96 | +| 73 | VIKING / BLUE RIVER | 78-13 | - | 213.5 | 16.2 | 0 | 336 | 97 | +| 74 | GOLDEN HARVEST | G12U11-AA | - | 212.4 | 15.5 | 0 | 341 | 99 | +| 75 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 212 | 15.6 | 2 | 369 | 99 | +| 76 | FS INVISION | FS 6447T RIB | - | 211.4 | 17.8 | 0 | 363 | 96 | +| 77 | DEKALB | DKC099-11RIB | - | 211.3 | 14.6 | 0 | 333 | 95 | +| 78 | FS INVISION | FS 6133VDG RIB | - | 210.3 | 15.3 | 0 | 356 | 98 | +| 79 | AXIS SEED | 63J77 | - | 209.7 | 14.4 | 0 | 351 | 95 | +| 80 | CHANNEL | 205-85VT2PRIB | - | 207.9 | 14.7 | 0 | 305 | 87 | +| 81 | AUGUSTA SEED | A2360 | - | 207.9 | 14.9 | 0 | 327 | 95 | +| 82 | SEED GENETICS DIRECT | AGI 3114PWE | - | 207.5 | 17.2 | 0 | 361 | 96 | +| 83 | CHANNEL | 211-11VT2PRIB | - | 206.9 | 15.2 | 0 | 368 | 98 | +| 84 | SHUR GROW | SG-7153V | - | 206.8 | 15.7 | 0 | 329 | 97 | +| 85 | DEKALB | DKC102-13RIB | - | 205.9 | 15 | 0 | 316 | 90 | +| 86 | NK | NK0922-V | - | 205.3 | 14.3 | 2 | 358 | 96 | +| 87 | VIKING / BLUE RIVER | 76-11 | - | 205.1 | 14.3 | 0 | 333 | 97 | +| 88 | DEKALB | DKC59-82RIB | - | 204.4 | 15.4 | 0 | 339 | 96 | +| 89 | FS INVISION | FS 5947T RIB | - | 204.4 | 15.6 | 0 | 367 | 97 | +| 90 | FS INVISION | FS 6017V RIB | - | 203.8 | 14 | 0 | 350 | 97 | +| 91 | DEKALB | DKC110-41RIB | - | 203.2 | 14.6 | 0 | 336 | 95 | +| 92 | CHANNEL | 210-08VT2PRIB | - | 203.1 | 17 | 0 | 329 | 94 | +| 93 | GOLDEN HARVEST | G10B61-AA | - | 203 | 15.5 | 1 | 345 | 97 | +| 94 | DEKALB | DKC66-06RIB | - | 200.8 | 17.8 | 0 | 339 | 95 | +| 95 | SHUR GROW | SG-7054AA | - | 199.6 | 15.1 | 0 | 315 | 94 | +| 96 | FS INVISION | FS 5949PC RA | - | 199.5 | 15.2 | 0 | 359 | 95 | +| 97 | CHANNEL | 214-78DGVT2PRIB | - | 199.4 | 15.3 | 0 | 352 | 96 | +| 98 | SEED GENETICS DIRECT | Direct 5114-D | - | 198.5 | 18.5 | 0 | 364 | 94 | +| 99 | AUGUSTA SEED | A6362 | - | 197.3 | 17.1 | 0 | 338 | 95 | +| 100 | EBBERTS | 9779SSX | - | 196.9 | 14.5 | 0 | 352 | 95 | +| 101 | NK | NK1188-AA | - | 196.2 | 15.7 | 0 | 369 | 97 | +| 102 | DEKALB | DKC114-99RIB | - | 195.6 | 16.6 | 0 | 352 | 99 | +| 103 | BA GENETICS | BA 25-16 VT2P | - | 195.2 | 14.8 | 0 | 332 | 97 | +| 104 | DYNA-GRO | D49PN05RA | - | 194.4 | 15.7 | 0 | 333 | 99 | +| 105 | 1st CHOICE SEEDS | FC 8235 VT2P RIB | - | 193.5 | 15 | 0 | 342 | 92 | +| 106 | BA GENETICS | BA 23-14 VT2P | - | 193 | 15.8 | 0 | 336 | 97 | +| 107 | DEKALB | DKC64-22RIB | - | 192.4 | 14.7 | 0 | 350 | 98 | +| 108 | SEED GENETICS DIRECT | Direct 4113-DV | - | 192.3 | 16.8 | 0 | 348 | 92 | +| 109 | SHUR GROW | SG-EX110A | - | 192.1 | 14.9 | 0 | 327 | 98 | +| 110 | 1st CHOICE SEEDS | FC 8257 PC | - | 191.1 | 15.8 | 0 | 356 | 94 | +| 111 | EBBERTS | 7209TR RIB | - | 190.3 | 14.8 | 0 | 348 | 99 | +| 112 | SEED CONSULTANTS | SC 1094PCE | - | 190.3 | 14.9 | 0 | 352 | 98 | +| 113 | SEED CONSULTANTS | SC 1105PCE | - | 189.7 | 14.8 | 1 | 341 | 96 | +| 114 | EBBERTS | 7993PC | - | 188.9 | 16.1 | 0 | 341 | 97 | +| 115 | BA GENETICS | BA 25-11 VT2P | - | 188.2 | 14.8 | 0 | 336 | 98 | +| 116 | SEED CONSULTANTS | SC 1112AM | - | 187.9 | 14.9 | 0 | 337 | 95 | +| 117 | CHANNEL | 210-46VT2PRIB | - | 187.8 | 14.1 | 3 | 350 | 100 | +| 118 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 187.7 | 15.9 | 0 | 376 | 99 | +| 119 | AXIS SEED | 63M73 | - | 187 | 14.6 | 4 | 350 | 94 | +| 120 | DYNA-GRO | D51VC95RIB | - | 186.2 | 15.6 | 0 | 324 | 97 | +| 121 | SEED GENETICS DIRECT | Direct 5112-AA | - | 185.8 | 15.8 | 0 | 364 | 95 | +| 122 | SEED GENETICS DIRECT | AGI 5113PWE | - | 185.1 | 16 | 0 | 364 | 96 | +| 123 | EBBERTS | 7442PC | - | 183.9 | 15.6 | 3 | 337 | 94 | +| 124 | SEED CONSULTANTS | SC 1093AM | - | 183.8 | 14.6 | 0 | 337 | 96 | +| 125 | AXIS SEED | 59D20 RHTCe | - | 183.3 | 13.8 | 3 | 347 | 94 | +| 126 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 181.1 | 14.5 | 0 | 372 | 97 | +| 127 | SEED GENETICS DIRECT | Direct 3111-D | - | 180.9 | 15.2 | 0 | 361 | 96 | +| 128 | AXIS SEED | 59D20 | - | 180.7 | 14.4 | 0 | 355 | 95 | +| 129 | CHANNEL | 215-09VT2PRIB | - | 175.8 | 15.6 | 0 | 345 | 96 | +| 130 | AXIS SEED | 59A25 | - | 175.4 | 13.7 | 0 | 359 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.json new file mode 100644 index 00000000..2bfce09a --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.json @@ -0,0 +1,666 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-2yr-greenville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Greenville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 298.7, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 291.2, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 288, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 286.8, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 286.4, + "Harv. Moisture": 23.9, + "Stalk Lodging": 1, + "Final Stand": 331, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 284.1, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 282.9, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 281.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 5, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 280.6, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 95 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 278.4, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 277.8, + "Harv. Moisture": 25, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 95 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 276, + "Harv. Moisture": 25.6, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 274.9, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 274.6, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 18, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 274.2, + "Harv. Moisture": 24.9, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 273.9, + "Harv. Moisture": 24, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 273.8, + "Harv. Moisture": 22.7, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 21, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 273.4, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 99 + } + }, + { + "rank": 22, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 273.3, + "Harv. Moisture": 23.7, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 273.2, + "Harv. Moisture": 25.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 272.3, + "Harv. Moisture": 26.1, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 92 + } + }, + { + "rank": 26, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 271.6, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 27, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 28, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 29, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 270.4, + "Harv. Moisture": 25.2, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 30, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 269.6, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 32, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 268.5, + "Harv. Moisture": 23, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 268.2, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 266.3, + "Harv. Moisture": 21.2, + "Stalk Lodging": 3, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 97 + } + }, + { + "rank": 37, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 24.1, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 24, + "Stalk Lodging": 2, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 265.1, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 264.4, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 98 + } + }, + { + "rank": 42, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 264, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 262.3, + "Harv. Moisture": 26.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 25.7, + "Stalk Lodging": 1, + "Final Stand": 331, + "Emergence": 98 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 259, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 93 + } + }, + { + "rank": 46, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 256.4, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 99 + } + }, + { + "rank": 47, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 256.2, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 255.6, + "Harv. Moisture": 24.9, + "Stalk Lodging": 2, + "Final Stand": 355, + "Emergence": 99 + } + }, + { + "rank": 49, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 26.2, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 94 + } + } + ], + "n_results": 49, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.131068+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.md new file mode 100644 index 00000000..4988ccfa --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-greenville.md @@ -0,0 +1,67 @@ +# Corn yield trial — Greenville, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Greenville +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 298.7 | 22.9 | 0 | 336 | 97 | +| 2 | DEKALB | DKC56-26RIB | - | 291.2 | 21 | 0 | 341 | 98 | +| 3 | EBBERTS | 7188PC | - | 288 | 24.4 | 0 | 349 | 98 | +| 4 | SEED GENETICS DIRECT | Direct 2111-AA | - | 286.8 | 24.7 | 0 | 358 | 97 | +| 5 | SEED CONSULTANTS | SC 1093AM | - | 286.4 | 23.9 | 1 | 331 | 96 | +| 6 | CHANNEL | 211-11VT2PRIB | - | 284.1 | 22.3 | 0 | 348 | 98 | +| 7 | EBBERTS | 9779SSX | - | 282.9 | 22.2 | 0 | 368 | 97 | +| 8 | AXIS SEED | 59D20 | - | 281.8 | 22.5 | 5 | 354 | 96 | +| 9 | BA GENETICS | BA 25-12 VT2P | - | 280.6 | 22.7 | 0 | 323 | 95 | +| 10 | FS INVISION | FS 6133VDG RIB | - | 278.4 | 24.4 | 0 | 359 | 97 | +| 11 | DEKALB | DKC68-35RIB | - | 278.2 | 24.3 | 0 | 343 | 98 | +| 12 | GOLDEN HARVEST | G14B32-DV | - | 277.8 | 25 | 0 | 329 | 95 | +| 13 | EBBERTS | 7209TR RIB | - | 276.3 | 22 | 0 | 335 | 95 | +| 14 | SEED GENETICS DIRECT | Direct 3111-D | - | 276 | 25.6 | 0 | 346 | 95 | +| 15 | CHANNEL | 207-87VT2PRIB | - | 274.9 | 20.4 | 0 | 333 | 97 | +| 16 | SHUR GROW | SG-7124PCE | - | 274.8 | 24.2 | 0 | 321 | 96 | +| 17 | CHANNEL | 214-78DGVT2PRIB | - | 274.6 | 23.6 | 0 | 341 | 99 | +| 18 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 274.2 | 24.9 | 0 | 332 | 97 | +| 19 | SHUR GROW | SG-7153V | - | 273.9 | 24 | 1 | 339 | 97 | +| 20 | FS INVISION | FS 6017V RIB | - | 273.8 | 22.7 | 1 | 343 | 94 | +| 21 | GOLDEN HARVEST | G10L16-DV | - | 273.4 | 25.1 | 0 | 354 | 99 | +| 22 | SEED CONSULTANTS | SC 1084AM | - | 273.3 | 23.7 | 1 | 330 | 96 | +| 23 | BA GENETICS | BA 25-16 VT2P | - | 273.2 | 25.5 | 0 | 333 | 98 | +| 24 | EBBERTS | 7993PC | - | 272.3 | 26.1 | 0 | 342 | 97 | +| 25 | AXIS SEED | 63M73 | - | 271.8 | 22.3 | 0 | 335 | 92 | +| 26 | GOLDEN HARVEST | G11V76-AA | - | 271.6 | 24.1 | 0 | 367 | 99 | +| 27 | DEKALB | DKC64-22RIB | - | 271.1 | 21.8 | 0 | 348 | 95 | +| 28 | DEKALB | DKC66-06RIB | - | 271.1 | 24.4 | 0 | 345 | 97 | +| 29 | NK | NK1040-AA | - | 270.4 | 25.2 | 0 | 332 | 96 | +| 30 | EBBERTS | 6883DGVT2P RIB | - | 270.2 | 23.4 | 0 | 359 | 97 | +| 31 | SHUR GROW | SG-7233DGVT2 | - | 269.6 | 23.9 | 0 | 343 | 97 | +| 32 | SEED CONSULTANTS | SC 1112AM | - | 268.5 | 23 | 1 | 339 | 98 | +| 33 | BA GENETICS | BA 23-14 VT2P | - | 268.2 | 25.1 | 0 | 323 | 96 | +| 34 | SEED GENETICS DIRECT | AGI 4111PWE | - | 267.3 | 22.6 | 0 | 358 | 97 | +| 35 | DEKALB | DKC59-82RIB | - | 266.3 | 21.2 | 3 | 356 | 97 | +| 36 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 265.8 | 23.4 | 0 | 372 | 97 | +| 37 | AXIS SEED | 65W75 | - | 265.3 | 24.1 | 1 | 356 | 98 | +| 38 | NK | NK0922-V | - | 265.3 | 24 | 2 | 331 | 97 | +| 39 | SHUR GROW | SG-7054AA | - | 265.1 | 24.1 | 0 | 321 | 95 | +| 40 | SEED GENETICS DIRECT | AGI 3113PWE | - | 264.4 | 24.5 | 0 | 360 | 98 | +| 41 | SEED GENETICS DIRECT | AGI 4115PWE | - | 264.3 | 24.2 | 0 | 366 | 98 | +| 42 | SHUR GROW | SG-7244PCE | - | 264 | 25.9 | 0 | 330 | 98 | +| 43 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 262.3 | 26.4 | 0 | 356 | 97 | +| 44 | DYNA-GRO | D53VC54RIB | - | 262.2 | 25.7 | 1 | 331 | 98 | +| 45 | NK | NK1480-DV | - | 259 | 24.8 | 0 | 319 | 93 | +| 46 | SEED GENETICS DIRECT | AGI 3114PWE | - | 256.4 | 25.1 | 0 | 368 | 99 | +| 47 | DYNA-GRO | D56TC44RIB | - | 256.2 | 23.6 | 0 | 337 | 98 | +| 48 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 255.6 | 24.9 | 2 | 355 | 99 | +| 49 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 253.2 | 26.2 | 1 | 345 | 94 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.json new file mode 100644 index 00000000..b39cd3dd --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.json @@ -0,0 +1,666 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-2yr-hebron", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Hebron", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 326.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 95 + } + }, + { + "rank": 2, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 320.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 3, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 315.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 312.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 311.6, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 311.2, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 311.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 388, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 311, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 310.3, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 309.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 11, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 309.5, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 307.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 307, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 306.6, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 306.6, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 96 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 306.4, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 306.2, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 99 + } + }, + { + "rank": 18, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 306.1, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 306, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 94 + } + }, + { + "rank": 20, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 305.4, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 21, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 305.1, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 92 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 304, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 95 + } + }, + { + "rank": 23, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 303.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 24, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 303, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 25, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 302.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 26, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 302, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 27, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 300.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 28, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 299.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 29, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 299.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 299.1, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 298.8, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 32, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 297.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 33, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 296.4, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 295.2, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 294.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 294.1, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 98 + } + }, + { + "rank": 37, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 292.7, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 93 + } + }, + { + "rank": 38, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 292.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 93 + } + }, + { + "rank": 39, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 292.4, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 290.2, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96 + } + }, + { + "rank": 41, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 289, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 287.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 91 + } + }, + { + "rank": 43, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 287.2, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 281.7, + "Harv. Moisture": 21.9, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 281.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 92 + } + }, + { + "rank": 46, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 281.2, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 280.7, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 278.8, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 98 + } + }, + { + "rank": 49, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 269.7, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 96 + } + } + ], + "n_results": 49, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.130151+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.md new file mode 100644 index 00000000..71c26d5f --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-hebron.md @@ -0,0 +1,67 @@ +# Corn yield trial — Hebron, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Hebron +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1112AM | - | 326.2 | 18.5 | 0 | 340 | 95 | +| 2 | DEKALB | DKC66-06RIB | - | 320.8 | 20.9 | 0 | 339 | 96 | +| 3 | DYNA-GRO | D56TC44RIB | - | 315.5 | 20.6 | 0 | 331 | 97 | +| 4 | DEKALB | DKC68-35RIB | - | 312.3 | 20.5 | 0 | 334 | 96 | +| 5 | EBBERTS | 7993PC | - | 311.6 | 21.2 | 0 | 352 | 97 | +| 6 | AXIS SEED | 65W75 | - | 311.2 | 20 | 0 | 356 | 96 | +| 7 | EBBERTS | 9779SSX | - | 311.2 | 17.5 | 0 | 388 | 96 | +| 8 | SEED GENETICS DIRECT | AGI 3113PWE | - | 311 | 21.2 | 0 | 357 | 96 | +| 9 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 310.3 | 21 | 0 | 334 | 97 | +| 10 | EBBERTS | 1660C | - | 309.9 | 18.4 | 0 | 352 | 98 | +| 11 | SEED GENETICS DIRECT | AGI 4111PWE | - | 309.5 | 18.6 | 0 | 358 | 96 | +| 12 | GOLDEN HARVEST | G11V76-AA | - | 307.2 | 19.4 | 0 | 363 | 97 | +| 13 | BA GENETICS | BA 25-16 VT2P | - | 307 | 20.4 | 0 | 354 | 97 | +| 14 | SEED CONSULTANTS | SC 1084AM | - | 306.6 | 18.5 | 0 | 339 | 97 | +| 15 | SHUR GROW | SG-7124PCE | - | 306.6 | 18.9 | 0 | 321 | 96 | +| 16 | EBBERTS | 7188PC | - | 306.4 | 19 | 0 | 349 | 96 | +| 17 | CHANNEL | 211-11VT2PRIB | - | 306.2 | 17.7 | 0 | 354 | 99 | +| 18 | DEKALB | DKC56-26RIB | - | 306.1 | 17 | 0 | 339 | 97 | +| 19 | EBBERTS | 7209TR RIB | - | 306 | 17.4 | 0 | 331 | 94 | +| 20 | FS INVISION | FS 6133VDG RIB | - | 305.4 | 19.6 | 0 | 358 | 96 | +| 21 | BA GENETICS | BA 25-12 VT2P | - | 305.1 | 18.5 | 0 | 329 | 92 | +| 22 | EBBERTS | 6883DGVT2P RIB | - | 304 | 19.3 | 0 | 367 | 95 | +| 23 | SHUR GROW | SG-7233DGVT2 | - | 303.1 | 20.5 | 0 | 341 | 95 | +| 24 | FS INVISION | FS 6017V RIB | - | 303 | 17.5 | 0 | 347 | 94 | +| 25 | SEED CONSULTANTS | SC 1093AM | - | 302.9 | 18.6 | 0 | 332 | 94 | +| 26 | AXIS SEED | 63M73 | - | 302 | 18.1 | 0 | 343 | 93 | +| 27 | SEED GENETICS DIRECT | AGI 4115PWE | - | 300.9 | 20.2 | 0 | 359 | 96 | +| 28 | CHANNEL | 214-78DGVT2PRIB | - | 299.7 | 18.9 | 0 | 337 | 96 | +| 29 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 299.2 | 19.4 | 0 | 356 | 98 | +| 30 | DYNA-GRO | D53VC54RIB | - | 299.1 | 20 | 0 | 332 | 97 | +| 31 | AXIS SEED | 59D20 | - | 298.8 | 17.2 | 0 | 352 | 96 | +| 32 | SHUR GROW | SG-7153V | - | 297.5 | 19.6 | 0 | 328 | 96 | +| 33 | DEKALB | DKC59-82RIB | - | 296.4 | 18.1 | 0 | 356 | 97 | +| 34 | SEED GENETICS DIRECT | Direct 2111-AA | - | 295.2 | 18.9 | 0 | 347 | 93 | +| 35 | SEED GENETICS DIRECT | AGI 3114PWE | - | 294.5 | 20.2 | 0 | 367 | 98 | +| 36 | NK | NK1040-AA | - | 294.1 | 18.6 | 0 | 340 | 98 | +| 37 | BA GENETICS | BA 23-14 VT2P | - | 292.7 | 20 | 0 | 332 | 93 | +| 38 | DEKALB | DKC64-22RIB | - | 292.5 | 18.2 | 0 | 339 | 93 | +| 39 | SHUR GROW | SG-7244PCE | - | 292.4 | 21.5 | 0 | 327 | 96 | +| 40 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 290.2 | 22.6 | 0 | 357 | 96 | +| 41 | GOLDEN HARVEST | G10L16-DV | - | 289 | 18.8 | 0 | 347 | 97 | +| 42 | GOLDEN HARVEST | G14B32-DV | - | 287.3 | 19.6 | 0 | 317 | 91 | +| 43 | SEED GENETICS DIRECT | Direct 3111-D | - | 287.2 | 19.8 | 0 | 352 | 95 | +| 44 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 281.7 | 21.9 | 1 | 342 | 93 | +| 45 | NK | NK1480-DV | - | 281.3 | 19.5 | 0 | 319 | 92 | +| 46 | NK | NK0922-V | - | 281.2 | 19.3 | 0 | 336 | 97 | +| 47 | CHANNEL | 207-87VT2PRIB | - | 280.7 | 17 | 0 | 328 | 96 | +| 48 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 278.8 | 18.8 | 0 | 372 | 98 | +| 49 | SHUR GROW | SG-7054AA | - | 269.7 | 18.4 | 0 | 324 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.json new file mode 100644 index 00000000..e25dd7b1 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.json @@ -0,0 +1,666 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-2yr-south-charleston", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "South Charleston", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 291, + "Harv. Moisture": 21.2, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 290.2, + "Harv. Moisture": 21, + "Stalk Lodging": 13, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 289.7, + "Harv. Moisture": 20.3, + "Stalk Lodging": 11, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 288.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 50, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 287.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 48, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 286, + "Harv. Moisture": 23, + "Stalk Lodging": 39, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 284.1, + "Harv. Moisture": 20.1, + "Stalk Lodging": 15, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 281.8, + "Harv. Moisture": 20, + "Stalk Lodging": 4, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 9, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 279.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 28, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 10, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 279.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 20, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 11, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 278.1, + "Harv. Moisture": 21.3, + "Stalk Lodging": 28, + "Final Stand": 349, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 277.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 44, + "Final Stand": 324, + "Emergence": 90 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 276.4, + "Harv. Moisture": 21, + "Stalk Lodging": 5, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 276.1, + "Harv. Moisture": 20.2, + "Stalk Lodging": 3, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 273.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 7, + "Final Stand": 353, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 273.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 6, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 25.3, + "Stalk Lodging": 13, + "Final Stand": 347, + "Emergence": 94 + } + }, + { + "rank": 18, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 269.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 5, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 269.5, + "Harv. Moisture": 22.7, + "Stalk Lodging": 33, + "Final Stand": 326, + "Emergence": 95 + } + }, + { + "rank": 20, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 269.4, + "Harv. Moisture": 19.6, + "Stalk Lodging": 14, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 21.8, + "Stalk Lodging": 33, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 268.5, + "Harv. Moisture": 21.2, + "Stalk Lodging": 28, + "Final Stand": 357, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 268.4, + "Harv. Moisture": 21, + "Stalk Lodging": 33, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 24, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 267.9, + "Harv. Moisture": 22.1, + "Stalk Lodging": 6, + "Final Stand": 337, + "Emergence": 94 + } + }, + { + "rank": 25, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 267.1, + "Harv. Moisture": 21.5, + "Stalk Lodging": 24, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 26, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 22, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 27, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 22.2, + "Stalk Lodging": 20, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 28, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 264.4, + "Harv. Moisture": 24, + "Stalk Lodging": 5, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 21.6, + "Stalk Lodging": 49, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 30, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 263.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 7, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 31, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 22.1, + "Stalk Lodging": 3, + "Final Stand": 335, + "Emergence": 96 + } + }, + { + "rank": 32, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 261.1, + "Harv. Moisture": 21.1, + "Stalk Lodging": 9, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 33, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 9, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 259, + "Harv. Moisture": 23.2, + "Stalk Lodging": 48, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 258.1, + "Harv. Moisture": 22.9, + "Stalk Lodging": 35, + "Final Stand": 353, + "Emergence": 96 + } + }, + { + "rank": 36, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 20, + "Stalk Lodging": 27, + "Final Stand": 365, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 256.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 10, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 38, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 255.4, + "Harv. Moisture": 21.4, + "Stalk Lodging": 27, + "Final Stand": 380, + "Emergence": 98 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 255.2, + "Harv. Moisture": 23.2, + "Stalk Lodging": 46, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 255, + "Harv. Moisture": 22.2, + "Stalk Lodging": 32, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 41, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 20.9, + "Stalk Lodging": 5, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 42, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 254, + "Harv. Moisture": 22.5, + "Stalk Lodging": 42, + "Final Stand": 341, + "Emergence": 93 + } + }, + { + "rank": 43, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 253.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 42, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 44, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 4, + "Final Stand": 335, + "Emergence": 96 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 248.9, + "Harv. Moisture": 22.7, + "Stalk Lodging": 35, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 46, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 247.3, + "Harv. Moisture": 21.2, + "Stalk Lodging": 20, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 47, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 242.4, + "Harv. Moisture": 21.3, + "Stalk Lodging": 35, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 48, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 22.4, + "Stalk Lodging": 37, + "Final Stand": 325, + "Emergence": 96 + } + }, + { + "rank": 49, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 232.5, + "Harv. Moisture": 26.2, + "Stalk Lodging": 6, + "Final Stand": 356, + "Emergence": 96 + } + } + ], + "n_results": 49, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.130596+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.md new file mode 100644 index 00000000..455f5f2c --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-south-charleston.md @@ -0,0 +1,67 @@ +# Corn yield trial — South Charleston, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** South Charleston +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1084AM | - | 291 | 21.2 | 2 | 342 | 96 | +| 2 | EBBERTS | 1660C | - | 290.2 | 21 | 13 | 339 | 97 | +| 3 | DEKALB | DKC56-26RIB | - | 289.7 | 20.3 | 11 | 339 | 97 | +| 4 | AXIS SEED | 65W75 | - | 288.1 | 21.9 | 50 | 354 | 97 | +| 5 | DEKALB | DKC68-35RIB | - | 287.6 | 21.5 | 48 | 346 | 98 | +| 6 | SHUR GROW | SG-7244PCE | - | 286 | 23 | 39 | 334 | 97 | +| 7 | DEKALB | DKC64-22RIB | - | 284.1 | 20.1 | 15 | 354 | 97 | +| 8 | FS INVISION | FS 6017V RIB | - | 281.8 | 20 | 4 | 347 | 95 | +| 9 | AXIS SEED | 63M73 | - | 279.8 | 20.3 | 28 | 347 | 95 | +| 10 | CHANNEL | 214-78DGVT2PRIB | - | 279.3 | 20.6 | 20 | 339 | 99 | +| 11 | CHANNEL | 211-11VT2PRIB | - | 278.1 | 21.3 | 28 | 349 | 98 | +| 12 | BA GENETICS | BA 25-12 VT2P | - | 277.6 | 20.6 | 44 | 324 | 90 | +| 13 | EBBERTS | 7188PC | - | 276.4 | 21 | 5 | 350 | 98 | +| 14 | EBBERTS | 7209TR RIB | - | 276.1 | 20.2 | 3 | 337 | 96 | +| 15 | BA GENETICS | BA 25-16 VT2P | - | 273.6 | 21.3 | 7 | 353 | 98 | +| 16 | EBBERTS | 6883DGVT2P RIB | - | 273.3 | 20.2 | 6 | 365 | 98 | +| 17 | SEED GENETICS DIRECT | Direct 3111-D | - | 271.8 | 25.3 | 13 | 347 | 94 | +| 18 | GOLDEN HARVEST | G11V76-AA | - | 269.6 | 21.9 | 5 | 359 | 97 | +| 19 | GOLDEN HARVEST | G14B32-DV | - | 269.5 | 22.7 | 33 | 326 | 95 | +| 20 | CHANNEL | 207-87VT2PRIB | - | 269.4 | 19.6 | 14 | 334 | 97 | +| 21 | DEKALB | DKC66-06RIB | - | 269 | 21.8 | 33 | 342 | 97 | +| 22 | SEED GENETICS DIRECT | AGI 4111PWE | - | 268.5 | 21.2 | 28 | 357 | 97 | +| 23 | AXIS SEED | 59D20 | - | 268.4 | 21 | 33 | 350 | 96 | +| 24 | BA GENETICS | BA 23-14 VT2P | - | 267.9 | 22.1 | 6 | 337 | 94 | +| 25 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 267.1 | 21.5 | 24 | 332 | 97 | +| 26 | SHUR GROW | SG-7233DGVT2 | - | 266.2 | 22 | 4 | 350 | 97 | +| 27 | SEED GENETICS DIRECT | AGI 3113PWE | - | 265.8 | 22.2 | 20 | 352 | 95 | +| 28 | FS INVISION | FS 6133VDG RIB | - | 264.4 | 24 | 5 | 359 | 98 | +| 29 | SEED CONSULTANTS | SC 1093AM | - | 264.3 | 21.6 | 49 | 343 | 97 | +| 30 | DEKALB | DKC59-82RIB | - | 263.2 | 20.1 | 7 | 354 | 96 | +| 31 | DYNA-GRO | D53VC54RIB | - | 261.6 | 22.1 | 3 | 335 | 96 | +| 32 | SHUR GROW | SG-7124PCE | - | 261.1 | 21.1 | 9 | 341 | 95 | +| 33 | SHUR GROW | SG-7153V | - | 259.1 | 20.5 | 9 | 348 | 97 | +| 34 | SEED GENETICS DIRECT | AGI 3114PWE | - | 259 | 23.2 | 48 | 361 | 97 | +| 35 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 258.1 | 22.9 | 35 | 353 | 96 | +| 36 | EBBERTS | 9779SSX | - | 257.8 | 20 | 27 | 365 | 95 | +| 37 | NK | NK1040-AA | - | 256.2 | 21.7 | 10 | 345 | 97 | +| 38 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 255.4 | 21.4 | 27 | 380 | 98 | +| 39 | EBBERTS | 7993PC | - | 255.2 | 23.2 | 46 | 337 | 97 | +| 40 | SEED GENETICS DIRECT | AGI 4115PWE | - | 255 | 22.2 | 32 | 360 | 97 | +| 41 | SEED GENETICS DIRECT | Direct 2111-AA | - | 254.9 | 20.9 | 5 | 352 | 95 | +| 42 | NK | NK1480-DV | - | 254 | 22.5 | 42 | 341 | 93 | +| 43 | NK | NK0922-V | - | 253.6 | 21.3 | 42 | 338 | 96 | +| 44 | SHUR GROW | SG-7054AA | - | 252.8 | 21.3 | 4 | 335 | 96 | +| 45 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 248.9 | 22.7 | 35 | 354 | 98 | +| 46 | SEED CONSULTANTS | SC 1112AM | - | 247.3 | 21.2 | 20 | 341 | 95 | +| 47 | GOLDEN HARVEST | G10L16-DV | - | 242.4 | 21.3 | 35 | 343 | 96 | +| 48 | DYNA-GRO | D56TC44RIB | - | 238 | 22.4 | 37 | 325 | 96 | +| 49 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 232.5 | 26.2 | 6 | 356 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.json new file mode 100644 index 00000000..b422aa26 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.json @@ -0,0 +1,715 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-2yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 299.6, + "Harv. Moisture": 20.8, + "Stalk Lodging": 4, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 2, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 295.6, + "Harv. Moisture": 19.4, + "Stalk Lodging": 4, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 3, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 292.7, + "Harv. Moisture": 22.1, + "Stalk Lodging": 16, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.7 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 290.3, + "Harv. Moisture": 21.5, + "Stalk Lodging": 2, + "Final Stand": 349, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 5, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 290.3, + "Harv. Moisture": 21.1, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 54.9 + } + }, + { + "rank": 6, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 289.5, + "Harv. Moisture": 20.4, + "Stalk Lodging": 9, + "Final Stand": 350, + "Emergence": 98, + "Test Wt.": 56.6 + } + }, + { + "rank": 7, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 288.2, + "Harv. Moisture": 22, + "Stalk Lodging": 17, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 8, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 287.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 15, + "Final Stand": 325, + "Emergence": 92, + "Test Wt.": 56.9 + } + }, + { + "rank": 9, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 287, + "Harv. Moisture": 22.4, + "Stalk Lodging": 11, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 286.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 94, + "Test Wt.": 54.8 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 286.1, + "Harv. Moisture": 19.8, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 95, + "Test Wt.": 55.1 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 284.6, + "Harv. Moisture": 22.4, + "Stalk Lodging": 2, + "Final Stand": 347, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 13, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 284.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 9, + "Final Stand": 342, + "Emergence": 93, + "Test Wt.": 56.3 + } + }, + { + "rank": 14, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 284.5, + "Harv. Moisture": 21, + "Stalk Lodging": 7, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 56.1 + } + }, + { + "rank": 15, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 284.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 17, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 55 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 284, + "Harv. Moisture": 19.9, + "Stalk Lodging": 9, + "Final Stand": 373, + "Emergence": 96, + "Test Wt.": 56.6 + } + }, + { + "rank": 17, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 283.9, + "Harv. Moisture": 22.5, + "Stalk Lodging": 8, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 54.6 + } + }, + { + "rank": 18, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 283, + "Harv. Moisture": 20.2, + "Stalk Lodging": 13, + "Final Stand": 352, + "Emergence": 96, + "Test Wt.": 55 + } + }, + { + "rank": 19, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 282.8, + "Harv. Moisture": 21.8, + "Stalk Lodging": 2, + "Final Stand": 363, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 20, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 282.7, + "Harv. Moisture": 22.6, + "Stalk Lodging": 2, + "Final Stand": 359, + "Emergence": 97, + "Test Wt.": 53.8 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 282.6, + "Harv. Moisture": 20.1, + "Stalk Lodging": 5, + "Final Stand": 347, + "Emergence": 95, + "Test Wt.": 58.5 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 282.5, + "Harv. Moisture": 21, + "Stalk Lodging": 2, + "Final Stand": 364, + "Emergence": 96, + "Test Wt.": 55.4 + } + }, + { + "rank": 23, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 281.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 9, + "Final Stand": 357, + "Emergence": 97, + "Test Wt.": 54.8 + } + }, + { + "rank": 24, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 280.8, + "Harv. Moisture": 21.4, + "Stalk Lodging": 3, + "Final Stand": 328, + "Emergence": 96, + "Test Wt.": 55.2 + } + }, + { + "rank": 25, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 280.8, + "Harv. Moisture": 23.5, + "Stalk Lodging": 13, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 53.4 + } + }, + { + "rank": 26, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 280.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 7, + "Final Stand": 340, + "Emergence": 96, + "Test Wt.": 55.5 + } + }, + { + "rank": 27, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 280.4, + "Harv. Moisture": 22.6, + "Stalk Lodging": 7, + "Final Stand": 356, + "Emergence": 96, + "Test Wt.": 54.7 + } + }, + { + "rank": 28, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 23.5, + "Stalk Lodging": 15, + "Final Stand": 344, + "Emergence": 97, + "Test Wt.": 53.5 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 22.1, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 97, + "Test Wt.": 53.9 + } + }, + { + "rank": 30, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 279, + "Harv. Moisture": 21.5, + "Stalk Lodging": 2, + "Final Stand": 352, + "Emergence": 95, + "Test Wt.": 55.3 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 278.4, + "Harv. Moisture": 23.6, + "Stalk Lodging": 4, + "Final Stand": 349, + "Emergence": 94, + "Test Wt.": 53.3 + } + }, + { + "rank": 32, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 22.4, + "Stalk Lodging": 11, + "Final Stand": 324, + "Emergence": 94, + "Test Wt.": 54 + } + }, + { + "rank": 33, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 276.8, + "Harv. Moisture": 21.4, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 34, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 22.4, + "Stalk Lodging": 2, + "Final Stand": 331, + "Emergence": 94, + "Test Wt.": 55.1 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 275.3, + "Harv. Moisture": 19.8, + "Stalk Lodging": 3, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 36, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 275, + "Harv. Moisture": 19, + "Stalk Lodging": 5, + "Final Stand": 331, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 37, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 274.3, + "Harv. Moisture": 22.6, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 38, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 273.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 53.9 + } + }, + { + "rank": 39, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 273.4, + "Harv. Moisture": 22.2, + "Stalk Lodging": 11, + "Final Stand": 362, + "Emergence": 97, + "Test Wt.": 54.4 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 270, + "Harv. Moisture": 22.8, + "Stalk Lodging": 16, + "Final Stand": 365, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 41, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 269.9, + "Harv. Moisture": 22.2, + "Stalk Lodging": 12, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 42, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 268.3, + "Harv. Moisture": 21.7, + "Stalk Lodging": 12, + "Final Stand": 348, + "Emergence": 97, + "Test Wt.": 54 + } + }, + { + "rank": 43, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 267.9, + "Harv. Moisture": 22.3, + "Stalk Lodging": 12, + "Final Stand": 355, + "Emergence": 98, + "Test Wt.": 55.3 + } + }, + { + "rank": 44, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 266.7, + "Harv. Moisture": 21.5, + "Stalk Lodging": 14, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 54.5 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 266.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 9, + "Final Stand": 375, + "Emergence": 98, + "Test Wt.": 54.4 + } + }, + { + "rank": 46, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 264.8, + "Harv. Moisture": 22.2, + "Stalk Lodging": 14, + "Final Stand": 326, + "Emergence": 93, + "Test Wt.": 54 + } + }, + { + "rank": 47, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 23.7, + "Stalk Lodging": 12, + "Final Stand": 347, + "Emergence": 95, + "Test Wt.": 54 + } + }, + { + "rank": 48, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 262.6, + "Harv. Moisture": 21.2, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 96, + "Test Wt.": 53.6 + } + }, + { + "rank": 49, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 25, + "Stalk Lodging": 2, + "Final Stand": 356, + "Emergence": 97, + "Test Wt.": 53.2 + } + } + ], + "n_results": 49, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.131524+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.md new file mode 100644 index 00000000..086e0375 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-2yr-summary.md @@ -0,0 +1,67 @@ +# Corn yield trial — Summary, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Summary +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 299.6 | 20.8 | 4 | 342 | 97 | 55.6 | +| 2 | DEKALB | DKC56-26RIB | - | 295.6 | 19.4 | 4 | 340 | 97 | 55.4 | +| 3 | DEKALB | DKC68-35RIB | - | 292.7 | 22.1 | 16 | 341 | 97 | 56.7 | +| 4 | EBBERTS | 7188PC | - | 290.3 | 21.5 | 2 | 349 | 97 | 55.6 | +| 5 | SEED CONSULTANTS | SC 1084AM | - | 290.3 | 21.1 | 1 | 337 | 96 | 54.9 | +| 6 | CHANNEL | 211-11VT2PRIB | - | 289.5 | 20.4 | 9 | 350 | 98 | 56.6 | +| 7 | AXIS SEED | 65W75 | - | 288.2 | 22 | 17 | 355 | 97 | 56.1 | +| 8 | BA GENETICS | BA 25-12 VT2P | - | 287.8 | 20.6 | 15 | 325 | 92 | 56.9 | +| 9 | DEKALB | DKC66-06RIB | - | 287 | 22.4 | 11 | 342 | 97 | 55.4 | +| 10 | FS INVISION | FS 6017V RIB | - | 286.2 | 20.1 | 1 | 345 | 94 | 54.8 | +| 11 | EBBERTS | 7209TR RIB | - | 286.1 | 19.8 | 1 | 334 | 95 | 55.1 | +| 12 | BA GENETICS | BA 25-16 VT2P | - | 284.6 | 22.4 | 2 | 347 | 98 | 55.7 | +| 13 | AXIS SEED | 63M73 | - | 284.5 | 20.2 | 9 | 342 | 93 | 56.3 | +| 14 | CHANNEL | 214-78DGVT2PRIB | - | 284.5 | 21 | 7 | 339 | 98 | 56.1 | +| 15 | SEED CONSULTANTS | SC 1093AM | - | 284.5 | 21.4 | 17 | 335 | 96 | 55 | +| 16 | EBBERTS | 9779SSX | - | 284 | 19.9 | 9 | 373 | 96 | 56.6 | +| 17 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 283.9 | 22.5 | 8 | 333 | 97 | 54.6 | +| 18 | AXIS SEED | 59D20 | - | 283 | 20.2 | 13 | 352 | 96 | 55 | +| 19 | GOLDEN HARVEST | G11V76-AA | - | 282.8 | 21.8 | 2 | 363 | 98 | 55.2 | +| 20 | FS INVISION | FS 6133VDG RIB | - | 282.7 | 22.6 | 2 | 359 | 97 | 53.8 | +| 21 | DEKALB | DKC64-22RIB | - | 282.6 | 20.1 | 5 | 347 | 95 | 58.5 | +| 22 | EBBERTS | 6883DGVT2P RIB | - | 282.5 | 21 | 2 | 364 | 96 | 55.4 | +| 23 | SEED GENETICS DIRECT | AGI 4111PWE | - | 281.8 | 20.8 | 9 | 357 | 97 | 54.8 | +| 24 | SHUR GROW | SG-7124PCE | - | 280.8 | 21.4 | 3 | 328 | 96 | 55.2 | +| 25 | SHUR GROW | SG-7244PCE | - | 280.8 | 23.5 | 13 | 331 | 97 | 53.4 | +| 26 | SEED CONSULTANTS | SC 1112AM | - | 280.7 | 20.9 | 7 | 340 | 96 | 55.5 | +| 27 | SEED GENETICS DIRECT | AGI 3113PWE | - | 280.4 | 22.6 | 7 | 356 | 96 | 54.7 | +| 28 | EBBERTS | 7993PC | - | 279.7 | 23.5 | 15 | 344 | 97 | 53.5 | +| 29 | SHUR GROW | SG-7233DGVT2 | - | 279.7 | 22.1 | 1 | 344 | 97 | 53.9 | +| 30 | SEED GENETICS DIRECT | Direct 2111-AA | - | 279 | 21.5 | 2 | 352 | 95 | 55.3 | +| 31 | SEED GENETICS DIRECT | Direct 3111-D | - | 278.4 | 23.6 | 4 | 349 | 94 | 53.3 | +| 32 | GOLDEN HARVEST | G14B32-DV | - | 278.2 | 22.4 | 11 | 324 | 94 | 54 | +| 33 | SHUR GROW | SG-7153V | - | 276.8 | 21.4 | 3 | 339 | 97 | 55.7 | +| 34 | BA GENETICS | BA 23-14 VT2P | - | 276.3 | 22.4 | 2 | 331 | 94 | 55.1 | +| 35 | DEKALB | DKC59-82RIB | - | 275.3 | 19.8 | 3 | 355 | 97 | 55.4 | +| 36 | CHANNEL | 207-87VT2PRIB | - | 275 | 19 | 5 | 331 | 96 | 56.2 | +| 37 | DYNA-GRO | D53VC54RIB | - | 274.3 | 22.6 | 1 | 333 | 97 | 55.7 | +| 38 | NK | NK1040-AA | - | 273.6 | 21.8 | 3 | 339 | 97 | 53.9 | +| 39 | SEED GENETICS DIRECT | AGI 4115PWE | - | 273.4 | 22.2 | 11 | 362 | 97 | 54.4 | +| 40 | SEED GENETICS DIRECT | AGI 3114PWE | - | 270 | 22.8 | 16 | 365 | 98 | 55.2 | +| 41 | DYNA-GRO | D56TC44RIB | - | 269.9 | 22.2 | 12 | 331 | 97 | 54.9 | +| 42 | GOLDEN HARVEST | G10L16-DV | - | 268.3 | 21.7 | 12 | 348 | 97 | 54 | +| 43 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 267.9 | 22.3 | 12 | 355 | 98 | 55.3 | +| 44 | NK | NK0922-V | - | 266.7 | 21.5 | 14 | 335 | 97 | 54.5 | +| 45 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 266.7 | 21.2 | 9 | 375 | 98 | 54.4 | +| 46 | NK | NK1480-DV | - | 264.8 | 22.2 | 14 | 326 | 93 | 54 | +| 47 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 264.3 | 23.7 | 12 | 347 | 95 | 54 | +| 48 | SHUR GROW | SG-7054AA | - | 262.6 | 21.2 | 1 | 327 | 96 | 53.6 | +| 49 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 261.6 | 25 | 2 | 356 | 97 | 53.2 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.json new file mode 100644 index 00000000..51d51a2e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.json @@ -0,0 +1,250 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-3yr-greenville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Greenville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 283.6, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 94 + } + }, + { + "rank": 2, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 280.7, + "Harv. Moisture": 24.9, + "Stalk Lodging": 1, + "Final Stand": 326, + "Emergence": 95 + } + }, + { + "rank": 3, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 277.8, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 277.4, + "Harv. Moisture": 24.7, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 94 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 6, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95 + } + }, + { + "rank": 7, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 8, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 273.6, + "Harv. Moisture": 20.8, + "Stalk Lodging": 2, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 273.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 269.9, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94 + } + }, + { + "rank": 11, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 12, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 265.9, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 91 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 265.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 93 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 264.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 264, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 16, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 258.4, + "Harv. Moisture": 24.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 251.7, + "Harv. Moisture": 25.3, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 93 + } + } + ], + "n_results": 17, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.132252+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.md new file mode 100644 index 00000000..cd612bd5 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-greenville.md @@ -0,0 +1,35 @@ +# Corn yield trial — Greenville, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Greenville +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED GENETICS DIRECT | Direct 2111-AA | - | 283.6 | 24.2 | 0 | 353 | 94 | +| 2 | SEED CONSULTANTS | SC 1093AM | - | 280.7 | 24.9 | 1 | 326 | 95 | +| 3 | GOLDEN HARVEST | G10L16-DV | - | 277.8 | 24.3 | 0 | 353 | 97 | +| 4 | SEED GENETICS DIRECT | Direct 3111-D | - | 277.4 | 24.7 | 0 | 348 | 94 | +| 5 | FS INVISION | FS 6017V RIB | - | 275.6 | 21.5 | 1 | 350 | 95 | +| 6 | CHANNEL | 207-87VT2PRIB | - | 275.1 | 19.8 | 0 | 328 | 95 | +| 7 | SHUR GROW | SG-7153V | - | 275.1 | 24.2 | 0 | 324 | 94 | +| 8 | DEKALB | DKC59-82RIB | - | 273.6 | 20.8 | 2 | 360 | 97 | +| 9 | CHANNEL | 214-78DGVT2PRIB | - | 273.2 | 22.8 | 0 | 341 | 97 | +| 10 | SEED CONSULTANTS | SC 1112AM | - | 269.9 | 22.2 | 0 | 327 | 94 | +| 11 | GOLDEN HARVEST | G11V76-AA | - | 269.2 | 24.4 | 0 | 347 | 93 | +| 12 | EBBERTS | 7209TR RIB | - | 265.9 | 21.4 | 0 | 322 | 91 | +| 13 | EBBERTS | 6883DGVT2P RIB | - | 265.2 | 22.8 | 1 | 354 | 93 | +| 14 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 264.2 | 22.8 | 0 | 374 | 96 | +| 15 | SHUR GROW | SG-7233DGVT2 | - | 264 | 22.9 | 0 | 339 | 95 | +| 16 | BA GENETICS | BA 23-14 VT2P | - | 258.4 | 24.9 | 0 | 341 | 96 | +| 17 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 251.7 | 25.3 | 1 | 342 | 93 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.json new file mode 100644 index 00000000..58bba1a3 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.json @@ -0,0 +1,250 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-3yr-hebron", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Hebron", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 311.6, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 305, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 300.3, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 300.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 5, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 298.6, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 94 + } + }, + { + "rank": 6, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 297, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 93 + } + }, + { + "rank": 7, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 295.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 294.7, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 9, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 294.1, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 293.6, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 95 + } + }, + { + "rank": 11, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 291.9, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 290.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 289.2, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 96 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 287.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 277.5, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 277.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 21.8, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 94 + } + } + ], + "n_results": 17, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.131942+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.md new file mode 100644 index 00000000..1cae01bd --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-hebron.md @@ -0,0 +1,35 @@ +# Corn yield trial — Hebron, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Hebron +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1112AM | - | 311.6 | 18.9 | 0 | 336 | 96 | +| 2 | GOLDEN HARVEST | G11V76-AA | - | 305 | 19.5 | 0 | 367 | 98 | +| 3 | SHUR GROW | SG-7233DGVT2 | - | 300.3 | 20.4 | 0 | 344 | 96 | +| 4 | SEED CONSULTANTS | SC 1093AM | - | 300.2 | 18.7 | 0 | 329 | 95 | +| 5 | EBBERTS | 7209TR RIB | - | 298.6 | 17.8 | 0 | 334 | 94 | +| 6 | SEED GENETICS DIRECT | Direct 2111-AA | - | 297 | 19.1 | 0 | 355 | 93 | +| 7 | SHUR GROW | SG-7153V | - | 295.6 | 19.6 | 0 | 324 | 96 | +| 8 | FS INVISION | FS 6017V RIB | - | 294.7 | 17.6 | 0 | 354 | 95 | +| 9 | CHANNEL | 214-78DGVT2PRIB | - | 294.1 | 18.9 | 0 | 340 | 97 | +| 10 | EBBERTS | 6883DGVT2P RIB | - | 293.6 | 19.1 | 0 | 369 | 95 | +| 11 | BA GENETICS | BA 23-14 VT2P | - | 291.9 | 20 | 0 | 350 | 95 | +| 12 | GOLDEN HARVEST | G10L16-DV | - | 290.7 | 19.3 | 0 | 355 | 97 | +| 13 | DEKALB | DKC59-82RIB | - | 289.2 | 18.2 | 0 | 360 | 96 | +| 14 | SEED GENETICS DIRECT | Direct 3111-D | - | 287.3 | 20.3 | 0 | 357 | 96 | +| 15 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 277.5 | 19 | 0 | 374 | 97 | +| 16 | CHANNEL | 207-87VT2PRIB | - | 277.3 | 17.2 | 0 | 330 | 96 | +| 17 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 271.8 | 21.8 | 1 | 343 | 94 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.json new file mode 100644 index 00000000..32af4a57 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.json @@ -0,0 +1,267 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-3yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2022-2024.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 290.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 95, + "Test Wt.": 55.8 + } + }, + { + "rank": 2, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 290.5, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95, + "Test Wt.": 55.1 + } + }, + { + "rank": 3, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 290.3, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 94, + "Test Wt.": 55.7 + } + }, + { + "rank": 4, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 287.1, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 95, + "Test Wt.": 55.6 + } + }, + { + "rank": 5, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 285.3, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 285.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95, + "Test Wt.": 55.2 + } + }, + { + "rank": 7, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 284.3, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 54.3 + } + }, + { + "rank": 8, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 283.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 282.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93, + "Test Wt.": 55.5 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 282.3, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 95, + "Test Wt.": 54 + } + }, + { + "rank": 11, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 282.1, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 54.4 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 281.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 279.4, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 94, + "Test Wt.": 55.3 + } + }, + { + "rank": 14, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95, + "Test Wt.": 56.6 + } + }, + { + "rank": 15, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95, + "Test Wt.": 55.5 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 270.9, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 261.8, + "Harv. Moisture": 23.6, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 93, + "Test Wt.": 54.1 + } + } + ], + "n_results": 17, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.132565+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.md new file mode 100644 index 00000000..6b8bdd07 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-3yr-summary.md @@ -0,0 +1,35 @@ +# Corn yield trial — Summary, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Summary +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2022-2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1112AM | - | 290.7 | 20.6 | 0 | 331 | 95 | 55.8 | +| 2 | SEED CONSULTANTS | SC 1093AM | - | 290.5 | 21.8 | 0 | 327 | 95 | 55.1 | +| 3 | SEED GENETICS DIRECT | Direct 2111-AA | - | 290.3 | 21.7 | 0 | 354 | 94 | 55.7 | +| 4 | GOLDEN HARVEST | G11V76-AA | - | 287.1 | 22 | 0 | 357 | 95 | 55.6 | +| 5 | SHUR GROW | SG-7153V | - | 285.3 | 21.9 | 0 | 324 | 95 | 56 | +| 6 | FS INVISION | FS 6017V RIB | - | 285.2 | 19.6 | 0 | 352 | 95 | 55.2 | +| 7 | GOLDEN HARVEST | G10L16-DV | - | 284.3 | 21.8 | 0 | 354 | 97 | 54.3 | +| 8 | CHANNEL | 214-78DGVT2PRIB | - | 283.6 | 20.9 | 0 | 341 | 97 | 56.2 | +| 9 | EBBERTS | 7209TR RIB | - | 282.3 | 19.6 | 0 | 328 | 93 | 55.5 | +| 10 | SEED GENETICS DIRECT | Direct 3111-D | - | 282.3 | 22.5 | 0 | 353 | 95 | 54 | +| 11 | SHUR GROW | SG-7233DGVT2 | - | 282.1 | 21.6 | 0 | 341 | 96 | 54.4 | +| 12 | DEKALB | DKC59-82RIB | - | 281.4 | 19.5 | 1 | 360 | 97 | 55.7 | +| 13 | EBBERTS | 6883DGVT2P RIB | - | 279.4 | 20.9 | 0 | 361 | 94 | 55.3 | +| 14 | CHANNEL | 207-87VT2PRIB | - | 276.2 | 18.5 | 0 | 329 | 95 | 56.6 | +| 15 | BA GENETICS | BA 23-14 VT2P | - | 275.1 | 22.4 | 0 | 345 | 95 | 55.5 | +| 16 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 270.9 | 20.9 | 0 | 374 | 97 | 55 | +| 17 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 261.8 | 23.6 | 1 | 343 | 93 | 54.1 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.json new file mode 100644 index 00000000..82050cf8 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.json @@ -0,0 +1,1563 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-greenville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Greenville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 272.4, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 23.9, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 3, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 267.1, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 89 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 261.2, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 261, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 6, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 7, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 259.2, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 258.5, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 256.4, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 10, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 255.6, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 91 + } + }, + { + "rank": 12, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 254.8, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 254.7, + "Harv. Moisture": 23.3, + "Stalk Lodging": 4, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 14, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 254.7, + "Harv. Moisture": 25.3, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 89 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 251.9, + "Harv. Moisture": 25.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 250.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 250, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 19, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 249, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 248.5, + "Harv. Moisture": 25.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 21, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 247.8, + "Harv. Moisture": 22, + "Stalk Lodging": 3, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 246.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 6, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 23, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 245.9, + "Harv. Moisture": 23.3, + "Stalk Lodging": 1, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 245.7, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 96 + } + }, + { + "rank": 25, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 245.5, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 245.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 95 + } + }, + { + "rank": 27, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 243.8, + "Harv. Moisture": 22.8, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 94 + } + }, + { + "rank": 28, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 241.8, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 241.8, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 95 + } + }, + { + "rank": 30, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 241.2, + "Harv. Moisture": 22.4, + "Stalk Lodging": 6, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 241, + "Harv. Moisture": 25.5, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 33, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 240.9, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 23.5, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 239.1, + "Harv. Moisture": 25.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 36, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 238.6, + "Harv. Moisture": 24.3, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 37, + "brand": "GOLDEN HARVEST", + "product": "G15U34-V", + "traits": null, + "metrics": { + "Yield": 238.6, + "Harv. Moisture": 28.2, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 237.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 236.1, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 41, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 235.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 3, + "Final Stand": 346, + "Emergence": 96 + } + }, + { + "rank": 42, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 235.8, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 43, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 234.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 44, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 95 + } + }, + { + "rank": 45, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 234.6, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 46, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 23, + "Stalk Lodging": 3, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 47, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 234.1, + "Harv. Moisture": 25.1, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 95 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 234, + "Harv. Moisture": 25.7, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 49, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "1st CHOICE SEEDS", + "product": "FC 8420 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 233.3, + "Harv. Moisture": 23.9, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 51, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 233.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 52, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 232.6, + "Harv. Moisture": 21.7, + "Stalk Lodging": 2, + "Final Stand": 355, + "Emergence": 95 + } + }, + { + "rank": 53, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 232.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 5, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 231.8, + "Harv. Moisture": 22.8, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 55, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 231.8, + "Harv. Moisture": 21.5, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 56, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 231.6, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 94 + } + }, + { + "rank": 57, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 26, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 58, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 231.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 231.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 60, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 231, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 99 + } + }, + { + "rank": 61, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 230.8, + "Harv. Moisture": 24, + "Stalk Lodging": 2, + "Final Stand": 325, + "Emergence": 93 + } + }, + { + "rank": 62, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 63, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 230.6, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 95 + } + }, + { + "rank": 64, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": null, + "metrics": { + "Yield": 230.6, + "Harv. Moisture": 25.9, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 65, + "brand": "SHUR GROW", + "product": "SG-EX111A", + "traits": null, + "metrics": { + "Yield": 230.5, + "Harv. Moisture": 21.1, + "Stalk Lodging": 3, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 66, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 2, + "Final Stand": 312, + "Emergence": 89 + } + }, + { + "rank": 67, + "brand": "DYNA-GRO", + "product": "D53SP85RIB", + "traits": null, + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 99 + } + }, + { + "rank": 68, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 230, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 92 + } + }, + { + "rank": 69, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 229.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 70, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 229.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 9, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 71, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 229.4, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 72, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 229.3, + "Harv. Moisture": 24.5, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 73, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 229.2, + "Harv. Moisture": 24, + "Stalk Lodging": 9, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 74, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 229.1, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 75, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 94 + } + }, + { + "rank": 76, + "brand": "SHUR GROW", + "product": "SG-EX112B", + "traits": null, + "metrics": { + "Yield": 227.5, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 77, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 227.4, + "Harv. Moisture": 24.7, + "Stalk Lodging": 1, + "Final Stand": 324, + "Emergence": 96 + } + }, + { + "rank": 78, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 227.1, + "Harv. Moisture": 26.8, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 79, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 226.4, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 80, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 226.4, + "Harv. Moisture": 21.7, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 81, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 226.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 94 + } + }, + { + "rank": 82, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 225.8, + "Harv. Moisture": 20, + "Stalk Lodging": 4, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 83, + "brand": "AXIS SEED", + "product": "64H70", + "traits": null, + "metrics": { + "Yield": 225.7, + "Harv. Moisture": 23.8, + "Stalk Lodging": 1, + "Final Stand": 365, + "Emergence": 96 + } + }, + { + "rank": 84, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 224.9, + "Harv. Moisture": 26.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 85, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 224.5, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 86, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 224.5, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 87, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 224, + "Harv. Moisture": 25.1, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 88, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 20.8, + "Stalk Lodging": 11, + "Final Stand": 368, + "Emergence": 96 + } + }, + { + "rank": 89, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 90, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRO", + "traits": null, + "metrics": { + "Yield": 223.3, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 91 + } + }, + { + "rank": 91, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 222.9, + "Harv. Moisture": 23.1, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 92, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 221.9, + "Harv. Moisture": 19.8, + "Stalk Lodging": 16, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 93, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 221.4, + "Harv. Moisture": 26, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 94, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 221, + "Harv. Moisture": 23.9, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 94 + } + }, + { + "rank": 95, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 220.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 96, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 91 + } + }, + { + "rank": 97, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 220.5, + "Harv. Moisture": 22.3, + "Stalk Lodging": 13, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 98, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 220.2, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 219.4, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 100, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 21.1, + "Stalk Lodging": 9, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 101, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 22.7, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 102, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 103, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 218.6, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 104, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 218.1, + "Harv. Moisture": 24.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 105, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 93 + } + }, + { + "rank": 106, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 217.4, + "Harv. Moisture": 24.8, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 107, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 216.1, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 216.1, + "Harv. Moisture": 27.1, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 109, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 22.6, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 110, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 26.5, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 111, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 215.2, + "Harv. Moisture": 26.9, + "Stalk Lodging": 2, + "Final Stand": 348, + "Emergence": 93 + } + }, + { + "rank": 112, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 214.9, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 113, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 214.5, + "Harv. Moisture": 25, + "Stalk Lodging": 1, + "Final Stand": 318, + "Emergence": 90 + } + }, + { + "rank": 114, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 213.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 115, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 211.3, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 116, + "brand": "AGRIGOLD HYBRIDS", + "product": "A646-30VT2RIB", + "traits": null, + "metrics": { + "Yield": 208.3, + "Harv. Moisture": 26.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 117, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 204.7, + "Harv. Moisture": 26.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 193.6, + "Harv. Moisture": 24.8, + "Stalk Lodging": 3, + "Final Stand": 365, + "Emergence": 98 + } + } + ], + "n_results": 118, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.128708+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.md new file mode 100644 index 00000000..2f941bbd --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-greenville.md @@ -0,0 +1,136 @@ +# Corn yield trial — Greenville, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Greenville +- **Source table:** TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 272.4 | 23.8 | 0 | 336 | 97 | +| 2 | SHUR GROW | SG-EX109A | - | 271.1 | 23.9 | 2 | 332 | 94 | +| 3 | SEED GENETICS DIRECT | AGI 5105PWE | - | 267.1 | 24.5 | 0 | 332 | 89 | +| 4 | SHUR GROW | SG-EX105A | - | 261.2 | 22.2 | 0 | 325 | 97 | +| 5 | SEED CONSULTANTS | SC 1094PCE | - | 261 | 23.8 | 0 | 337 | 95 | +| 6 | BA GENETICS | BA 26-10 PCE | - | 259.4 | 24.4 | 0 | 327 | 95 | +| 7 | SEED GENETICS DIRECT | Direct 2111-AA | - | 259.2 | 24.5 | 0 | 361 | 96 | +| 8 | DEKALB | DKC110-10RIB | - | 258.5 | 22.9 | 0 | 348 | 96 | +| 9 | SHUR GROW | SG-6310PCE | - | 256.4 | 23 | 0 | 324 | 95 | +| 10 | BA GENETICS | BA 26-06 PCE | - | 255.6 | 24.8 | 0 | 336 | 97 | +| 11 | EBBERTS | 7557PC | - | 254.9 | 24.5 | 0 | 332 | 91 | +| 12 | AUGUSTA SEED | A2360 | - | 254.8 | 23.8 | 0 | 334 | 97 | +| 13 | AXIS SEED | 60C61 | - | 254.7 | 23.3 | 4 | 343 | 93 | +| 14 | SHUR GROW | SG-6550PCE | - | 254.7 | 25.3 | 0 | 318 | 89 | +| 15 | SHUR GROW | SG-6884PCE | - | 252 | 24.6 | 0 | 324 | 97 | +| 16 | EBBERTS | 7188PC | - | 251.9 | 25.3 | 0 | 355 | 96 | +| 17 | DEKALB | DKC56-26RIB | - | 250.5 | 19.9 | 0 | 343 | 97 | +| 18 | CHANNEL | 210-08VT2PRIB | - | 250 | 22.4 | 0 | 337 | 96 | +| 19 | FS INVISION | FS 6133VDG RIB | - | 249 | 23.2 | 0 | 361 | 97 | +| 20 | NK | NK1040-AA | - | 248.5 | 25.8 | 0 | 334 | 96 | +| 21 | SHUR GROW | SG-6707V | - | 247.8 | 22 | 3 | 336 | 99 | +| 22 | EBBERTS | 1335C | - | 246.6 | 19.8 | 6 | 347 | 98 | +| 23 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 245.9 | 23.3 | 1 | 368 | 98 | +| 24 | SHUR GROW | SG-EX110A | - | 245.7 | 23.9 | 0 | 314 | 96 | +| 25 | AUGUSTA SEED | A4961 | - | 245.5 | 24.3 | 0 | 343 | 98 | +| 26 | EBBERTS | 9779SSX | - | 245.2 | 21.1 | 0 | 369 | 95 | +| 27 | SEED CONSULTANTS | SC 1093AM | - | 243.8 | 22.8 | 2 | 333 | 94 | +| 28 | CHANNEL | 211-11VT2PRIB | - | 241.8 | 21.8 | 0 | 361 | 97 | +| 29 | SHUR GROW | SG-7124PCE | - | 241.8 | 24.3 | 0 | 316 | 95 | +| 30 | DYNA-GRO | D51VC95RIB | - | 241.5 | 22.2 | 0 | 333 | 97 | +| 31 | FS INVISION | FS 5947T RIB | - | 241.2 | 22.4 | 6 | 370 | 98 | +| 32 | GOLDEN HARVEST | G10L16-DV | - | 241 | 25.5 | 0 | 348 | 99 | +| 33 | EBBERTS | 7209TR RIB | - | 240.9 | 21.2 | 0 | 341 | 97 | +| 34 | SEED CONSULTANTS | SC 1105PCE | - | 240.4 | 23.5 | 1 | 345 | 97 | +| 35 | BA GENETICS | BA 25-16 VT2P | - | 239.1 | 25.4 | 0 | 327 | 96 | +| 36 | SHUR GROW | SG-7153V | - | 238.6 | 24.3 | 1 | 334 | 96 | +| 37 | GOLDEN HARVEST | G15U34-V | - | 238.6 | 28.2 | 1 | 347 | 98 | +| 38 | CHANNEL | 207-87VT2PRIB | - | 237.8 | 19.7 | 0 | 337 | 97 | +| 39 | CHANNEL | 204-54TRERIB | - | 236.2 | 19.4 | 2 | 341 | 97 | +| 40 | BA GENETICS | BA 25-07 PCE | - | 236.1 | 22 | 0 | 338 | 96 | +| 41 | DEKALB | DKC106-98RIB | - | 235.8 | 20.8 | 3 | 346 | 96 | +| 42 | SHUR GROW | SG-7233DGVT2 | - | 235.8 | 22.4 | 0 | 336 | 97 | +| 43 | DEKALB | DKC64-22RIB | - | 234.8 | 20.8 | 0 | 337 | 95 | +| 44 | FS INVISION | FS 5949PC RA | - | 234.7 | 22.8 | 0 | 356 | 95 | +| 45 | GOLDEN HARVEST | G11V76-AA | - | 234.6 | 23.5 | 0 | 367 | 98 | +| 46 | NK | NK0922-V | - | 234.3 | 23 | 3 | 351 | 99 | +| 47 | GOLDEN HARVEST | G14B32-DV | - | 234.1 | 25.1 | 1 | 335 | 95 | +| 48 | SEED GENETICS DIRECT | Direct 3111-D | - | 234 | 25.7 | 0 | 352 | 96 | +| 49 | FS INVISION | FS 6447T RIB | - | 233.9 | 22.9 | 0 | 361 | 97 | +| 50 | 1st CHOICE SEEDS | FC 8420 VT2P RIB | - | 233.3 | 23.9 | 1 | 339 | 97 | +| 51 | FS INVISION | FS 6245V RIB | - | 233.2 | 21.7 | 1 | 351 | 96 | +| 52 | AXIS SEED | 59D20 RHTCe | - | 232.6 | 21.7 | 2 | 355 | 95 | +| 53 | DEKALB | DKC59-82RIB | - | 232.1 | 20.6 | 5 | 343 | 96 | +| 54 | SEED CONSULTANTS | SC 1112AM | - | 231.8 | 22.8 | 1 | 339 | 96 | +| 55 | BA GENETICS | BA 25-12 VT2P | - | 231.8 | 21.5 | 1 | 327 | 95 | +| 56 | SHUR GROW | SG-7054AA | - | 231.6 | 24.8 | 0 | 314 | 94 | +| 57 | SHUR GROW | SG-7275V | - | 231.4 | 26 | 0 | 334 | 95 | +| 58 | AXIS SEED | 57K72 | - | 231.3 | 19.5 | 0 | 354 | 96 | +| 59 | GOLDEN HARVEST | G12U11-AA | - | 231.3 | 22.8 | 0 | 343 | 99 | +| 60 | CHANNEL | 214-78DGVT2PRIB | - | 231 | 22.4 | 0 | 350 | 99 | +| 61 | SEED CONSULTANTS | SC 1084AM | - | 230.8 | 24 | 2 | 325 | 93 | +| 62 | NK | NK1056-V | - | 230.7 | 25.9 | 0 | 336 | 95 | +| 63 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 230.6 | 23.2 | 0 | 365 | 95 | +| 64 | SEED CONSULTANTS | SC 1135PCE | - | 230.6 | 25.9 | 0 | 361 | 99 | +| 65 | SHUR GROW | SG-EX111A | - | 230.5 | 21.1 | 3 | 325 | 95 | +| 66 | CHANNEL | 205-85VT2PRIB | - | 230.3 | 19.7 | 2 | 312 | 89 | +| 67 | DYNA-GRO | D53SP85RIB | - | 230.3 | 22.1 | 0 | 354 | 99 | +| 68 | AXIS SEED | 63M73 | - | 230 | 22.2 | 0 | 338 | 92 | +| 69 | AXIS SEED | 62C60 | - | 229.8 | 22.5 | 0 | 358 | 96 | +| 70 | AXIS SEED | 59D20 | - | 229.7 | 20.9 | 9 | 361 | 96 | +| 71 | SEED GENETICS DIRECT | AGI 4115PWE | - | 229.4 | 24.6 | 0 | 370 | 98 | +| 72 | DYNA-GRO | D53VC54RIB | - | 229.3 | 24.5 | 1 | 339 | 97 | +| 73 | BA GENETICS | BA 26-08 PCE | - | 229.2 | 24 | 9 | 333 | 96 | +| 74 | SEED GENETICS DIRECT | AGI 4111PWE | - | 229.1 | 22.6 | 0 | 364 | 97 | +| 75 | CHANNEL | 208-62VT2PRIB | - | 227.9 | 20.6 | 1 | 350 | 94 | +| 76 | SHUR GROW | SG-EX112B | - | 227.5 | 24.8 | 0 | 332 | 94 | +| 77 | BA GENETICS | BA 23-14 VT2P | - | 227.4 | 24.7 | 1 | 324 | 96 | +| 78 | EBBERTS | 7993PC | - | 227.1 | 26.8 | 0 | 339 | 97 | +| 79 | BA GENETICS | BA 25-11 VT2P | - | 226.4 | 21.4 | 0 | 336 | 98 | +| 80 | FS INVISION | FS 6017V RIB | - | 226.4 | 21.7 | 2 | 342 | 93 | +| 81 | DYNA-GRO | D49PN05RA | - | 226.3 | 22.8 | 0 | 330 | 94 | +| 82 | DEKALB | DKC110-41RIB | - | 225.8 | 20 | 4 | 343 | 97 | +| 83 | AXIS SEED | 64H70 | - | 225.7 | 23.8 | 1 | 365 | 96 | +| 84 | AUGUSTA SEED | A6362 | - | 224.9 | 26.7 | 0 | 345 | 97 | +| 85 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 224.5 | 23.4 | 0 | 338 | 97 | +| 86 | EBBERTS | 6883DGVT2P RIB | - | 224.5 | 22.4 | 0 | 356 | 96 | +| 87 | SEED GENETICS DIRECT | Direct 5114-D | - | 224 | 25.1 | 1 | 355 | 96 | +| 88 | SEED GENETICS DIRECT | AGI 4106PWE | - | 223.7 | 20.8 | 11 | 368 | 96 | +| 89 | 1st CHOICE SEEDS | FC 8345 TRE | - | 223.7 | 22.6 | 0 | 334 | 97 | +| 90 | AGRIGOLD HYBRIDS | A642-32VT2PRO | - | 223.3 | 22.6 | 0 | 314 | 91 | +| 91 | DEKALB | DKC66-06RIB | - | 222.9 | 23.1 | 1 | 347 | 97 | +| 92 | CHANNEL | 210-46VT2PRIB | - | 221.9 | 19.8 | 16 | 341 | 95 | +| 93 | BA GENETICS | BA 26-14 PCE | - | 221.4 | 26 | 1 | 332 | 94 | +| 94 | SEED GENETICS DIRECT | Direct 5112-AA | - | 221 | 23.9 | 1 | 359 | 94 | +| 95 | CHANNEL | 215-09VT2PRIB | - | 220.7 | 22.5 | 0 | 345 | 97 | +| 96 | SEED GENETICS DIRECT | Direct 4113-DV | - | 220.6 | 25.1 | 0 | 339 | 91 | +| 97 | DEKALB | DKC114-99RIB | - | 220.5 | 22.3 | 13 | 343 | 97 | +| 98 | DEKALB | DKC68-35RIB | - | 220.2 | 23.3 | 0 | 343 | 98 | +| 99 | SEED GENETICS DIRECT | AGI 3113PWE | - | 219.4 | 24.1 | 0 | 364 | 98 | +| 100 | AXIS SEED | 63J77 | - | 219.1 | 21.1 | 9 | 359 | 97 | +| 101 | AXIS SEED | 65W75 | - | 219.1 | 22.7 | 1 | 358 | 97 | +| 102 | EBBERTS | 7442PC | - | 219.1 | 23.9 | 0 | 343 | 95 | +| 103 | FS INVISION | FS 6349PC RA | - | 218.6 | 23.2 | 0 | 345 | 94 | +| 104 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | - | 218.1 | 24.9 | 0 | 324 | 95 | +| 105 | SHUR GROW | SG-7347PCE | - | 217.7 | 23.6 | 0 | 320 | 93 | +| 106 | CHANNEL | 215-70TRERIB | - | 217.4 | 24.8 | 1 | 330 | 96 | +| 107 | SEED GENETICS DIRECT | AGI 3114PWE | - | 216.1 | 24.2 | 0 | 368 | 98 | +| 108 | SEED GENETICS DIRECT | AGI 5113PWE | - | 216.1 | 27.1 | 0 | 360 | 98 | +| 109 | NK | NK1228-AA | - | 215.4 | 22.6 | 1 | 348 | 99 | +| 110 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 215.4 | 26.5 | 0 | 359 | 97 | +| 111 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 215.2 | 26.9 | 2 | 348 | 93 | +| 112 | CHANNEL | 215-42TRERIB | - | 214.9 | 22.4 | 0 | 342 | 97 | +| 113 | NK | NK1480-DV | - | 214.5 | 25 | 1 | 318 | 90 | +| 114 | BA GENETICS | BA 26-12 PCE | - | 213.1 | 22.8 | 0 | 334 | 96 | +| 115 | DYNA-GRO | D56TC44RIB | - | 211.3 | 23.1 | 0 | 343 | 97 | +| 116 | AGRIGOLD HYBRIDS | A646-30VT2RIB | - | 208.3 | 26.5 | 0 | 327 | 95 | +| 117 | SHUR GROW | SG-7244PCE | - | 204.7 | 26.8 | 0 | 332 | 98 | +| 118 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 193.6 | 24.8 | 3 | 365 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.json new file mode 100644 index 00000000..381070c5 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.json @@ -0,0 +1,1563 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-hebron", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Hebron", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 321.1, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 314.7, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 312.5, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 312, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 90 + } + }, + { + "rank": 5, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE", + "traits": null, + "metrics": { + "Yield": 310.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 93 + } + }, + { + "rank": 6, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 307.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 305.6, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 305, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": null, + "metrics": { + "Yield": 305, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 10, + "brand": "1st CHOICE SEEDS", + "product": "FC 8420 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 304.4, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 303, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 302.1, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94 + } + }, + { + "rank": 13, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 301.9, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "AXIS SEED", + "product": "64H70", + "traits": null, + "metrics": { + "Yield": 301.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRO", + "traits": null, + "metrics": { + "Yield": 298.5, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 90 + } + }, + { + "rank": 16, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 297.9, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 297.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 94 + } + }, + { + "rank": 18, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 297.1, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 19, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 296.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 20, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 296.7, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 296.4, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 296.1, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 296, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 95 + } + }, + { + "rank": 24, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 295.8, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 25, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 295.4, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 26, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 295.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 94 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 295, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 96 + } + }, + { + "rank": 28, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 294.1, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 383, + "Emergence": 95 + } + }, + { + "rank": 29, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 293.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 92 + } + }, + { + "rank": 30, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 292.7, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 292.6, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 92 + } + }, + { + "rank": 32, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 292.3, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 33, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 292.1, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 292, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 291.3, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 94 + } + }, + { + "rank": 36, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 291.2, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 290.9, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 93 + } + }, + { + "rank": 38, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 290.8, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 94 + } + }, + { + "rank": 39, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 290.1, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 40, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 289.8, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 41, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 289.8, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 93 + } + }, + { + "rank": 42, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 289.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 94 + } + }, + { + "rank": 43, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 289.3, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 288.8, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 45, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 288.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 93 + } + }, + { + "rank": 46, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 288.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 288.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 288, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 88 + } + }, + { + "rank": 49, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 287.9, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 50, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 287.9, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 51, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 287.2, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 52, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 287.1, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "SHUR GROW", + "product": "SG-EX111A", + "traits": null, + "metrics": { + "Yield": 287.1, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 287.1, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 55, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 286.9, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 86 + } + }, + { + "rank": 56, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 286.8, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 57, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 286.3, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 58, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 285.4, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 285.3, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 60, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 285.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 95 + } + }, + { + "rank": 61, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 285.1, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 62, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 285, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 63, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 284.7, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95 + } + }, + { + "rank": 64, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 284.6, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 65, + "brand": "DYNA-GRO", + "product": "D53SP85RIB", + "traits": null, + "metrics": { + "Yield": 284.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 66, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 284.1, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 88 + } + }, + { + "rank": 67, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 283.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 68, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": null, + "metrics": { + "Yield": 283, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 94 + } + }, + { + "rank": 69, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 282.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 70, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 282.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 92 + } + }, + { + "rank": 71, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 282.4, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 95 + } + }, + { + "rank": 72, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 282.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 94 + } + }, + { + "rank": 73, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 282, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 93 + } + }, + { + "rank": 74, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 281.9, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 75, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 281.9, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 299, + "Emergence": 89 + } + }, + { + "rank": 76, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 281.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 92 + } + }, + { + "rank": 77, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 281.7, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 78, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 281.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 93 + } + }, + { + "rank": 79, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 280.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 93 + } + }, + { + "rank": 80, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 280.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 81, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 280.1, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 82, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 280, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 83, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 279.8, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 92 + } + }, + { + "rank": 84, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 279.4, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 96 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 279.3, + "Harv. Moisture": 15.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 86, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 278.8, + "Harv. Moisture": 15, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 95 + } + }, + { + "rank": 87, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 278.6, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 94 + } + }, + { + "rank": 88, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 277.4, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 89, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 90, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 275.9, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 91, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 275.2, + "Harv. Moisture": 15, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 92, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 274.6, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 93, + "brand": "SHUR GROW", + "product": "SG-EX112B", + "traits": null, + "metrics": { + "Yield": 273.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 94, + "brand": "GOLDEN HARVEST", + "product": "G15U34-V", + "traits": null, + "metrics": { + "Yield": 273.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 96 + } + }, + { + "rank": 95, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 273, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 86 + } + }, + { + "rank": 96, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 272.8, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 97, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 272.6, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 92 + } + }, + { + "rank": 98, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 272.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 96 + } + }, + { + "rank": 99, + "brand": "AGRIGOLD HYBRIDS", + "product": "A646-30VT2RIB", + "traits": null, + "metrics": { + "Yield": 272.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 93 + } + }, + { + "rank": 100, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 101, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 271.6, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 93 + } + }, + { + "rank": 102, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 271.5, + "Harv. Moisture": 15.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 103, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 270.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 104, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 270, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 96 + } + }, + { + "rank": 105, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 269.8, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 93 + } + }, + { + "rank": 106, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 269.8, + "Harv. Moisture": 14.9, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 107, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 269.7, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 96 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 95 + } + }, + { + "rank": 109, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 268.9, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 97 + } + }, + { + "rank": 110, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 268, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 91 + } + }, + { + "rank": 111, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 267.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 112, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 113, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 263, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 114, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 262.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 115, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 261.4, + "Harv. Moisture": 15.2, + "Stalk Lodging": 0, + "Final Stand": 306, + "Emergence": 87 + } + }, + { + "rank": 116, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": null, + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 117, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 96 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 247.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 91 + } + } + ], + "n_results": 118, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.127131+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.md new file mode 100644 index 00000000..1224a49d --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-hebron.md @@ -0,0 +1,136 @@ +# Corn yield trial — Hebron, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Hebron +- **Source table:** TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | FS INVISION | FS 6447T RIB | - | 321.1 | 20.3 | 0 | 359 | 96 | +| 2 | CHANNEL | 210-08VT2PRIB | - | 314.7 | 17.8 | 0 | 336 | 97 | +| 3 | FS INVISION | FS 5947T RIB | - | 312.5 | 17 | 0 | 365 | 98 | +| 4 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | - | 312 | 20.8 | 0 | 319 | 90 | +| 5 | 1st CHOICE SEEDS | FC 8345 TRE | - | 310.8 | 20.4 | 0 | 319 | 93 | +| 6 | DEKALB | DKC66-06RIB | - | 307.6 | 19.6 | 0 | 339 | 96 | +| 7 | DEKALB | DKC110-10RIB | - | 305.6 | 17.5 | 0 | 347 | 96 | +| 8 | DYNA-GRO | D56TC44RIB | - | 305 | 19.9 | 0 | 337 | 96 | +| 9 | SEED CONSULTANTS | SC 1135PCE | - | 305 | 18.7 | 0 | 347 | 95 | +| 10 | 1st CHOICE SEEDS | FC 8420 VT2P RIB | - | 304.4 | 18.7 | 0 | 345 | 97 | +| 11 | AUGUSTA SEED | A4961 | - | 303 | 18.8 | 0 | 343 | 97 | +| 12 | DEKALB | DKC68-35RIB | - | 302.1 | 19.4 | 0 | 328 | 94 | +| 13 | CHANNEL | 211-11VT2PRIB | - | 301.9 | 16.1 | 0 | 368 | 99 | +| 14 | AXIS SEED | 64H70 | - | 301.3 | 19.3 | 0 | 356 | 95 | +| 15 | AGRIGOLD HYBRIDS | A642-32VT2PRO | - | 298.5 | 19.7 | 0 | 310 | 90 | +| 16 | CHANNEL | 210-46VT2PRIB | - | 297.9 | 15.6 | 0 | 346 | 95 | +| 17 | SEED GENETICS DIRECT | Direct 4113-DV | - | 297.4 | 18.9 | 0 | 350 | 94 | +| 18 | BA GENETICS | BA 26-14 PCE | - | 297.1 | 20.4 | 0 | 345 | 94 | +| 19 | FS INVISION | FS 6245V RIB | - | 296.9 | 18.1 | 0 | 347 | 95 | +| 20 | SEED CONSULTANTS | SC 1105PCE | - | 296.7 | 16.4 | 0 | 346 | 94 | +| 21 | SEED GENETICS DIRECT | Direct 2111-AA | - | 296.4 | 18 | 0 | 369 | 97 | +| 22 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 296.1 | 20.2 | 0 | 336 | 97 | +| 23 | AXIS SEED | 65W75 | - | 296 | 19.1 | 0 | 351 | 95 | +| 24 | CHANNEL | 215-70TRERIB | - | 295.8 | 19.9 | 0 | 327 | 93 | +| 25 | DEKALB | DKC110-41RIB | - | 295.4 | 16 | 0 | 332 | 94 | +| 26 | SEED CONSULTANTS | SC 1112AM | - | 295.3 | 17.3 | 0 | 337 | 94 | +| 27 | SHUR GROW | SG-EX110A | - | 295 | 17.1 | 0 | 318 | 96 | +| 28 | EBBERTS | 9779SSX | - | 294.1 | 16 | 0 | 383 | 95 | +| 29 | AXIS SEED | 63J77 | - | 293.3 | 17.9 | 0 | 341 | 92 | +| 30 | DYNA-GRO | D49PN05RA | - | 292.7 | 16.5 | 0 | 333 | 95 | +| 31 | BA GENETICS | BA 25-12 VT2P | - | 292.6 | 17.3 | 0 | 320 | 92 | +| 32 | BA GENETICS | BA 26-06 PCE | - | 292.3 | 16.6 | 0 | 338 | 95 | +| 33 | SEED GENETICS DIRECT | AGI 4111PWE | - | 292.1 | 17.2 | 0 | 361 | 96 | +| 34 | EBBERTS | 7993PC | - | 292 | 20.2 | 0 | 356 | 97 | +| 35 | BA GENETICS | BA 25-11 VT2P | - | 291.3 | 16.8 | 0 | 334 | 94 | +| 36 | SEED CONSULTANTS | SC 1094PCE | - | 291.2 | 16.8 | 0 | 348 | 97 | +| 37 | SEED GENETICS DIRECT | AGI 3113PWE | - | 290.9 | 20 | 0 | 351 | 93 | +| 38 | SEED GENETICS DIRECT | Direct 5112-AA | - | 290.8 | 19 | 0 | 359 | 94 | +| 39 | NK | NK1228-AA | - | 290.1 | 19.2 | 0 | 337 | 98 | +| 40 | AXIS SEED | 63M73 | - | 289.8 | 17.1 | 0 | 343 | 93 | +| 41 | EBBERTS | 6883DGVT2P RIB | - | 289.8 | 18 | 0 | 363 | 93 | +| 42 | BA GENETICS | BA 25-16 VT2P | - | 289.4 | 19.3 | 0 | 337 | 94 | +| 43 | GOLDEN HARVEST | G11V76-AA | - | 289.3 | 18 | 0 | 360 | 97 | +| 44 | FS INVISION | FS 6133VDG RIB | - | 288.8 | 16.9 | 0 | 352 | 95 | +| 45 | AXIS SEED | 60C61 | - | 288.4 | 17.7 | 0 | 339 | 93 | +| 46 | DYNA-GRO | D53VC54RIB | - | 288.4 | 19.5 | 0 | 336 | 97 | +| 47 | EBBERTS | 1660C | - | 288.1 | 17.4 | 0 | 361 | 98 | +| 48 | SEED GENETICS DIRECT | AGI 5105PWE | - | 288 | 16.3 | 0 | 330 | 88 | +| 49 | FS INVISION | FS 5949PC RA | - | 287.9 | 16.4 | 0 | 352 | 95 | +| 50 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 287.9 | 18.2 | 0 | 364 | 98 | +| 51 | SHUR GROW | SG-6310PCE | - | 287.2 | 16.1 | 0 | 328 | 96 | +| 52 | CHANNEL | 208-62VT2PRIB | - | 287.1 | 15.4 | 0 | 362 | 98 | +| 53 | SHUR GROW | SG-EX111A | - | 287.1 | 16.5 | 0 | 323 | 96 | +| 54 | CHANNEL | 215-42TRERIB | - | 287.1 | 17.9 | 0 | 343 | 95 | +| 55 | EBBERTS | 7557PC | - | 286.9 | 17.1 | 0 | 321 | 86 | +| 56 | EBBERTS | 7188PC | - | 286.8 | 18 | 0 | 356 | 97 | +| 57 | BA GENETICS | BA 26-10 PCE | - | 286.3 | 17.4 | 0 | 339 | 96 | +| 58 | SEED GENETICS DIRECT | AGI 4106PWE | - | 285.4 | 15.4 | 0 | 364 | 96 | +| 59 | NK | NK1040-AA | - | 285.3 | 16.8 | 0 | 342 | 97 | +| 60 | SHUR GROW | SG-7153V | - | 285.2 | 18.7 | 0 | 320 | 95 | +| 61 | DEKALB | DKC106-98RIB | - | 285.1 | 15.7 | 0 | 339 | 96 | +| 62 | DEKALB | DKC64-22RIB | - | 285 | 17.5 | 0 | 336 | 95 | +| 63 | SHUR GROW | SG-7124PCE | - | 284.7 | 18.2 | 0 | 321 | 95 | +| 64 | SHUR GROW | SG-EX109A | - | 284.6 | 17.3 | 0 | 343 | 97 | +| 65 | DYNA-GRO | D53SP85RIB | - | 284.2 | 17.5 | 0 | 345 | 98 | +| 66 | FS INVISION | FS 6349PC RA | - | 284.1 | 19 | 0 | 325 | 88 | +| 67 | AXIS SEED | 62C60 | - | 283.5 | 18.7 | 0 | 342 | 93 | +| 68 | SHUR GROW | SG-7347PCE | - | 283 | 19.1 | 0 | 316 | 94 | +| 69 | BA GENETICS | BA 26-12 PCE | - | 282.8 | 18.3 | 0 | 336 | 93 | +| 70 | EBBERTS | 7442PC | - | 282.4 | 18.9 | 0 | 330 | 92 | +| 71 | SEED GENETICS DIRECT | AGI 4115PWE | - | 282.4 | 18.6 | 0 | 359 | 95 | +| 72 | SHUR GROW | SG-7233DGVT2 | - | 282.3 | 18.6 | 0 | 330 | 94 | +| 73 | SEED CONSULTANTS | SC 1093AM | - | 282 | 16.6 | 0 | 337 | 93 | +| 74 | EBBERTS | 7209TR RIB | - | 281.9 | 15.6 | 0 | 334 | 95 | +| 75 | SHUR GROW | SG-6550PCE | - | 281.9 | 16.6 | 0 | 299 | 89 | +| 76 | SEED GENETICS DIRECT | Direct 5114-D | - | 281.8 | 20.8 | 0 | 346 | 92 | +| 77 | NK | NK1056-V | - | 281.7 | 17.9 | 0 | 343 | 98 | +| 78 | CHANNEL | 214-78DGVT2PRIB | - | 281.1 | 18.1 | 0 | 334 | 93 | +| 79 | SEED GENETICS DIRECT | AGI 5113PWE | - | 280.8 | 20.1 | 0 | 354 | 93 | +| 80 | DYNA-GRO | D51VC95RIB | - | 280.2 | 17.5 | 0 | 323 | 94 | +| 81 | BA GENETICS | BA 26-08 PCE | - | 280.1 | 17.7 | 0 | 364 | 97 | +| 82 | NK | NK0922-V | - | 280 | 18.2 | 0 | 350 | 98 | +| 83 | FS INVISION | FS 6017V RIB | - | 279.8 | 15.4 | 0 | 337 | 92 | +| 84 | SHUR GROW | SG-EX105A | - | 279.4 | 16.2 | 0 | 319 | 96 | +| 85 | DEKALB | DKC56-26RIB | - | 279.3 | 15.4 | 0 | 336 | 96 | +| 86 | BA GENETICS | BA 25-07 PCE | - | 278.8 | 15 | 0 | 355 | 95 | +| 87 | AXIS SEED | 57K72 | - | 278.6 | 15.2 | 0 | 348 | 94 | +| 88 | SEED CONSULTANTS | SC 1084AM | - | 277.4 | 16.9 | 0 | 336 | 95 | +| 89 | GOLDEN HARVEST | G12U11-AA | - | 276.2 | 18.9 | 0 | 339 | 98 | +| 90 | DEKALB | DKC59-82RIB | - | 275.9 | 16.3 | 0 | 339 | 95 | +| 91 | CHANNEL | 204-54TRERIB | - | 275.2 | 15 | 0 | 348 | 97 | +| 92 | CHANNEL | 207-87VT2PRIB | - | 274.6 | 15.3 | 0 | 334 | 97 | +| 93 | SHUR GROW | SG-EX112B | - | 273.7 | 18.9 | 0 | 334 | 95 | +| 94 | GOLDEN HARVEST | G15U34-V | - | 273.3 | 20.2 | 0 | 346 | 96 | +| 95 | GOLDEN HARVEST | G14B32-DV | - | 273 | 18.9 | 0 | 305 | 86 | +| 96 | AUGUSTA SEED | A2360 | - | 272.8 | 16.7 | 0 | 324 | 95 | +| 97 | BA GENETICS | BA 23-14 VT2P | - | 272.6 | 18.9 | 0 | 319 | 92 | +| 98 | SEED GENETICS DIRECT | AGI 3114PWE | - | 272.3 | 18.9 | 0 | 363 | 96 | +| 99 | AGRIGOLD HYBRIDS | A646-30VT2RIB | - | 272.1 | 19.1 | 0 | 318 | 93 | +| 100 | CHANNEL | 215-09VT2PRIB | - | 271.8 | 18.2 | 0 | 339 | 94 | +| 101 | DEKALB | DKC114-99RIB | - | 271.6 | 18.7 | 0 | 332 | 93 | +| 102 | AXIS SEED | 59D20 | - | 271.5 | 15.1 | 0 | 354 | 95 | +| 103 | SHUR GROW | SG-7244PCE | - | 270.7 | 20.6 | 0 | 327 | 95 | +| 104 | SHUR GROW | SG-6707V | - | 270 | 15.9 | 0 | 321 | 96 | +| 105 | AXIS SEED | 59D20 RHTCe | - | 269.8 | 15.7 | 0 | 347 | 93 | +| 106 | EBBERTS | 1335C | - | 269.8 | 14.9 | 0 | 338 | 96 | +| 107 | SHUR GROW | SG-6884PCE | - | 269.7 | 17.3 | 0 | 320 | 96 | +| 108 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 269.2 | 16.9 | 0 | 360 | 95 | +| 109 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 268.9 | 17.3 | 0 | 369 | 97 | +| 110 | NK | NK1480-DV | - | 268 | 18.6 | 0 | 323 | 91 | +| 111 | GOLDEN HARVEST | G10L16-DV | - | 267.2 | 16.7 | 0 | 338 | 97 | +| 112 | SEED GENETICS DIRECT | Direct 3111-D | - | 264.1 | 16.7 | 0 | 364 | 97 | +| 113 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 263 | 21.8 | 0 | 355 | 96 | +| 114 | AUGUSTA SEED | A6362 | - | 262.3 | 17.7 | 0 | 348 | 98 | +| 115 | CHANNEL | 205-85VT2PRIB | - | 261.4 | 15.2 | 0 | 306 | 87 | +| 116 | SHUR GROW | SG-7275V | - | 259.3 | 18.4 | 0 | 337 | 96 | +| 117 | SHUR GROW | SG-7054AA | - | 253.2 | 16.7 | 0 | 316 | 96 | +| 118 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 247.9 | 20.3 | 2 | 334 | 91 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.json new file mode 100644 index 00000000..0024d79e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.json @@ -0,0 +1,1563 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-south-charleston", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "South Charleston", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 300, + "Harv. Moisture": 24.5, + "Stalk Lodging": 65, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 2, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 292.5, + "Harv. Moisture": 25.6, + "Stalk Lodging": 53, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 3, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 291.1, + "Harv. Moisture": 24, + "Stalk Lodging": 77, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 288.7, + "Harv. Moisture": 25.3, + "Stalk Lodging": 39, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "AXIS SEED", + "product": "64H70", + "traits": null, + "metrics": { + "Yield": 288.2, + "Harv. Moisture": 24.4, + "Stalk Lodging": 31, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 284.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 25, + "Final Stand": 328, + "Emergence": 100 + } + }, + { + "rank": 7, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 283.8, + "Harv. Moisture": 23, + "Stalk Lodging": 85, + "Final Stand": 368, + "Emergence": 99 + } + }, + { + "rank": 8, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 283.2, + "Harv. Moisture": 24.6, + "Stalk Lodging": 30, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 9, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 283, + "Harv. Moisture": 23.6, + "Stalk Lodging": 95, + "Final Stand": 354, + "Emergence": 100 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 282.6, + "Harv. Moisture": 24.1, + "Stalk Lodging": 60, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 282.3, + "Harv. Moisture": 23.3, + "Stalk Lodging": 26, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 281.7, + "Harv. Moisture": 22.7, + "Stalk Lodging": 4, + "Final Stand": 348, + "Emergence": 100 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 281.1, + "Harv. Moisture": 22, + "Stalk Lodging": 7, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 280.6, + "Harv. Moisture": 23.9, + "Stalk Lodging": 100, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 15, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 280.2, + "Harv. Moisture": 23.1, + "Stalk Lodging": 8, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 279.5, + "Harv. Moisture": 22.3, + "Stalk Lodging": 24, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 278.4, + "Harv. Moisture": 23, + "Stalk Lodging": 2, + "Final Stand": 329, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 277.7, + "Harv. Moisture": 23.8, + "Stalk Lodging": 5, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 276.6, + "Harv. Moisture": 24.6, + "Stalk Lodging": 30, + "Final Stand": 337, + "Emergence": 92 + } + }, + { + "rank": 20, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 276.6, + "Harv. Moisture": 24.8, + "Stalk Lodging": 4, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 28, + "Stalk Lodging": 19, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 274.4, + "Harv. Moisture": 25.2, + "Stalk Lodging": 51, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 23, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 274.1, + "Harv. Moisture": 25.4, + "Stalk Lodging": 15, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 273.3, + "Harv. Moisture": 24.5, + "Stalk Lodging": 33, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 273.3, + "Harv. Moisture": 21.8, + "Stalk Lodging": 20, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 26, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 272.1, + "Harv. Moisture": 23, + "Stalk Lodging": 8, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 27, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 24.2, + "Stalk Lodging": 57, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 28, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 269.8, + "Harv. Moisture": 26, + "Stalk Lodging": 63, + "Final Stand": 369, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": null, + "metrics": { + "Yield": 269.5, + "Harv. Moisture": 23.1, + "Stalk Lodging": 54, + "Final Stand": 359, + "Emergence": 100 + } + }, + { + "rank": 30, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": null, + "metrics": { + "Yield": 269.5, + "Harv. Moisture": 24.4, + "Stalk Lodging": 93, + "Final Stand": 330, + "Emergence": 98 + } + }, + { + "rank": 31, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 269.3, + "Harv. Moisture": 23, + "Stalk Lodging": 88, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 32, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 269.1, + "Harv. Moisture": 22.5, + "Stalk Lodging": 55, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 33, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 268.8, + "Harv. Moisture": 24.9, + "Stalk Lodging": 93, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 268.8, + "Harv. Moisture": 24.3, + "Stalk Lodging": 40, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 268.4, + "Harv. Moisture": 22.5, + "Stalk Lodging": 22, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 268.2, + "Harv. Moisture": 23.1, + "Stalk Lodging": 11, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 37, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 267.5, + "Harv. Moisture": 22.6, + "Stalk Lodging": 40, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 38, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 267, + "Harv. Moisture": 23.2, + "Stalk Lodging": 63, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 39, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 266.9, + "Harv. Moisture": 29, + "Stalk Lodging": 26, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 40, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 266.9, + "Harv. Moisture": 22.2, + "Stalk Lodging": 13, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE", + "traits": null, + "metrics": { + "Yield": 266.5, + "Harv. Moisture": 23.6, + "Stalk Lodging": 25, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 265.9, + "Harv. Moisture": 23.5, + "Stalk Lodging": 87, + "Final Stand": 361, + "Emergence": 100 + } + }, + { + "rank": 43, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 264.4, + "Harv. Moisture": 22.3, + "Stalk Lodging": 40, + "Final Stand": 345, + "Emergence": 100 + } + }, + { + "rank": 44, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 22, + "Stalk Lodging": 3, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 45, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 264.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 13, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 46, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 23.3, + "Stalk Lodging": 11, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 23.9, + "Stalk Lodging": 9, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 48, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 23, + "Stalk Lodging": 14, + "Final Stand": 346, + "Emergence": 100 + } + }, + { + "rank": 49, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 263.6, + "Harv. Moisture": 25.9, + "Stalk Lodging": 78, + "Final Stand": 323, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 263.3, + "Harv. Moisture": 24.5, + "Stalk Lodging": 9, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 51, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 263.1, + "Harv. Moisture": 24.1, + "Stalk Lodging": 22, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 52, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 22.9, + "Stalk Lodging": 73, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRO", + "traits": null, + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 22.1, + "Stalk Lodging": 24, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 54, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 21.7, + "Stalk Lodging": 67, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 22.2, + "Stalk Lodging": 78, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 56, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 25.3, + "Stalk Lodging": 4, + "Final Stand": 324, + "Emergence": 99 + } + }, + { + "rank": 57, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 260.9, + "Harv. Moisture": 26.1, + "Stalk Lodging": 11, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 58, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 21.3, + "Stalk Lodging": 29, + "Final Stand": 342, + "Emergence": 100 + } + }, + { + "rank": 59, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 23, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 60, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 22.2, + "Stalk Lodging": 6, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 61, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 25.1, + "Stalk Lodging": 60, + "Final Stand": 345, + "Emergence": 100 + } + }, + { + "rank": 62, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 258.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 9, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 63, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 23.4, + "Stalk Lodging": 9, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 64, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 257.3, + "Harv. Moisture": 24.8, + "Stalk Lodging": 6, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 65, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 255.7, + "Harv. Moisture": 24.1, + "Stalk Lodging": 11, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 66, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 255.6, + "Harv. Moisture": 26.2, + "Stalk Lodging": 97, + "Final Stand": 373, + "Emergence": 100 + } + }, + { + "rank": 67, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 255.4, + "Harv. Moisture": 25, + "Stalk Lodging": 66, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 68, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 255, + "Harv. Moisture": 20.7, + "Stalk Lodging": 53, + "Final Stand": 387, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 254.2, + "Harv. Moisture": 23.1, + "Stalk Lodging": 3, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 70, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 254.2, + "Harv. Moisture": 22.3, + "Stalk Lodging": 90, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 71, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 253.6, + "Harv. Moisture": 23.3, + "Stalk Lodging": 12, + "Final Stand": 331, + "Emergence": 96 + } + }, + { + "rank": 72, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 253.5, + "Harv. Moisture": 22.7, + "Stalk Lodging": 48, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 73, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 253.3, + "Harv. Moisture": 25.9, + "Stalk Lodging": 67, + "Final Stand": 324, + "Emergence": 93 + } + }, + { + "rank": 74, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 23.3, + "Stalk Lodging": 55, + "Final Stand": 362, + "Emergence": 98 + } + }, + { + "rank": 75, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 252.7, + "Harv. Moisture": 23.2, + "Stalk Lodging": 54, + "Final Stand": 373, + "Emergence": 98 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 252.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 11, + "Final Stand": 365, + "Emergence": 97 + } + }, + { + "rank": 77, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": null, + "metrics": { + "Yield": 251.9, + "Harv. Moisture": 26.7, + "Stalk Lodging": 6, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 78, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 251.3, + "Harv. Moisture": 22.9, + "Stalk Lodging": 21, + "Final Stand": 366, + "Emergence": 98 + } + }, + { + "rank": 79, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 251.2, + "Harv. Moisture": 22.2, + "Stalk Lodging": 29, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 80, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 39, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 81, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 21.7, + "Stalk Lodging": 14, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 82, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 37, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 83, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 249.5, + "Harv. Moisture": 23.4, + "Stalk Lodging": 98, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 84, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 249.1, + "Harv. Moisture": 24.9, + "Stalk Lodging": 93, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 247.8, + "Harv. Moisture": 22, + "Stalk Lodging": 29, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 86, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 246.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 67, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 87, + "brand": "SHUR GROW", + "product": "SG-EX112B", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 23.4, + "Stalk Lodging": 22, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 88, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 246.1, + "Harv. Moisture": 23.1, + "Stalk Lodging": 83, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 89, + "brand": "SHUR GROW", + "product": "SG-EX111A", + "traits": null, + "metrics": { + "Yield": 245.2, + "Harv. Moisture": 22.7, + "Stalk Lodging": 6, + "Final Stand": 329, + "Emergence": 98 + } + }, + { + "rank": 90, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 244.9, + "Harv. Moisture": 23.1, + "Stalk Lodging": 65, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 91, + "brand": "DYNA-GRO", + "product": "D53SP85RIB", + "traits": null, + "metrics": { + "Yield": 244.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 65, + "Final Stand": 346, + "Emergence": 100 + } + }, + { + "rank": 92, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 244.7, + "Harv. Moisture": 22.8, + "Stalk Lodging": 19, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 93, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 243.8, + "Harv. Moisture": 26.9, + "Stalk Lodging": 78, + "Final Stand": 355, + "Emergence": 95 + } + }, + { + "rank": 94, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 243.7, + "Harv. Moisture": 23.7, + "Stalk Lodging": 19, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 95, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 243.4, + "Harv. Moisture": 26.6, + "Stalk Lodging": 30, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 96, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 243.1, + "Harv. Moisture": 23.1, + "Stalk Lodging": 37, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 97, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 242.9, + "Harv. Moisture": 23.3, + "Stalk Lodging": 40, + "Final Stand": 346, + "Emergence": 96 + } + }, + { + "rank": 98, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 242.9, + "Harv. Moisture": 23.9, + "Stalk Lodging": 7, + "Final Stand": 320, + "Emergence": 99 + } + }, + { + "rank": 99, + "brand": "1st CHOICE SEEDS", + "product": "FC 8420 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 242.9, + "Harv. Moisture": 23.9, + "Stalk Lodging": 46, + "Final Stand": 330, + "Emergence": 94 + } + }, + { + "rank": 100, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 242.7, + "Harv. Moisture": 23.3, + "Stalk Lodging": 50, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 101, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 242, + "Harv. Moisture": 23.2, + "Stalk Lodging": 95, + "Final Stand": 331, + "Emergence": 96 + } + }, + { + "rank": 102, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 240.8, + "Harv. Moisture": 21, + "Stalk Lodging": 40, + "Final Stand": 369, + "Emergence": 99 + } + }, + { + "rank": 103, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 240.1, + "Harv. Moisture": 20.3, + "Stalk Lodging": 55, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 104, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 239.8, + "Harv. Moisture": 24.9, + "Stalk Lodging": 93, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 105, + "brand": "AGRIGOLD HYBRIDS", + "product": "A646-30VT2RIB", + "traits": null, + "metrics": { + "Yield": 239.7, + "Harv. Moisture": 24.9, + "Stalk Lodging": 67, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 106, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 238.7, + "Harv. Moisture": 23.1, + "Stalk Lodging": 18, + "Final Stand": 338, + "Emergence": 93 + } + }, + { + "rank": 107, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 238.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 60, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 27.9, + "Stalk Lodging": 70, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 109, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 237.8, + "Harv. Moisture": 21.7, + "Stalk Lodging": 52, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 110, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 233.6, + "Harv. Moisture": 24.2, + "Stalk Lodging": 63, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 111, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 22.9, + "Stalk Lodging": 83, + "Final Stand": 372, + "Emergence": 97 + } + }, + { + "rank": 112, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 231.3, + "Harv. Moisture": 25.3, + "Stalk Lodging": 83, + "Final Stand": 337, + "Emergence": 91 + } + }, + { + "rank": 113, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 229.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 7, + "Final Stand": 296, + "Emergence": 86 + } + }, + { + "rank": 114, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 228, + "Harv. Moisture": 23.1, + "Stalk Lodging": 70, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 115, + "brand": "GOLDEN HARVEST", + "product": "G15U34-V", + "traits": null, + "metrics": { + "Yield": 227, + "Harv. Moisture": 24, + "Stalk Lodging": 35, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 116, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 224.5, + "Harv. Moisture": 29.3, + "Stalk Lodging": 13, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 117, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 222.4, + "Harv. Moisture": 24.6, + "Stalk Lodging": 73, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 218, + "Harv. Moisture": 26.4, + "Stalk Lodging": 70, + "Final Stand": 364, + "Emergence": 99 + } + } + ], + "n_results": 118, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.127971+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.md new file mode 100644 index 00000000..f142fc61 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-south-charleston.md @@ -0,0 +1,136 @@ +# Corn yield trial — South Charleston, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** South Charleston +- **Source table:** TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AXIS SEED | 60C61 | - | 300 | 24.5 | 65 | 346 | 95 | +| 2 | SEED GENETICS DIRECT | AGI 5105PWE | - | 292.5 | 25.6 | 53 | 339 | 94 | +| 3 | BA GENETICS | BA 26-06 PCE | - | 291.1 | 24 | 77 | 341 | 98 | +| 4 | SHUR GROW | SG-6550PCE | - | 288.7 | 25.3 | 39 | 342 | 96 | +| 5 | AXIS SEED | 64H70 | - | 288.2 | 24.4 | 31 | 363 | 99 | +| 6 | SHUR GROW | SG-EX105A | - | 284.7 | 21.4 | 25 | 328 | 100 | +| 7 | CHANNEL | 208-62VT2PRIB | - | 283.8 | 23 | 85 | 368 | 99 | +| 8 | SHUR GROW | SG-EX109A | - | 283.2 | 24.6 | 30 | 343 | 99 | +| 9 | DEKALB | DKC68-35RIB | - | 283 | 23.6 | 95 | 354 | 100 | +| 10 | FS INVISION | FS 5947T RIB | - | 282.6 | 24.1 | 60 | 365 | 98 | +| 11 | EBBERTS | 1660C | - | 282.3 | 23.3 | 26 | 345 | 99 | +| 12 | DEKALB | DKC110-41RIB | - | 281.7 | 22.7 | 4 | 348 | 100 | +| 13 | FS INVISION | FS 6017V RIB | - | 281.1 | 22 | 7 | 358 | 98 | +| 14 | AXIS SEED | 65W75 | - | 280.6 | 23.9 | 100 | 361 | 99 | +| 15 | CHANNEL | 215-70TRERIB | - | 280.2 | 23.1 | 8 | 343 | 98 | +| 16 | AXIS SEED | 63J77 | - | 279.5 | 22.3 | 24 | 363 | 99 | +| 17 | SHUR GROW | SG-6884PCE | - | 278.4 | 23 | 2 | 329 | 98 | +| 18 | SEED CONSULTANTS | SC 1084AM | - | 277.7 | 23.8 | 5 | 350 | 96 | +| 19 | EBBERTS | 7557PC | - | 276.6 | 24.6 | 30 | 337 | 92 | +| 20 | AUGUSTA SEED | A6362 | - | 276.6 | 24.8 | 4 | 346 | 99 | +| 21 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 275.1 | 28 | 19 | 361 | 98 | +| 22 | SEED GENETICS DIRECT | AGI 5113PWE | - | 274.4 | 25.2 | 51 | 363 | 98 | +| 23 | AUGUSTA SEED | A4961 | - | 274.1 | 25.4 | 15 | 337 | 98 | +| 24 | BA GENETICS | BA 26-10 PCE | - | 273.3 | 24.5 | 33 | 345 | 98 | +| 25 | DEKALB | DKC106-98RIB | - | 273.3 | 21.8 | 20 | 359 | 99 | +| 26 | BA GENETICS | BA 26-08 PCE | - | 272.1 | 23 | 8 | 360 | 98 | +| 27 | CHANNEL | 211-11VT2PRIB | - | 271.7 | 24.2 | 57 | 363 | 99 | +| 28 | SEED GENETICS DIRECT | Direct 5114-D | - | 269.8 | 26 | 63 | 369 | 98 | +| 29 | SEED CONSULTANTS | SC 1135PCE | - | 269.5 | 23.1 | 54 | 359 | 100 | +| 30 | SHUR GROW | SG-7347PCE | - | 269.5 | 24.4 | 93 | 330 | 98 | +| 31 | BA GENETICS | BA 25-12 VT2P | - | 269.3 | 23 | 88 | 327 | 93 | +| 32 | AXIS SEED | 63M73 | - | 269.1 | 22.5 | 55 | 346 | 95 | +| 33 | BA GENETICS | BA 26-12 PCE | - | 268.8 | 24.9 | 93 | 354 | 98 | +| 34 | SEED GENETICS DIRECT | AGI 3113PWE | - | 268.8 | 24.3 | 40 | 359 | 96 | +| 35 | DEKALB | DKC56-26RIB | - | 268.4 | 22.5 | 22 | 343 | 98 | +| 36 | EBBERTS | 7188PC | - | 268.2 | 23.1 | 11 | 359 | 99 | +| 37 | CHANNEL | 215-42TRERIB | - | 267.5 | 22.6 | 40 | 346 | 99 | +| 38 | AUGUSTA SEED | A2360 | - | 267 | 23.2 | 63 | 334 | 98 | +| 39 | SEED GENETICS DIRECT | Direct 3111-D | - | 266.9 | 29 | 26 | 364 | 98 | +| 40 | FS INVISION | FS 6245V RIB | - | 266.9 | 22.2 | 13 | 356 | 98 | +| 41 | 1st CHOICE SEEDS | FC 8345 TRE | - | 266.5 | 23.6 | 25 | 330 | 97 | +| 42 | SEED CONSULTANTS | SC 1094PCE | - | 265.9 | 23.5 | 87 | 361 | 100 | +| 43 | CHANNEL | 214-78DGVT2PRIB | - | 264.4 | 22.3 | 40 | 345 | 100 | +| 44 | BA GENETICS | BA 25-11 VT2P | - | 264.3 | 22 | 3 | 346 | 98 | +| 45 | CHANNEL | 210-08VT2PRIB | - | 264.2 | 22.8 | 13 | 345 | 99 | +| 46 | DEKALB | DKC110-10RIB | - | 264.1 | 23.3 | 11 | 351 | 97 | +| 47 | GOLDEN HARVEST | G11V76-AA | - | 264.1 | 23.9 | 9 | 364 | 99 | +| 48 | BA GENETICS | BA 25-16 VT2P | - | 264.1 | 23 | 14 | 346 | 100 | +| 49 | SHUR GROW | SG-7244PCE | - | 263.6 | 25.9 | 78 | 323 | 97 | +| 50 | NK | NK1056-V | - | 263.3 | 24.5 | 9 | 343 | 98 | +| 51 | DYNA-GRO | D51VC95RIB | - | 263.1 | 24.1 | 22 | 330 | 97 | +| 52 | SEED CONSULTANTS | SC 1105PCE | - | 262.9 | 22.9 | 73 | 351 | 98 | +| 53 | AGRIGOLD HYBRIDS | A642-32VT2PRO | - | 262.9 | 22.1 | 24 | 337 | 98 | +| 54 | CHANNEL | 204-54TRERIB | - | 262.5 | 21.7 | 67 | 348 | 99 | +| 55 | SHUR GROW | SG-6310PCE | - | 262.4 | 22.2 | 78 | 327 | 96 | +| 56 | SHUR GROW | SG-EX110A | - | 262.2 | 25.3 | 4 | 324 | 99 | +| 57 | FS INVISION | FS 6133VDG RIB | - | 260.9 | 26.1 | 11 | 359 | 99 | +| 58 | CHANNEL | 207-87VT2PRIB | - | 259.1 | 21.3 | 29 | 342 | 100 | +| 59 | CHANNEL | 215-09VT2PRIB | - | 259.1 | 22.8 | 23 | 348 | 98 | +| 60 | EBBERTS | 7209TR RIB | - | 258.8 | 22.2 | 6 | 339 | 98 | +| 61 | GOLDEN HARVEST | G12U11-AA | - | 258.8 | 25.1 | 60 | 345 | 100 | +| 62 | SEED GENETICS DIRECT | Direct 2111-AA | - | 258.1 | 22.4 | 9 | 370 | 98 | +| 63 | SHUR GROW | SG-7233DGVT2 | - | 257.6 | 23.4 | 9 | 341 | 99 | +| 64 | DYNA-GRO | D53VC54RIB | - | 257.3 | 24.8 | 6 | 341 | 97 | +| 65 | DEKALB | DKC114-99RIB | - | 255.7 | 24.1 | 11 | 347 | 98 | +| 66 | SEED GENETICS DIRECT | AGI 3114PWE | - | 255.6 | 26.2 | 97 | 373 | 100 | +| 67 | FS INVISION | FS 6447T RIB | - | 255.4 | 25 | 66 | 365 | 99 | +| 68 | EBBERTS | 9779SSX | - | 255 | 20.7 | 53 | 387 | 97 | +| 69 | DYNA-GRO | D49PN05RA | - | 254.2 | 23.1 | 3 | 336 | 98 | +| 70 | AXIS SEED | 62C60 | - | 254.2 | 22.3 | 90 | 360 | 97 | +| 71 | BA GENETICS | BA 23-14 VT2P | - | 253.6 | 23.3 | 12 | 331 | 96 | +| 72 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 253.5 | 22.7 | 48 | 338 | 97 | +| 73 | GOLDEN HARVEST | G14B32-DV | - | 253.3 | 25.9 | 67 | 324 | 93 | +| 74 | SEED GENETICS DIRECT | AGI 4111PWE | - | 252.9 | 23.3 | 55 | 362 | 98 | +| 75 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 252.7 | 23.2 | 54 | 373 | 98 | +| 76 | EBBERTS | 6883DGVT2P RIB | - | 252.1 | 21.9 | 11 | 365 | 97 | +| 77 | SHUR GROW | SG-7275V | - | 251.9 | 26.7 | 6 | 339 | 98 | +| 78 | FS INVISION | FS 5949PC RA | - | 251.3 | 22.9 | 21 | 366 | 98 | +| 79 | BA GENETICS | BA 25-07 PCE | - | 251.2 | 22.2 | 29 | 355 | 98 | +| 80 | CHANNEL | 210-46VT2PRIB | - | 250.8 | 20.7 | 39 | 346 | 99 | +| 81 | DEKALB | DKC59-82RIB | - | 250.8 | 21.7 | 14 | 347 | 96 | +| 82 | AXIS SEED | 57K72 | - | 249.8 | 20.7 | 37 | 360 | 99 | +| 83 | SEED CONSULTANTS | SC 1093AM | - | 249.5 | 23.4 | 98 | 351 | 97 | +| 84 | BA GENETICS | BA 26-14 PCE | - | 249.1 | 24.9 | 93 | 351 | 97 | +| 85 | DEKALB | DKC64-22RIB | - | 247.8 | 22 | 29 | 348 | 99 | +| 86 | AXIS SEED | 59D20 | - | 246.8 | 23.1 | 67 | 361 | 99 | +| 87 | SHUR GROW | SG-EX112B | - | 246.3 | 23.4 | 22 | 339 | 96 | +| 88 | NK | NK0922-V | - | 246.1 | 23.1 | 83 | 360 | 99 | +| 89 | SHUR GROW | SG-EX111A | - | 245.2 | 22.7 | 6 | 329 | 98 | +| 90 | DEKALB | DKC66-06RIB | - | 244.9 | 23.1 | 65 | 351 | 99 | +| 91 | DYNA-GRO | D53SP85RIB | - | 244.9 | 21.9 | 65 | 346 | 100 | +| 92 | SHUR GROW | SG-7153V | - | 244.7 | 22.8 | 19 | 343 | 99 | +| 93 | SEED GENETICS DIRECT | Direct 4113-DV | - | 243.8 | 26.9 | 78 | 355 | 95 | +| 94 | NK | NK1040-AA | - | 243.7 | 23.7 | 19 | 363 | 99 | +| 95 | SHUR GROW | SG-6707V | - | 243.4 | 26.6 | 30 | 337 | 97 | +| 96 | FS INVISION | FS 6349PC RA | - | 243.1 | 23.1 | 37 | 347 | 95 | +| 97 | SEED CONSULTANTS | SC 1112AM | - | 242.9 | 23.3 | 40 | 346 | 96 | +| 98 | SHUR GROW | SG-7054AA | - | 242.9 | 23.9 | 7 | 320 | 99 | +| 99 | 1st CHOICE SEEDS | FC 8420 VT2P RIB | - | 242.9 | 23.9 | 46 | 330 | 94 | +| 100 | NK | NK1228-AA | - | 242.7 | 23.3 | 50 | 350 | 98 | +| 101 | EBBERTS | 7442PC | - | 242 | 23.2 | 95 | 331 | 96 | +| 102 | SEED GENETICS DIRECT | AGI 4106PWE | - | 240.8 | 21 | 40 | 369 | 99 | +| 103 | EBBERTS | 1335C | - | 240.1 | 20.3 | 55 | 337 | 97 | +| 104 | EBBERTS | 7993PC | - | 239.8 | 24.9 | 93 | 341 | 98 | +| 105 | AGRIGOLD HYBRIDS | A646-30VT2RIB | - | 239.7 | 24.9 | 67 | 337 | 98 | +| 106 | SHUR GROW | SG-7124PCE | - | 238.7 | 23.1 | 18 | 338 | 93 | +| 107 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | - | 238.1 | 22.8 | 60 | 329 | 96 | +| 108 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 238 | 27.9 | 70 | 354 | 96 | +| 109 | AXIS SEED | 59D20 RHTCe | - | 237.8 | 21.7 | 52 | 363 | 99 | +| 110 | SEED GENETICS DIRECT | AGI 4115PWE | - | 233.6 | 24.2 | 63 | 367 | 98 | +| 111 | SEED GENETICS DIRECT | Direct 5112-AA | - | 233.5 | 22.9 | 83 | 372 | 97 | +| 112 | NK | NK1480-DV | - | 231.3 | 25.3 | 83 | 337 | 91 | +| 113 | CHANNEL | 205-85VT2PRIB | - | 229.5 | 20.2 | 7 | 296 | 86 | +| 114 | GOLDEN HARVEST | G10L16-DV | - | 228 | 23.1 | 70 | 346 | 99 | +| 115 | GOLDEN HARVEST | G15U34-V | - | 227 | 24 | 35 | 350 | 97 | +| 116 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 224.5 | 29.3 | 13 | 364 | 98 | +| 117 | DYNA-GRO | D56TC44RIB | - | 222.4 | 24.6 | 73 | 328 | 96 | +| 118 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 218 | 26.4 | 70 | 364 | 99 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.json new file mode 100644 index 00000000..11766c00 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.json @@ -0,0 +1,1681 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2024-sw-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "SW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024.", + "results": [ + { + "rank": 1, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5105PWE", + "traits": null, + "metrics": { + "Yield": 282.5, + "Harv. Moisture": 22.2, + "Stalk Lodging": 18, + "Final Stand": 334, + "Emergence": 90, + "Test Wt.": 54.6 + } + }, + { + "rank": 2, + "brand": "AXIS SEED", + "product": "60C61", + "traits": null, + "metrics": { + "Yield": 281, + "Harv. Moisture": 21.8, + "Stalk Lodging": 23, + "Final Stand": 343, + "Emergence": 94, + "Test Wt.": 54.4 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 280.9, + "Harv. Moisture": 21.5, + "Stalk Lodging": 9, + "Final Stand": 347, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 4, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 21.8, + "Stalk Lodging": 26, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 54.7 + } + }, + { + "rank": 5, + "brand": "SHUR GROW", + "product": "SG-EX109A", + "traits": null, + "metrics": { + "Yield": 279.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 11, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 54.2 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 278.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 22, + "Final Stand": 367, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 7, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 21, + "Stalk Lodging": 4, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 54.7 + } + }, + { + "rank": 8, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": null, + "metrics": { + "Yield": 276.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 4, + "Final Stand": 349, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 9, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 13, + "Final Stand": 320, + "Emergence": 91, + "Test Wt.": 54.4 + } + }, + { + "rank": 10, + "brand": "SHUR GROW", + "product": "SG-EX105A", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 20, + "Stalk Lodging": 8, + "Final Stand": 324, + "Emergence": 98, + "Test Wt.": 55.4 + } + }, + { + "rank": 11, + "brand": "AUGUSTA SEED", + "product": "A4961", + "traits": null, + "metrics": { + "Yield": 274.2, + "Harv. Moisture": 22.8, + "Stalk Lodging": 5, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": null, + "metrics": { + "Yield": 273, + "Harv. Moisture": 22.1, + "Stalk Lodging": 11, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 54.2 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7557PC", + "traits": null, + "metrics": { + "Yield": 272.8, + "Harv. Moisture": 22.1, + "Stalk Lodging": 10, + "Final Stand": 330, + "Emergence": 90, + "Test Wt.": 54.6 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": null, + "metrics": { + "Yield": 272.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 29, + "Final Stand": 349, + "Emergence": 97, + "Test Wt.": 54.7 + } + }, + { + "rank": 15, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 19, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 56.8 + } + }, + { + "rank": 16, + "brand": "AXIS SEED", + "product": "64H70", + "traits": null, + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 11, + "Final Stand": 361, + "Emergence": 96, + "Test Wt.": 54.6 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 3, + "Final Stand": 367, + "Emergence": 97, + "Test Wt.": 55.5 + } + }, + { + "rank": 18, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": null, + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 22.7, + "Stalk Lodging": 22, + "Final Stand": 362, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "7188PC", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 22.1, + "Stalk Lodging": 4, + "Final Stand": 357, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 20, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": null, + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 26, + "Final Stand": 326, + "Emergence": 96, + "Test Wt.": 55.2 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": null, + "metrics": { + "Yield": 268.4, + "Harv. Moisture": 22.1, + "Stalk Lodging": 32, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 56.7 + } + }, + { + "rank": 22, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": null, + "metrics": { + "Yield": 268.4, + "Harv. Moisture": 22.6, + "Stalk Lodging": 18, + "Final Stand": 356, + "Emergence": 98, + "Test Wt.": 54.6 + } + }, + { + "rank": 23, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": null, + "metrics": { + "Yield": 267.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 3, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 24, + "brand": "SHUR GROW", + "product": "SG-EX110A", + "traits": null, + "metrics": { + "Yield": 267.6, + "Harv. Moisture": 22.1, + "Stalk Lodging": 1, + "Final Stand": 318, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 25, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE", + "traits": null, + "metrics": { + "Yield": 267, + "Harv. Moisture": 22.2, + "Stalk Lodging": 8, + "Final Stand": 328, + "Emergence": 95, + "Test Wt.": 53.9 + } + }, + { + "rank": 26, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": null, + "metrics": { + "Yield": 266.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 25, + "Final Stand": 347, + "Emergence": 96, + "Test Wt.": 55.1 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": null, + "metrics": { + "Yield": 266.7, + "Harv. Moisture": 21.6, + "Stalk Lodging": 1, + "Final Stand": 324, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 28, + "brand": "CHANNEL", + "product": "208-62VT2PRIB", + "traits": null, + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 29, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 55.3 + } + }, + { + "rank": 29, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": null, + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 22.1, + "Stalk Lodging": 4, + "Final Stand": 358, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 30, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": null, + "metrics": { + "Yield": 266.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 7, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 55.2 + } + }, + { + "rank": 31, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": null, + "metrics": { + "Yield": 265.7, + "Harv. Moisture": 20.7, + "Stalk Lodging": 5, + "Final Stand": 351, + "Emergence": 96, + "Test Wt.": 57.6 + } + }, + { + "rank": 32, + "brand": "AXIS SEED", + "product": "65W75", + "traits": null, + "metrics": { + "Yield": 265.2, + "Harv. Moisture": 21.9, + "Stalk Lodging": 34, + "Final Stand": 357, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 33, + "brand": "AUGUSTA SEED", + "product": "A2360", + "traits": null, + "metrics": { + "Yield": 264.9, + "Harv. Moisture": 21.2, + "Stalk Lodging": 21, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 54.5 + } + }, + { + "rank": 34, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": null, + "metrics": { + "Yield": 264.8, + "Harv. Moisture": 19.3, + "Stalk Lodging": 18, + "Final Stand": 380, + "Emergence": 96, + "Test Wt.": 57 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC106-98RIB", + "traits": null, + "metrics": { + "Yield": 264.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 7, + "Final Stand": 348, + "Emergence": 97, + "Test Wt.": 57.9 + } + }, + { + "rank": 36, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 264.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 30, + "Final Stand": 324, + "Emergence": 93, + "Test Wt.": 56.7 + } + }, + { + "rank": 37, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": null, + "metrics": { + "Yield": 264.5, + "Harv. Moisture": 22.6, + "Stalk Lodging": 3, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 55.1 + } + }, + { + "rank": 38, + "brand": "BA GENETICS", + "product": "BA 25-16 VT2P", + "traits": null, + "metrics": { + "Yield": 264.2, + "Harv. Moisture": 22.6, + "Stalk Lodging": 5, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 39, + "brand": "AXIS SEED", + "product": "63J77", + "traits": null, + "metrics": { + "Yield": 264, + "Harv. Moisture": 20.4, + "Stalk Lodging": 11, + "Final Stand": 354, + "Emergence": 96, + "Test Wt.": 58.1 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 263.4, + "Harv. Moisture": 22.7, + "Stalk Lodging": 6, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 54.2 + } + }, + { + "rank": 41, + "brand": "AXIS SEED", + "product": "63M73", + "traits": null, + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 18, + "Final Stand": 343, + "Emergence": 93, + "Test Wt.": 55.9 + } + }, + { + "rank": 42, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": null, + "metrics": { + "Yield": 262.7, + "Harv. Moisture": 21.8, + "Stalk Lodging": 3, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 55.3 + } + }, + { + "rank": 43, + "brand": "FS INVISION", + "product": "FS 6017V RIB", + "traits": null, + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 3, + "Final Stand": 345, + "Emergence": 94, + "Test Wt.": 54.5 + } + }, + { + "rank": 44, + "brand": "SEED CONSULTANTS", + "product": "SC 1084AM", + "traits": null, + "metrics": { + "Yield": 261.9, + "Harv. Moisture": 21.6, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 95, + "Test Wt.": 55.4 + } + }, + { + "rank": 45, + "brand": "DYNA-GRO", + "product": "D51VC95RIB", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 7, + "Final Stand": 329, + "Emergence": 96, + "Test Wt.": 54.6 + } + }, + { + "rank": 46, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRO", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 8, + "Final Stand": 320, + "Emergence": 93, + "Test Wt.": 56.7 + } + }, + { + "rank": 47, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": null, + "metrics": { + "Yield": 260.7, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 96, + "Test Wt.": 55 + } + }, + { + "rank": 48, + "brand": "BA GENETICS", + "product": "BA 26-08 PCE", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 5, + "Final Stand": 352, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 49, + "brand": "EBBERTS", + "product": "7209TR RIB", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 19.7, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 55.1 + } + }, + { + "rank": 50, + "brand": "1st CHOICE SEEDS", + "product": "FC 8420 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 260.2, + "Harv. Moisture": 22.2, + "Stalk Lodging": 16, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 55.4 + } + }, + { + "rank": 51, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3113PWE", + "traits": null, + "metrics": { + "Yield": 259.7, + "Harv. Moisture": 22.8, + "Stalk Lodging": 13, + "Final Stand": 358, + "Emergence": 95, + "Test Wt.": 55 + } + }, + { + "rank": 52, + "brand": "NK", + "product": "NK1040-AA", + "traits": null, + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 22.1, + "Stalk Lodging": 6, + "Final Stand": 346, + "Emergence": 97, + "Test Wt.": 54.1 + } + }, + { + "rank": 53, + "brand": "CHANNEL", + "product": "214-78DGVT2PRIB", + "traits": null, + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 13, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 54, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 258.6, + "Harv. Moisture": 22.8, + "Stalk Lodging": 3, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 55, + "brand": "SHUR GROW", + "product": "SG-7233DGVT2", + "traits": null, + "metrics": { + "Yield": 258.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 3, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 56, + "brand": "SEED CONSULTANTS", + "product": "SC 1093AM", + "traits": null, + "metrics": { + "Yield": 258.5, + "Harv. Moisture": 20.9, + "Stalk Lodging": 33, + "Final Stand": 340, + "Emergence": 95, + "Test Wt.": 55.3 + } + }, + { + "rank": 57, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": null, + "metrics": { + "Yield": 258.5, + "Harv. Moisture": 21.9, + "Stalk Lodging": 22, + "Final Stand": 346, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 58, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5114-D", + "traits": null, + "metrics": { + "Yield": 258.5, + "Harv. Moisture": 23.9, + "Stalk Lodging": 21, + "Final Stand": 357, + "Emergence": 95, + "Test Wt.": 54.4 + } + }, + { + "rank": 59, + "brand": "DYNA-GRO", + "product": "D53VC54RIB", + "traits": null, + "metrics": { + "Yield": 258.3, + "Harv. Moisture": 22.9, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 55.5 + } + }, + { + "rank": 60, + "brand": "CHANNEL", + "product": "204-54TRERIB", + "traits": null, + "metrics": { + "Yield": 258, + "Harv. Moisture": 18.7, + "Stalk Lodging": 23, + "Final Stand": 346, + "Emergence": 98, + "Test Wt.": 56.1 + } + }, + { + "rank": 61, + "brand": "FS INVISION", + "product": "FS 5949PC RA", + "traits": null, + "metrics": { + "Yield": 258, + "Harv. Moisture": 20.7, + "Stalk Lodging": 7, + "Final Stand": 358, + "Emergence": 96, + "Test Wt.": 53.8 + } + }, + { + "rank": 62, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4111PWE", + "traits": null, + "metrics": { + "Yield": 258, + "Harv. Moisture": 21, + "Stalk Lodging": 18, + "Final Stand": 362, + "Emergence": 97, + "Test Wt.": 54.7 + } + }, + { + "rank": 63, + "brand": "AGRIGOLD HYBRIDS", + "product": "A644-64VT2RIB", + "traits": null, + "metrics": { + "Yield": 258, + "Harv. Moisture": 22.1, + "Stalk Lodging": 16, + "Final Stand": 337, + "Emergence": 97, + "Test Wt.": 54.5 + } + }, + { + "rank": 64, + "brand": "DYNA-GRO", + "product": "D49PN05RA", + "traits": null, + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 54 + } + }, + { + "rank": 65, + "brand": "CHANNEL", + "product": "207-87VT2PRIB", + "traits": null, + "metrics": { + "Yield": 257.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 10, + "Final Stand": 338, + "Emergence": 98, + "Test Wt.": 56.1 + } + }, + { + "rank": 66, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 5113PWE", + "traits": null, + "metrics": { + "Yield": 257.1, + "Harv. Moisture": 24.1, + "Stalk Lodging": 17, + "Final Stand": 359, + "Emergence": 96, + "Test Wt.": 53.4 + } + }, + { + "rank": 67, + "brand": "CHANNEL", + "product": "210-46VT2PRIB", + "traits": null, + "metrics": { + "Yield": 256.9, + "Harv. Moisture": 18.7, + "Stalk Lodging": 18, + "Final Stand": 344, + "Emergence": 96, + "Test Wt.": 57 + } + }, + { + "rank": 68, + "brand": "SEED CONSULTANTS", + "product": "SC 1112AM", + "traits": null, + "metrics": { + "Yield": 256.7, + "Harv. Moisture": 21.1, + "Stalk Lodging": 14, + "Final Stand": 341, + "Emergence": 95, + "Test Wt.": 55.6 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": null, + "metrics": { + "Yield": 256.7, + "Harv. Moisture": 22.4, + "Stalk Lodging": 31, + "Final Stand": 322, + "Emergence": 95, + "Test Wt.": 53.4 + } + }, + { + "rank": 70, + "brand": "CHANNEL", + "product": "215-42TRERIB", + "traits": null, + "metrics": { + "Yield": 256.5, + "Harv. Moisture": 21, + "Stalk Lodging": 13, + "Final Stand": 344, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 71, + "brand": "SHUR GROW", + "product": "SG-7153V", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 7, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 55.5 + } + }, + { + "rank": 72, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 22.9, + "Stalk Lodging": 20, + "Final Stand": 324, + "Emergence": 94, + "Test Wt.": 53.4 + } + }, + { + "rank": 73, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": null, + "metrics": { + "Yield": 255.9, + "Harv. Moisture": 23.8, + "Stalk Lodging": 31, + "Final Stand": 342, + "Emergence": 95, + "Test Wt.": 53.8 + } + }, + { + "rank": 74, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": null, + "metrics": { + "Yield": 255.9, + "Harv. Moisture": 20.1, + "Stalk Lodging": 10, + "Final Stand": 340, + "Emergence": 96, + "Test Wt.": 58.8 + } + }, + { + "rank": 75, + "brand": "AXIS SEED", + "product": "62C60", + "traits": null, + "metrics": { + "Yield": 255.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 30, + "Final Stand": 353, + "Emergence": 95, + "Test Wt.": 54.3 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 20.8, + "Stalk Lodging": 4, + "Final Stand": 361, + "Emergence": 95, + "Test Wt.": 55.9 + } + }, + { + "rank": 77, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": null, + "metrics": { + "Yield": 255.4, + "Harv. Moisture": 22.3, + "Stalk Lodging": 20, + "Final Stand": 342, + "Emergence": 99, + "Test Wt.": 56.1 + } + }, + { + "rank": 78, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 10, + "Final Stand": 349, + "Emergence": 96, + "Test Wt.": 55.7 + } + }, + { + "rank": 79, + "brand": "SHUR GROW", + "product": "SG-7124PCE", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 6, + "Final Stand": 325, + "Emergence": 94, + "Test Wt.": 55.4 + } + }, + { + "rank": 80, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-D", + "traits": null, + "metrics": { + "Yield": 255, + "Harv. Moisture": 23.8, + "Stalk Lodging": 9, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 53.4 + } + }, + { + "rank": 81, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 22, + "Stalk Lodging": 31, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 53.6 + } + }, + { + "rank": 82, + "brand": "AUGUSTA SEED", + "product": "A6362", + "traits": null, + "metrics": { + "Yield": 254.6, + "Harv. Moisture": 23.1, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 98, + "Test Wt.": 53.7 + } + }, + { + "rank": 83, + "brand": "SHUR GROW", + "product": "SG-EX111A", + "traits": null, + "metrics": { + "Yield": 254.3, + "Harv. Moisture": 20.1, + "Stalk Lodging": 3, + "Final Stand": 326, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 84, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4113-DV", + "traits": null, + "metrics": { + "Yield": 253.9, + "Harv. Moisture": 23.6, + "Stalk Lodging": 26, + "Final Stand": 348, + "Emergence": 94, + "Test Wt.": 52.6 + } + }, + { + "rank": 85, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": null, + "metrics": { + "Yield": 253.7, + "Harv. Moisture": 21.5, + "Stalk Lodging": 11, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 54.6 + } + }, + { + "rank": 86, + "brand": "NK", + "product": "NK0922-V", + "traits": null, + "metrics": { + "Yield": 253.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 29, + "Final Stand": 354, + "Emergence": 99, + "Test Wt.": 54.6 + } + }, + { + "rank": 87, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": null, + "metrics": { + "Yield": 253.5, + "Harv. Moisture": 23.3, + "Stalk Lodging": 22, + "Final Stand": 321, + "Emergence": 92, + "Test Wt.": 52.9 + } + }, + { + "rank": 88, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 12, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 56.5 + } + }, + { + "rank": 89, + "brand": "DYNA-GRO", + "product": "D53SP85RIB", + "traits": null, + "metrics": { + "Yield": 253.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 22, + "Final Stand": 348, + "Emergence": 99, + "Test Wt.": 55.9 + } + }, + { + "rank": 90, + "brand": "EBBERTS", + "product": "7993PC", + "traits": null, + "metrics": { + "Yield": 253, + "Harv. Moisture": 24, + "Stalk Lodging": 31, + "Final Stand": 345, + "Emergence": 97, + "Test Wt.": 53.5 + } + }, + { + "rank": 91, + "brand": "DEKALB", + "product": "DKC59-82RIB", + "traits": null, + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 6, + "Final Stand": 343, + "Emergence": 96, + "Test Wt.": 55.2 + } + }, + { + "rank": 92, + "brand": "EBBERTS", + "product": "1335C", + "traits": null, + "metrics": { + "Yield": 252.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 20, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 93, + "brand": "BA GENETICS", + "product": "BA 23-14 VT2P", + "traits": null, + "metrics": { + "Yield": 251.2, + "Harv. Moisture": 22.3, + "Stalk Lodging": 4, + "Final Stand": 325, + "Emergence": 95, + "Test Wt.": 55.2 + } + }, + { + "rank": 94, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 0110-3110", + "traits": null, + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 18, + "Final Stand": 369, + "Emergence": 97, + "Test Wt.": 54.4 + } + }, + { + "rank": 95, + "brand": "CHANNEL", + "product": "215-09VT2PRIB", + "traits": null, + "metrics": { + "Yield": 250.5, + "Harv. Moisture": 21.2, + "Stalk Lodging": 8, + "Final Stand": 344, + "Emergence": 96, + "Test Wt.": 55.8 + } + }, + { + "rank": 96, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4106PWE", + "traits": null, + "metrics": { + "Yield": 250, + "Harv. Moisture": 19.1, + "Stalk Lodging": 17, + "Final Stand": 367, + "Emergence": 97, + "Test Wt.": 56.7 + } + }, + { + "rank": 97, + "brand": "NK", + "product": "NK1228-AA", + "traits": null, + "metrics": { + "Yield": 249.4, + "Harv. Moisture": 21.7, + "Stalk Lodging": 17, + "Final Stand": 345, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 98, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 25, + "Final Stand": 359, + "Emergence": 97, + "Test Wt.": 54.8 + } + }, + { + "rank": 99, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": null, + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 21.7, + "Stalk Lodging": 8, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 100, + "brand": "SHUR GROW", + "product": "SG-EX112B", + "traits": null, + "metrics": { + "Yield": 249.2, + "Harv. Moisture": 22.4, + "Stalk Lodging": 7, + "Final Stand": 335, + "Emergence": 95, + "Test Wt.": 55.7 + } + }, + { + "rank": 101, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": null, + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 12, + "Final Stand": 339, + "Emergence": 92, + "Test Wt.": 53.7 + } + }, + { + "rank": 102, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 4115PWE", + "traits": null, + "metrics": { + "Yield": 248.5, + "Harv. Moisture": 22.5, + "Stalk Lodging": 21, + "Final Stand": 365, + "Emergence": 97, + "Test Wt.": 54.3 + } + }, + { + "rank": 103, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5112-AA", + "traits": null, + "metrics": { + "Yield": 248.4, + "Harv. Moisture": 22, + "Stalk Lodging": 28, + "Final Stand": 363, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 104, + "brand": "SEED GENETICS DIRECT", + "product": "AGI 3114PWE", + "traits": null, + "metrics": { + "Yield": 248, + "Harv. Moisture": 23.1, + "Stalk Lodging": 32, + "Final Stand": 368, + "Emergence": 98, + "Test Wt.": 55 + } + }, + { + "rank": 105, + "brand": "EBBERTS", + "product": "7442PC", + "traits": null, + "metrics": { + "Yield": 247.8, + "Harv. Moisture": 22, + "Stalk Lodging": 32, + "Final Stand": 335, + "Emergence": 94, + "Test Wt.": 53.6 + } + }, + { + "rank": 106, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": null, + "metrics": { + "Yield": 247.5, + "Harv. Moisture": 23.7, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 53.7 + } + }, + { + "rank": 107, + "brand": "AXIS SEED", + "product": "59D20 RHTCe", + "traits": null, + "metrics": { + "Yield": 246.7, + "Harv. Moisture": 19.7, + "Stalk Lodging": 18, + "Final Stand": 355, + "Emergence": 96, + "Test Wt.": 55.1 + } + }, + { + "rank": 108, + "brand": "GOLDEN HARVEST", + "product": "G15U34-V", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 24.1, + "Stalk Lodging": 12, + "Final Stand": 348, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 109, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 24.4, + "Stalk Lodging": 26, + "Final Stand": 327, + "Emergence": 97, + "Test Wt.": 53.5 + } + }, + { + "rank": 110, + "brand": "DYNA-GRO", + "product": "D56TC44RIB", + "traits": null, + "metrics": { + "Yield": 246.2, + "Harv. Moisture": 22.5, + "Stalk Lodging": 24, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 55.3 + } + }, + { + "rank": 111, + "brand": "GOLDEN HARVEST", + "product": "G10L16-DV", + "traits": null, + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 21.8, + "Stalk Lodging": 23, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 54.1 + } + }, + { + "rank": 112, + "brand": "SHUR GROW", + "product": "SG-7054AA", + "traits": null, + "metrics": { + "Yield": 242.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 2, + "Final Stand": 317, + "Emergence": 96, + "Test Wt.": 53.5 + } + }, + { + "rank": 113, + "brand": "CHANNEL", + "product": "205-85VT2PRIB", + "traits": null, + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 18.3, + "Stalk Lodging": 3, + "Final Stand": 305, + "Emergence": 87, + "Test Wt.": 55.6 + } + }, + { + "rank": 114, + "brand": "AGRIGOLD HYBRIDS", + "product": "A646-30VT2RIB", + "traits": null, + "metrics": { + "Yield": 240, + "Harv. Moisture": 23.5, + "Stalk Lodging": 22, + "Final Stand": 327, + "Emergence": 95, + "Test Wt.": 54 + } + }, + { + "rank": 115, + "brand": "NK", + "product": "NK1480-DV", + "traits": null, + "metrics": { + "Yield": 237.9, + "Harv. Moisture": 23, + "Stalk Lodging": 28, + "Final Stand": 326, + "Emergence": 91, + "Test Wt.": 53 + } + }, + { + "rank": 116, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8116-3110", + "traits": null, + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 25.9, + "Stalk Lodging": 4, + "Final Stand": 359, + "Emergence": 97, + "Test Wt.": 52.7 + } + }, + { + "rank": 117, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 8115-3110", + "traits": null, + "metrics": { + "Yield": 233.7, + "Harv. Moisture": 25, + "Stalk Lodging": 25, + "Final Stand": 346, + "Emergence": 94, + "Test Wt.": 53.3 + } + }, + { + "rank": 118, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2113-3110", + "traits": null, + "metrics": { + "Yield": 233.1, + "Harv. Moisture": 23.1, + "Stalk Lodging": 24, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 54.9 + } + } + ], + "n_results": 118, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf" + ], + "fetched_at": "2026-06-10T12:27:13.129488+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.md new file mode 100644 index 00000000..a7dcd8b4 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2024-sw-summary.md @@ -0,0 +1,136 @@ +# Corn yield trial — Summary, OH (SW, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2024 +- **Region:** SW +- **Site:** Summary +- **Source table:** TABLE 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2024.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | SEED GENETICS DIRECT | AGI 5105PWE | - | 282.5 | 22.2 | 18 | 334 | 90 | 54.6 | +| 2 | AXIS SEED | 60C61 | - | 281 | 21.8 | 23 | 343 | 94 | 54.4 | +| 3 | EBBERTS | 1660C | - | 280.9 | 21.5 | 9 | 347 | 98 | 55.2 | +| 4 | BA GENETICS | BA 26-06 PCE | - | 279.7 | 21.8 | 26 | 338 | 97 | 54.7 | +| 5 | SHUR GROW | SG-EX109A | - | 279.6 | 21.9 | 11 | 339 | 97 | 54.2 | +| 6 | FS INVISION | FS 5947T RIB | - | 278.8 | 21.2 | 22 | 367 | 98 | 55.6 | +| 7 | CHANNEL | 210-08VT2PRIB | - | 276.3 | 21 | 4 | 339 | 97 | 54.7 | +| 8 | DEKALB | DKC110-10RIB | - | 276.1 | 21.2 | 4 | 349 | 96 | 56.5 | +| 9 | SHUR GROW | SG-6550PCE | - | 275.1 | 22.4 | 13 | 320 | 91 | 54.4 | +| 10 | SHUR GROW | SG-EX105A | - | 275.1 | 20 | 8 | 324 | 98 | 55.4 | +| 11 | AUGUSTA SEED | A4961 | - | 274.2 | 22.8 | 5 | 341 | 97 | 55 | +| 12 | BA GENETICS | BA 26-10 PCE | - | 273 | 22.1 | 11 | 337 | 96 | 54.2 | +| 13 | EBBERTS | 7557PC | - | 272.8 | 22.1 | 10 | 330 | 90 | 54.6 | +| 14 | SEED CONSULTANTS | SC 1094PCE | - | 272.7 | 21.4 | 29 | 349 | 97 | 54.7 | +| 15 | CHANNEL | 211-11VT2PRIB | - | 271.8 | 20.7 | 19 | 364 | 98 | 56.8 | +| 16 | AXIS SEED | 64H70 | - | 271.7 | 22.5 | 11 | 361 | 96 | 54.6 | +| 17 | SEED GENETICS DIRECT | Direct 2111-AA | - | 271.2 | 21.6 | 3 | 367 | 97 | 55.5 | +| 18 | FS INVISION | FS 6447T RIB | - | 270.2 | 22.7 | 22 | 362 | 97 | 55.4 | +| 19 | EBBERTS | 7188PC | - | 269 | 22.1 | 4 | 357 | 97 | 55.6 | +| 20 | SHUR GROW | SG-6310PCE | - | 268.7 | 20.4 | 26 | 326 | 96 | 55.2 | +| 21 | DEKALB | DKC68-35RIB | - | 268.4 | 22.1 | 32 | 342 | 97 | 56.7 | +| 22 | SEED CONSULTANTS | SC 1135PCE | - | 268.4 | 22.6 | 18 | 356 | 98 | 54.6 | +| 23 | DEKALB | DKC110-41RIB | - | 267.6 | 19.6 | 3 | 341 | 97 | 56.1 | +| 24 | SHUR GROW | SG-EX110A | - | 267.6 | 22.1 | 1 | 318 | 97 | 55.6 | +| 25 | 1st CHOICE SEEDS | FC 8345 TRE | - | 267 | 22.2 | 8 | 328 | 95 | 53.9 | +| 26 | SEED CONSULTANTS | SC 1105PCE | - | 266.7 | 20.9 | 25 | 347 | 96 | 55.1 | +| 27 | SHUR GROW | SG-6884PCE | - | 266.7 | 21.6 | 1 | 324 | 97 | 55.8 | +| 28 | CHANNEL | 208-62VT2PRIB | - | 266.2 | 19.7 | 29 | 360 | 97 | 55.3 | +| 29 | FS INVISION | FS 6133VDG RIB | - | 266.2 | 22.1 | 4 | 358 | 97 | 55.1 | +| 30 | DEKALB | DKC56-26RIB | - | 266.1 | 19.3 | 7 | 341 | 97 | 55.2 | +| 31 | FS INVISION | FS 6245V RIB | - | 265.7 | 20.7 | 5 | 351 | 96 | 57.6 | +| 32 | AXIS SEED | 65W75 | - | 265.2 | 21.9 | 34 | 357 | 97 | 56.1 | +| 33 | AUGUSTA SEED | A2360 | - | 264.9 | 21.2 | 21 | 331 | 97 | 54.5 | +| 34 | EBBERTS | 9779SSX | - | 264.8 | 19.3 | 18 | 380 | 96 | 57 | +| 35 | DEKALB | DKC106-98RIB | - | 264.7 | 19.4 | 7 | 348 | 97 | 57.9 | +| 36 | BA GENETICS | BA 25-12 VT2P | - | 264.6 | 20.6 | 30 | 324 | 93 | 56.7 | +| 37 | CHANNEL | 215-70TRERIB | - | 264.5 | 22.6 | 3 | 333 | 96 | 55.1 | +| 38 | BA GENETICS | BA 25-16 VT2P | - | 264.2 | 22.6 | 5 | 336 | 97 | 55.8 | +| 39 | AXIS SEED | 63J77 | - | 264 | 20.4 | 11 | 354 | 96 | 58.1 | +| 40 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 263.4 | 22.7 | 6 | 363 | 97 | 54.2 | +| 41 | AXIS SEED | 63M73 | - | 262.9 | 20.6 | 18 | 343 | 93 | 55.9 | +| 42 | GOLDEN HARVEST | G11V76-AA | - | 262.7 | 21.8 | 3 | 364 | 98 | 55.3 | +| 43 | FS INVISION | FS 6017V RIB | - | 262.4 | 19.7 | 3 | 345 | 94 | 54.5 | +| 44 | SEED CONSULTANTS | SC 1084AM | - | 261.9 | 21.6 | 2 | 337 | 95 | 55.4 | +| 45 | DYNA-GRO | D51VC95RIB | - | 261.6 | 21.3 | 7 | 329 | 96 | 54.6 | +| 46 | AGRIGOLD HYBRIDS | A642-32VT2PRO | - | 261.6 | 21.5 | 8 | 320 | 93 | 56.7 | +| 47 | BA GENETICS | BA 25-11 VT2P | - | 260.7 | 20 | 1 | 339 | 96 | 55 | +| 48 | BA GENETICS | BA 26-08 PCE | - | 260.5 | 21.6 | 5 | 352 | 97 | 55.8 | +| 49 | EBBERTS | 7209TR RIB | - | 260.5 | 19.7 | 2 | 338 | 96 | 55.1 | +| 50 | 1st CHOICE SEEDS | FC 8420 VT2P RIB | - | 260.2 | 22.2 | 16 | 338 | 96 | 55.4 | +| 51 | SEED GENETICS DIRECT | AGI 3113PWE | - | 259.7 | 22.8 | 13 | 358 | 95 | 55 | +| 52 | NK | NK1040-AA | - | 259.1 | 22.1 | 6 | 346 | 97 | 54.1 | +| 53 | CHANNEL | 214-78DGVT2PRIB | - | 258.8 | 20.9 | 13 | 343 | 97 | 55.9 | +| 54 | NK | NK1056-V | - | 258.6 | 22.8 | 3 | 341 | 97 | 54.9 | +| 55 | SHUR GROW | SG-7233DGVT2 | - | 258.6 | 21.5 | 3 | 336 | 97 | 55.4 | +| 56 | SEED CONSULTANTS | SC 1093AM | - | 258.5 | 20.9 | 33 | 340 | 95 | 55.3 | +| 57 | DEKALB | DKC66-06RIB | - | 258.5 | 21.9 | 22 | 346 | 97 | 55.7 | +| 58 | SEED GENETICS DIRECT | Direct 5114-D | - | 258.5 | 23.9 | 21 | 357 | 95 | 54.4 | +| 59 | DYNA-GRO | D53VC54RIB | - | 258.3 | 22.9 | 3 | 339 | 97 | 55.5 | +| 60 | CHANNEL | 204-54TRERIB | - | 258 | 18.7 | 23 | 346 | 98 | 56.1 | +| 61 | FS INVISION | FS 5949PC RA | - | 258 | 20.7 | 7 | 358 | 96 | 53.8 | +| 62 | SEED GENETICS DIRECT | AGI 4111PWE | - | 258 | 21 | 18 | 362 | 97 | 54.7 | +| 63 | AGRIGOLD HYBRIDS | A644-64VT2RIB | - | 258 | 22.1 | 16 | 337 | 97 | 54.5 | +| 64 | DYNA-GRO | D49PN05RA | - | 257.8 | 20.8 | 1 | 333 | 96 | 54 | +| 65 | CHANNEL | 207-87VT2PRIB | - | 257.2 | 18.8 | 10 | 338 | 98 | 56.1 | +| 66 | SEED GENETICS DIRECT | AGI 5113PWE | - | 257.1 | 24.1 | 17 | 359 | 96 | 53.4 | +| 67 | CHANNEL | 210-46VT2PRIB | - | 256.9 | 18.7 | 18 | 344 | 96 | 57 | +| 68 | SEED CONSULTANTS | SC 1112AM | - | 256.7 | 21.1 | 14 | 341 | 95 | 55.6 | +| 69 | SHUR GROW | SG-7347PCE | - | 256.7 | 22.4 | 31 | 322 | 95 | 53.4 | +| 70 | CHANNEL | 215-42TRERIB | - | 256.5 | 21 | 13 | 344 | 97 | 56.2 | +| 71 | SHUR GROW | SG-7153V | - | 256.1 | 21.9 | 7 | 333 | 97 | 55.5 | +| 72 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | - | 256.1 | 22.9 | 20 | 324 | 94 | 53.4 | +| 73 | BA GENETICS | BA 26-14 PCE | - | 255.9 | 23.8 | 31 | 342 | 95 | 53.8 | +| 74 | DEKALB | DKC64-22RIB | - | 255.9 | 20.1 | 10 | 340 | 96 | 58.8 | +| 75 | AXIS SEED | 62C60 | - | 255.8 | 21.2 | 30 | 353 | 95 | 54.3 | +| 76 | EBBERTS | 6883DGVT2P RIB | - | 255.5 | 20.8 | 4 | 361 | 95 | 55.9 | +| 77 | GOLDEN HARVEST | G12U11-AA | - | 255.4 | 22.3 | 20 | 342 | 99 | 56.1 | +| 78 | BA GENETICS | BA 25-07 PCE | - | 255.3 | 19.7 | 10 | 349 | 96 | 55.7 | +| 79 | SHUR GROW | SG-7124PCE | - | 255.1 | 21.9 | 6 | 325 | 94 | 55.4 | +| 80 | SEED GENETICS DIRECT | Direct 3111-D | - | 255 | 23.8 | 9 | 360 | 97 | 53.4 | +| 81 | BA GENETICS | BA 26-12 PCE | - | 254.9 | 22 | 31 | 341 | 96 | 53.6 | +| 82 | AUGUSTA SEED | A6362 | - | 254.6 | 23.1 | 1 | 346 | 98 | 53.7 | +| 83 | SHUR GROW | SG-EX111A | - | 254.3 | 20.1 | 3 | 326 | 97 | 55.1 | +| 84 | SEED GENETICS DIRECT | Direct 4113-DV | - | 253.9 | 23.6 | 26 | 348 | 94 | 52.6 | +| 85 | SHUR GROW | SG-6707V | - | 253.7 | 21.5 | 11 | 331 | 97 | 54.6 | +| 86 | NK | NK0922-V | - | 253.5 | 21.4 | 29 | 354 | 99 | 54.6 | +| 87 | GOLDEN HARVEST | G14B32-DV | - | 253.5 | 23.3 | 22 | 321 | 92 | 52.9 | +| 88 | AXIS SEED | 57K72 | - | 253.2 | 18.5 | 12 | 354 | 97 | 56.5 | +| 89 | DYNA-GRO | D53SP85RIB | - | 253.1 | 20.5 | 22 | 348 | 99 | 55.9 | +| 90 | EBBERTS | 7993PC | - | 253 | 24 | 31 | 345 | 97 | 53.5 | +| 91 | DEKALB | DKC59-82RIB | - | 252.9 | 19.5 | 6 | 343 | 96 | 55.2 | +| 92 | EBBERTS | 1335C | - | 252.1 | 18.3 | 20 | 341 | 97 | 56.6 | +| 93 | BA GENETICS | BA 23-14 VT2P | - | 251.2 | 22.3 | 4 | 325 | 95 | 55.2 | +| 94 | SEED GENETICS DIRECT | Direct 0110-3110 | - | 250.8 | 21.2 | 18 | 369 | 97 | 54.4 | +| 95 | CHANNEL | 215-09VT2PRIB | - | 250.5 | 21.2 | 8 | 344 | 96 | 55.8 | +| 96 | SEED GENETICS DIRECT | AGI 4106PWE | - | 250 | 19.1 | 17 | 367 | 97 | 56.7 | +| 97 | NK | NK1228-AA | - | 249.4 | 21.7 | 17 | 345 | 98 | 55.7 | +| 98 | AXIS SEED | 59D20 | - | 249.3 | 19.7 | 25 | 359 | 97 | 54.8 | +| 99 | DEKALB | DKC114-99RIB | - | 249.3 | 21.7 | 8 | 341 | 96 | 56.5 | +| 100 | SHUR GROW | SG-EX112B | - | 249.2 | 22.4 | 7 | 335 | 95 | 55.7 | +| 101 | FS INVISION | FS 6349PC RA | - | 248.6 | 21.8 | 12 | 339 | 92 | 53.7 | +| 102 | SEED GENETICS DIRECT | AGI 4115PWE | - | 248.5 | 22.5 | 21 | 365 | 97 | 54.3 | +| 103 | SEED GENETICS DIRECT | Direct 5112-AA | - | 248.4 | 22 | 28 | 363 | 95 | 56 | +| 104 | SEED GENETICS DIRECT | AGI 3114PWE | - | 248 | 23.1 | 32 | 368 | 98 | 55 | +| 105 | EBBERTS | 7442PC | - | 247.8 | 22 | 32 | 335 | 94 | 53.6 | +| 106 | SHUR GROW | SG-7275V | - | 247.5 | 23.7 | 2 | 337 | 96 | 53.7 | +| 107 | AXIS SEED | 59D20 RHTCe | - | 246.7 | 19.7 | 18 | 355 | 96 | 55.1 | +| 108 | GOLDEN HARVEST | G15U34-V | - | 246.3 | 24.1 | 12 | 348 | 97 | 54.9 | +| 109 | SHUR GROW | SG-7244PCE | - | 246.3 | 24.4 | 26 | 327 | 97 | 53.5 | +| 110 | DYNA-GRO | D56TC44RIB | - | 246.2 | 22.5 | 24 | 336 | 97 | 55.3 | +| 111 | GOLDEN HARVEST | G10L16-DV | - | 245.4 | 21.8 | 23 | 344 | 98 | 54.1 | +| 112 | SHUR GROW | SG-7054AA | - | 242.6 | 21.8 | 2 | 317 | 96 | 53.5 | +| 113 | CHANNEL | 205-85VT2PRIB | - | 240.4 | 18.3 | 3 | 305 | 87 | 55.6 | +| 114 | AGRIGOLD HYBRIDS | A646-30VT2RIB | - | 240 | 23.5 | 22 | 327 | 95 | 54 | +| 115 | NK | NK1480-DV | - | 237.9 | 23 | 28 | 326 | 91 | 53 | +| 116 | SEED GENETICS DIRECT | Direct 8116-3110 | - | 234.3 | 25.9 | 4 | 359 | 97 | 52.7 | +| 117 | SEED GENETICS DIRECT | Direct 8115-3110 | - | 233.7 | 25 | 25 | 346 | 94 | 53.3 | +| 118 | SEED GENETICS DIRECT | Direct 2113-3110 | - | 233.1 | 23.1 | 24 | 364 | 98 | 54.9 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.json new file mode 100644 index 00000000..29c47f4e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.json @@ -0,0 +1,913 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-ne-2yr-bucyrus", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NE", + "site": "Bucyrus", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 8. Two year hybrid performance in NORTH CENTRAL AND NORTHEASTERN Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 274.6, + "Harv. Moisture": 22.4, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 2, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 274.5, + "Harv. Moisture": 22.2, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 91 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 264.9, + "Harv. Moisture": 22.1, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 5, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 263.6, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 7, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 8, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 261.5, + "Harv. Moisture": 23.4, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 9, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 260.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 3, + "Final Stand": 325, + "Emergence": 94 + } + }, + { + "rank": 10, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.6, + "Harv. Moisture": 22.3, + "Stalk Lodging": 1, + "Final Stand": 319, + "Emergence": 93 + } + }, + { + "rank": 11, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 259.5, + "Harv. Moisture": 20.9, + "Stalk Lodging": 1, + "Final Stand": 312, + "Emergence": 90 + } + }, + { + "rank": 12, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 258.2, + "Harv. Moisture": 22.7, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 258, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 257.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 94 + } + }, + { + "rank": 16, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 91 + } + }, + { + "rank": 17, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 255.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 22.1, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 19, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 253.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 3, + "Final Stand": 327, + "Emergence": 92 + } + }, + { + "rank": 20, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 84 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.5, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 91 + } + }, + { + "rank": 23, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 20, + "Stalk Lodging": 4, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 24, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 21.8, + "Stalk Lodging": 1, + "Final Stand": 305, + "Emergence": 87 + } + }, + { + "rank": 25, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 92 + } + }, + { + "rank": 26, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 249.2, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 93 + } + }, + { + "rank": 27, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 248.4, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 91 + } + }, + { + "rank": 28, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 9, + "Final Stand": 316, + "Emergence": 89 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 94 + } + }, + { + "rank": 30, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 246.9, + "Harv. Moisture": 19, + "Stalk Lodging": 3, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 31, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 246.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 96 + } + }, + { + "rank": 32, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 246.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 1, + "Final Stand": 318, + "Emergence": 91 + } + }, + { + "rank": 33, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 246.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 313, + "Emergence": 90 + } + }, + { + "rank": 34, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 245.8, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 35, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 245.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245.2, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 91 + } + }, + { + "rank": 38, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.8, + "Harv. Moisture": 23.7, + "Stalk Lodging": 2, + "Final Stand": 323, + "Emergence": 91 + } + }, + { + "rank": 39, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 244.3, + "Harv. Moisture": 20.8, + "Stalk Lodging": 3, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 40, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 244.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 93 + } + }, + { + "rank": 41, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 287, + "Emergence": 84 + } + }, + { + "rank": 42, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.4, + "Harv. Moisture": 23, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 92 + } + }, + { + "rank": 43, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 20.6, + "Stalk Lodging": 2, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 44, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 242.3, + "Harv. Moisture": 22.4, + "Stalk Lodging": 3, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 45, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 241.4, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94 + } + }, + { + "rank": 46, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 241, + "Harv. Moisture": 18.4, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 47, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 240.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 6, + "Final Stand": 310, + "Emergence": 88 + } + }, + { + "rank": 48, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 321, + "Emergence": 91 + } + }, + { + "rank": 49, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 22.4, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 50, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 240.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 240, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 92 + } + }, + { + "rank": 52, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.1, + "Harv. Moisture": 23.2, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 93 + } + }, + { + "rank": 53, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 88 + } + }, + { + "rank": 54, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 236.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 94 + } + }, + { + "rank": 55, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 235.9, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 56, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 235.6, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 57, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 92 + } + }, + { + "rank": 58, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 232.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 11, + "Final Stand": 325, + "Emergence": 92 + } + }, + { + "rank": 59, + "brand": "SEEDWAY", + "product": "SW 9822VT RIB", + "traits": null, + "metrics": { + "Yield": 231.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 300, + "Emergence": 89 + } + }, + { + "rank": 60, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 229.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 93 + } + }, + { + "rank": 61, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 229.5, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 94 + } + }, + { + "rank": 62, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 228.8, + "Harv. Moisture": 24.1, + "Stalk Lodging": 13, + "Final Stand": 316, + "Emergence": 91 + } + }, + { + "rank": 63, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 226.1, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 93 + } + }, + { + "rank": 64, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 225.7, + "Harv. Moisture": 17.7, + "Stalk Lodging": 4, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 65, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 225.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 7, + "Final Stand": 354, + "Emergence": 93 + } + }, + { + "rank": 66, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 222.7, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 93 + } + }, + { + "rank": 67, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 222.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 1, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 68, + "brand": "SEEDWAY", + "product": "SW 0123PE RA", + "traits": null, + "metrics": { + "Yield": 218.9, + "Harv. Moisture": 19.8, + "Stalk Lodging": 25, + "Final Stand": 304, + "Emergence": 92 + } + } + ], + "n_results": 68, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.778800+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.md new file mode 100644 index 00000000..3a79fad6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-2yr-bucyrus.md @@ -0,0 +1,86 @@ +# Corn yield trial — Bucyrus, OH (NE, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NE +- **Site:** Bucyrus +- **Source table:** TABLE 8. Two year hybrid performance in NORTH CENTRAL AND NORTHEASTERN Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 274.6 | 22.4 | 1 | 338 | 95 | +| 2 | FS INVISION | FS 6245V RIB | RR,CB | 274.5 | 22.2 | 1 | 342 | 93 | +| 3 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 265.8 | 21.2 | 0 | 324 | 91 | +| 4 | FS INVISION | FS 5947T RIB | - | 264.9 | 22.1 | 4 | 350 | 95 | +| 5 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 263.6 | 22.8 | 0 | 334 | 95 | +| 6 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 262.8 | 19.7 | 0 | 323 | 94 | +| 7 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 261.6 | 20.6 | 0 | 332 | 95 | +| 8 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 261.5 | 23.4 | 2 | 345 | 94 | +| 9 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 260.6 | 21.9 | 3 | 325 | 94 | +| 10 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 259.6 | 22.3 | 1 | 319 | 93 | +| 11 | VIKING / BLUE RIVER | 75-07 | - | 259.5 | 20.9 | 1 | 312 | 90 | +| 12 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 259.2 | 21.1 | 1 | 358 | 96 | +| 13 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 258.2 | 22.7 | 1 | 343 | 94 | +| 14 | SEED CONSULTANTS | SC 1055PCE | - | 258 | 20.4 | 1 | 333 | 96 | +| 15 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 257.9 | 20.6 | 1 | 355 | 94 | +| 16 | DEKALB | DKC68-35RIB | RR,CB | 257.6 | 23.5 | 0 | 317 | 91 | +| 17 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 255.8 | 20.7 | 0 | 338 | 96 | +| 18 | SEED GENETICS DIRECT | Direct 2111-AA | - | 254.4 | 22.1 | 1 | 354 | 95 | +| 19 | BA GENETICS | BA 25-11 VT2P | RR,CB | 253.1 | 20.6 | 3 | 327 | 92 | +| 20 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 252.9 | 23 | 0 | 332 | 94 | +| 21 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 252.8 | 20.7 | 0 | 316 | 84 | +| 22 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 252.5 | 22.8 | 0 | 334 | 91 | +| 23 | AXIS SEED | 57K72 | - | 250.8 | 20 | 4 | 347 | 95 | +| 24 | BA GENETICS | BA 26-06 PCE | - | 250.4 | 21.8 | 1 | 305 | 87 | +| 25 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 249.4 | 20.4 | 1 | 338 | 92 | +| 26 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 249.2 | 22.3 | 0 | 335 | 93 | +| 27 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 248.4 | 21.5 | 0 | 314 | 91 | +| 28 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 247.9 | 21.9 | 9 | 316 | 89 | +| 29 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 247.1 | 22 | 0 | 321 | 94 | +| 30 | AXIS SEED | 53M77 | - | 246.9 | 19 | 3 | 345 | 94 | +| 31 | NK | NK1228-AA | GT,CB,LL | 246.8 | 22.5 | 1 | 344 | 96 | +| 32 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 246.4 | 20.8 | 1 | 318 | 91 | +| 33 | DEKALB | DKC102-13RIB | - | 246.1 | 19.1 | 0 | 313 | 90 | +| 34 | NK | NK0880-V | - | 245.8 | 21.5 | 0 | 338 | 95 | +| 35 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 245.6 | 21.3 | 1 | 336 | 97 | +| 36 | EBBERTS | 1335C | NON-GMO | 245.5 | 19.3 | 0 | 336 | 96 | +| 37 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 245.2 | 22.7 | 0 | 316 | 91 | +| 38 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 244.8 | 23.7 | 2 | 323 | 91 | +| 39 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 244.3 | 20.8 | 3 | 336 | 95 | +| 40 | AXIS SEED | 59D20 | - | 244.2 | 21.7 | 1 | 344 | 93 | +| 41 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 244.2 | 20.9 | 0 | 287 | 84 | +| 42 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 243.4 | 23 | 1 | 338 | 92 | +| 43 | VIKING / BLUE RIVER | 76-11 | - | 243.2 | 20.6 | 2 | 325 | 95 | +| 44 | NK | NK1056-V | - | 242.3 | 22.4 | 3 | 343 | 94 | +| 45 | DEKALB | DKC099-11RIB | RR,CB | 241.4 | 19 | 0 | 328 | 94 | +| 46 | SHUR GROW | SG-5885PCE | - | 241 | 18.4 | 2 | 338 | 95 | +| 47 | BA GENETICS | BA 25-12 VT2P | - | 240.7 | 20.9 | 6 | 310 | 88 | +| 48 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 240.5 | 20.5 | 2 | 321 | 91 | +| 49 | 1st CHOICE SEEDS | FC 8257 PC | - | 240.4 | 22.4 | 1 | 327 | 93 | +| 50 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 240.2 | 19.7 | 1 | 337 | 96 | +| 51 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 240 | 21.5 | 0 | 317 | 92 | +| 52 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 239.1 | 23.2 | 1 | 334 | 93 | +| 53 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 238.9 | 21.7 | 0 | 323 | 88 | +| 54 | GOLDEN HARVEST | G08U00-V | - | 236.5 | 21.4 | 0 | 338 | 94 | +| 55 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 235.9 | 19.9 | 0 | 328 | 93 | +| 56 | DEKALB | DKC101-35RIB | - | 235.6 | 18.6 | 0 | 328 | 93 | +| 57 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 234.3 | 19.6 | 0 | 327 | 92 | +| 58 | DEKALB | DKC64-22RIB | RR,CB | 232.9 | 21.1 | 11 | 325 | 92 | +| 59 | SEEDWAY | SW 9822VT RIB | - | 231.3 | 17.9 | 0 | 300 | 89 | +| 60 | SEED GENETICS DIRECT | Direct 5107-V | - | 229.6 | 20.7 | 0 | 350 | 93 | +| 61 | EBBERTS | 7000TR | - | 229.5 | 17.8 | 0 | 352 | 94 | +| 62 | VIKING / BLUE RIVER | 78-13 | - | 228.8 | 24.1 | 13 | 316 | 91 | +| 63 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 226.1 | 21.8 | 0 | 338 | 93 | +| 64 | LG SEEDS | LG 53C44VT2RIB | - | 225.7 | 17.7 | 4 | 324 | 94 | +| 65 | SEED GENETICS DIRECT | Direct 4102-AA | - | 225.3 | 19.6 | 7 | 354 | 93 | +| 66 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 222.7 | 24.4 | 0 | 319 | 93 | +| 67 | BA GENETICS | BA 25-07 PCE | - | 222.3 | 20.5 | 1 | 328 | 93 | +| 68 | SEEDWAY | SW 0123PE RA | - | 218.9 | 19.8 | 25 | 304 | 92 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.json new file mode 100644 index 00000000..2403ad92 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.json @@ -0,0 +1,1563 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-ne-bucyrus", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NE", + "site": "Bucyrus", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 300.2, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 294.5, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 88 + } + }, + { + "rank": 3, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 290.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 285.5, + "Harv. Moisture": 21, + "Stalk Lodging": 1, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 283.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 91 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 282.1, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 7, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 280.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 94 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 280.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 2, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 10, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 280, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 289, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 279.4, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 279.4, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 13, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 278.9, + "Harv. Moisture": 19.8, + "Stalk Lodging": 2, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 278.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 277.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 308, + "Emergence": 90 + } + }, + { + "rank": 16, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 277.4, + "Harv. Moisture": 18.8, + "Stalk Lodging": 2, + "Final Stand": 288, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 92 + } + }, + { + "rank": 18, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 277.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 19, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.3, + "Harv. Moisture": 19.8, + "Stalk Lodging": 3, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 20, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 275, + "Harv. Moisture": 19.4, + "Stalk Lodging": 8, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 21, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 3, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 274.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 296, + "Emergence": 83 + } + }, + { + "rank": 23, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 273.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 272.9, + "Harv. Moisture": 19, + "Stalk Lodging": 2, + "Final Stand": 311, + "Emergence": 91 + } + }, + { + "rank": 25, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 26, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 18.3, + "Stalk Lodging": 8, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 27, + "brand": "LG SEEDS", + "product": "LG 51C62D", + "traits": null, + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 28, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 29, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 268.8, + "Harv. Moisture": 19.4, + "Stalk Lodging": 3, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 30, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 268.1, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 31, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 267.8, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 92 + } + }, + { + "rank": 32, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 266.7, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 33, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.5, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 283, + "Emergence": 94 + } + }, + { + "rank": 34, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.3, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 93 + } + }, + { + "rank": 35, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 266, + "Harv. Moisture": 20.6, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 36, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 265.7, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 88 + } + }, + { + "rank": 38, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 264.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 288, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 264.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.7, + "Harv. Moisture": 18.1, + "Stalk Lodging": 7, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 41, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.6, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 42, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 263.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 43, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.3, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 92 + } + }, + { + "rank": 44, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 262.3, + "Harv. Moisture": 21.7, + "Stalk Lodging": 7, + "Final Stand": 321, + "Emergence": 94 + } + }, + { + "rank": 45, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 262.1, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 18.4, + "Stalk Lodging": 10, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 48, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 260.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 49, + "brand": "GOLDEN HARVEST", + "product": "G01U74-AA", + "traits": null, + "metrics": { + "Yield": 260.6, + "Harv. Moisture": 18.2, + "Stalk Lodging": 3, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 260.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 3, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 51, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 259.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 52, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.6, + "Harv. Moisture": 19.7, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94 + } + }, + { + "rank": 54, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 17.8, + "Stalk Lodging": 5, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 55, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 94 + } + }, + { + "rank": 56, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 258.2, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94 + } + }, + { + "rank": 57, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 257.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 3, + "Final Stand": 319, + "Emergence": 95 + } + }, + { + "rank": 58, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 59, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 257.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 301, + "Emergence": 99 + } + }, + { + "rank": 60, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 257.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 61, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 257.1, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 62, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 256.9, + "Harv. Moisture": 18.7, + "Stalk Lodging": 6, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 63, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 256.6, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 64, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 89 + } + }, + { + "rank": 65, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 93 + } + }, + { + "rank": 66, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 256, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 91 + } + }, + { + "rank": 67, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 256, + "Harv. Moisture": 20.9, + "Stalk Lodging": 3, + "Final Stand": 337, + "Emergence": 92 + } + }, + { + "rank": 68, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 69, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 255.6, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 70, + "brand": "SEEDWAY", + "product": "SW 9990V4 RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 255, + "Harv. Moisture": 18.3, + "Stalk Lodging": 1, + "Final Stand": 303, + "Emergence": 92 + } + }, + { + "rank": 71, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 19, + "Stalk Lodging": 7, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 72, + "brand": "1st CHOICE SEEDS", + "product": "FC 7960 TRE RIB", + "traits": null, + "metrics": { + "Yield": 254.8, + "Harv. Moisture": 19, + "Stalk Lodging": 8, + "Final Stand": 333, + "Emergence": 92 + } + }, + { + "rank": 73, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 254.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 74, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 254.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 4, + "Final Stand": 312, + "Emergence": 91 + } + }, + { + "rank": 75, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 254.3, + "Harv. Moisture": 20.8, + "Stalk Lodging": 2, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 76, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 253.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 1, + "Final Stand": 321, + "Emergence": 91 + } + }, + { + "rank": 77, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 253.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 78, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 4, + "Final Stand": 337, + "Emergence": 93 + } + }, + { + "rank": 79, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 18.2, + "Stalk Lodging": 4, + "Final Stand": 316, + "Emergence": 90 + } + }, + { + "rank": 80, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 251.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 3, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 81, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 250.6, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 82, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 250.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 92 + } + }, + { + "rank": 83, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 2, + "Final Stand": 305, + "Emergence": 92 + } + }, + { + "rank": 84, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 311, + "Emergence": 92 + } + }, + { + "rank": 85, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 249.5, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 93 + } + }, + { + "rank": 86, + "brand": "SEEDWAY", + "product": "SW 9655PE RA", + "traits": null, + "metrics": { + "Yield": 248.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 306, + "Emergence": 94 + } + }, + { + "rank": 87, + "brand": "SEEDWAY", + "product": "SW 0123PE RA", + "traits": null, + "metrics": { + "Yield": 247.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 50, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 88, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 246.6, + "Harv. Moisture": 19.7, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 89, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 19, + "Stalk Lodging": 5, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 90, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 245.8, + "Harv. Moisture": 19.9, + "Stalk Lodging": 3, + "Final Stand": 343, + "Emergence": 93 + } + }, + { + "rank": 91, + "brand": "DEKALB", + "product": "DKC092-14RIB", + "traits": null, + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 92, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 93, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 244.1, + "Harv. Moisture": 18.8, + "Stalk Lodging": 4, + "Final Stand": 318, + "Emergence": 94 + } + }, + { + "rank": 94, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 242.9, + "Harv. Moisture": 18.9, + "Stalk Lodging": 14, + "Final Stand": 352, + "Emergence": 93 + } + }, + { + "rank": 95, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 242.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 88 + } + }, + { + "rank": 96, + "brand": "SEEDWAY", + "product": "SW 9522TR RIB", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 242.1, + "Harv. Moisture": 17.3, + "Stalk Lodging": 1, + "Final Stand": 318, + "Emergence": 96 + } + }, + { + "rank": 97, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 241.4, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 98, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 241.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 12, + "Final Stand": 312, + "Emergence": 85 + } + }, + { + "rank": 100, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 18.6, + "Stalk Lodging": 5, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 101, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 240.2, + "Harv. Moisture": 19.1, + "Stalk Lodging": 7, + "Final Stand": 339, + "Emergence": 91 + } + }, + { + "rank": 102, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.9, + "Harv. Moisture": 20.1, + "Stalk Lodging": 19, + "Final Stand": 302, + "Emergence": 83 + } + }, + { + "rank": 103, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 17.1, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 104, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 16.9, + "Stalk Lodging": 7, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 105, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 18.1, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 106, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.6, + "Harv. Moisture": 20.4, + "Stalk Lodging": 2, + "Final Stand": 274, + "Emergence": 84 + } + }, + { + "rank": 107, + "brand": "SEEDWAY", + "product": "SW 9822VT RIB", + "traits": null, + "metrics": { + "Yield": 236.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 93 + } + }, + { + "rank": 108, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 236.7, + "Harv. Moisture": 21.9, + "Stalk Lodging": 27, + "Final Stand": 327, + "Emergence": 94 + } + }, + { + "rank": 109, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 236.4, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 299, + "Emergence": 89 + } + }, + { + "rank": 110, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 234.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 5, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 111, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 92 + } + }, + { + "rank": 112, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 233.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 86 + } + }, + { + "rank": 113, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 233.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 2, + "Final Stand": 316, + "Emergence": 90 + } + }, + { + "rank": 114, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232.7, + "Harv. Moisture": 21.5, + "Stalk Lodging": 4, + "Final Stand": 320, + "Emergence": 89 + } + }, + { + "rank": 115, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 232.5, + "Harv. Moisture": 20.1, + "Stalk Lodging": 6, + "Final Stand": 338, + "Emergence": 94 + } + }, + { + "rank": 116, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 228.6, + "Harv. Moisture": 17.9, + "Stalk Lodging": 5, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 117, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 18.2, + "Stalk Lodging": 22, + "Final Stand": 323, + "Emergence": 92 + } + }, + { + "rank": 118, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 227.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 91 + } + } + ], + "n_results": 118, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.776303+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.md new file mode 100644 index 00000000..56a5aa99 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-bucyrus.md @@ -0,0 +1,136 @@ +# Corn yield trial — Bucyrus, OH (NE, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NE +- **Site:** Bucyrus +- **Source table:** Table 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 300.2 | 20 | 0 | 333 | 96 | +| 2 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 294.5 | 20.4 | 0 | 329 | 88 | +| 3 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 290.7 | 19.3 | 0 | 336 | 96 | +| 4 | SEED CONSULTANTS | SC 1066PCE | - | 285.5 | 21 | 1 | 329 | 97 | +| 5 | VIKING / BLUE RIVER | 49-05 | - | 283.4 | 19.1 | 0 | 318 | 91 | +| 6 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 282.1 | 23 | 0 | 339 | 98 | +| 7 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 281.7 | 19.6 | 0 | 350 | 96 | +| 8 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 280.9 | 20.3 | 1 | 327 | 94 | +| 9 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 280.4 | 19.5 | 2 | 354 | 96 | +| 10 | AUGUSTA SEED | A2058 Conv | - | 280 | 20.7 | 0 | 289 | 96 | +| 11 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 279.4 | 19.9 | 0 | 334 | 97 | +| 12 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 279.4 | 21 | 0 | 327 | 95 | +| 13 | SEED CONSULTANTS | SC 1055PCE | - | 278.9 | 19.8 | 2 | 329 | 97 | +| 14 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 278.8 | 20.8 | 0 | 360 | 97 | +| 15 | VIKING / BLUE RIVER | 75-07 | - | 277.8 | 20.5 | 2 | 308 | 90 | +| 16 | AUGUSTA SEED | A2355 Conv | - | 277.4 | 18.8 | 2 | 288 | 96 | +| 17 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 277.4 | 20.6 | 0 | 328 | 92 | +| 18 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 277.1 | 19.5 | 0 | 334 | 96 | +| 19 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 275.3 | 19.8 | 3 | 359 | 96 | +| 20 | FS INVISION | FS 5947T RIB | - | 275 | 19.4 | 8 | 343 | 95 | +| 21 | EBBERTS | 1660C | - | 274.8 | 21.3 | 3 | 333 | 96 | +| 22 | BA GENETICS | BA 26-06 PCE | - | 274.7 | 20.6 | 1 | 296 | 83 | +| 23 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 273.4 | 18.9 | 2 | 332 | 97 | +| 24 | SHUR GROW | SG-6106DV | - | 272.9 | 19 | 2 | 311 | 91 | +| 25 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 271.2 | 19.9 | 1 | 339 | 94 | +| 26 | AXIS SEED | 57K72 | - | 270.2 | 18.3 | 8 | 355 | 98 | +| 27 | LG SEEDS | LG 51C62D | - | 270.2 | 18.1 | 0 | 325 | 95 | +| 28 | FS INVISION | FS 6042F RIB | - | 269 | 20.6 | 1 | 348 | 96 | +| 29 | FS INVISION | FS 6245V RIB | RR,CB | 268.8 | 19.4 | 3 | 345 | 95 | +| 30 | NK | NK0451-AA | - | 268.1 | 17.8 | 1 | 342 | 94 | +| 31 | SEED CONSULTANTS | SC 1086PCE | - | 267.8 | 21.1 | 0 | 311 | 92 | +| 32 | NK | NK0880-V | - | 266.7 | 19.1 | 0 | 348 | 96 | +| 33 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 266.5 | 20.9 | 0 | 283 | 94 | +| 34 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 266.3 | 21 | 0 | 323 | 93 | +| 35 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 266 | 20.6 | 2 | 339 | 95 | +| 36 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 265.8 | 18.7 | 0 | 333 | 95 | +| 37 | DEKALB | DKC68-35RIB | RR,CB | 265.7 | 21.1 | 0 | 303 | 88 | +| 38 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 264.5 | 19.9 | 1 | 288 | 97 | +| 39 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 264.5 | 19.2 | 0 | 328 | 96 | +| 40 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 263.7 | 18.1 | 7 | 355 | 96 | +| 41 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 263.6 | 20.4 | 0 | 330 | 96 | +| 42 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 263.5 | 18.7 | 0 | 332 | 95 | +| 43 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 263.3 | 19 | 0 | 308 | 92 | +| 44 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 262.3 | 21.7 | 7 | 321 | 94 | +| 45 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 262.2 | 20.5 | 2 | 329 | 95 | +| 46 | EBBERTS | 1335C | NON-GMO | 262.1 | 18.4 | 1 | 333 | 97 | +| 47 | LG SEEDS | LG 55C40TRC | - | 261.6 | 18.4 | 10 | 338 | 96 | +| 48 | NK | NK1228-AA | GT,CB,LL | 260.8 | 20.8 | 1 | 358 | 98 | +| 49 | GOLDEN HARVEST | G01U74-AA | - | 260.6 | 18.2 | 3 | 333 | 97 | +| 50 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 260.3 | 20.2 | 3 | 342 | 94 | +| 51 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 259.7 | 19.4 | 3 | 339 | 94 | +| 52 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 259.6 | 19.7 | 2 | 337 | 98 | +| 53 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 259.3 | 20.8 | 0 | 327 | 94 | +| 54 | SHUR GROW | SG-5885PCE | - | 259.1 | 17.8 | 5 | 330 | 97 | +| 55 | DYNA-GRO | D44PN56RA | - | 258.8 | 20 | 0 | 303 | 94 | +| 56 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 258.2 | 20.5 | 0 | 327 | 94 | +| 57 | GREAT HEART SEED | 7272PCE | - | 257.9 | 20.6 | 3 | 319 | 95 | +| 58 | DEKALB | DKC099-11RIB | RR,CB | 257.6 | 18.5 | 0 | 323 | 94 | +| 59 | AUGUSTA SEED | A4057 Conv | - | 257.2 | 19.6 | 0 | 301 | 99 | +| 60 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 257.1 | 20.8 | 0 | 337 | 95 | +| 61 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 257.1 | 20.4 | 1 | 343 | 95 | +| 62 | AXIS SEED | 53M77 | - | 256.9 | 18.7 | 6 | 356 | 96 | +| 63 | AXIS SEED | 63H27 | RR,CB | 256.6 | 21.4 | 0 | 342 | 93 | +| 64 | DEKALB | DKC102-13RIB | - | 256.1 | 18.3 | 0 | 308 | 89 | +| 65 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 256.1 | 20.5 | 2 | 341 | 93 | +| 66 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 256 | 19 | 0 | 314 | 91 | +| 67 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 256 | 20.9 | 3 | 337 | 92 | +| 68 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 255.8 | 20.9 | 0 | 336 | 96 | +| 69 | GOLDEN HARVEST | G08U00-V | - | 255.6 | 19 | 0 | 339 | 94 | +| 70 | SEEDWAY | SW 9990V4 RIB | RR,CB,BCW,WBC | 255 | 18.3 | 1 | 303 | 92 | +| 71 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 254.9 | 19 | 7 | 327 | 93 | +| 72 | 1st CHOICE SEEDS | FC 7960 TRE RIB | - | 254.8 | 19 | 8 | 333 | 92 | +| 73 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 254.6 | 20.7 | 0 | 348 | 95 | +| 74 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 254.3 | 20.5 | 4 | 312 | 91 | +| 75 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 254.3 | 20.8 | 2 | 330 | 96 | +| 76 | BA GENETICS | BA 25-07 PCE | - | 253.6 | 19.6 | 1 | 321 | 91 | +| 77 | NK | NK0604-DV | - | 253.5 | 19.3 | 2 | 345 | 94 | +| 78 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 253.2 | 19.4 | 4 | 337 | 93 | +| 79 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 252.8 | 18.2 | 4 | 316 | 90 | +| 80 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 251.1 | 18.2 | 3 | 333 | 95 | +| 81 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 250.6 | 18.7 | 0 | 330 | 95 | +| 82 | SEED GENETICS DIRECT | Direct 5107-V | - | 250.5 | 18.3 | 0 | 343 | 92 | +| 83 | 1st CHOICE SEEDS | FC 8257 PC | - | 250.4 | 20.6 | 2 | 305 | 92 | +| 84 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 249.7 | 20.6 | 1 | 311 | 92 | +| 85 | DEKALB | DKC101-35RIB | - | 249.5 | 18.1 | 0 | 323 | 93 | +| 86 | SEEDWAY | SW 9655PE RA | - | 248.5 | 18.2 | 1 | 306 | 94 | +| 87 | SEEDWAY | SW 0123PE RA | - | 247.5 | 17.9 | 50 | 332 | 98 | +| 88 | AXIS SEED | 59D20 | - | 246.6 | 19.7 | 2 | 334 | 92 | +| 89 | BA GENETICS | BA 25-11 VT2P | RR,CB | 246.3 | 19 | 5 | 336 | 93 | +| 90 | SEED GENETICS DIRECT | Direct 2111-AA | - | 245.8 | 19.9 | 3 | 343 | 93 | +| 91 | DEKALB | DKC092-14RIB | - | 245.6 | 16.9 | 0 | 341 | 96 | +| 92 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 244.2 | 20.1 | 1 | 343 | 95 | +| 93 | VIKING / BLUE RIVER | 76-11 | - | 244.1 | 18.8 | 4 | 318 | 94 | +| 94 | SEED GENETICS DIRECT | Direct 4102-AA | - | 242.9 | 18.9 | 14 | 352 | 93 | +| 95 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 242.5 | 20.6 | 0 | 316 | 88 | +| 96 | SEEDWAY | SW 9522TR RIB | GT,CB,LL,VIP | 242.1 | 17.3 | 1 | 318 | 96 | +| 97 | EBBERTS | 7000TR | - | 241.4 | 16.9 | 0 | 346 | 94 | +| 98 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 241.1 | 18.1 | 0 | 334 | 98 | +| 99 | BA GENETICS | BA 25-12 VT2P | - | 240.4 | 18.5 | 12 | 312 | 85 | +| 100 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 240.4 | 18.6 | 5 | 328 | 93 | +| 101 | SEED GENETICS DIRECT | Direct 9107 GT | - | 240.2 | 19.1 | 7 | 339 | 91 | +| 102 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 239.9 | 20.1 | 19 | 302 | 83 | +| 103 | SHUR GROW | SG-5440DV | - | 238.8 | 17.1 | 2 | 333 | 96 | +| 104 | LG SEEDS | LG 53C44VT2RIB | - | 238.4 | 16.9 | 7 | 336 | 97 | +| 105 | DEKALB | DKC111-35RIB | RR,CB | 238.3 | 18.1 | 2 | 333 | 95 | +| 106 | 1st CHOICE SEEDS | FC 8047 PC | RR,CB,LL,Enlist | 237.6 | 20.4 | 2 | 274 | 84 | +| 107 | SEEDWAY | SW 9822VT RIB | - | 236.7 | 17.4 | 0 | 308 | 93 | +| 108 | VIKING / BLUE RIVER | 78-13 | - | 236.7 | 21.9 | 27 | 327 | 94 | +| 109 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 236.4 | 20 | 0 | 299 | 89 | +| 110 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 234.9 | 18.1 | 5 | 330 | 96 | +| 111 | GREAT HEART SEED | 7151PCE | - | 234.7 | 18.8 | 0 | 310 | 92 | +| 112 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 233.7 | 20.6 | 0 | 319 | 86 | +| 113 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 233.2 | 18.4 | 2 | 316 | 90 | +| 114 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 232.7 | 21.5 | 4 | 320 | 89 | +| 115 | NK | NK1056-V | - | 232.5 | 20.1 | 6 | 338 | 94 | +| 116 | SHUR GROW | SG-5788DV | - | 228.6 | 17.9 | 5 | 334 | 97 | +| 117 | DEKALB | DKC64-22RIB | RR,CB | 227.9 | 18.2 | 22 | 323 | 92 | +| 118 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 227.2 | 21.7 | 0 | 314 | 91 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.json new file mode 100644 index 00000000..68ba26ea --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.json @@ -0,0 +1,718 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-ne-columbiana", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NE", + "site": "Columbiana", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 219.9, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 218, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 3, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 212.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 290, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 212.4, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "1st CHOICE SEEDS", + "product": "FC 7960 TRE RIB", + "traits": null, + "metrics": { + "Yield": 210.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 210.6, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 209.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 206.1, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 9, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 205.8, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 202.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 280, + "Emergence": 85 + } + }, + { + "rank": 11, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 201.7, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 200.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 200.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 199.7, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 198.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 196.9, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 195.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 194.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 193.1, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 191, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 87 + } + }, + { + "rank": 21, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 190.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 189.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 23, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 188.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 188.6, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 188.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 26, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 188.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 27, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 187.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 187.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 95 + } + }, + { + "rank": 29, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 186.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 184.1, + "Harv. Moisture": 22.9, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 31, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 183.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 183.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 33, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 183.3, + "Harv. Moisture": 23.1, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 183, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 182.2, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 36, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 182.1, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 37, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 182, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 99 + } + }, + { + "rank": 38, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 180.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 179.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 40, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 178.8, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 41, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 178.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 177.3, + "Harv. Moisture": 21, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 177.3, + "Harv. Moisture": 21.5, + "Stalk Lodging": 2, + "Final Stand": 318, + "Emergence": 91 + } + }, + { + "rank": 44, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 177.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 361, + "Emergence": 100 + } + }, + { + "rank": 45, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 176.4, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 46, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 175, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 47, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 174.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 172.1, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 49, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 171.7, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 50, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 166.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 153.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 52, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 153, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 148.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 85 + } + } + ], + "n_results": 53, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.778301+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.md new file mode 100644 index 00000000..c558b687 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-columbiana.md @@ -0,0 +1,71 @@ +# Corn yield trial — Columbiana, OH (NE, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NE +- **Site:** Columbiana +- **Source table:** Table 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | 1st CHOICE SEEDS | FC 8257 PC | - | 219.9 | 20.8 | 0 | 320 | 97 | +| 2 | FS INVISION | FS 6042F RIB | - | 218 | 20.2 | 0 | 363 | 99 | +| 3 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 212.5 | 18.9 | 0 | 290 | 98 | +| 4 | EBBERTS | 1660C | - | 212.4 | 19 | 1 | 338 | 98 | +| 5 | 1st CHOICE SEEDS | FC 7960 TRE RIB | - | 210.9 | 20.2 | 1 | 355 | 97 | +| 6 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 210.6 | 19.4 | 0 | 339 | 98 | +| 7 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 209.7 | 19 | 0 | 338 | 98 | +| 8 | FS INVISION | FS 6245V RIB | RR,CB | 206.1 | 19.2 | 0 | 356 | 98 | +| 9 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 205.8 | 19.1 | 0 | 348 | 98 | +| 10 | 1st CHOICE SEEDS | FC 8047 PC | RR,CB,LL,Enlist | 202.3 | 20.6 | 1 | 280 | 85 | +| 11 | FS INVISION | FS 5947T RIB | - | 201.7 | 19.8 | 0 | 359 | 99 | +| 12 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 200.5 | 19.9 | 0 | 333 | 91 | +| 13 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 200.3 | 18.6 | 0 | 364 | 99 | +| 14 | BA GENETICS | BA 25-12 VT2P | - | 199.7 | 19.7 | 1 | 348 | 96 | +| 15 | NK | NK1228-AA | GT,CB,LL | 198.7 | 20.6 | 1 | 350 | 97 | +| 16 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 196.9 | 22 | 0 | 345 | 94 | +| 17 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 195.8 | 23.1 | 1 | 325 | 96 | +| 18 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 194.6 | 20.6 | 0 | 367 | 98 | +| 19 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 193.1 | 22.6 | 0 | 363 | 98 | +| 20 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 191 | 19.2 | 0 | 316 | 87 | +| 21 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 190.1 | 18.7 | 0 | 329 | 96 | +| 22 | DEKALB | DKC111-35RIB | RR,CB | 189.3 | 19.6 | 1 | 350 | 98 | +| 23 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 188.8 | 20.3 | 0 | 358 | 97 | +| 24 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 188.6 | 19.7 | 0 | 338 | 97 | +| 25 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 188.2 | 20.1 | 0 | 342 | 99 | +| 26 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 188.1 | 18.2 | 1 | 338 | 97 | +| 27 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 187.4 | 20.8 | 0 | 347 | 97 | +| 28 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 187.4 | 19.5 | 0 | 319 | 95 | +| 29 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 186.5 | 17.9 | 0 | 328 | 98 | +| 30 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 184.1 | 22.9 | 1 | 346 | 99 | +| 31 | NK | NK1056-V | - | 183.9 | 19.5 | 0 | 358 | 98 | +| 32 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 183.5 | 19.2 | 0 | 337 | 96 | +| 33 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 183.3 | 23.1 | 1 | 352 | 98 | +| 34 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 183 | 21.1 | 0 | 356 | 98 | +| 35 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 182.2 | 19.3 | 0 | 327 | 95 | +| 36 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 182.1 | 19.9 | 1 | 356 | 98 | +| 37 | DEKALB | DKC64-22RIB | RR,CB | 182 | 21.5 | 0 | 350 | 99 | +| 38 | VIKING / BLUE RIVER | 78-13 | - | 180.1 | 21.2 | 1 | 342 | 97 | +| 39 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 179.9 | 18.8 | 0 | 337 | 99 | +| 40 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 178.8 | 21.4 | 0 | 332 | 95 | +| 41 | GREAT HEART SEED | 7151PCE | - | 178.6 | 19.8 | 0 | 348 | 97 | +| 42 | AXIS SEED | 63H27 | RR,CB | 177.3 | 21 | 1 | 355 | 98 | +| 43 | DEKALB | DKC68-35RIB | RR,CB | 177.3 | 21.5 | 2 | 318 | 91 | +| 44 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 177.3 | 19.7 | 1 | 361 | 100 | +| 45 | AXIS SEED | 59D20 | - | 176.4 | 18 | 0 | 342 | 93 | +| 46 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 175 | 22.8 | 0 | 342 | 94 | +| 47 | BA GENETICS | BA 25-11 VT2P | RR,CB | 174.2 | 18.7 | 0 | 351 | 98 | +| 48 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 172.1 | 22.7 | 0 | 347 | 99 | +| 49 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 171.7 | 18.5 | 0 | 336 | 98 | +| 50 | GREAT HEART SEED | 7272PCE | - | 166.9 | 20.6 | 0 | 320 | 96 | +| 51 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 153.3 | 20.5 | 0 | 333 | 91 | +| 52 | VIKING / BLUE RIVER | 76-11 | - | 153 | 18.6 | 0 | 329 | 97 | +| 53 | SEED GENETICS DIRECT | Direct 2111-AA | - | 148.5 | 21.6 | 0 | 315 | 85 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.json new file mode 100644 index 00000000..d0a0bfd6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.json @@ -0,0 +1,1681 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-ne-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NE", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 2, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 247.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98, + "Test Wt.": 55.4 + } + }, + { + "rank": 3, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.3, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 56.6 + } + }, + { + "rank": 5, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 243.9, + "Harv. Moisture": 17.6, + "Stalk Lodging": 1, + "Final Stand": 290, + "Emergence": 97, + "Test Wt.": 58 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 243.6, + "Harv. Moisture": 20.2, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 7, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 243.5, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 97, + "Test Wt.": 57.4 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 242.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 89, + "Test Wt.": 56.1 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 242.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 94, + "Test Wt.": 56.2 + } + }, + { + "rank": 10, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 17.8, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 97, + "Test Wt.": 57.2 + } + }, + { + "rank": 11, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 241.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 241.1, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 96, + "Test Wt.": 56.9 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 239.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 15, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 287, + "Emergence": 96, + "Test Wt.": 56.4 + } + }, + { + "rank": 16, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 321, + "Emergence": 93, + "Test Wt.": 56.8 + } + }, + { + "rank": 17, + "brand": "LG SEEDS", + "product": "LG 51C62D", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 97, + "Test Wt.": 58.7 + } + }, + { + "rank": 18, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 19.6, + "Stalk Lodging": 4, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 19, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95, + "Test Wt.": 57.1 + } + }, + { + "rank": 20, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 57.3 + } + }, + { + "rank": 21, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 96, + "Test Wt.": 59.4 + } + }, + { + "rank": 22, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 237.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 3, + "Final Stand": 335, + "Emergence": 98, + "Test Wt.": 57.2 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 237, + "Harv. Moisture": 19.8, + "Stalk Lodging": 1, + "Final Stand": 303, + "Emergence": 85, + "Test Wt.": 56 + } + }, + { + "rank": 24, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 236, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 25, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 235.2, + "Harv. Moisture": 20.7, + "Stalk Lodging": 1, + "Final Stand": 312, + "Emergence": 95, + "Test Wt.": 55.3 + } + }, + { + "rank": 26, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 234.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 1, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 27, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 233.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 28, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94, + "Test Wt.": 57 + } + }, + { + "rank": 29, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 233.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95, + "Test Wt.": 58.5 + } + }, + { + "rank": 30, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 233.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 95, + "Test Wt.": 56.6 + } + }, + { + "rank": 31, + "brand": "1st CHOICE SEEDS", + "product": "FC 7960 TRE RIB", + "traits": null, + "metrics": { + "Yield": 232.8, + "Harv. Moisture": 19.6, + "Stalk Lodging": 4, + "Final Stand": 344, + "Emergence": 95, + "Test Wt.": 58 + } + }, + { + "rank": 32, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 33, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 232.1, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 96, + "Test Wt.": 58.6 + } + }, + { + "rank": 34, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 232, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 95, + "Test Wt.": 56.7 + } + }, + { + "rank": 35, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 231.9, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 316, + "Emergence": 92, + "Test Wt.": 58.1 + } + }, + { + "rank": 36, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 230.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 55.5 + } + }, + { + "rank": 37, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 230.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 93, + "Test Wt.": 57.1 + } + }, + { + "rank": 38, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 19, + "Stalk Lodging": 3, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 58.3 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 230, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 96, + "Test Wt.": 57.4 + } + }, + { + "rank": 40, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 229.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 41, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 229.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 289, + "Emergence": 97, + "Test Wt.": 57.9 + } + }, + { + "rank": 42, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 228.7, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96, + "Test Wt.": 57.1 + } + }, + { + "rank": 43, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 228.6, + "Harv. Moisture": 21.1, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 94, + "Test Wt.": 56.5 + } + }, + { + "rank": 44, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 228.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 291, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 45, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 228.4, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 46, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 226.8, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 58.3 + } + }, + { + "rank": 47, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 226.7, + "Harv. Moisture": 17.8, + "Stalk Lodging": 4, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 58.1 + } + }, + { + "rank": 48, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 226.6, + "Harv. Moisture": 18, + "Stalk Lodging": 4, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 49, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 226.3, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 57.2 + } + }, + { + "rank": 50, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 226.1, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 56.3 + } + }, + { + "rank": 51, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 225.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 52, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 58.5 + } + }, + { + "rank": 53, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 225, + "Harv. Moisture": 18.8, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 54, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 21.8, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 55, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 224.5, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95, + "Test Wt.": 57.5 + } + }, + { + "rank": 56, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 224.3, + "Harv. Moisture": 17.5, + "Stalk Lodging": 6, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 57, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 223.8, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 58, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 223.4, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 300, + "Emergence": 99, + "Test Wt.": 57.7 + } + }, + { + "rank": 59, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 223.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 4, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 55.8 + } + }, + { + "rank": 60, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 223.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 61, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 223, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 62, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 222.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 96, + "Test Wt.": 57.2 + } + }, + { + "rank": 63, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 222.2, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96, + "Test Wt.": 55.5 + } + }, + { + "rank": 64, + "brand": "GOLDEN HARVEST", + "product": "G01U74-AA", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 17.4, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 98, + "Test Wt.": 59.1 + } + }, + { + "rank": 65, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 21.3, + "Stalk Lodging": 1, + "Final Stand": 310, + "Emergence": 90, + "Test Wt.": 57.8 + } + }, + { + "rank": 66, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 221.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 96, + "Test Wt.": 57.4 + } + }, + { + "rank": 67, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 221, + "Harv. Moisture": 19.9, + "Stalk Lodging": 2, + "Final Stand": 347, + "Emergence": 95, + "Test Wt.": 55.5 + } + }, + { + "rank": 68, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 220.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 93, + "Test Wt.": 57.5 + } + }, + { + "rank": 69, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 220.7, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94, + "Test Wt.": 55.9 + } + }, + { + "rank": 70, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 2, + "Final Stand": 330, + "Emergence": 94, + "Test Wt.": 58.2 + } + }, + { + "rank": 71, + "brand": "SEEDWAY", + "product": "SW 0123PE RA", + "traits": null, + "metrics": { + "Yield": 220.3, + "Harv. Moisture": 17.8, + "Stalk Lodging": 25, + "Final Stand": 331, + "Emergence": 98, + "Test Wt.": 57.3 + } + }, + { + "rank": 72, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 220.1, + "Harv. Moisture": 16.5, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 73, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 220.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 6, + "Final Stand": 330, + "Emergence": 91, + "Test Wt.": 58.3 + } + }, + { + "rank": 74, + "brand": "1st CHOICE SEEDS", + "product": "FC 8047 PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 220, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 277, + "Emergence": 84, + "Test Wt.": 55.9 + } + }, + { + "rank": 75, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 219.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 92, + "Test Wt.": 56.6 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 219.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 77, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 20.2, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 55.7 + } + }, + { + "rank": 78, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 218.2, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 95, + "Test Wt.": 56.1 + } + }, + { + "rank": 79, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 217.9, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 57.9 + } + }, + { + "rank": 80, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 94, + "Test Wt.": 56 + } + }, + { + "rank": 81, + "brand": "SEEDWAY", + "product": "SW 9655PE RA", + "traits": null, + "metrics": { + "Yield": 217.6, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 95, + "Test Wt.": 57.1 + } + }, + { + "rank": 82, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 217.1, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 89, + "Test Wt.": 56.1 + } + }, + { + "rank": 83, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 217, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 55.5 + } + }, + { + "rank": 84, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 216.6, + "Harv. Moisture": 20.3, + "Stalk Lodging": 2, + "Final Stand": 349, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 85, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 216.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 2, + "Final Stand": 322, + "Emergence": 93, + "Test Wt.": 55.9 + } + }, + { + "rank": 86, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 216.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 4, + "Final Stand": 341, + "Emergence": 92, + "Test Wt.": 57.3 + } + }, + { + "rank": 87, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 215.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 55.7 + } + }, + { + "rank": 88, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 215.7, + "Harv. Moisture": 19.1, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 98, + "Test Wt.": 57.3 + } + }, + { + "rank": 89, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 215.6, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 58.4 + } + }, + { + "rank": 90, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 94, + "Test Wt.": 56.3 + } + }, + { + "rank": 91, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 9, + "Final Stand": 309, + "Emergence": 85, + "Test Wt.": 56 + } + }, + { + "rank": 92, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 214.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95, + "Test Wt.": 55.9 + } + }, + { + "rank": 93, + "brand": "DEKALB", + "product": "DKC092-14RIB", + "traits": null, + "metrics": { + "Yield": 214.7, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 57.4 + } + }, + { + "rank": 94, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 214, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 95, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 213.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 59 + } + }, + { + "rank": 96, + "brand": "SEEDWAY", + "product": "SW 9522TR RIB", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 213.7, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 97, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 213.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 97, + "Test Wt.": 55.4 + } + }, + { + "rank": 98, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 212.6, + "Harv. Moisture": 16.4, + "Stalk Lodging": 4, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 59.5 + } + }, + { + "rank": 99, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 212.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 2, + "Final Stand": 319, + "Emergence": 95, + "Test Wt.": 54.8 + } + }, + { + "rank": 100, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 211.9, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 309, + "Emergence": 92, + "Test Wt.": 58.5 + } + }, + { + "rank": 101, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 211.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 93, + "Test Wt.": 55.5 + } + }, + { + "rank": 102, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 211.5, + "Harv. Moisture": 22.4, + "Stalk Lodging": 1, + "Final Stand": 319, + "Emergence": 94, + "Test Wt.": 54.6 + } + }, + { + "rank": 103, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 210.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 3, + "Final Stand": 343, + "Emergence": 95, + "Test Wt.": 56.3 + } + }, + { + "rank": 104, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 210, + "Harv. Moisture": 18.2, + "Stalk Lodging": 7, + "Final Stand": 354, + "Emergence": 93, + "Test Wt.": 56.9 + } + }, + { + "rank": 105, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 209.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 106, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 93, + "Test Wt.": 59.4 + } + }, + { + "rank": 107, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 209.2, + "Harv. Moisture": 18.6, + "Stalk Lodging": 3, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 57.3 + } + }, + { + "rank": 108, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 208.4, + "Harv. Moisture": 21.6, + "Stalk Lodging": 14, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 55.8 + } + }, + { + "rank": 109, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 208.2, + "Harv. Moisture": 19.8, + "Stalk Lodging": 3, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 57.8 + } + }, + { + "rank": 110, + "brand": "SEEDWAY", + "product": "SW 9822VT RIB", + "traits": null, + "metrics": { + "Yield": 207.7, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 309, + "Emergence": 94, + "Test Wt.": 56.5 + } + }, + { + "rank": 111, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 206.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95, + "Test Wt.": 55.7 + } + }, + { + "rank": 112, + "brand": "SEEDWAY", + "product": "SW 9990V4 RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 205.9, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 94, + "Test Wt.": 56.9 + } + }, + { + "rank": 113, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 205, + "Harv. Moisture": 19.9, + "Stalk Lodging": 11, + "Final Stand": 336, + "Emergence": 95, + "Test Wt.": 59.6 + } + }, + { + "rank": 114, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 203.8, + "Harv. Moisture": 22.2, + "Stalk Lodging": 2, + "Final Stand": 331, + "Emergence": 92, + "Test Wt.": 54.7 + } + }, + { + "rank": 115, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 198.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 323, + "Emergence": 96, + "Test Wt.": 56.4 + } + }, + { + "rank": 116, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 197.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 89, + "Test Wt.": 55.1 + } + }, + { + "rank": 117, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 197.2, + "Harv. Moisture": 20.7, + "Stalk Lodging": 1, + "Final Stand": 329, + "Emergence": 89, + "Test Wt.": 56.3 + } + }, + { + "rank": 118, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 192.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 97, + "Test Wt.": 57.7 + } + } + ], + "n_results": 118, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.777601+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.md new file mode 100644 index 00000000..76824a60 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-summary.md @@ -0,0 +1,136 @@ +# Corn yield trial — Summary, OH (NE, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NE +- **Site:** Summary +- **Source table:** Table 7L. Performance of hybrids in the full-season trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 254.4 | 19.1 | 0 | 337 | 96 | 56.2 | +| 2 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 247.7 | 21.4 | 0 | 343 | 98 | 55.4 | +| 3 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 245 | 19.2 | 0 | 332 | 96 | 56.2 | +| 4 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 244.3 | 18 | 0 | 341 | 98 | 56.6 | +| 5 | AUGUSTA SEED | A2355 Conv | - | 243.9 | 17.6 | 1 | 290 | 97 | 58 | +| 6 | EBBERTS | 1660C | - | 243.6 | 20.2 | 2 | 336 | 97 | 56.2 | +| 7 | FS INVISION | FS 6042F RIB | - | 243.5 | 20.4 | 1 | 356 | 97 | 57.4 | +| 8 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 242.7 | 19.3 | 0 | 331 | 89 | 56.1 | +| 9 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 242.1 | 19.1 | 0 | 336 | 94 | 56.2 | +| 10 | AXIS SEED | 57K72 | - | 241.5 | 17.8 | 4 | 350 | 97 | 57.2 | +| 11 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 241.1 | 18.7 | 0 | 338 | 97 | 56.3 | +| 12 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 241.1 | 19.4 | 1 | 339 | 96 | 56.9 | +| 13 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 240.8 | 18.3 | 1 | 337 | 97 | 56.4 | +| 14 | SEED CONSULTANTS | SC 1066PCE | - | 239.5 | 18.9 | 1 | 327 | 97 | 55.8 | +| 15 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 239.5 | 19.9 | 0 | 287 | 96 | 56.4 | +| 16 | VIKING / BLUE RIVER | 75-07 | - | 238.9 | 19 | 1 | 321 | 93 | 56.8 | +| 17 | LG SEEDS | LG 51C62D | - | 238.8 | 17.6 | 0 | 330 | 97 | 58.7 | +| 18 | FS INVISION | FS 5947T RIB | - | 238.4 | 19.6 | 4 | 351 | 97 | 57.5 | +| 19 | VIKING / BLUE RIVER | 49-05 | - | 238.3 | 17.7 | 0 | 328 | 95 | 57.1 | +| 20 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 237.5 | 18.9 | 0 | 351 | 97 | 57.3 | +| 21 | FS INVISION | FS 6245V RIB | RR,CB | 237.5 | 19.3 | 1 | 350 | 96 | 59.4 | +| 22 | SHUR GROW | SG-5885PCE | - | 237.1 | 17.4 | 3 | 335 | 98 | 57.2 | +| 23 | BA GENETICS | BA 26-06 PCE | - | 237 | 19.8 | 1 | 303 | 85 | 56 | +| 24 | SEED CONSULTANTS | SC 1055PCE | - | 236 | 18.6 | 1 | 330 | 97 | 57.1 | +| 25 | 1st CHOICE SEEDS | FC 8257 PC | - | 235.2 | 20.7 | 1 | 312 | 95 | 55.3 | +| 26 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 234.9 | 20.2 | 1 | 363 | 97 | 55.6 | +| 27 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 233.8 | 20.5 | 0 | 334 | 97 | 57.5 | +| 28 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 233.5 | 20.2 | 0 | 328 | 94 | 57 | +| 29 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 233.4 | 17.7 | 0 | 337 | 95 | 58.5 | +| 30 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 233.2 | 18.4 | 1 | 343 | 95 | 56.6 | +| 31 | 1st CHOICE SEEDS | FC 7960 TRE RIB | - | 232.8 | 19.6 | 4 | 344 | 95 | 58 | +| 32 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 232.4 | 20.1 | 1 | 335 | 97 | 56.4 | +| 33 | NK | NK0451-AA | - | 232.1 | 17.2 | 1 | 336 | 96 | 58.6 | +| 34 | DYNA-GRO | D44PN56RA | - | 232 | 18.4 | 0 | 308 | 95 | 56.7 | +| 35 | SHUR GROW | SG-6106DV | - | 231.9 | 18 | 1 | 316 | 92 | 58.1 | +| 36 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 230.5 | 18.7 | 2 | 358 | 98 | 55.5 | +| 37 | SEED CONSULTANTS | SC 1086PCE | - | 230.4 | 19.5 | 0 | 315 | 93 | 57.1 | +| 38 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 230.3 | 19 | 3 | 338 | 96 | 58.3 | +| 39 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 230 | 19 | 1 | 352 | 96 | 57.4 | +| 40 | NK | NK1228-AA | GT,CB,LL | 229.8 | 20.7 | 1 | 354 | 97 | 57.7 | +| 41 | AUGUSTA SEED | A2058 Conv | - | 229.1 | 19.6 | 0 | 289 | 97 | 57.9 | +| 42 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 228.7 | 19.9 | 0 | 359 | 96 | 57.1 | +| 43 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 228.6 | 21.1 | 1 | 343 | 94 | 56.5 | +| 44 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 228.5 | 19.3 | 0 | 291 | 97 | 55.6 | +| 45 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 228.4 | 18 | 0 | 318 | 95 | 56.4 | +| 46 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 226.8 | 19.6 | 0 | 330 | 96 | 58.3 | +| 47 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 226.7 | 17.8 | 4 | 359 | 98 | 58.1 | +| 48 | AXIS SEED | 53M77 | - | 226.6 | 18 | 4 | 363 | 97 | 55.8 | +| 49 | DEKALB | DKC099-11RIB | RR,CB | 226.3 | 17.8 | 0 | 332 | 96 | 57.2 | +| 50 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 226.1 | 19.2 | 0 | 335 | 96 | 56.3 | +| 51 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 225.5 | 18.5 | 0 | 328 | 97 | 57.1 | +| 52 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 225.1 | 19.3 | 2 | 334 | 96 | 58.5 | +| 53 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 225 | 18.8 | 2 | 333 | 95 | 56.4 | +| 54 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 224.7 | 21.8 | 1 | 346 | 96 | 56.5 | +| 55 | EBBERTS | 7000TR | - | 224.5 | 16.4 | 0 | 350 | 95 | 57.5 | +| 56 | LG SEEDS | LG 55C40TRC | - | 224.3 | 17.5 | 6 | 342 | 97 | 56.3 | +| 57 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 223.8 | 21.7 | 0 | 356 | 97 | 56.3 | +| 58 | AUGUSTA SEED | A4057 Conv | - | 223.4 | 18.3 | 0 | 300 | 99 | 57.7 | +| 59 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 223.3 | 19.5 | 4 | 332 | 96 | 55.8 | +| 60 | NK | NK0880-V | - | 223.1 | 18.3 | 0 | 337 | 95 | 56.4 | +| 61 | EBBERTS | 1335C | NON-GMO | 223 | 18.3 | 0 | 333 | 97 | 57.7 | +| 62 | NK | NK0604-DV | - | 222.5 | 19.5 | 1 | 345 | 96 | 57.2 | +| 63 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 222.2 | 20.6 | 0 | 345 | 96 | 55.5 | +| 64 | GOLDEN HARVEST | G01U74-AA | - | 221.5 | 17.4 | 1 | 338 | 98 | 59.1 | +| 65 | DEKALB | DKC68-35RIB | RR,CB | 221.5 | 21.3 | 1 | 310 | 90 | 57.8 | +| 66 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 221.2 | 21.7 | 1 | 336 | 96 | 57.4 | +| 67 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 221 | 19.9 | 2 | 347 | 95 | 55.5 | +| 68 | BA GENETICS | BA 25-07 PCE | - | 220.9 | 18.8 | 1 | 332 | 93 | 57.5 | +| 69 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 220.7 | 20 | 0 | 327 | 94 | 55.9 | +| 70 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 220.6 | 17.7 | 2 | 330 | 94 | 58.2 | +| 71 | SEEDWAY | SW 0123PE RA | - | 220.3 | 17.8 | 25 | 331 | 98 | 57.3 | +| 72 | SHUR GROW | SG-5440DV | - | 220.1 | 16.5 | 1 | 335 | 97 | 57.5 | +| 73 | BA GENETICS | BA 25-12 VT2P | - | 220.1 | 19.1 | 6 | 330 | 91 | 58.3 | +| 74 | 1st CHOICE SEEDS | FC 8047 PC | RR,CB,LL,Enlist | 220 | 20.5 | 2 | 277 | 84 | 55.9 | +| 75 | DEKALB | DKC102-13RIB | - | 219.9 | 17.4 | 0 | 319 | 92 | 56.6 | +| 76 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 219.3 | 19.7 | 0 | 338 | 95 | 57 | +| 77 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 219.1 | 20.2 | 1 | 348 | 96 | 55.7 | +| 78 | GOLDEN HARVEST | G08U00-V | - | 218.2 | 17.9 | 0 | 344 | 95 | 56.1 | +| 79 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 217.9 | 17.2 | 1 | 339 | 97 | 57.9 | +| 80 | SEED GENETICS DIRECT | Direct 5107-V | - | 217.7 | 17.4 | 0 | 351 | 94 | 56 | +| 81 | SEEDWAY | SW 9655PE RA | - | 217.6 | 17.5 | 0 | 305 | 95 | 57.1 | +| 82 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 217.1 | 20.3 | 0 | 326 | 89 | 56.1 | +| 83 | AXIS SEED | 63H27 | RR,CB | 217 | 21.2 | 0 | 348 | 96 | 55.5 | +| 84 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 216.6 | 20.3 | 2 | 349 | 96 | 56 | +| 85 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 216.6 | 20.9 | 2 | 322 | 93 | 55.9 | +| 86 | SEED GENETICS DIRECT | Direct 9107 GT | - | 216.4 | 18.2 | 4 | 341 | 92 | 57.3 | +| 87 | DEKALB | DKC101-35RIB | - | 215.7 | 17.2 | 0 | 334 | 96 | 55.7 | +| 88 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 215.7 | 19.1 | 1 | 336 | 98 | 57.3 | +| 89 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 215.6 | 18.2 | 0 | 338 | 96 | 58.4 | +| 90 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 215.4 | 18.2 | 0 | 325 | 94 | 56.3 | +| 91 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 215.4 | 19.7 | 9 | 309 | 85 | 56 | +| 92 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 214.8 | 19.7 | 0 | 324 | 95 | 55.9 | +| 93 | DEKALB | DKC092-14RIB | - | 214.7 | 16.3 | 0 | 343 | 97 | 57.4 | +| 94 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 214 | 21.8 | 0 | 341 | 97 | 56.6 | +| 95 | DEKALB | DKC111-35RIB | RR,CB | 213.8 | 18.9 | 1 | 341 | 97 | 59 | +| 96 | SEEDWAY | SW 9522TR RIB | GT,CB,LL,VIP | 213.7 | 16.7 | 0 | 321 | 97 | 56.2 | +| 97 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 213.6 | 20.6 | 1 | 350 | 97 | 55.4 | +| 98 | LG SEEDS | LG 53C44VT2RIB | - | 212.6 | 16.4 | 4 | 339 | 98 | 59.5 | +| 99 | GREAT HEART SEED | 7272PCE | - | 212.4 | 20.6 | 2 | 319 | 95 | 54.8 | +| 100 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 211.9 | 19.8 | 0 | 309 | 92 | 58.5 | +| 101 | AXIS SEED | 59D20 | - | 211.5 | 18.9 | 1 | 338 | 93 | 55.5 | +| 102 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 211.5 | 22.4 | 1 | 319 | 94 | 54.6 | +| 103 | BA GENETICS | BA 25-11 VT2P | RR,CB | 210.3 | 18.9 | 3 | 343 | 95 | 56.3 | +| 104 | SEED GENETICS DIRECT | Direct 4102-AA | - | 210 | 18.2 | 7 | 354 | 93 | 56.9 | +| 105 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 209.6 | 17.7 | 1 | 335 | 98 | 57.5 | +| 106 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 209.2 | 17.8 | 1 | 325 | 93 | 59.4 | +| 107 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 209.2 | 18.6 | 3 | 334 | 96 | 57.3 | +| 108 | VIKING / BLUE RIVER | 78-13 | - | 208.4 | 21.6 | 14 | 334 | 96 | 55.8 | +| 109 | NK | NK1056-V | - | 208.2 | 19.8 | 3 | 348 | 96 | 57.8 | +| 110 | SEEDWAY | SW 9822VT RIB | - | 207.7 | 16.8 | 0 | 309 | 94 | 56.5 | +| 111 | GREAT HEART SEED | 7151PCE | - | 206.7 | 19.3 | 0 | 329 | 95 | 55.7 | +| 112 | SEEDWAY | SW 9990V4 RIB | RR,CB,BCW,WBC | 205.9 | 17.2 | 0 | 312 | 94 | 56.9 | +| 113 | DEKALB | DKC64-22RIB | RR,CB | 205 | 19.9 | 11 | 336 | 95 | 59.6 | +| 114 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 203.8 | 22.2 | 2 | 331 | 92 | 54.7 | +| 115 | VIKING / BLUE RIVER | 76-11 | - | 198.5 | 18.7 | 2 | 323 | 96 | 56.4 | +| 116 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 197.9 | 20.6 | 0 | 325 | 89 | 55.1 | +| 117 | SEED GENETICS DIRECT | Direct 2111-AA | - | 197.2 | 20.7 | 1 | 329 | 89 | 56.3 | +| 118 | SHUR GROW | SG-5788DV | - | 192.3 | 17.2 | 2 | 337 | 97 | 57.7 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.json new file mode 100644 index 00000000..77e5a68e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.json @@ -0,0 +1,874 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-ne-wooster", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NE", + "site": "Wooster", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 7E. Performance of hybrids in the early maturity trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 215, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 2, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 213.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 212.9, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 4, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 210.4, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 292, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 209.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 208.6, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 208.2, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "EBBERTS", + "product": "7000TR", + "traits": null, + "metrics": { + "Yield": 207.6, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "LG SEEDS", + "product": "LG 51C62D", + "traits": null, + "metrics": { + "Yield": 207.4, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 206.8, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 11, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 205.1, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 96 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 205, + "Harv. Moisture": 19.2, + "Stalk Lodging": 2, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 202.8, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 201.4, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 201, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 16, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 200.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 17, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 199.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 199.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 87 + } + }, + { + "rank": 19, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 197.8, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 20, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 196.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 1, + "Final Stand": 370, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 196.2, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 195.3, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 23, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 195, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 193.5, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 193.5, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 97 + } + }, + { + "rank": 26, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 193.2, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 27, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 193.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "SEEDWAY", + "product": "SW 0123PE RA", + "traits": null, + "metrics": { + "Yield": 193.1, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 193.1, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 30, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 193, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 192.6, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 92 + } + }, + { + "rank": 32, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 192.5, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 97 + } + }, + { + "rank": 33, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 191.4, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 34, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 191, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 93 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 190.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 36, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 189.7, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 299, + "Emergence": 99 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 189.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 38, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 188.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 39, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 188.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 40, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 187, + "Harv. Moisture": 16.6, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 41, + "brand": "LG SEEDS", + "product": "LG 53C44VT2RIB", + "traits": null, + "metrics": { + "Yield": 186.8, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 42, + "brand": "SEEDWAY", + "product": "SW 9655PE RA", + "traits": null, + "metrics": { + "Yield": 186.8, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 96 + } + }, + { + "rank": 43, + "brand": "SEEDWAY", + "product": "SW 9522TR RIB", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 185.3, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 98 + } + }, + { + "rank": 44, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 185.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 184.9, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 184.7, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 47, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 184.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 48, + "brand": "DEKALB", + "product": "DKC092-14RIB", + "traits": null, + "metrics": { + "Yield": 183.9, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 49, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 183.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 183.8, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 51, + "brand": "GOLDEN HARVEST", + "product": "G01U74-AA", + "traits": null, + "metrics": { + "Yield": 182.4, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 52, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 181.8, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 53, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 181.6, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 180.9, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 55, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 180.7, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 56, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 180.6, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 57, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 179.6, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 94 + } + }, + { + "rank": 58, + "brand": "SEEDWAY", + "product": "SW 9822VT RIB", + "traits": null, + "metrics": { + "Yield": 178.8, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 95 + } + }, + { + "rank": 59, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 178.6, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 60, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 178.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 289, + "Emergence": 97 + } + }, + { + "rank": 61, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 178.1, + "Harv. Moisture": 17.3, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 62, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 177.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 93 + } + }, + { + "rank": 63, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 174.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 64, + "brand": "SEEDWAY", + "product": "SW 9990V4 RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 156.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 96 + } + }, + { + "rank": 65, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 156.1, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + } + ], + "n_results": 65, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.776958+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.md new file mode 100644 index 00000000..11d5baeb --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-ne-wooster.md @@ -0,0 +1,83 @@ +# Corn yield trial — Wooster, OH (NE, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NE +- **Site:** Wooster +- **Source table:** Table 7E. Performance of hybrids in the early maturity trial. NORTH CENTRAL and NORTHEASTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SHUR GROW | SG-5885PCE | - | 215 | 17.1 | 1 | 339 | 99 | +| 2 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 213.3 | 19.7 | 0 | 346 | 97 | +| 3 | AXIS SEED | 57K72 | - | 212.9 | 17.3 | 0 | 346 | 95 | +| 4 | AUGUSTA SEED | A2355 Conv | - | 210.4 | 16.5 | 0 | 292 | 98 | +| 5 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 209.1 | 18.1 | 0 | 337 | 98 | +| 6 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 208.6 | 18.2 | 0 | 341 | 96 | +| 7 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 208.2 | 17.7 | 0 | 342 | 98 | +| 8 | EBBERTS | 7000TR | - | 207.6 | 16 | 0 | 355 | 97 | +| 9 | LG SEEDS | LG 51C62D | - | 207.4 | 17 | 0 | 336 | 99 | +| 10 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 206.8 | 17.6 | 0 | 345 | 95 | +| 11 | DYNA-GRO | D44PN56RA | - | 205.1 | 16.8 | 0 | 312 | 96 | +| 12 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 205 | 19.2 | 2 | 343 | 97 | +| 13 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 202.8 | 17.4 | 0 | 342 | 97 | +| 14 | SHUR GROW | SG-5440DV | - | 201.4 | 15.9 | 0 | 337 | 97 | +| 15 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 201 | 16.7 | 0 | 341 | 95 | +| 16 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 200.7 | 19.4 | 1 | 333 | 95 | +| 17 | VIKING / BLUE RIVER | 75-07 | - | 199.9 | 17.4 | 0 | 333 | 97 | +| 18 | BA GENETICS | BA 26-06 PCE | - | 199.3 | 18.9 | 0 | 311 | 87 | +| 19 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 197.8 | 16.6 | 0 | 346 | 99 | +| 20 | AXIS SEED | 53M77 | - | 196.3 | 17.3 | 1 | 370 | 97 | +| 21 | NK | NK0451-AA | - | 196.2 | 16.5 | 0 | 330 | 97 | +| 22 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 195.3 | 16.8 | 1 | 347 | 96 | +| 23 | DEKALB | DKC099-11RIB | RR,CB | 195 | 17.1 | 0 | 341 | 98 | +| 24 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 193.5 | 17 | 0 | 327 | 97 | +| 25 | SEED CONSULTANTS | SC 1066PCE | - | 193.5 | 16.7 | 1 | 325 | 97 | +| 26 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 193.2 | 18.2 | 0 | 352 | 98 | +| 27 | SEED CONSULTANTS | SC 1055PCE | - | 193.1 | 17.4 | 0 | 332 | 97 | +| 28 | SEEDWAY | SW 0123PE RA | - | 193.1 | 17.7 | 0 | 330 | 98 | +| 29 | VIKING / BLUE RIVER | 49-05 | - | 193.1 | 16.2 | 0 | 339 | 99 | +| 30 | SEED CONSULTANTS | SC 1086PCE | - | 193 | 17.8 | 0 | 319 | 95 | +| 31 | SEED GENETICS DIRECT | Direct 9107 GT | - | 192.6 | 17.3 | 0 | 343 | 92 | +| 32 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 192.5 | 18.6 | 0 | 294 | 97 | +| 33 | NK | NK0604-DV | - | 191.4 | 19.7 | 0 | 346 | 99 | +| 34 | SHUR GROW | SG-6106DV | - | 191 | 17 | 0 | 320 | 93 | +| 35 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 190.9 | 18.1 | 0 | 333 | 91 | +| 36 | AUGUSTA SEED | A4057 Conv | - | 189.7 | 17 | 0 | 299 | 99 | +| 37 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 189.7 | 17.5 | 0 | 364 | 99 | +| 38 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 188.4 | 17.2 | 0 | 343 | 99 | +| 39 | BA GENETICS | BA 25-07 PCE | - | 188.1 | 18.1 | 0 | 343 | 95 | +| 40 | LG SEEDS | LG 55C40TRC | - | 187 | 16.6 | 1 | 346 | 97 | +| 41 | LG SEEDS | LG 53C44VT2RIB | - | 186.8 | 15.9 | 0 | 342 | 98 | +| 42 | SEEDWAY | SW 9655PE RA | - | 186.8 | 16.8 | 0 | 305 | 96 | +| 43 | SEEDWAY | SW 9522TR RIB | GT,CB,LL,VIP | 185.3 | 16 | 0 | 324 | 98 | +| 44 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 185.3 | 17.2 | 0 | 334 | 96 | +| 45 | SEED GENETICS DIRECT | Direct 5107-V | - | 184.9 | 16.5 | 0 | 359 | 97 | +| 46 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 184.7 | 16.1 | 0 | 346 | 99 | +| 47 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 184.3 | 17.3 | 1 | 343 | 99 | +| 48 | DEKALB | DKC092-14RIB | - | 183.9 | 15.6 | 0 | 345 | 97 | +| 49 | EBBERTS | 1335C | NON-GMO | 183.9 | 18.1 | 0 | 333 | 97 | +| 50 | DEKALB | DKC102-13RIB | - | 183.8 | 16.5 | 0 | 330 | 95 | +| 51 | GOLDEN HARVEST | G01U74-AA | - | 182.4 | 16.5 | 0 | 343 | 99 | +| 52 | DEKALB | DKC101-35RIB | - | 181.8 | 16.3 | 0 | 345 | 99 | +| 53 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 181.6 | 18.7 | 0 | 338 | 96 | +| 54 | GOLDEN HARVEST | G08U00-V | - | 180.9 | 16.7 | 0 | 348 | 97 | +| 55 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 180.7 | 17.7 | 0 | 345 | 98 | +| 56 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 180.6 | 18 | 1 | 363 | 99 | +| 57 | NK | NK0880-V | - | 179.6 | 17.4 | 0 | 325 | 94 | +| 58 | SEEDWAY | SW 9822VT RIB | - | 178.8 | 16.2 | 0 | 310 | 95 | +| 59 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 178.6 | 19.1 | 0 | 358 | 96 | +| 60 | AUGUSTA SEED | A2058 Conv | - | 178.2 | 18.5 | 0 | 289 | 97 | +| 61 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 178.1 | 17.3 | 2 | 336 | 97 | +| 62 | SEED GENETICS DIRECT | Direct 4102-AA | - | 177.1 | 17.4 | 0 | 355 | 93 | +| 63 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 174.7 | 17.4 | 0 | 336 | 97 | +| 64 | SEEDWAY | SW 9990V4 RIB | RR,CB,BCW,WBC | 156.9 | 16.2 | 0 | 321 | 96 | +| 65 | SHUR GROW | SG-5788DV | - | 156.1 | 16.4 | 0 | 339 | 96 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.json new file mode 100644 index 00000000..aac1a1a0 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.json @@ -0,0 +1,952 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-2yr-hoytville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Hoytville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 197.9, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 193, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 3, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 192.7, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 328, + "Emergence": 91 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 192.4, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 191.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 191, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 95 + } + }, + { + "rank": 7, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 190.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 95 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 190.7, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 99 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 190.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 319, + "Emergence": 90 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 189.8, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 189.6, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 12, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 189.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 189.1, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 321, + "Emergence": 93 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 189, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 188.9, + "Harv. Moisture": 16.9, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 99 + } + }, + { + "rank": 16, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 187.9, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 17, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 187.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 187.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 7, + "Final Stand": 328, + "Emergence": 92 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 187.5, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 187.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 91 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 187.2, + "Harv. Moisture": 17.3, + "Stalk Lodging": 1, + "Final Stand": 349, + "Emergence": 99 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 186.9, + "Harv. Moisture": 16.8, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 23, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 186.5, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 186.4, + "Harv. Moisture": 18.8, + "Stalk Lodging": 17, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 25, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 185.6, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 94 + } + }, + { + "rank": 26, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 184.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 2, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 27, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 184.2, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 28, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 184, + "Harv. Moisture": 17.4, + "Stalk Lodging": 3, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 29, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 184, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 91 + } + }, + { + "rank": 30, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 183.7, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 96 + } + }, + { + "rank": 31, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 183.6, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95 + } + }, + { + "rank": 32, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 183.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 349, + "Emergence": 96 + } + }, + { + "rank": 33, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 183.4, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 183.3, + "Harv. Moisture": 17, + "Stalk Lodging": 2, + "Final Stand": 357, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 183, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 183, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 91 + } + }, + { + "rank": 37, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 182.6, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 182.4, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 94 + } + }, + { + "rank": 39, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 182.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 40, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 182.1, + "Harv. Moisture": 17.3, + "Stalk Lodging": 4, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 41, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 181.6, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 91 + } + }, + { + "rank": 42, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 181.2, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 329, + "Emergence": 93 + } + }, + { + "rank": 43, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 181.1, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 181, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 45, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 180.6, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 180.3, + "Harv. Moisture": 18.1, + "Stalk Lodging": 13, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 47, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 179.8, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 48, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 179, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 91 + } + }, + { + "rank": 49, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 178.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 1, + "Final Stand": 328, + "Emergence": 94 + } + }, + { + "rank": 50, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 177.6, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 90 + } + }, + { + "rank": 51, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 177.6, + "Harv. Moisture": 18.5, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 52, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 177.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 176.9, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 95 + } + }, + { + "rank": 54, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 176.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 55, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 176.4, + "Harv. Moisture": 16.7, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 56, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 175.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 57, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 175.2, + "Harv. Moisture": 18.6, + "Stalk Lodging": 2, + "Final Stand": 304, + "Emergence": 88 + } + }, + { + "rank": 58, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 175, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 174.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 4, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 60, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 170.1, + "Harv. Moisture": 15.6, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 61, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 170, + "Harv. Moisture": 20.3, + "Stalk Lodging": 12, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 62, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 169.2, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 63, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 168.9, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 64, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 168.8, + "Harv. Moisture": 18, + "Stalk Lodging": 13, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 65, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 164.8, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 92 + } + }, + { + "rank": 66, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 164.2, + "Harv. Moisture": 17.1, + "Stalk Lodging": 26, + "Final Stand": 342, + "Emergence": 91 + } + }, + { + "rank": 67, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 162.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 68, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 160.8, + "Harv. Moisture": 16.5, + "Stalk Lodging": 35, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 160.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 70, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 159, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 71, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 153.3, + "Harv. Moisture": 17.8, + "Stalk Lodging": 3, + "Final Stand": 318, + "Emergence": 95 + } + } + ], + "n_results": 71, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.773108+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.md new file mode 100644 index 00000000..97ffa5fe --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-hoytville.md @@ -0,0 +1,89 @@ +# Corn yield trial — Hoytville, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Hoytville +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 197.9 | 18 | 0 | 311 | 97 | +| 2 | EBBERTS | 6883DGVT2P RIB | - | 193 | 17.7 | 0 | 352 | 96 | +| 3 | BA GENETICS | BA 25-12 VT2P | - | 192.7 | 17.8 | 1 | 328 | 91 | +| 4 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 192.4 | 18.3 | 0 | 333 | 98 | +| 5 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 191.2 | 19.7 | 0 | 349 | 96 | +| 6 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 191 | 19 | 1 | 356 | 95 | +| 7 | NK | NK1056-V | - | 190.7 | 19 | 0 | 322 | 95 | +| 8 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 190.7 | 17.3 | 0 | 368 | 99 | +| 9 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 190.1 | 18.2 | 1 | 319 | 90 | +| 10 | EBBERTS | 1660C | - | 189.8 | 18.6 | 1 | 332 | 95 | +| 11 | EBBERTS | 1335C | NON-GMO | 189.6 | 16.2 | 2 | 338 | 96 | +| 12 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 189.5 | 18.7 | 1 | 358 | 97 | +| 13 | NK | NK0880-V | - | 189.1 | 18 | 1 | 321 | 93 | +| 14 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 189 | 19.9 | 0 | 324 | 95 | +| 15 | SEED CONSULTANTS | SC 1055PCE | - | 188.9 | 16.9 | 1 | 350 | 99 | +| 16 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 187.9 | 17.9 | 0 | 339 | 92 | +| 17 | VIKING / BLUE RIVER | 78-13 | - | 187.9 | 19.5 | 1 | 330 | 96 | +| 18 | BA GENETICS | BA 25-11 VT2P | RR,CB | 187.7 | 17.2 | 7 | 328 | 92 | +| 19 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 187.5 | 17.6 | 0 | 339 | 95 | +| 20 | SEED GENETICS DIRECT | Direct 2111-AA | - | 187.3 | 18.9 | 1 | 344 | 91 | +| 21 | DEKALB | DKC64-22RIB | RR,CB | 187.2 | 17.3 | 1 | 349 | 99 | +| 22 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 186.9 | 16.8 | 2 | 332 | 95 | +| 23 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 186.5 | 19.4 | 0 | 326 | 97 | +| 24 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 186.4 | 18.8 | 17 | 348 | 95 | +| 25 | NK | NK1188-AA | GT,CB,LL | 185.6 | 19.1 | 0 | 334 | 94 | +| 26 | FS INVISION | FS 6245V RIB | RR,CB | 184.5 | 18.3 | 2 | 351 | 96 | +| 27 | BA GENETICS | BA 25-07 PCE | - | 184.2 | 17 | 0 | 351 | 96 | +| 28 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 184 | 17.4 | 3 | 354 | 96 | +| 29 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 184 | 17.6 | 0 | 336 | 91 | +| 30 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 183.7 | 18 | 0 | 323 | 96 | +| 31 | VIKING / BLUE RIVER | 75-07 | - | 183.6 | 17.8 | 0 | 328 | 95 | +| 32 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 183.5 | 19.9 | 1 | 349 | 96 | +| 33 | SHUR GROW | SG-5885PCE | - | 183.4 | 16.2 | 0 | 350 | 98 | +| 34 | CHANNEL | 211-11VT2PRIB | - | 183.3 | 17 | 2 | 357 | 97 | +| 35 | DEKALB | DKC68-35RIB | RR,CB | 183 | 19.9 | 0 | 335 | 96 | +| 36 | SEED GENETICS DIRECT | Direct 5107-V | - | 183 | 18.1 | 1 | 343 | 91 | +| 37 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 182.6 | 16.7 | 1 | 347 | 98 | +| 38 | BA GENETICS | BA 26-06 PCE | - | 182.4 | 17.9 | 0 | 335 | 94 | +| 39 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 182.4 | 18.2 | 0 | 323 | 94 | +| 40 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 182.1 | 17.3 | 4 | 344 | 97 | +| 41 | GOLDEN HARVEST | G08U00-V | - | 181.6 | 18.6 | 0 | 328 | 91 | +| 42 | DEKALB | DKC101-35RIB | - | 181.2 | 16.2 | 2 | 329 | 93 | +| 43 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 181.1 | 18.6 | 0 | 346 | 97 | +| 44 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 181 | 16.7 | 1 | 341 | 97 | +| 45 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 180.6 | 19.4 | 0 | 336 | 97 | +| 46 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 180.3 | 18.1 | 13 | 336 | 96 | +| 47 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 179.8 | 17.6 | 0 | 343 | 95 | +| 48 | VIKING / BLUE RIVER | 76-11 | - | 179 | 17.5 | 0 | 311 | 91 | +| 49 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 178.4 | 19.1 | 1 | 328 | 94 | +| 50 | AXIS SEED | 57K72 | - | 177.6 | 18 | 1 | 327 | 90 | +| 51 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 177.6 | 18.5 | 1 | 351 | 96 | +| 52 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 177.5 | 18.7 | 1 | 351 | 98 | +| 53 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 176.9 | 19.7 | 0 | 358 | 95 | +| 54 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 176.9 | 18.4 | 0 | 370 | 98 | +| 55 | DEKALB | DKC102-13RIB | - | 176.4 | 16.7 | 2 | 332 | 94 | +| 56 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 175.3 | 17.3 | 1 | 332 | 94 | +| 57 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 175.2 | 18.6 | 2 | 304 | 88 | +| 58 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 175 | 17.3 | 0 | 342 | 96 | +| 59 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 174.9 | 16.2 | 4 | 332 | 94 | +| 60 | DEKALB | DKC099-11RIB | RR,CB | 170.1 | 15.6 | 1 | 332 | 95 | +| 61 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 170 | 20.3 | 12 | 344 | 97 | +| 62 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 169.2 | 16.8 | 0 | 328 | 96 | +| 63 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 168.9 | 20.8 | 0 | 347 | 99 | +| 64 | FS INVISION | FS 5947T RIB | - | 168.8 | 18 | 13 | 361 | 97 | +| 65 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 164.8 | 17.4 | 0 | 332 | 92 | +| 66 | AXIS SEED | 53M77 | - | 164.2 | 17.1 | 26 | 342 | 91 | +| 67 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 162.3 | 17.7 | 0 | 343 | 96 | +| 68 | AXIS SEED | 59D20 | - | 160.8 | 16.5 | 35 | 342 | 93 | +| 69 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 160.3 | 16.2 | 0 | 339 | 97 | +| 70 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 159 | 18.2 | 1 | 332 | 97 | +| 71 | CHANNEL | 210-08VT2PRIB | - | 153.3 | 17.8 | 3 | 318 | 95 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.json new file mode 100644 index 00000000..6a32de12 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.json @@ -0,0 +1,1023 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-2yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 237.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 58.4 + } + }, + { + "rank": 2, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 19.3, + "Stalk Lodging": 6, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 59.3 + } + }, + { + "rank": 3, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 57.9 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 235.9, + "Harv. Moisture": 17.7, + "Stalk Lodging": 3, + "Final Stand": 342, + "Emergence": 98, + "Test Wt.": 57.7 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 234.6, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 91, + "Test Wt.": 57.2 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 234.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 324, + "Emergence": 95, + "Test Wt.": 57.1 + } + }, + { + "rank": 7, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 233.4, + "Harv. Moisture": 18.6, + "Stalk Lodging": 2, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 59.4 + } + }, + { + "rank": 8, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 233, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 353, + "Emergence": 96, + "Test Wt.": 57.6 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 232.3, + "Harv. Moisture": 19.8, + "Stalk Lodging": 2, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 58.1 + } + }, + { + "rank": 10, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 232.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 8, + "Final Stand": 342, + "Emergence": 98, + "Test Wt.": 56.4 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 94, + "Test Wt.": 57.2 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 231.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 96, + "Test Wt.": 56.9 + } + }, + { + "rank": 13, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 231, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 331, + "Emergence": 94, + "Test Wt.": 57.1 + } + }, + { + "rank": 14, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 230.9, + "Harv. Moisture": 19.3, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 15, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 95, + "Test Wt.": 56.6 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 18, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 229.3, + "Harv. Moisture": 20.4, + "Stalk Lodging": 1, + "Final Stand": 349, + "Emergence": 96, + "Test Wt.": 56.4 + } + }, + { + "rank": 19, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 229, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 97, + "Test Wt.": 58.7 + } + }, + { + "rank": 20, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 229, + "Harv. Moisture": 18.3, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 94, + "Test Wt.": 56.6 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 228.7, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 367, + "Emergence": 98, + "Test Wt.": 57 + } + }, + { + "rank": 22, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 228, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 95, + "Test Wt.": 56.8 + } + }, + { + "rank": 23, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 227.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 24, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 227.2, + "Harv. Moisture": 20.2, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 96, + "Test Wt.": 58.8 + } + }, + { + "rank": 25, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 227.2, + "Harv. Moisture": 19.1, + "Stalk Lodging": 7, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 26, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 227.2, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 96, + "Test Wt.": 57.1 + } + }, + { + "rank": 27, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 226.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 1, + "Final Stand": 361, + "Emergence": 98, + "Test Wt.": 58.6 + } + }, + { + "rank": 28, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 226.2, + "Harv. Moisture": 17.4, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 57.4 + } + }, + { + "rank": 29, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 226, + "Harv. Moisture": 19.5, + "Stalk Lodging": 2, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 30, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 225.8, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95, + "Test Wt.": 56.9 + } + }, + { + "rank": 31, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 225.5, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 311, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 32, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 225.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 57.6 + } + }, + { + "rank": 33, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 225.4, + "Harv. Moisture": 17.4, + "Stalk Lodging": 6, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 57.2 + } + }, + { + "rank": 34, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 224.8, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 95, + "Test Wt.": 59.3 + } + }, + { + "rank": 35, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 18, + "Stalk Lodging": 10, + "Final Stand": 333, + "Emergence": 93, + "Test Wt.": 58.8 + } + }, + { + "rank": 36, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 8, + "Final Stand": 361, + "Emergence": 97, + "Test Wt.": 59.3 + } + }, + { + "rank": 37, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 224.5, + "Harv. Moisture": 19.4, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 38, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 224.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 94, + "Test Wt.": 57.1 + } + }, + { + "rank": 39, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 224.3, + "Harv. Moisture": 17.4, + "Stalk Lodging": 8, + "Final Stand": 343, + "Emergence": 94, + "Test Wt.": 58.3 + } + }, + { + "rank": 40, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 224.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 324, + "Emergence": 94, + "Test Wt.": 56.3 + } + }, + { + "rank": 41, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 223.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 91, + "Test Wt.": 56.8 + } + }, + { + "rank": 42, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 223.8, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 57.7 + } + }, + { + "rank": 43, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 12, + "Final Stand": 356, + "Emergence": 95, + "Test Wt.": 57.6 + } + }, + { + "rank": 44, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 223.6, + "Harv. Moisture": 17.6, + "Stalk Lodging": 8, + "Final Stand": 340, + "Emergence": 95, + "Test Wt.": 56.9 + } + }, + { + "rank": 45, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 223, + "Harv. Moisture": 17.6, + "Stalk Lodging": 5, + "Final Stand": 345, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 222.6, + "Harv. Moisture": 20.3, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 56 + } + }, + { + "rank": 47, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 222.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 4, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 48, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 222.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 92, + "Test Wt.": 57 + } + }, + { + "rank": 49, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 221.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 57.6 + } + }, + { + "rank": 50, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 221.8, + "Harv. Moisture": 18.6, + "Stalk Lodging": 10, + "Final Stand": 361, + "Emergence": 97, + "Test Wt.": 57.8 + } + }, + { + "rank": 51, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 221.6, + "Harv. Moisture": 17.6, + "Stalk Lodging": 1, + "Final Stand": 323, + "Emergence": 94, + "Test Wt.": 57.4 + } + }, + { + "rank": 52, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 221.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 220.9, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 97, + "Test Wt.": 58.3 + } + }, + { + "rank": 54, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 220.7, + "Harv. Moisture": 17.8, + "Stalk Lodging": 4, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 57.9 + } + }, + { + "rank": 55, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 220.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 56, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 219.8, + "Harv. Moisture": 17.4, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 96, + "Test Wt.": 57.9 + } + }, + { + "rank": 57, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 219.8, + "Harv. Moisture": 16.6, + "Stalk Lodging": 3, + "Final Stand": 341, + "Emergence": 96, + "Test Wt.": 59.6 + } + }, + { + "rank": 58, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 219.8, + "Harv. Moisture": 19.3, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 59, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 219.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 99, + "Test Wt.": 58.4 + } + }, + { + "rank": 60, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 219.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 326, + "Emergence": 96, + "Test Wt.": 56.3 + } + }, + { + "rank": 61, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 219.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 4, + "Final Stand": 349, + "Emergence": 98, + "Test Wt.": 61.1 + } + }, + { + "rank": 62, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 218.9, + "Harv. Moisture": 16.4, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 95, + "Test Wt.": 56.9 + } + }, + { + "rank": 63, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 216.1, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 328, + "Emergence": 93, + "Test Wt.": 58.2 + } + }, + { + "rank": 64, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 215.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 98, + "Test Wt.": 58.4 + } + }, + { + "rank": 65, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 214.7, + "Harv. Moisture": 19, + "Stalk Lodging": 2, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 57.2 + } + }, + { + "rank": 66, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 213.9, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 67, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 211.7, + "Harv. Moisture": 16.1, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 96, + "Test Wt.": 58.4 + } + }, + { + "rank": 68, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 211.3, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 96, + "Test Wt.": 58.6 + } + }, + { + "rank": 69, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 207.3, + "Harv. Moisture": 17.1, + "Stalk Lodging": 13, + "Final Stand": 351, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 70, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 206.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 96, + "Test Wt.": 56.3 + } + }, + { + "rank": 71, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 205.6, + "Harv. Moisture": 16.5, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 58.6 + } + } + ], + "n_results": 71, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.774241+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.md new file mode 100644 index 00000000..af557b0c --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-summary.md @@ -0,0 +1,89 @@ +# Corn yield trial — Summary, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Summary +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1335C | NON-GMO | 237.2 | 16.7 | 1 | 341 | 97 | 58.4 | +| 2 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 236.6 | 19.3 | 6 | 335 | 96 | 59.3 | +| 3 | VIKING / BLUE RIVER | 75-07 | - | 236.2 | 17.8 | 1 | 332 | 96 | 57.9 | +| 4 | SEED CONSULTANTS | SC 1055PCE | - | 235.9 | 17.7 | 3 | 342 | 98 | 57.7 | +| 5 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 234.6 | 18 | 0 | 335 | 91 | 57.2 | +| 6 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 234.5 | 18.2 | 1 | 324 | 95 | 57.1 | +| 7 | FS INVISION | FS 6245V RIB | RR,CB | 233.4 | 18.6 | 2 | 354 | 97 | 59.4 | +| 8 | EBBERTS | 6883DGVT2P RIB | - | 233 | 19 | 1 | 353 | 96 | 57.6 | +| 9 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 232.3 | 19.8 | 2 | 355 | 97 | 58.1 | +| 10 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 232.1 | 19.3 | 8 | 342 | 98 | 56.4 | +| 11 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 232 | 18 | 1 | 336 | 94 | 57.2 | +| 12 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 231.3 | 19.3 | 1 | 358 | 96 | 56.9 | +| 13 | BA GENETICS | BA 26-06 PCE | - | 231 | 18.2 | 1 | 331 | 94 | 57.1 | +| 14 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 230.9 | 19.3 | 1 | 351 | 96 | 56.2 | +| 15 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 230.7 | 19.4 | 1 | 358 | 97 | 56.2 | +| 16 | SEED GENETICS DIRECT | Direct 5107-V | - | 230.7 | 18.1 | 1 | 359 | 95 | 56.6 | +| 17 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 230.7 | 19.2 | 0 | 330 | 97 | 57.7 | +| 18 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 229.3 | 20.4 | 1 | 349 | 96 | 56.4 | +| 19 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 229 | 18.2 | 1 | 347 | 97 | 58.7 | +| 20 | GOLDEN HARVEST | G08U00-V | - | 229 | 18.3 | 1 | 337 | 94 | 56.6 | +| 21 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 228.7 | 18 | 1 | 367 | 98 | 57 | +| 22 | NK | NK0880-V | - | 228 | 18.2 | 0 | 331 | 95 | 56.8 | +| 23 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 227.7 | 18.9 | 0 | 331 | 97 | 57.1 | +| 24 | DEKALB | DKC68-35RIB | RR,CB | 227.2 | 20.2 | 2 | 334 | 96 | 58.8 | +| 25 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 227.2 | 19.1 | 7 | 355 | 97 | 57.1 | +| 26 | VIKING / BLUE RIVER | 78-13 | - | 227.2 | 20 | 1 | 332 | 96 | 57.1 | +| 27 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 226.6 | 17.7 | 1 | 361 | 98 | 58.6 | +| 28 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 226.2 | 17.4 | 1 | 338 | 96 | 57.4 | +| 29 | NK | NK1188-AA | GT,CB,LL | 226 | 19.5 | 2 | 354 | 97 | 57.1 | +| 30 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 225.8 | 17.8 | 0 | 346 | 95 | 56.9 | +| 31 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 225.5 | 18.8 | 0 | 311 | 97 | 57.1 | +| 32 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 225.4 | 18.9 | 1 | 351 | 97 | 57.6 | +| 33 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 225.4 | 17.4 | 6 | 339 | 97 | 57.2 | +| 34 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 224.8 | 18.5 | 0 | 326 | 95 | 59.3 | +| 35 | BA GENETICS | BA 25-12 VT2P | - | 224.7 | 18 | 10 | 333 | 93 | 58.8 | +| 36 | CHANNEL | 211-11VT2PRIB | - | 224.7 | 17.5 | 8 | 361 | 97 | 59.3 | +| 37 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 224.5 | 19.4 | 2 | 345 | 96 | 56 | +| 38 | SEED GENETICS DIRECT | Direct 2111-AA | - | 224.4 | 19.3 | 0 | 355 | 94 | 57.1 | +| 39 | AXIS SEED | 57K72 | - | 224.3 | 17.4 | 8 | 343 | 94 | 58.3 | +| 40 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 224.2 | 18.7 | 2 | 324 | 94 | 56.3 | +| 41 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 223.8 | 18.9 | 1 | 325 | 91 | 56.8 | +| 42 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 223.8 | 17.1 | 0 | 331 | 97 | 57.7 | +| 43 | AXIS SEED | 53M77 | - | 223.7 | 17.4 | 12 | 356 | 95 | 57.6 | +| 44 | BA GENETICS | BA 25-11 VT2P | RR,CB | 223.6 | 17.6 | 8 | 340 | 95 | 56.9 | +| 45 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 223 | 17.6 | 5 | 345 | 98 | 57.5 | +| 46 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 222.6 | 20.3 | 1 | 333 | 97 | 56 | +| 47 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 222.3 | 20.6 | 4 | 342 | 97 | 57.5 | +| 48 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 222.1 | 18.7 | 1 | 338 | 92 | 57 | +| 49 | NK | NK1056-V | - | 221.9 | 19.5 | 1 | 335 | 96 | 57.6 | +| 50 | FS INVISION | FS 5947T RIB | - | 221.8 | 18.6 | 10 | 361 | 97 | 57.8 | +| 51 | VIKING / BLUE RIVER | 76-11 | - | 221.6 | 17.6 | 1 | 323 | 94 | 57.4 | +| 52 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 221.2 | 17.5 | 2 | 342 | 97 | 57.5 | +| 53 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 220.9 | 19.6 | 0 | 366 | 97 | 58.3 | +| 54 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 220.7 | 17.8 | 4 | 338 | 97 | 57.9 | +| 55 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 220.1 | 19.6 | 0 | 356 | 95 | 57 | +| 56 | BA GENETICS | BA 25-07 PCE | - | 219.8 | 17.4 | 1 | 347 | 96 | 57.9 | +| 57 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 219.8 | 16.6 | 3 | 341 | 96 | 59.6 | +| 58 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 219.8 | 19.3 | 2 | 338 | 97 | 56.1 | +| 59 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 219.7 | 20.1 | 1 | 346 | 99 | 58.4 | +| 60 | CHANNEL | 210-08VT2PRIB | - | 219.3 | 18.9 | 1 | 326 | 96 | 56.3 | +| 61 | DEKALB | DKC64-22RIB | RR,CB | 219.2 | 17.5 | 4 | 349 | 98 | 61.1 | +| 62 | DEKALB | DKC101-35RIB | - | 218.9 | 16.4 | 1 | 336 | 95 | 56.9 | +| 63 | DEKALB | DKC102-13RIB | - | 216.1 | 16.8 | 1 | 328 | 93 | 58.2 | +| 64 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 215.4 | 18.9 | 1 | 337 | 98 | 58.4 | +| 65 | EBBERTS | 1660C | - | 214.7 | 19 | 2 | 340 | 97 | 57.2 | +| 66 | SHUR GROW | SG-5885PCE | - | 213.9 | 16.6 | 0 | 348 | 98 | 57.5 | +| 67 | DEKALB | DKC099-11RIB | RR,CB | 211.7 | 16.1 | 1 | 337 | 96 | 58.4 | +| 68 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 211.3 | 18 | 1 | 346 | 96 | 58.6 | +| 69 | AXIS SEED | 59D20 | - | 207.3 | 17.1 | 13 | 351 | 95 | 56.4 | +| 70 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 206.9 | 18.5 | 0 | 346 | 96 | 56.3 | +| 71 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 205.6 | 16.5 | 1 | 339 | 98 | 58.6 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.json new file mode 100644 index 00000000..7ac69d5d --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.json @@ -0,0 +1,952 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-2yr-upper-sandusky", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Upper Sandusky", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 282.6, + "Harv. Moisture": 21.7, + "Stalk Lodging": 2, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 282, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 275.2, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.7, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 274, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 273.7, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 273.7, + "Harv. Moisture": 20.8, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 273.3, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 272.9, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 272, + "Harv. Moisture": 21.2, + "Stalk Lodging": 2, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 272, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 23.2, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 15, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.6, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 91 + } + }, + { + "rank": 17, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 269.8, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 269.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 268.1, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 21, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 268, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 95 + } + }, + { + "rank": 22, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 267.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 267.7, + "Harv. Moisture": 22.7, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 24, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 267.7, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 94 + } + }, + { + "rank": 25, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 95 + } + }, + { + "rank": 26, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 27, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 267.2, + "Harv. Moisture": 22.3, + "Stalk Lodging": 2, + "Final Stand": 344, + "Emergence": 98 + } + }, + { + "rank": 28, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 266.4, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 29, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 22.1, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 30, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.5, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 32, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 265.5, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 264.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 35, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 264.8, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 263.6, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 37, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 3, + "Final Stand": 353, + "Emergence": 96 + } + }, + { + "rank": 38, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 39, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.1, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 261.9, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 41, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 42, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 93 + } + }, + { + "rank": 43, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 260.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 260.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 93 + } + }, + { + "rank": 45, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 362, + "Emergence": 98 + } + }, + { + "rank": 46, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 259, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 47, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 48, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 257.3, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 49, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.9, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 50, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.8, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 256.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 92 + } + }, + { + "rank": 52, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 256.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 96 + } + }, + { + "rank": 53, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.3, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 93 + } + }, + { + "rank": 54, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 255.6, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 95 + } + }, + { + "rank": 55, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 2, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 56, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 22.4, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 93 + } + }, + { + "rank": 57, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 254, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 58, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 253.9, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 59, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 253.9, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 60, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 253.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 61, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 251.3, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 62, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 95 + } + }, + { + "rank": 63, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 246.1, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 64, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 245.1, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 65, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.8, + "Harv. Moisture": 21.1, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 90 + } + }, + { + "rank": 66, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 243.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 67, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 91 + } + }, + { + "rank": 68, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 243.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 93 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 241.8, + "Harv. Moisture": 17.9, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 70, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 237.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 71, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + } + ], + "n_results": 71, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.773648+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.md new file mode 100644 index 00000000..88b9beef --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-upper-sandusky.md @@ -0,0 +1,89 @@ +# Corn yield trial — Upper Sandusky, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Upper Sandusky +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 282.6 | 21.7 | 2 | 356 | 97 | +| 2 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 282 | 21.9 | 0 | 334 | 97 | +| 3 | SEED GENETICS DIRECT | Direct 5107-V | - | 275.6 | 20.4 | 0 | 365 | 97 | +| 4 | VIKING / BLUE RIVER | 75-07 | - | 275.2 | 19 | 0 | 334 | 96 | +| 5 | EBBERTS | 1335C | NON-GMO | 274.8 | 18.2 | 0 | 339 | 97 | +| 6 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 274.7 | 22 | 0 | 350 | 96 | +| 7 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 274 | 19.7 | 0 | 372 | 98 | +| 8 | BA GENETICS | BA 25-11 VT2P | RR,CB | 273.7 | 20 | 1 | 347 | 96 | +| 9 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 273.7 | 20.8 | 1 | 352 | 98 | +| 10 | FS INVISION | FS 6245V RIB | RR,CB | 273.3 | 20.9 | 0 | 354 | 96 | +| 11 | CHANNEL | 210-08VT2PRIB | - | 272.9 | 21.7 | 0 | 334 | 98 | +| 12 | FS INVISION | FS 5947T RIB | - | 272 | 21.2 | 2 | 359 | 97 | +| 13 | SEED CONSULTANTS | SC 1055PCE | - | 272 | 19.3 | 0 | 337 | 97 | +| 14 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 271.2 | 23.2 | 1 | 338 | 96 | +| 15 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 270.6 | 22.4 | 0 | 359 | 97 | +| 16 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 270.2 | 19.6 | 0 | 337 | 91 | +| 17 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 269.9 | 20.3 | 0 | 341 | 98 | +| 18 | NK | NK1188-AA | GT,CB,LL | 269.8 | 22.1 | 0 | 361 | 98 | +| 19 | CHANNEL | 211-11VT2PRIB | - | 269.3 | 19.7 | 1 | 361 | 97 | +| 20 | GOLDEN HARVEST | G08U00-V | - | 268.1 | 20.4 | 0 | 337 | 95 | +| 21 | VIKING / BLUE RIVER | 78-13 | - | 268 | 22.5 | 0 | 326 | 95 | +| 22 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 267.9 | 21.9 | 0 | 359 | 98 | +| 23 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 267.7 | 22.7 | 1 | 345 | 95 | +| 24 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 267.7 | 19.7 | 0 | 320 | 94 | +| 25 | EBBERTS | 6883DGVT2P RIB | - | 267.3 | 21.8 | 0 | 351 | 95 | +| 26 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 267.3 | 20.5 | 0 | 361 | 97 | +| 27 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 267.2 | 22.3 | 2 | 344 | 98 | +| 28 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 266.4 | 19.4 | 0 | 341 | 97 | +| 29 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 266.2 | 22.1 | 1 | 342 | 96 | +| 30 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 265.7 | 21.2 | 0 | 326 | 95 | +| 31 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 265.5 | 23.1 | 0 | 337 | 97 | +| 32 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 265.5 | 21.3 | 0 | 339 | 98 | +| 33 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 265.5 | 20.5 | 0 | 328 | 97 | +| 34 | VIKING / BLUE RIVER | 76-11 | - | 264.9 | 19.5 | 0 | 327 | 96 | +| 35 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 264.8 | 22.4 | 0 | 359 | 97 | +| 36 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 263.6 | 22.2 | 0 | 359 | 96 | +| 37 | AXIS SEED | 57K72 | - | 262.9 | 18.5 | 3 | 353 | 96 | +| 38 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 262.2 | 18.5 | 0 | 332 | 96 | +| 39 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 262.1 | 20.3 | 0 | 336 | 97 | +| 40 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 261.9 | 19.9 | 1 | 341 | 96 | +| 41 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 261.6 | 21.5 | 0 | 339 | 98 | +| 42 | BA GENETICS | BA 26-06 PCE | - | 260.5 | 19.5 | 0 | 332 | 93 | +| 43 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 260.2 | 18.8 | 1 | 341 | 97 | +| 44 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 260.1 | 19.6 | 0 | 330 | 93 | +| 45 | AXIS SEED | 53M77 | - | 259.3 | 18.6 | 1 | 362 | 98 | +| 46 | NK | NK0880-V | - | 259 | 20.5 | 0 | 329 | 96 | +| 47 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 257.8 | 20.9 | 0 | 336 | 97 | +| 48 | DEKALB | DKC64-22RIB | RR,CB | 257.3 | 19.9 | 1 | 346 | 98 | +| 49 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 256.9 | 22.5 | 0 | 350 | 96 | +| 50 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 256.8 | 21.1 | 0 | 310 | 96 | +| 51 | BA GENETICS | BA 25-12 VT2P | - | 256.5 | 20.7 | 0 | 326 | 92 | +| 52 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 256.5 | 18.5 | 0 | 344 | 96 | +| 53 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 256.3 | 19.1 | 0 | 340 | 93 | +| 54 | SEED GENETICS DIRECT | Direct 2111-AA | - | 255.6 | 22.1 | 0 | 357 | 95 | +| 55 | AXIS SEED | 59D20 | - | 255.3 | 19.7 | 2 | 356 | 97 | +| 56 | DEKALB | DKC68-35RIB | RR,CB | 254.4 | 22.4 | 1 | 325 | 93 | +| 57 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 254 | 21.3 | 0 | 352 | 97 | +| 58 | DEKALB | DKC102-13RIB | - | 253.9 | 18.2 | 0 | 327 | 93 | +| 59 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 253.9 | 20.9 | 0 | 350 | 97 | +| 60 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 253.7 | 20.4 | 0 | 327 | 96 | +| 61 | NK | NK1056-V | - | 251.3 | 21.5 | 0 | 333 | 95 | +| 62 | BA GENETICS | BA 25-07 PCE | - | 250.3 | 19.5 | 0 | 347 | 95 | +| 63 | DEKALB | DKC099-11RIB | RR,CB | 246.1 | 17.8 | 0 | 342 | 97 | +| 64 | DEKALB | DKC101-35RIB | - | 245.1 | 17.8 | 0 | 339 | 95 | +| 65 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 243.8 | 21.1 | 1 | 333 | 90 | +| 66 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 243.5 | 19.2 | 0 | 341 | 96 | +| 67 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 243.2 | 21.1 | 0 | 327 | 91 | +| 68 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 243.1 | 21.7 | 0 | 348 | 93 | +| 69 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 241.8 | 17.9 | 0 | 343 | 98 | +| 70 | SHUR GROW | SG-5885PCE | - | 237.7 | 17.5 | 0 | 346 | 97 | +| 71 | EBBERTS | 1660C | - | 234.7 | 21.1 | 0 | 345 | 97 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.json new file mode 100644 index 00000000..9364f834 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.json @@ -0,0 +1,952 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-2yr-van-wert", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Van Wert", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252, + "Harv. Moisture": 17.1, + "Stalk Lodging": 2, + "Final Stand": 328, + "Emergence": 95 + } + }, + { + "rank": 2, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 250.7, + "Harv. Moisture": 18.4, + "Stalk Lodging": 9, + "Final Stand": 352, + "Emergence": 99 + } + }, + { + "rank": 3, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 250.2, + "Harv. Moisture": 17.2, + "Stalk Lodging": 2, + "Final Stand": 326, + "Emergence": 93 + } + }, + { + "rank": 4, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 16.6, + "Stalk Lodging": 2, + "Final Stand": 335, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 249.7, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 6, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 249.4, + "Harv. Moisture": 17.1, + "Stalk Lodging": 17, + "Final Stand": 341, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 248.5, + "Harv. Moisture": 16.9, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 247.7, + "Harv. Moisture": 16.4, + "Stalk Lodging": 11, + "Final Stand": 365, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 15.6, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 10, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 246.8, + "Harv. Moisture": 16.9, + "Stalk Lodging": 7, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.7, + "Harv. Moisture": 17, + "Stalk Lodging": 2, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 244.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 5, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 243, + "Harv. Moisture": 16, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 242.4, + "Harv. Moisture": 16.7, + "Stalk Lodging": 3, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 15, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 241.3, + "Harv. Moisture": 16.5, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 17.5, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 240.3, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240.1, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.8, + "Harv. Moisture": 19.1, + "Stalk Lodging": 4, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 239.7, + "Harv. Moisture": 16.5, + "Stalk Lodging": 3, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 238.6, + "Harv. Moisture": 17.4, + "Stalk Lodging": 2, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 16.4, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 16.6, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 238.2, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 26, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 238.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 2, + "Final Stand": 330, + "Emergence": 93 + } + }, + { + "rank": 27, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 237.3, + "Harv. Moisture": 15.9, + "Stalk Lodging": 2, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 235.8, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 29, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 234.6, + "Harv. Moisture": 17, + "Stalk Lodging": 1, + "Final Stand": 340, + "Emergence": 93 + } + }, + { + "rank": 30, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 233.6, + "Harv. Moisture": 15.8, + "Stalk Lodging": 2, + "Final Stand": 369, + "Emergence": 98 + } + }, + { + "rank": 31, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 15.8, + "Stalk Lodging": 19, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 32, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 357, + "Emergence": 97 + } + }, + { + "rank": 33, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 231.8, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 17.6, + "Stalk Lodging": 2, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 35, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 230.4, + "Harv. Moisture": 15.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 228.1, + "Harv. Moisture": 16.4, + "Stalk Lodging": 2, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 38, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 228, + "Harv. Moisture": 15.2, + "Stalk Lodging": 4, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 17, + "Stalk Lodging": 3, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 40, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 227.3, + "Harv. Moisture": 16.7, + "Stalk Lodging": 3, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 225.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 225.8, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 43, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 225.6, + "Harv. Moisture": 17, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 44, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 225.1, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 45, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 224.8, + "Harv. Moisture": 15.9, + "Stalk Lodging": 2, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 46, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 224.8, + "Harv. Moisture": 15.6, + "Stalk Lodging": 28, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 16.6, + "Stalk Lodging": 14, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 224.6, + "Harv. Moisture": 16.7, + "Stalk Lodging": 4, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 49, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 223.7, + "Harv. Moisture": 18.1, + "Stalk Lodging": 2, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 50, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 223, + "Harv. Moisture": 17.3, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 51, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 222.8, + "Harv. Moisture": 16, + "Stalk Lodging": 14, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 52, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 222.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 5, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 222.2, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 54, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 221.7, + "Harv. Moisture": 15.9, + "Stalk Lodging": 1, + "Final Stand": 357, + "Emergence": 98 + } + }, + { + "rank": 55, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 221.6, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 313, + "Emergence": 97 + } + }, + { + "rank": 56, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 221.3, + "Harv. Moisture": 15.8, + "Stalk Lodging": 23, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 57, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 221, + "Harv. Moisture": 15.7, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 58, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 220.7, + "Harv. Moisture": 16.1, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 59, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 219.7, + "Harv. Moisture": 15.4, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 96 + } + }, + { + "rank": 60, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 219.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 4, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 61, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 219.1, + "Harv. Moisture": 16.4, + "Stalk Lodging": 12, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 62, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 218.8, + "Harv. Moisture": 15, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 63, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 217.8, + "Harv. Moisture": 15.5, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 64, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 216.5, + "Harv. Moisture": 15.9, + "Stalk Lodging": 13, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 65, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 214.6, + "Harv. Moisture": 15.3, + "Stalk Lodging": 3, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 66, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 213.5, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 67, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 213.1, + "Harv. Moisture": 15.4, + "Stalk Lodging": 10, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 68, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 212.4, + "Harv. Moisture": 16.5, + "Stalk Lodging": 4, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 69, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 209.4, + "Harv. Moisture": 15.7, + "Stalk Lodging": 17, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 70, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 205.8, + "Harv. Moisture": 15.3, + "Stalk Lodging": 2, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 71, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 201.9, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 98 + } + } + ], + "n_results": 71, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.772557+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.md new file mode 100644 index 00000000..71e665ad --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-2yr-van-wert.md @@ -0,0 +1,89 @@ +# Corn yield trial — Van Wert, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Van Wert +- **Source table:** TABLE 5. Two year hybrid performance in NORTHWESTERN Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 252 | 17.1 | 2 | 328 | 95 | +| 2 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 250.7 | 18.4 | 9 | 352 | 99 | +| 3 | BA GENETICS | BA 26-06 PCE | - | 250.2 | 17.2 | 2 | 326 | 93 | +| 4 | VIKING / BLUE RIVER | 75-07 | - | 249.8 | 16.6 | 2 | 335 | 98 | +| 5 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 249.7 | 16.8 | 0 | 333 | 91 | +| 6 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 249.4 | 17.1 | 17 | 341 | 96 | +| 7 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 248.5 | 16.9 | 2 | 339 | 96 | +| 8 | AXIS SEED | 53M77 | - | 247.7 | 16.4 | 11 | 365 | 97 | +| 9 | EBBERTS | 1335C | NON-GMO | 247.1 | 15.6 | 1 | 345 | 99 | +| 10 | SEED CONSULTANTS | SC 1055PCE | - | 246.8 | 16.9 | 7 | 339 | 98 | +| 11 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 244.7 | 17 | 2 | 351 | 97 | +| 12 | DEKALB | DKC68-35RIB | RR,CB | 244.2 | 18.4 | 5 | 342 | 98 | +| 13 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 243 | 16 | 2 | 341 | 97 | +| 14 | FS INVISION | FS 6245V RIB | RR,CB | 242.4 | 16.7 | 3 | 359 | 99 | +| 15 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 241.3 | 16.5 | 1 | 355 | 97 | +| 16 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 240.4 | 17.5 | 1 | 352 | 96 | +| 17 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 240.3 | 17.5 | 0 | 361 | 96 | +| 18 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 240.1 | 17.7 | 0 | 334 | 98 | +| 19 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 240 | 16.1 | 0 | 334 | 97 | +| 20 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 239.8 | 19.1 | 4 | 348 | 98 | +| 21 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 239.7 | 16.5 | 3 | 332 | 96 | +| 22 | EBBERTS | 6883DGVT2P RIB | - | 238.6 | 17.4 | 2 | 358 | 97 | +| 23 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 238.4 | 16.4 | 1 | 346 | 97 | +| 24 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 238.3 | 16.6 | 1 | 358 | 97 | +| 25 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 238.2 | 16.9 | 0 | 327 | 96 | +| 26 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 238.1 | 17.4 | 2 | 330 | 93 | +| 27 | GOLDEN HARVEST | G08U00-V | - | 237.3 | 15.9 | 2 | 347 | 97 | +| 28 | NK | NK0880-V | - | 235.8 | 16 | 0 | 343 | 96 | +| 29 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 234.6 | 17 | 1 | 340 | 93 | +| 30 | SEED GENETICS DIRECT | Direct 5107-V | - | 233.6 | 15.8 | 2 | 369 | 98 | +| 31 | AXIS SEED | 57K72 | - | 232.4 | 15.8 | 19 | 350 | 96 | +| 32 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 232 | 17.1 | 1 | 357 | 97 | +| 33 | CHANNEL | 210-08VT2PRIB | - | 231.8 | 17.2 | 0 | 327 | 96 | +| 34 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 230.7 | 17.6 | 2 | 360 | 98 | +| 35 | DEKALB | DKC101-35RIB | - | 230.4 | 15.3 | 0 | 339 | 97 | +| 36 | SEED GENETICS DIRECT | Direct 2111-AA | - | 230.3 | 16.9 | 0 | 364 | 97 | +| 37 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 228.1 | 16.4 | 2 | 372 | 99 | +| 38 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 228 | 15.2 | 4 | 348 | 97 | +| 39 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 227.9 | 17 | 3 | 356 | 98 | +| 40 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 227.3 | 16.7 | 3 | 359 | 98 | +| 41 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 225.8 | 18.3 | 0 | 344 | 97 | +| 42 | VIKING / BLUE RIVER | 78-13 | - | 225.8 | 18.1 | 1 | 339 | 97 | +| 43 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 225.6 | 17 | 2 | 341 | 99 | +| 44 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 225.1 | 17.3 | 0 | 333 | 97 | +| 45 | BA GENETICS | BA 25-07 PCE | - | 224.8 | 15.9 | 2 | 343 | 96 | +| 46 | BA GENETICS | BA 25-12 VT2P | - | 224.8 | 15.6 | 28 | 344 | 97 | +| 47 | FS INVISION | FS 5947T RIB | - | 224.7 | 16.6 | 14 | 363 | 98 | +| 48 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 224.6 | 16.7 | 4 | 345 | 96 | +| 49 | NK | NK1056-V | - | 223.7 | 18.1 | 2 | 350 | 98 | +| 50 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 223 | 17.3 | 1 | 348 | 99 | +| 51 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 222.8 | 16 | 14 | 346 | 99 | +| 52 | NK | NK1188-AA | GT,CB,LL | 222.7 | 17.2 | 5 | 367 | 98 | +| 53 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 222.2 | 18.1 | 1 | 368 | 98 | +| 54 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 221.7 | 15.9 | 1 | 357 | 98 | +| 55 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 221.6 | 17.5 | 0 | 313 | 97 | +| 56 | CHANNEL | 211-11VT2PRIB | - | 221.3 | 15.8 | 23 | 367 | 99 | +| 57 | VIKING / BLUE RIVER | 76-11 | - | 221 | 15.7 | 2 | 332 | 97 | +| 58 | SHUR GROW | SG-5885PCE | - | 220.7 | 16.1 | 1 | 350 | 98 | +| 59 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 219.7 | 15.4 | 2 | 342 | 96 | +| 60 | EBBERTS | 1660C | - | 219.7 | 17.2 | 4 | 343 | 99 | +| 61 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 219.1 | 16.4 | 12 | 338 | 98 | +| 62 | DEKALB | DKC099-11RIB | RR,CB | 218.8 | 15 | 2 | 338 | 96 | +| 63 | DEKALB | DKC102-13RIB | - | 217.8 | 15.5 | 0 | 327 | 93 | +| 64 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 216.5 | 15.9 | 13 | 347 | 99 | +| 65 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 214.6 | 15.3 | 3 | 334 | 98 | +| 66 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 213.5 | 18 | 1 | 339 | 98 | +| 67 | DEKALB | DKC64-22RIB | RR,CB | 213.1 | 15.4 | 10 | 351 | 99 | +| 68 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 212.4 | 16.5 | 4 | 337 | 96 | +| 69 | BA GENETICS | BA 25-11 VT2P | RR,CB | 209.4 | 15.7 | 17 | 345 | 98 | +| 70 | AXIS SEED | 59D20 | - | 205.8 | 15.3 | 2 | 356 | 97 | +| 71 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 201.9 | 16.9 | 0 | 354 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.json new file mode 100644 index 00000000..8ea190b1 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.json @@ -0,0 +1,315 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-3yr-hoytville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Hoytville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 207.7, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 94 + } + }, + { + "rank": 2, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 207.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 3, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 206.6, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 92 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 206.4, + "Harv. Moisture": 19.4, + "Stalk Lodging": 11, + "Final Stand": 351, + "Emergence": 95 + } + }, + { + "rank": 5, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 205.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 202, + "Harv. Moisture": 17.4, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 94 + } + }, + { + "rank": 7, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 201.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 201.7, + "Harv. Moisture": 16, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 201, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 91 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 200.4, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 200.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 12, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 198.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 197.8, + "Harv. Moisture": 18, + "Stalk Lodging": 2, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 196.4, + "Harv. Moisture": 15.8, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 94 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 195.2, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 194.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 17, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 193.7, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 193.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 94 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 192.9, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 20, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 191.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 186.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 8, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 184.8, + "Harv. Moisture": 16.9, + "Stalk Lodging": 24, + "Final Stand": 344, + "Emergence": 94 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.775077+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.md new file mode 100644 index 00000000..0e75b570 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-hoytville.md @@ -0,0 +1,40 @@ +# Corn yield trial — Hoytville, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Hoytville +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 207.7 | 18.8 | 1 | 335 | 94 | +| 2 | NK | NK1188-AA | GT,CB,LL | 207.5 | 19.6 | 0 | 337 | 95 | +| 3 | SEED GENETICS DIRECT | Direct 2111-AA | - | 206.6 | 19.5 | 0 | 343 | 92 | +| 4 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 206.4 | 19.4 | 11 | 351 | 95 | +| 5 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 205.5 | 19.5 | 1 | 359 | 96 | +| 6 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 202 | 17.4 | 2 | 333 | 94 | +| 7 | CHANNEL | 211-11VT2PRIB | - | 201.7 | 17.5 | 1 | 351 | 97 | +| 8 | EBBERTS | 1335C | NON-GMO | 201.7 | 16 | 2 | 334 | 96 | +| 9 | BA GENETICS | BA 25-12 VT2P | - | 201 | 18.1 | 0 | 329 | 91 | +| 10 | EBBERTS | 6883DGVT2P RIB | - | 200.4 | 18 | 0 | 360 | 96 | +| 11 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 200.2 | 20.9 | 0 | 324 | 95 | +| 12 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 198.3 | 17.2 | 1 | 338 | 96 | +| 13 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 197.8 | 18 | 2 | 364 | 97 | +| 14 | DEKALB | DKC101-35RIB | - | 196.4 | 15.8 | 2 | 334 | 94 | +| 15 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 195.2 | 18.2 | 0 | 363 | 98 | +| 16 | DEKALB | DKC68-35RIB | RR,CB | 194.8 | 20.3 | 0 | 333 | 95 | +| 17 | DEKALB | DKC64-22RIB | RR,CB | 193.7 | 17.6 | 0 | 349 | 97 | +| 18 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 193.1 | 19.1 | 0 | 322 | 94 | +| 19 | AXIS SEED | 57K72 | - | 192.9 | 17.1 | 1 | 334 | 92 | +| 20 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 191.5 | 19.5 | 0 | 344 | 97 | +| 21 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 186.5 | 20.5 | 8 | 339 | 96 | +| 22 | AXIS SEED | 59D20 | - | 184.8 | 16.9 | 24 | 344 | 94 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.json new file mode 100644 index 00000000..ead891a4 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.json @@ -0,0 +1,337 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-3yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 17, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 57.6 + } + }, + { + "rank": 2, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 243.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 4, + "Final Stand": 357, + "Emergence": 97, + "Test Wt.": 55.5 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 243.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 4, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 243, + "Harv. Moisture": 20.2, + "Stalk Lodging": 1, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 5, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 242.9, + "Harv. Moisture": 17.9, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 56.5 + } + }, + { + "rank": 6, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 241.9, + "Harv. Moisture": 20.9, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 96, + "Test Wt.": 57.9 + } + }, + { + "rank": 7, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 241.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 8, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 241.4, + "Harv. Moisture": 21.2, + "Stalk Lodging": 3, + "Final Stand": 340, + "Emergence": 96, + "Test Wt.": 56.7 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 241.4, + "Harv. Moisture": 18.7, + "Stalk Lodging": 1, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 4, + "Final Stand": 336, + "Emergence": 96, + "Test Wt.": 56.3 + } + }, + { + "rank": 11, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 239.8, + "Harv. Moisture": 18.8, + "Stalk Lodging": 6, + "Final Stand": 334, + "Emergence": 94, + "Test Wt.": 58 + } + }, + { + "rank": 12, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 239, + "Harv. Moisture": 18.4, + "Stalk Lodging": 6, + "Final Stand": 353, + "Emergence": 98, + "Test Wt.": 58.1 + } + }, + { + "rank": 13, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 55.9 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 239, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 15, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 17.6, + "Stalk Lodging": 5, + "Final Stand": 347, + "Emergence": 95, + "Test Wt.": 57.6 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 238.2, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 97, + "Test Wt.": 56.8 + } + }, + { + "rank": 18, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 235.9, + "Harv. Moisture": 19.3, + "Stalk Lodging": 1, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 19, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 235.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96, + "Test Wt.": 58.4 + } + }, + { + "rank": 20, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 18.3, + "Stalk Lodging": 3, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 60.3 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 234, + "Harv. Moisture": 17, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 55.8 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 18.1, + "Stalk Lodging": 9, + "Final Stand": 353, + "Emergence": 96, + "Test Wt.": 55.9 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.775769+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.md new file mode 100644 index 00000000..468c1414 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-summary.md @@ -0,0 +1,40 @@ +# Corn yield trial — Summary, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Summary +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1335C | NON-GMO | 247.1 | 17 | 1 | 338 | 97 | 57.6 | +| 2 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 243.8 | 20.3 | 4 | 357 | 97 | 55.5 | +| 3 | EBBERTS | 6883DGVT2P RIB | - | 243.5 | 19.5 | 0 | 360 | 97 | 56.6 | +| 4 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 243 | 20.2 | 1 | 360 | 97 | 55.9 | +| 5 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 242.9 | 17.9 | 1 | 341 | 97 | 56.5 | +| 6 | DEKALB | DKC68-35RIB | RR,CB | 241.9 | 20.9 | 1 | 336 | 96 | 57.9 | +| 7 | NK | NK1188-AA | GT,CB,LL | 241.9 | 20.3 | 1 | 351 | 97 | 56.1 | +| 8 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 241.4 | 21.2 | 3 | 340 | 96 | 56.7 | +| 9 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 241.4 | 18.7 | 1 | 363 | 97 | 57.5 | +| 10 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 240.5 | 18.3 | 4 | 336 | 96 | 56.3 | +| 11 | BA GENETICS | BA 25-12 VT2P | - | 239.8 | 18.8 | 6 | 334 | 94 | 58 | +| 12 | CHANNEL | 211-11VT2PRIB | - | 239 | 18.4 | 6 | 353 | 98 | 58.1 | +| 13 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 239 | 18.9 | 1 | 364 | 98 | 55.9 | +| 14 | SEED GENETICS DIRECT | Direct 2111-AA | - | 239 | 20.2 | 0 | 352 | 95 | 56 | +| 15 | AXIS SEED | 57K72 | - | 238.8 | 17.6 | 5 | 347 | 95 | 57.6 | +| 16 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 238.2 | 21.2 | 0 | 333 | 97 | 55 | +| 17 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 237.5 | 19.6 | 1 | 345 | 97 | 56.8 | +| 18 | EBBERTS | 1660C | - | 235.9 | 19.3 | 1 | 340 | 97 | 56.4 | +| 19 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 235.3 | 19.3 | 0 | 327 | 96 | 58.4 | +| 20 | DEKALB | DKC64-22RIB | RR,CB | 234.7 | 18.3 | 3 | 351 | 97 | 60.3 | +| 21 | DEKALB | DKC101-35RIB | - | 234 | 17 | 1 | 338 | 96 | 55.8 | +| 22 | AXIS SEED | 59D20 | - | 230.7 | 18.1 | 9 | 353 | 96 | 55.9 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.json new file mode 100644 index 00000000..cf793f97 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.json @@ -0,0 +1,315 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-3yr-upper-sandusky", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Upper Sandusky", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page.", + "results": [ + { + "rank": 1, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 286.3, + "Harv. Moisture": 22.9, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 285.3, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 283.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 375, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.3, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 280.9, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 278.7, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 278.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 2, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 278, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 96 + } + }, + { + "rank": 10, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 275, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 274.6, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 274.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 273.5, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 272.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 272.2, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 93 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 270.3, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 19, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 265, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 21, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 263.8, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 262.7, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.775424+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.md new file mode 100644 index 00000000..a5270b36 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-upper-sandusky.md @@ -0,0 +1,40 @@ +# Corn yield trial — Upper Sandusky, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Upper Sandusky +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 286.3 | 22.9 | 1 | 339 | 96 | +| 2 | EBBERTS | 1335C | NON-GMO | 285.3 | 18.1 | 0 | 340 | 97 | +| 3 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 283.5 | 19.9 | 0 | 375 | 98 | +| 4 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 281.3 | 20.4 | 0 | 361 | 97 | +| 5 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 280.9 | 21.8 | 0 | 359 | 98 | +| 6 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 278.7 | 22.9 | 0 | 337 | 97 | +| 7 | NK | NK1188-AA | GT,CB,LL | 278.2 | 21.7 | 0 | 358 | 98 | +| 8 | AXIS SEED | 57K72 | - | 278.1 | 18.3 | 2 | 354 | 96 | +| 9 | EBBERTS | 6883DGVT2P RIB | - | 278 | 21.2 | 0 | 360 | 96 | +| 10 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 276.3 | 19.7 | 0 | 335 | 96 | +| 11 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 275 | 18.8 | 0 | 343 | 97 | +| 12 | CHANNEL | 211-11VT2PRIB | - | 274.6 | 19.9 | 1 | 351 | 97 | +| 13 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 274.6 | 21.9 | 0 | 360 | 97 | +| 14 | DEKALB | DKC64-22RIB | RR,CB | 273.5 | 19.7 | 1 | 350 | 97 | +| 15 | AXIS SEED | 59D20 | - | 272.8 | 19.7 | 1 | 356 | 98 | +| 16 | BA GENETICS | BA 25-12 VT2P | - | 272.2 | 20.6 | 0 | 333 | 93 | +| 17 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 271.8 | 20.6 | 0 | 348 | 97 | +| 18 | DEKALB | DKC68-35RIB | RR,CB | 270.3 | 22.2 | 0 | 330 | 95 | +| 19 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 265.3 | 20.2 | 0 | 331 | 97 | +| 20 | SEED GENETICS DIRECT | Direct 2111-AA | - | 265 | 21.8 | 0 | 354 | 95 | +| 21 | DEKALB | DKC101-35RIB | - | 263.8 | 18.1 | 0 | 338 | 96 | +| 22 | EBBERTS | 1660C | - | 262.7 | 20.7 | 0 | 345 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.json new file mode 100644 index 00000000..df00a08b --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.json @@ -0,0 +1,315 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-3yr-van-wert", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Van Wert", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page.", + "results": [ + { + "rank": 1, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 260.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 3, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 2, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 252.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 251.3, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 249, + "Harv. Moisture": 19.2, + "Stalk Lodging": 1, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 247.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 19, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 17.3, + "Stalk Lodging": 13, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 244, + "Harv. Moisture": 19.6, + "Stalk Lodging": 2, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 17.7, + "Stalk Lodging": 10, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 243, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 241.8, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 240.8, + "Harv. Moisture": 17.8, + "Stalk Lodging": 15, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 239.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 237.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 237, + "Harv. Moisture": 17.8, + "Stalk Lodging": 7, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 235.6, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 234.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 97 + } + } + ], + "n_results": 22, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.774722+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.md new file mode 100644 index 00000000..04c65d06 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-3yr-van-wert.md @@ -0,0 +1,40 @@ +# Corn yield trial — Van Wert, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Van Wert +- **Source table:** TABLE 6. Three year hybrid performance in NORTHWESTERN Ohio, 2023-2025 continued on next page. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | DEKALB | DKC68-35RIB | RR,CB | 260.5 | 20.2 | 3 | 343 | 98 | +| 2 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 255.4 | 17.7 | 2 | 341 | 97 | +| 3 | EBBERTS | 1335C | NON-GMO | 254.4 | 16.8 | 1 | 341 | 98 | +| 4 | EBBERTS | 6883DGVT2P RIB | - | 252.3 | 19.3 | 1 | 358 | 97 | +| 5 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 251.3 | 20.4 | 0 | 344 | 97 | +| 6 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 249.3 | 18.6 | 1 | 344 | 97 | +| 7 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 249 | 19.2 | 1 | 360 | 98 | +| 8 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 247.4 | 18.5 | 0 | 329 | 97 | +| 9 | BA GENETICS | BA 25-12 VT2P | - | 246.3 | 17.9 | 19 | 339 | 97 | +| 10 | AXIS SEED | 57K72 | - | 245.4 | 17.3 | 13 | 352 | 96 | +| 11 | SEED GENETICS DIRECT | Direct 2111-AA | - | 245.4 | 19.3 | 0 | 358 | 97 | +| 12 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 244 | 19.6 | 2 | 359 | 98 | +| 13 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 243.2 | 17.7 | 10 | 341 | 98 | +| 14 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 243 | 18.1 | 0 | 350 | 98 | +| 15 | DEKALB | DKC101-35RIB | - | 241.8 | 17.1 | 0 | 344 | 98 | +| 16 | CHANNEL | 211-11VT2PRIB | - | 240.8 | 17.8 | 15 | 358 | 99 | +| 17 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 240.4 | 18.2 | 1 | 368 | 98 | +| 18 | NK | NK1188-AA | GT,CB,LL | 239.9 | 19.5 | 3 | 358 | 98 | +| 19 | EBBERTS | 1660C | - | 237.4 | 18.5 | 2 | 339 | 98 | +| 20 | DEKALB | DKC64-22RIB | RR,CB | 237 | 17.8 | 7 | 355 | 98 | +| 21 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 235.6 | 20 | 1 | 338 | 98 | +| 22 | AXIS SEED | 59D20 | - | 234.6 | 17.7 | 1 | 358 | 97 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.json new file mode 100644 index 00000000..8146dc72 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.json @@ -0,0 +1,1719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-hoytville", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Hoytville", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 171.1, + "Harv. Moisture": 16.5, + "Stalk Lodging": 5, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 2, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 168.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 95 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 168.7, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 168.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 167.7, + "Harv. Moisture": 15.9, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 6, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 167.5, + "Harv. Moisture": 17, + "Stalk Lodging": 1, + "Final Stand": 305, + "Emergence": 84 + } + }, + { + "rank": 7, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 166.5, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 94 + } + }, + { + "rank": 8, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 165.5, + "Harv. Moisture": 16.8, + "Stalk Lodging": 0, + "Final Stand": 297, + "Emergence": 98 + } + }, + { + "rank": 9, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 165.3, + "Harv. Moisture": 16.9, + "Stalk Lodging": 3, + "Final Stand": 299, + "Emergence": 99 + } + }, + { + "rank": 10, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 165.1, + "Harv. Moisture": 17.5, + "Stalk Lodging": 4, + "Final Stand": 294, + "Emergence": 99 + } + }, + { + "rank": 11, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 164.8, + "Harv. Moisture": 17, + "Stalk Lodging": 4, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 164.7, + "Harv. Moisture": 16.2, + "Stalk Lodging": 35, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 164.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 1, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 163.7, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 100 + } + }, + { + "rank": 15, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 163.6, + "Harv. Moisture": 16, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 16, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 163.1, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 93 + } + }, + { + "rank": 17, + "brand": "GRO-MOR", + "product": "GM 57V75EZ", + "traits": null, + "metrics": { + "Yield": 163, + "Harv. Moisture": 16.9, + "Stalk Lodging": 1, + "Final Stand": 323, + "Emergence": 100 + } + }, + { + "rank": 18, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 163, + "Harv. Moisture": 16.7, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 19, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 162.7, + "Harv. Moisture": 18.2, + "Stalk Lodging": 3, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 162.7, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 99 + } + }, + { + "rank": 21, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 162.4, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 293, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 162.3, + "Harv. Moisture": 17.6, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 161.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 161.4, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 161.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 26, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 161.3, + "Harv. Moisture": 17, + "Stalk Lodging": 34, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 161.2, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 28, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 161.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 13, + "Final Stand": 339, + "Emergence": 95 + } + }, + { + "rank": 29, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 160.8, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 30, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 160.5, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 159.8, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 32, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 159.8, + "Harv. Moisture": 16.9, + "Stalk Lodging": 1, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 33, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 159.7, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 159.7, + "Harv. Moisture": 16.9, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 100 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 159.4, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 159.4, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 159.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 159.3, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 96 + } + }, + { + "rank": 39, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 159.2, + "Harv. Moisture": 16.5, + "Stalk Lodging": 1, + "Final Stand": 297, + "Emergence": 100 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 159.1, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 89 + } + }, + { + "rank": 41, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 159.1, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 158.8, + "Harv. Moisture": 18.2, + "Stalk Lodging": 3, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 158.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 92 + } + }, + { + "rank": 44, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 158.6, + "Harv. Moisture": 16, + "Stalk Lodging": 5, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 45, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 158.6, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 46, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 158.5, + "Harv. Moisture": 17, + "Stalk Lodging": 4, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 47, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 158.2, + "Harv. Moisture": 16.2, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 157.9, + "Harv. Moisture": 18.9, + "Stalk Lodging": 2, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 49, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 157.8, + "Harv. Moisture": 16.4, + "Stalk Lodging": 3, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 50, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 157.8, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 51, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 157.7, + "Harv. Moisture": 19.1, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 52, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 157.6, + "Harv. Moisture": 18.4, + "Stalk Lodging": 3, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 157.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 292, + "Emergence": 98 + } + }, + { + "rank": 54, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 157.4, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 157.4, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 56, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 157.1, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 298, + "Emergence": 100 + } + }, + { + "rank": 57, + "brand": "AUGUSTA SEED", + "product": "A2355 PWE", + "traits": null, + "metrics": { + "Yield": 157, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 284, + "Emergence": 96 + } + }, + { + "rank": 58, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 156.6, + "Harv. Moisture": 17, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 59, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 156.5, + "Harv. Moisture": 16.7, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 60, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 156.5, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 61, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 156.1, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 62, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 155.6, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 63, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 155.5, + "Harv. Moisture": 15.8, + "Stalk Lodging": 4, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 64, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 155.4, + "Harv. Moisture": 15.6, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 65, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 155.3, + "Harv. Moisture": 16.4, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 66, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 155.2, + "Harv. Moisture": 16.3, + "Stalk Lodging": 4, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 67, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 155.1, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 68, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 154.8, + "Harv. Moisture": 16.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 95 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 154.5, + "Harv. Moisture": 16.4, + "Stalk Lodging": 1, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 70, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 154.1, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 71, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 153.7, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 72, + "brand": "GRO-MOR", + "product": "GM 54PC55", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 153.7, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 98 + } + }, + { + "rank": 73, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 153.1, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 74, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 152.9, + "Harv. Moisture": 15.7, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 75, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 152.4, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 98 + } + }, + { + "rank": 76, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 152.2, + "Harv. Moisture": 15.8, + "Stalk Lodging": 4, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 77, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 152.2, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 78, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 151.9, + "Harv. Moisture": 19.1, + "Stalk Lodging": 2, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 79, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 151.8, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 320, + "Emergence": 94 + } + }, + { + "rank": 80, + "brand": "GRO-MOR", + "product": "GM 56PC65", + "traits": null, + "metrics": { + "Yield": 151.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 314, + "Emergence": 98 + } + }, + { + "rank": 81, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 151.3, + "Harv. Moisture": 15.6, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 82, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 151.3, + "Harv. Moisture": 16.3, + "Stalk Lodging": 5, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 83, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 151.1, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 84, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 151.1, + "Harv. Moisture": 17.7, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 95 + } + }, + { + "rank": 85, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 150.3, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 86, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 150.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 87, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 149.9, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 88, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 149.9, + "Harv. Moisture": 16.8, + "Stalk Lodging": 8, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 89, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 149.8, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 94 + } + }, + { + "rank": 90, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 149.4, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 92 + } + }, + { + "rank": 91, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 148.8, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 100 + } + }, + { + "rank": 92, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 148.4, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 93 + } + }, + { + "rank": 93, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 148.3, + "Harv. Moisture": 15.7, + "Stalk Lodging": 9, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 94, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 148.3, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 99 + } + }, + { + "rank": 95, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 148.1, + "Harv. Moisture": 17.6, + "Stalk Lodging": 7, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 96, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 147.9, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 97, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 146.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 3, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 98, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 146.9, + "Harv. Moisture": 16.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 146.7, + "Harv. Moisture": 16.4, + "Stalk Lodging": 4, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 100, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 146.5, + "Harv. Moisture": 16.3, + "Stalk Lodging": 2, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 101, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 145.4, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 102, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 144.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 103, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 144.6, + "Harv. Moisture": 16.6, + "Stalk Lodging": 1, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 104, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 144, + "Harv. Moisture": 15.4, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 105, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 143.4, + "Harv. Moisture": 18.1, + "Stalk Lodging": 7, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 106, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 142.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 3, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 107, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 142.3, + "Harv. Moisture": 15.5, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 108, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 141.1, + "Harv. Moisture": 17.2, + "Stalk Lodging": 27, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 109, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 140.9, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 110, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 140.9, + "Harv. Moisture": 17.9, + "Stalk Lodging": 8, + "Final Stand": 327, + "Emergence": 98 + } + }, + { + "rank": 111, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 140.4, + "Harv. Moisture": 16, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 112, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 140.2, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 113, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 139.4, + "Harv. Moisture": 16.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 114, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 139.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 23, + "Final Stand": 352, + "Emergence": 99 + } + }, + { + "rank": 115, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 138.8, + "Harv. Moisture": 16.4, + "Stalk Lodging": 51, + "Final Stand": 376, + "Emergence": 97 + } + }, + { + "rank": 116, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 137.7, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 117, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 137.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 118, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 137, + "Harv. Moisture": 17.1, + "Stalk Lodging": 27, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 119, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 136.2, + "Harv. Moisture": 17.8, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 120, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 136.1, + "Harv. Moisture": 16.1, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 121, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 135.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 122, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 134.8, + "Harv. Moisture": 16.1, + "Stalk Lodging": 9, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 123, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 134.6, + "Harv. Moisture": 15.4, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 124, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 134.6, + "Harv. Moisture": 16, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 94 + } + }, + { + "rank": 125, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 125.8, + "Harv. Moisture": 15.9, + "Stalk Lodging": 51, + "Final Stand": 351, + "Emergence": 99 + } + }, + { + "rank": 126, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 124.7, + "Harv. Moisture": 17.3, + "Stalk Lodging": 8, + "Final Stand": 370, + "Emergence": 98 + } + }, + { + "rank": 127, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 123.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 35, + "Final Stand": 310, + "Emergence": 92 + } + }, + { + "rank": 128, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 123.5, + "Harv. Moisture": 16.9, + "Stalk Lodging": 1, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 129, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 122.4, + "Harv. Moisture": 16.3, + "Stalk Lodging": 70, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 130, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 105.7, + "Harv. Moisture": 16.5, + "Stalk Lodging": 7, + "Final Stand": 321, + "Emergence": 98 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.770179+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.md new file mode 100644 index 00000000..44c4a1e4 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-hoytville.md @@ -0,0 +1,148 @@ +# Corn yield trial — Hoytville, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Hoytville +- **Source table:** Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 171.1 | 16.5 | 5 | 339 | 99 | +| 2 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 168.9 | 17.4 | 0 | 342 | 95 | +| 3 | EBBERTS | 6883DGVT2P RIB | - | 168.7 | 17 | 0 | 356 | 98 | +| 4 | AXIS SEED | 63H27 | RR,CB | 168.4 | 17.7 | 0 | 356 | 98 | +| 5 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 167.7 | 15.9 | 1 | 342 | 99 | +| 6 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 167.5 | 17 | 1 | 305 | 84 | +| 7 | BA GENETICS | BA 25-12 VT2P | - | 166.5 | 16.7 | 1 | 346 | 94 | +| 8 | AUGUSTA SEED | A4861 Conv | - | 165.5 | 16.8 | 0 | 297 | 98 | +| 9 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 165.3 | 16.9 | 3 | 299 | 99 | +| 10 | AUGUSTA SEED | A4862 Conv | - | 165.1 | 17.5 | 4 | 294 | 99 | +| 11 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 164.8 | 17 | 4 | 338 | 97 | +| 12 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 164.7 | 16.2 | 35 | 343 | 98 | +| 13 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 164.5 | 19.2 | 1 | 329 | 97 | +| 14 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 163.7 | 18.8 | 1 | 346 | 100 | +| 15 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 163.6 | 16 | 2 | 336 | 99 | +| 16 | SEED CONSULTANTS | SC 1086PCE | - | 163.1 | 15.7 | 0 | 316 | 93 | +| 17 | GRO-MOR | GM 57V75EZ | - | 163 | 16.9 | 1 | 323 | 100 | +| 18 | DEKALB | DKC64-22RIB | RR,CB | 163 | 16.7 | 1 | 345 | 99 | +| 19 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 162.7 | 18.2 | 3 | 361 | 97 | +| 20 | NK | NK1056-V | - | 162.7 | 18.1 | 0 | 328 | 99 | +| 21 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 162.4 | 17.1 | 0 | 293 | 98 | +| 22 | GOLDEN HARVEST | G08U00-V | - | 162.3 | 17.6 | 1 | 356 | 97 | +| 23 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 161.7 | 19.3 | 0 | 356 | 97 | +| 24 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 161.4 | 18 | 0 | 318 | 98 | +| 25 | NK | NK1188-AA | GT,CB,LL | 161.4 | 18.2 | 1 | 334 | 95 | +| 26 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 161.3 | 17 | 34 | 356 | 98 | +| 27 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 161.2 | 15.9 | 0 | 337 | 98 | +| 28 | BA GENETICS | BA 25-11 VT2P | RR,CB | 161.2 | 16.7 | 13 | 339 | 95 | +| 29 | SEED GENETICS DIRECT | Direct 5107-V | - | 160.8 | 16.8 | 1 | 359 | 96 | +| 30 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 160.5 | 19 | 0 | 337 | 97 | +| 31 | SHUR GROW | SG-5885PCE | - | 159.8 | 16.1 | 0 | 342 | 99 | +| 32 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 159.8 | 16.9 | 1 | 364 | 99 | +| 33 | NK | NK0880-V | - | 159.7 | 17.1 | 1 | 332 | 98 | +| 34 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 159.7 | 16.9 | 1 | 342 | 100 | +| 35 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 159.4 | 18.7 | 2 | 364 | 98 | +| 36 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 159.4 | 17.3 | 0 | 348 | 95 | +| 37 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 159.3 | 16.2 | 2 | 338 | 98 | +| 38 | VIKING / BLUE RIVER | 76-11 | - | 159.3 | 16.6 | 0 | 325 | 96 | +| 39 | AUGUSTA SEED | A4057 Conv | - | 159.2 | 16.5 | 1 | 297 | 100 | +| 40 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 159.1 | 16.7 | 0 | 328 | 89 | +| 41 | VIKING / BLUE RIVER | 75-07 | - | 159.1 | 17 | 0 | 333 | 97 | +| 42 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 158.8 | 18.2 | 3 | 342 | 98 | +| 43 | SEED GENETICS DIRECT | Direct 2111-AA | - | 158.8 | 18.3 | 1 | 341 | 92 | +| 44 | DEKALB | DKC101-35RIB | - | 158.6 | 16 | 5 | 341 | 97 | +| 45 | GREAT HEART SEED | 7272PCE | - | 158.6 | 18.6 | 0 | 328 | 96 | +| 46 | FS INVISION | FS 6245V RIB | RR,CB | 158.5 | 17 | 4 | 356 | 98 | +| 47 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 158.2 | 16.2 | 1 | 332 | 98 | +| 48 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 157.9 | 18.9 | 2 | 351 | 97 | +| 49 | CHANNEL | 211-11VT2PRIB | - | 157.8 | 16.4 | 3 | 359 | 98 | +| 50 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 157.8 | 17.8 | 1 | 337 | 99 | +| 51 | VIKING / BLUE RIVER | 78-13 | - | 157.7 | 19.1 | 2 | 337 | 98 | +| 52 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 157.6 | 18.4 | 3 | 360 | 98 | +| 53 | AUGUSTA SEED | A2058 Conv | - | 157.5 | 18.3 | 0 | 292 | 98 | +| 54 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 157.4 | 17.1 | 1 | 359 | 99 | +| 55 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 157.4 | 18 | 1 | 359 | 99 | +| 56 | AUGUSTA SEED | A2355 Conv | - | 157.1 | 15.6 | 0 | 298 | 100 | +| 57 | AUGUSTA SEED | A2355 PWE | - | 157 | 16.2 | 2 | 284 | 96 | +| 58 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 156.6 | 17 | 1 | 348 | 99 | +| 59 | AXIS SEED | 57K72 | - | 156.5 | 16.7 | 2 | 345 | 95 | +| 60 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 156.5 | 16.5 | 0 | 336 | 97 | +| 61 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 156.1 | 16.6 | 0 | 348 | 99 | +| 62 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 155.6 | 17.1 | 0 | 338 | 98 | +| 63 | EBBERTS | 1335C | NON-GMO | 155.5 | 15.8 | 4 | 342 | 99 | +| 64 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 155.4 | 15.6 | 0 | 361 | 97 | +| 65 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 155.3 | 16.4 | 1 | 327 | 95 | +| 66 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 155.2 | 16.3 | 4 | 355 | 98 | +| 67 | SEED CONSULTANTS | SC 1055PCE | - | 155.1 | 16.2 | 2 | 345 | 99 | +| 68 | BA GENETICS | BA 25-07 PCE | - | 154.8 | 16.4 | 0 | 342 | 95 | +| 69 | SHUR GROW | SG-5788DV | - | 154.5 | 16.4 | 1 | 346 | 97 | +| 70 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 154.1 | 17.2 | 0 | 360 | 99 | +| 71 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 153.7 | 16.7 | 0 | 342 | 97 | +| 72 | GRO-MOR | GM 54PC55 | RR,CB,LL,Enlist | 153.7 | 17.1 | 0 | 312 | 98 | +| 73 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 153.1 | 18.2 | 1 | 343 | 99 | +| 74 | DEKALB | DKC099-11RIB | RR,CB | 152.9 | 15.7 | 1 | 343 | 99 | +| 75 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 152.4 | 17.6 | 0 | 328 | 98 | +| 76 | DEKALB | DKC102-13RIB | - | 152.2 | 15.8 | 4 | 336 | 96 | +| 77 | NK | NK0604-DV | - | 152.2 | 17.1 | 0 | 336 | 98 | +| 78 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 151.9 | 19.1 | 2 | 352 | 96 | +| 79 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 151.8 | 18 | 1 | 320 | 94 | +| 80 | GRO-MOR | GM 56PC65 | - | 151.4 | 17.2 | 1 | 314 | 98 | +| 81 | SHUR GROW | SG-5440DV | - | 151.3 | 15.6 | 1 | 332 | 95 | +| 82 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 151.3 | 16.3 | 5 | 355 | 97 | +| 83 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 151.1 | 16.7 | 0 | 341 | 95 | +| 84 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 151.1 | 17.7 | 1 | 358 | 95 | +| 85 | VIKING / BLUE RIVER | 49-05 | - | 150.3 | 16.5 | 0 | 334 | 98 | +| 86 | EBBERTS | 1660C | - | 150.3 | 17.9 | 2 | 332 | 96 | +| 87 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 149.9 | 17.8 | 1 | 345 | 99 | +| 88 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 149.9 | 16.8 | 8 | 347 | 97 | +| 89 | DEKALB | DKC68-35RIB | RR,CB | 149.8 | 18.6 | 0 | 323 | 94 | +| 90 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 149.4 | 16.7 | 0 | 337 | 92 | +| 91 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 148.8 | 16.2 | 2 | 341 | 100 | +| 92 | BA GENETICS | BA 26-06 PCE | - | 148.4 | 16.9 | 0 | 333 | 93 | +| 93 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 148.3 | 15.7 | 9 | 342 | 97 | +| 94 | DYNA-GRO | D44PN56RA | - | 148.3 | 16.6 | 0 | 327 | 99 | +| 95 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 148.1 | 17.6 | 7 | 351 | 97 | +| 96 | SEED GENETICS DIRECT | Direct 9107 GT | - | 147.9 | 17.1 | 1 | 365 | 99 | +| 97 | DEKALB | DKC111-35RIB | RR,CB | 146.9 | 16.2 | 3 | 333 | 95 | +| 98 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 146.9 | 16.9 | 0 | 341 | 98 | +| 99 | SEED CONSULTANTS | SC 1066PCE | - | 146.7 | 16.4 | 4 | 332 | 98 | +| 100 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 146.5 | 16.3 | 2 | 347 | 99 | +| 101 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 145.4 | 16.2 | 0 | 338 | 98 | +| 102 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 144.7 | 17.5 | 1 | 348 | 96 | +| 103 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 144.6 | 16.6 | 1 | 367 | 98 | +| 104 | NK | NK0451-AA | - | 144 | 15.4 | 2 | 332 | 98 | +| 105 | FS INVISION | FS 6042F RIB | - | 143.4 | 18.1 | 7 | 358 | 98 | +| 106 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 142.9 | 16.2 | 3 | 356 | 97 | +| 107 | SHUR GROW | SG-6106DV | - | 142.3 | 15.5 | 0 | 324 | 94 | +| 108 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 141.1 | 17.2 | 27 | 342 | 97 | +| 109 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 140.9 | 17.3 | 0 | 352 | 97 | +| 110 | DYNA-GRO | D52TC66RIB | - | 140.9 | 17.9 | 8 | 327 | 98 | +| 111 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 140.4 | 16 | 1 | 341 | 98 | +| 112 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 140.2 | 17 | 0 | 334 | 97 | +| 113 | GREAT HEART SEED | 7151PCE | - | 139.4 | 16.3 | 0 | 343 | 95 | +| 114 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 139.3 | 19.5 | 23 | 352 | 99 | +| 115 | AXIS SEED | 53M77 | - | 138.8 | 16.4 | 51 | 376 | 97 | +| 116 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 137.7 | 17 | 0 | 342 | 98 | +| 117 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 137.4 | 18.5 | 0 | 339 | 99 | +| 118 | FS INVISION | FS 5947T RIB | - | 137 | 17.1 | 27 | 358 | 98 | +| 119 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 136.2 | 17.8 | 1 | 334 | 97 | +| 120 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 136.1 | 16.1 | 0 | 342 | 98 | +| 121 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 135.7 | 17.2 | 0 | 342 | 97 | +| 122 | CHANNEL | 205-08TRERIB | - | 134.8 | 16.1 | 9 | 356 | 97 | +| 123 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 134.6 | 15.4 | 2 | 334 | 98 | +| 124 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 134.6 | 16 | 0 | 327 | 94 | +| 125 | LG SEEDS | LG 55C40TRC | - | 125.8 | 15.9 | 51 | 351 | 99 | +| 126 | SEED GENETICS DIRECT | Direct 4102-AA | - | 124.7 | 17.3 | 8 | 370 | 98 | +| 127 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 123.5 | 19.3 | 35 | 310 | 92 | +| 128 | GOLDEN HARVEST | G10M87-AA | - | 123.5 | 16.9 | 1 | 372 | 99 | +| 129 | AXIS SEED | 59D20 | - | 122.4 | 16.3 | 70 | 352 | 96 | +| 130 | CHANNEL | 210-08VT2PRIB | - | 105.7 | 16.5 | 7 | 321 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.json new file mode 100644 index 00000000..903ac9b0 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.json @@ -0,0 +1,1849 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 12, + "Final Stand": 348, + "Emergence": 99, + "Test Wt.": 58.8 + } + }, + { + "rank": 2, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 247.7, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 96, + "Test Wt.": 54.7 + } + }, + { + "rank": 3, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 247.5, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 293, + "Emergence": 98, + "Test Wt.": 57.6 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 246.6, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 5, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 246.6, + "Harv. Moisture": 20.4, + "Stalk Lodging": 2, + "Final Stand": 292, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 245.8, + "Harv. Moisture": 20, + "Stalk Lodging": 3, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 57.5 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 245.7, + "Harv. Moisture": 18.7, + "Stalk Lodging": 11, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 56.5 + } + }, + { + "rank": 8, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 2, + "Final Stand": 355, + "Emergence": 96, + "Test Wt.": 56.2 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 245.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 2, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 56.3 + } + }, + { + "rank": 10, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.8, + "Harv. Moisture": 20.2, + "Stalk Lodging": 1, + "Final Stand": 357, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 11, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 244, + "Harv. Moisture": 20.1, + "Stalk Lodging": 8, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 56.6 + } + }, + { + "rank": 12, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 98, + "Test Wt.": 57.7 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 56.5 + } + }, + { + "rank": 14, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 242.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 15, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 242.8, + "Harv. Moisture": 19.1, + "Stalk Lodging": 9, + "Final Stand": 331, + "Emergence": 98, + "Test Wt.": 56.9 + } + }, + { + "rank": 16, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 242.6, + "Harv. Moisture": 18.3, + "Stalk Lodging": 5, + "Final Stand": 334, + "Emergence": 98, + "Test Wt.": 56.6 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 242.4, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 96, + "Test Wt.": 56.7 + } + }, + { + "rank": 18, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 242.2, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 297, + "Emergence": 98, + "Test Wt.": 57.1 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97, + "Test Wt.": 55.9 + } + }, + { + "rank": 20, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 20.3, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 98, + "Test Wt.": 57.8 + } + }, + { + "rank": 21, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 98, + "Test Wt.": 55.3 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 241.2, + "Harv. Moisture": 17.2, + "Stalk Lodging": 9, + "Final Stand": 361, + "Emergence": 98, + "Test Wt.": 57.9 + } + }, + { + "rank": 23, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 241, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 56.2 + } + }, + { + "rank": 24, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 5, + "Final Stand": 345, + "Emergence": 95, + "Test Wt.": 57.7 + } + }, + { + "rank": 25, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 240.7, + "Harv. Moisture": 18.4, + "Stalk Lodging": 23, + "Final Stand": 347, + "Emergence": 98, + "Test Wt.": 57.8 + } + }, + { + "rank": 26, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 240.5, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 27, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 240.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 360, + "Emergence": 99, + "Test Wt.": 57.6 + } + }, + { + "rank": 28, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 98, + "Test Wt.": 55 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 326, + "Emergence": 94, + "Test Wt.": 59 + } + }, + { + "rank": 30, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 238.7, + "Harv. Moisture": 20.2, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 31, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 20, + "Stalk Lodging": 5, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 56.9 + } + }, + { + "rank": 32, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 19.9, + "Stalk Lodging": 13, + "Final Stand": 355, + "Emergence": 98, + "Test Wt.": 55.9 + } + }, + { + "rank": 33, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 238.3, + "Harv. Moisture": 18.3, + "Stalk Lodging": 1, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 57 + } + }, + { + "rank": 34, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 317, + "Emergence": 93, + "Test Wt.": 57.1 + } + }, + { + "rank": 35, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 10, + "Final Stand": 338, + "Emergence": 99, + "Test Wt.": 56.6 + } + }, + { + "rank": 36, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 237.8, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.8, + "Harv. Moisture": 21.1, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 38, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 237.6, + "Harv. Moisture": 20.2, + "Stalk Lodging": 7, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 17.3, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 57.6 + } + }, + { + "rank": 40, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 15, + "Final Stand": 349, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 41, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 17.3, + "Stalk Lodging": 6, + "Final Stand": 338, + "Emergence": 98, + "Test Wt.": 57.8 + } + }, + { + "rank": 42, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 236.9, + "Harv. Moisture": 19.1, + "Stalk Lodging": 4, + "Final Stand": 353, + "Emergence": 97, + "Test Wt.": 58.6 + } + }, + { + "rank": 43, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 236.9, + "Harv. Moisture": 19, + "Stalk Lodging": 2, + "Final Stand": 362, + "Emergence": 98, + "Test Wt.": 56.1 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 236.7, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 94, + "Test Wt.": 55.1 + } + }, + { + "rank": 45, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 46, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 236.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 47, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 236.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 3, + "Final Stand": 327, + "Emergence": 98, + "Test Wt.": 57.6 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 236.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 91, + "Test Wt.": 56.3 + } + }, + { + "rank": 49, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 236.4, + "Harv. Moisture": 19.9, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 98, + "Test Wt.": 57 + } + }, + { + "rank": 50, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 236, + "Harv. Moisture": 18.4, + "Stalk Lodging": 2, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 56.3 + } + }, + { + "rank": 51, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 235.8, + "Harv. Moisture": 18.5, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 52, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 235.7, + "Harv. Moisture": 19.3, + "Stalk Lodging": 19, + "Final Stand": 356, + "Emergence": 98, + "Test Wt.": 57.3 + } + }, + { + "rank": 53, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 235.6, + "Harv. Moisture": 17.1, + "Stalk Lodging": 3, + "Final Stand": 296, + "Emergence": 99, + "Test Wt.": 57.8 + } + }, + { + "rank": 54, + "brand": "GRO-MOR", + "product": "GM 56PC65", + "traits": null, + "metrics": { + "Yield": 235.6, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 317, + "Emergence": 98, + "Test Wt.": 56.1 + } + }, + { + "rank": 55, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 235.6, + "Harv. Moisture": 21, + "Stalk Lodging": 3, + "Final Stand": 356, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 56, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 235.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 3, + "Final Stand": 345, + "Emergence": 94, + "Test Wt.": 56.8 + } + }, + { + "rank": 57, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 235.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 364, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 58, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 234.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 8, + "Final Stand": 352, + "Emergence": 98, + "Test Wt.": 55.8 + } + }, + { + "rank": 59, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 21, + "Stalk Lodging": 1, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 60, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 234.3, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 61, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 234.1, + "Harv. Moisture": 18.5, + "Stalk Lodging": 17, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 58.4 + } + }, + { + "rank": 62, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 234, + "Harv. Moisture": 18.5, + "Stalk Lodging": 17, + "Final Stand": 347, + "Emergence": 96, + "Test Wt.": 56.4 + } + }, + { + "rank": 63, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 234, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95, + "Test Wt.": 58.3 + } + }, + { + "rank": 64, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 20.5, + "Stalk Lodging": 4, + "Final Stand": 320, + "Emergence": 93, + "Test Wt.": 58.1 + } + }, + { + "rank": 65, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 233.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 10, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 66, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 67, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 1, + "Final Stand": 326, + "Emergence": 96, + "Test Wt.": 57 + } + }, + { + "rank": 68, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 233.1, + "Harv. Moisture": 18.9, + "Stalk Lodging": 3, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 69, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 233.1, + "Harv. Moisture": 21, + "Stalk Lodging": 9, + "Final Stand": 346, + "Emergence": 98, + "Test Wt.": 56.8 + } + }, + { + "rank": 70, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 233, + "Harv. Moisture": 18.8, + "Stalk Lodging": 19, + "Final Stand": 340, + "Emergence": 93, + "Test Wt.": 58 + } + }, + { + "rank": 71, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232.7, + "Harv. Moisture": 20.6, + "Stalk Lodging": 6, + "Final Stand": 341, + "Emergence": 99, + "Test Wt.": 56.3 + } + }, + { + "rank": 72, + "brand": "AUGUSTA SEED", + "product": "A2355 PWE", + "traits": null, + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 17.6, + "Stalk Lodging": 1, + "Final Stand": 289, + "Emergence": 96, + "Test Wt.": 57.7 + } + }, + { + "rank": 73, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 232.4, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 324, + "Emergence": 99, + "Test Wt.": 56.4 + } + }, + { + "rank": 74, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 232.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 2, + "Final Stand": 297, + "Emergence": 99, + "Test Wt.": 55.5 + } + }, + { + "rank": 75, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232.1, + "Harv. Moisture": 19.4, + "Stalk Lodging": 2, + "Final Stand": 343, + "Emergence": 98, + "Test Wt.": 56.7 + } + }, + { + "rank": 76, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232.1, + "Harv. Moisture": 19.9, + "Stalk Lodging": 3, + "Final Stand": 352, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 77, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 232, + "Harv. Moisture": 18.6, + "Stalk Lodging": 5, + "Final Stand": 344, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 78, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 231.8, + "Harv. Moisture": 18.1, + "Stalk Lodging": 8, + "Final Stand": 346, + "Emergence": 99, + "Test Wt.": 60.5 + } + }, + { + "rank": 79, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 231.6, + "Harv. Moisture": 20.3, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99, + "Test Wt.": 55.2 + } + }, + { + "rank": 80, + "brand": "GRO-MOR", + "product": "GM 54PC55", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 18.1, + "Stalk Lodging": 2, + "Final Stand": 314, + "Emergence": 98, + "Test Wt.": 56.4 + } + }, + { + "rank": 81, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 365, + "Emergence": 98, + "Test Wt.": 57.8 + } + }, + { + "rank": 82, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 231.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98, + "Test Wt.": 57.3 + } + }, + { + "rank": 83, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 231.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 364, + "Emergence": 99, + "Test Wt.": 56.8 + } + }, + { + "rank": 84, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 231, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 56.8 + } + }, + { + "rank": 85, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 230.8, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 95, + "Test Wt.": 55.7 + } + }, + { + "rank": 86, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 361, + "Emergence": 97, + "Test Wt.": 56.3 + } + }, + { + "rank": 87, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 230.5, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 93, + "Test Wt.": 56.1 + } + }, + { + "rank": 88, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 230.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 12, + "Final Stand": 316, + "Emergence": 94, + "Test Wt.": 54.7 + } + }, + { + "rank": 89, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 229.7, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 93, + "Test Wt.": 56.5 + } + }, + { + "rank": 90, + "brand": "GRO-MOR", + "product": "GM 57V75EZ", + "traits": null, + "metrics": { + "Yield": 229.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 319, + "Emergence": 99, + "Test Wt.": 55.6 + } + }, + { + "rank": 91, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 229.7, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 92, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 229.5, + "Harv. Moisture": 20.2, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 57.6 + } + }, + { + "rank": 93, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 229.3, + "Harv. Moisture": 17.9, + "Stalk Lodging": 15, + "Final Stand": 345, + "Emergence": 95, + "Test Wt.": 57.6 + } + }, + { + "rank": 94, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 229, + "Harv. Moisture": 17.2, + "Stalk Lodging": 3, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 95, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 228.9, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 93, + "Test Wt.": 56.4 + } + }, + { + "rank": 96, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 228, + "Harv. Moisture": 17.9, + "Stalk Lodging": 3, + "Final Stand": 344, + "Emergence": 99, + "Test Wt.": 56.7 + } + }, + { + "rank": 97, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 227.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 2, + "Final Stand": 323, + "Emergence": 98, + "Test Wt.": 55.1 + } + }, + { + "rank": 98, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 226.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 57.1 + } + }, + { + "rank": 99, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 226.7, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 55.9 + } + }, + { + "rank": 100, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 226.6, + "Harv. Moisture": 18.8, + "Stalk Lodging": 2, + "Final Stand": 324, + "Emergence": 91, + "Test Wt.": 56.2 + } + }, + { + "rank": 101, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 226.6, + "Harv. Moisture": 19.4, + "Stalk Lodging": 2, + "Final Stand": 311, + "Emergence": 86, + "Test Wt.": 55.9 + } + }, + { + "rank": 102, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 226.5, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 56.3 + } + }, + { + "rank": 103, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 226, + "Harv. Moisture": 16.2, + "Stalk Lodging": 1, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 59 + } + }, + { + "rank": 104, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 225.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 292, + "Emergence": 98, + "Test Wt.": 57.7 + } + }, + { + "rank": 105, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 225.4, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 106, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 224.3, + "Harv. Moisture": 17.5, + "Stalk Lodging": 3, + "Final Stand": 323, + "Emergence": 94, + "Test Wt.": 57.5 + } + }, + { + "rank": 107, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 224, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 292, + "Emergence": 98, + "Test Wt.": 55.8 + } + }, + { + "rank": 108, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 223.9, + "Harv. Moisture": 18.2, + "Stalk Lodging": 24, + "Final Stand": 371, + "Emergence": 98, + "Test Wt.": 55.9 + } + }, + { + "rank": 109, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 223.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 57.2 + } + }, + { + "rank": 110, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 223.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 4, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 58.9 + } + }, + { + "rank": 111, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 223.8, + "Harv. Moisture": 18.1, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 94, + "Test Wt.": 57.3 + } + }, + { + "rank": 112, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 223.1, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96, + "Test Wt.": 56 + } + }, + { + "rank": 113, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 223, + "Harv. Moisture": 17.4, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 94, + "Test Wt.": 57.2 + } + }, + { + "rank": 114, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 222.7, + "Harv. Moisture": 18.6, + "Stalk Lodging": 25, + "Final Stand": 352, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 115, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 222.6, + "Harv. Moisture": 18.2, + "Stalk Lodging": 10, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 56 + } + }, + { + "rank": 116, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 222.6, + "Harv. Moisture": 17.2, + "Stalk Lodging": 6, + "Final Stand": 347, + "Emergence": 98, + "Test Wt.": 58.8 + } + }, + { + "rank": 117, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 221.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 7, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 57.8 + } + }, + { + "rank": 118, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 17.2, + "Stalk Lodging": 31, + "Final Stand": 353, + "Emergence": 98, + "Test Wt.": 56.9 + } + }, + { + "rank": 119, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 220.1, + "Harv. Moisture": 17.2, + "Stalk Lodging": 2, + "Final Stand": 334, + "Emergence": 95, + "Test Wt.": 55.6 + } + }, + { + "rank": 120, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 220, + "Harv. Moisture": 17, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 97, + "Test Wt.": 56.2 + } + }, + { + "rank": 121, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 219.2, + "Harv. Moisture": 16.9, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 57.3 + } + }, + { + "rank": 122, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 217.8, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 91, + "Test Wt.": 56.1 + } + }, + { + "rank": 123, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 217.7, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 98, + "Test Wt.": 57 + } + }, + { + "rank": 124, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 213.8, + "Harv. Moisture": 16.5, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 97, + "Test Wt.": 57.4 + } + }, + { + "rank": 125, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 211.2, + "Harv. Moisture": 18.2, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 57.8 + } + }, + { + "rank": 126, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 210, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 92, + "Test Wt.": 59.4 + } + }, + { + "rank": 127, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 209.5, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 96, + "Test Wt.": 57.4 + } + }, + { + "rank": 128, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 207.9, + "Harv. Moisture": 17.1, + "Stalk Lodging": 2, + "Final Stand": 340, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 129, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 207.2, + "Harv. Moisture": 20, + "Stalk Lodging": 3, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 56 + } + }, + { + "rank": 130, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 191.2, + "Harv. Moisture": 18, + "Stalk Lodging": 6, + "Final Stand": 367, + "Emergence": 96, + "Test Wt.": 57.1 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.771804+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.md new file mode 100644 index 00000000..660ca90b --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-summary.md @@ -0,0 +1,148 @@ +# Corn yield trial — Summary, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Summary +- **Source table:** Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 253.2 | 19.6 | 12 | 348 | 99 | 58.8 | +| 2 | GREAT HEART SEED | 7272PCE | - | 247.7 | 20.7 | 0 | 325 | 96 | 54.7 | +| 3 | AUGUSTA SEED | A4861 Conv | - | 247.5 | 19.4 | 0 | 293 | 98 | 57.6 | +| 4 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 246.6 | 18.7 | 0 | 352 | 97 | 56.1 | +| 5 | AUGUSTA SEED | A4862 Conv | - | 246.6 | 20.4 | 2 | 292 | 97 | 55.8 | +| 6 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 245.8 | 20 | 3 | 351 | 97 | 57.5 | +| 7 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 245.7 | 18.7 | 11 | 339 | 98 | 56.5 | +| 8 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 245.6 | 19.8 | 2 | 355 | 96 | 56.2 | +| 9 | FS INVISION | FS 6042F RIB | - | 245.3 | 20.6 | 2 | 358 | 98 | 56.3 | +| 10 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 244.8 | 20.2 | 1 | 357 | 98 | 55.2 | +| 11 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 244 | 20.1 | 8 | 348 | 96 | 56.6 | +| 12 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 243.7 | 19.4 | 2 | 336 | 98 | 57.7 | +| 13 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 243.2 | 18.9 | 1 | 338 | 97 | 56.5 | +| 14 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 242.8 | 20.3 | 1 | 351 | 97 | 55.1 | +| 15 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 242.8 | 19.1 | 9 | 331 | 98 | 56.9 | +| 16 | SEED CONSULTANTS | SC 1055PCE | - | 242.6 | 18.3 | 5 | 334 | 98 | 56.6 | +| 17 | EBBERTS | 6883DGVT2P RIB | - | 242.4 | 19.9 | 1 | 352 | 96 | 56.7 | +| 18 | AUGUSTA SEED | A4057 Conv | - | 242.2 | 18.6 | 0 | 297 | 98 | 57.1 | +| 19 | AXIS SEED | 63H27 | RR,CB | 241.5 | 21.1 | 0 | 350 | 97 | 55.9 | +| 20 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 241.5 | 20.3 | 2 | 342 | 98 | 57.8 | +| 21 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 241.5 | 19.9 | 2 | 334 | 98 | 55.3 | +| 22 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 241.2 | 17.2 | 9 | 361 | 98 | 57.9 | +| 23 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 241 | 18.7 | 2 | 339 | 98 | 56.2 | +| 24 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 240.8 | 19.7 | 5 | 345 | 95 | 57.7 | +| 25 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 240.7 | 18.4 | 23 | 347 | 98 | 57.8 | +| 26 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 240.5 | 19.4 | 1 | 345 | 98 | 57.5 | +| 27 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 240.2 | 18.7 | 2 | 360 | 99 | 57.6 | +| 28 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 240.1 | 20.6 | 0 | 324 | 98 | 55 | +| 29 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 239.1 | 18.7 | 2 | 326 | 94 | 59 | +| 30 | NK | NK1188-AA | GT,CB,LL | 238.7 | 20.2 | 4 | 350 | 97 | 56.4 | +| 31 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 238.4 | 20 | 5 | 354 | 97 | 56.9 | +| 32 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 238.4 | 19.9 | 13 | 355 | 98 | 55.9 | +| 33 | VIKING / BLUE RIVER | 75-07 | - | 238.3 | 18.3 | 1 | 331 | 97 | 57 | +| 34 | SEED CONSULTANTS | SC 1086PCE | - | 238 | 19 | 0 | 317 | 93 | 57.1 | +| 35 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 237.9 | 18.6 | 10 | 338 | 99 | 56.6 | +| 36 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 237.8 | 18.4 | 1 | 336 | 97 | 56.3 | +| 37 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 237.8 | 21.1 | 1 | 333 | 97 | 55.1 | +| 38 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 237.6 | 20.2 | 7 | 333 | 97 | 56.6 | +| 39 | EBBERTS | 1335C | NON-GMO | 237.5 | 17.3 | 2 | 341 | 98 | 57.6 | +| 40 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 237.5 | 20.6 | 15 | 349 | 98 | 55.2 | +| 41 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 237.5 | 17.3 | 6 | 338 | 98 | 57.8 | +| 42 | FS INVISION | FS 6245V RIB | RR,CB | 236.9 | 19.1 | 4 | 353 | 97 | 58.6 | +| 43 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 236.9 | 19 | 2 | 362 | 98 | 56.1 | +| 44 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 236.7 | 20 | 1 | 344 | 94 | 55.1 | +| 45 | SEED CONSULTANTS | SC 1066PCE | - | 236.6 | 18.9 | 1 | 327 | 96 | 56 | +| 46 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 236.5 | 19.6 | 0 | 316 | 97 | 56.3 | +| 47 | DYNA-GRO | D52TC66RIB | - | 236.5 | 19.3 | 3 | 327 | 98 | 57.6 | +| 48 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 236.4 | 18.5 | 0 | 334 | 91 | 56.3 | +| 49 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 236.4 | 19.9 | 2 | 342 | 98 | 57 | +| 50 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 236 | 18.4 | 2 | 344 | 98 | 56.3 | +| 51 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 235.8 | 18.5 | 1 | 338 | 97 | 56.2 | +| 52 | FS INVISION | FS 5947T RIB | - | 235.7 | 19.3 | 19 | 356 | 98 | 57.3 | +| 53 | AUGUSTA SEED | A2355 Conv | - | 235.6 | 17.1 | 3 | 296 | 99 | 57.8 | +| 54 | GRO-MOR | GM 56PC65 | - | 235.6 | 18.8 | 1 | 317 | 98 | 56.1 | +| 55 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 235.6 | 21 | 3 | 356 | 98 | 55.6 | +| 56 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 235.5 | 18.3 | 3 | 345 | 94 | 56.8 | +| 57 | SEED GENETICS DIRECT | Direct 5107-V | - | 235.2 | 18.7 | 2 | 364 | 97 | 55.8 | +| 58 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 234.8 | 20.1 | 8 | 352 | 98 | 55.8 | +| 59 | VIKING / BLUE RIVER | 78-13 | - | 234.7 | 21 | 1 | 333 | 96 | 56 | +| 60 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 234.3 | 21.1 | 0 | 333 | 98 | 55.6 | +| 61 | CHANNEL | 211-11VT2PRIB | - | 234.1 | 18.5 | 17 | 358 | 98 | 58.4 | +| 62 | BA GENETICS | BA 25-11 VT2P | RR,CB | 234 | 18.5 | 17 | 347 | 96 | 56.4 | +| 63 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 234 | 19.5 | 0 | 321 | 95 | 58.3 | +| 64 | DEKALB | DKC68-35RIB | RR,CB | 233.9 | 20.5 | 4 | 320 | 93 | 58.1 | +| 65 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 233.8 | 18.3 | 10 | 358 | 98 | 55.6 | +| 66 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 233.5 | 19.9 | 0 | 335 | 97 | 56.6 | +| 67 | VIKING / BLUE RIVER | 76-11 | - | 233.5 | 18.5 | 1 | 326 | 96 | 57 | +| 68 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 233.1 | 18.9 | 3 | 338 | 97 | 55.7 | +| 69 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 233.1 | 21 | 9 | 346 | 98 | 56.8 | +| 70 | BA GENETICS | BA 25-12 VT2P | - | 233 | 18.8 | 19 | 340 | 93 | 58 | +| 71 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 232.7 | 20.6 | 6 | 341 | 99 | 56.3 | +| 72 | AUGUSTA SEED | A2355 PWE | - | 232.4 | 17.6 | 1 | 289 | 96 | 57.7 | +| 73 | DYNA-GRO | D44PN56RA | - | 232.4 | 18 | 1 | 324 | 99 | 56.4 | +| 74 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 232.2 | 19.4 | 2 | 297 | 99 | 55.5 | +| 75 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 232.1 | 19.4 | 2 | 343 | 98 | 56.7 | +| 76 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 232.1 | 19.9 | 3 | 352 | 97 | 55.1 | +| 77 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 232 | 18.6 | 5 | 344 | 97 | 56.4 | +| 78 | DEKALB | DKC64-22RIB | RR,CB | 231.8 | 18.1 | 8 | 346 | 99 | 60.5 | +| 79 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 231.6 | 20.3 | 1 | 343 | 99 | 55.2 | +| 80 | GRO-MOR | GM 54PC55 | RR,CB,LL,Enlist | 231.4 | 18.1 | 2 | 314 | 98 | 56.4 | +| 81 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 231.4 | 19.9 | 1 | 365 | 98 | 57.8 | +| 82 | VIKING / BLUE RIVER | 49-05 | - | 231.3 | 17.7 | 0 | 336 | 98 | 57.3 | +| 83 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 231.1 | 19.5 | 1 | 364 | 99 | 56.8 | +| 84 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 231 | 17.8 | 0 | 339 | 98 | 56.8 | +| 85 | GOLDEN HARVEST | G08U00-V | - | 230.8 | 19 | 1 | 345 | 95 | 55.7 | +| 86 | SEED GENETICS DIRECT | Direct 9107 GT | - | 230.7 | 18.6 | 1 | 361 | 97 | 56.3 | +| 87 | SEED GENETICS DIRECT | Direct 2111-AA | - | 230.5 | 20.1 | 1 | 345 | 93 | 56.1 | +| 88 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 230.2 | 20.9 | 12 | 316 | 94 | 54.7 | +| 89 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 229.7 | 18.2 | 0 | 337 | 93 | 56.5 | +| 90 | GRO-MOR | GM 57V75EZ | - | 229.7 | 18.9 | 1 | 319 | 99 | 55.6 | +| 91 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 229.7 | 20.2 | 0 | 353 | 97 | 57.1 | +| 92 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 229.5 | 20.2 | 2 | 336 | 97 | 57.6 | +| 93 | AXIS SEED | 57K72 | - | 229.3 | 17.9 | 15 | 345 | 95 | 57.6 | +| 94 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 229 | 17.2 | 3 | 344 | 98 | 57.5 | +| 95 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 228.9 | 19.6 | 0 | 349 | 93 | 56.4 | +| 96 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 228 | 17.9 | 3 | 344 | 99 | 56.7 | +| 97 | CHANNEL | 210-08VT2PRIB | - | 227.1 | 19.5 | 2 | 323 | 98 | 55.1 | +| 98 | NK | NK1056-V | - | 226.8 | 20.1 | 2 | 339 | 97 | 57.1 | +| 99 | GREAT HEART SEED | 7151PCE | - | 226.7 | 18.3 | 0 | 335 | 96 | 55.9 | +| 100 | BA GENETICS | BA 26-06 PCE | - | 226.6 | 18.8 | 2 | 324 | 91 | 56.2 | +| 101 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 226.6 | 19.4 | 2 | 311 | 86 | 55.9 | +| 102 | NK | NK0880-V | - | 226.5 | 18.4 | 1 | 335 | 96 | 56.3 | +| 103 | NK | NK0451-AA | - | 226 | 16.2 | 1 | 344 | 98 | 59 | +| 104 | AUGUSTA SEED | A2058 Conv | - | 225.7 | 19.4 | 1 | 292 | 98 | 57.7 | +| 105 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 225.4 | 19.8 | 0 | 336 | 97 | 55.7 | +| 106 | SHUR GROW | SG-6106DV | - | 224.3 | 17.5 | 3 | 323 | 94 | 57.5 | +| 107 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 224 | 20.3 | 0 | 292 | 98 | 55.8 | +| 108 | AXIS SEED | 53M77 | - | 223.9 | 18.2 | 24 | 371 | 98 | 55.9 | +| 109 | NK | NK0604-DV | - | 223.9 | 18.4 | 0 | 341 | 98 | 57.2 | +| 110 | DEKALB | DKC111-35RIB | RR,CB | 223.9 | 18.1 | 4 | 338 | 97 | 58.9 | +| 111 | BA GENETICS | BA 25-07 PCE | - | 223.8 | 18.1 | 1 | 341 | 94 | 57.3 | +| 112 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 223.1 | 19.7 | 0 | 333 | 96 | 56 | +| 113 | DEKALB | DKC102-13RIB | - | 223 | 17.4 | 1 | 330 | 94 | 57.2 | +| 114 | AXIS SEED | 59D20 | - | 222.7 | 18.6 | 25 | 352 | 97 | 55.7 | +| 115 | CHANNEL | 205-08TRERIB | - | 222.6 | 18.2 | 10 | 359 | 98 | 56 | +| 116 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 222.6 | 17.2 | 6 | 347 | 98 | 58.8 | +| 117 | GOLDEN HARVEST | G10M87-AA | - | 221.2 | 18.8 | 7 | 364 | 98 | 57.8 | +| 118 | LG SEEDS | LG 55C40TRC | - | 220.6 | 17.2 | 31 | 353 | 98 | 56.9 | +| 119 | DEKALB | DKC101-35RIB | - | 220.1 | 17.2 | 2 | 334 | 95 | 55.6 | +| 120 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 220 | 17 | 1 | 327 | 97 | 56.2 | +| 121 | DEKALB | DKC099-11RIB | RR,CB | 219.2 | 16.9 | 2 | 339 | 97 | 57.3 | +| 122 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 217.8 | 19.4 | 1 | 330 | 91 | 56.1 | +| 123 | SHUR GROW | SG-5885PCE | - | 217.7 | 17.1 | 1 | 338 | 98 | 57 | +| 124 | SHUR GROW | SG-5440DV | - | 213.8 | 16.5 | 1 | 335 | 97 | 57.4 | +| 125 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 211.2 | 18.2 | 2 | 338 | 97 | 57.8 | +| 126 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 210 | 17.7 | 0 | 318 | 92 | 59.4 | +| 127 | SHUR GROW | SG-5788DV | - | 209.5 | 17.2 | 1 | 339 | 96 | 57.4 | +| 128 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 207.9 | 17.1 | 2 | 340 | 98 | 57.5 | +| 129 | EBBERTS | 1660C | - | 207.2 | 20 | 3 | 336 | 97 | 56 | +| 130 | SEED GENETICS DIRECT | Direct 4102-AA | - | 191.2 | 18 | 6 | 367 | 96 | 57.1 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.json new file mode 100644 index 00000000..2f171475 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.json @@ -0,0 +1,1719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-upper-sandusky", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Upper Sandusky", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 338.4, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 288, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 334.3, + "Harv. Moisture": 25.6, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 93 + } + }, + { + "rank": 3, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 333.7, + "Harv. Moisture": 25.7, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 333.2, + "Harv. Moisture": 24.4, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 331.3, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 6, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 330.2, + "Harv. Moisture": 25.1, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 7, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 330, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 329.3, + "Harv. Moisture": 23.8, + "Stalk Lodging": 4, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 325.7, + "Harv. Moisture": 24.5, + "Stalk Lodging": 2, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 325.2, + "Harv. Moisture": 23.3, + "Stalk Lodging": 4, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 324, + "Harv. Moisture": 25.2, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 92 + } + }, + { + "rank": 12, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 323.8, + "Harv. Moisture": 25.6, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 323.3, + "Harv. Moisture": 23.3, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 322.9, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 322.7, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 322.6, + "Harv. Moisture": 24.9, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 92 + } + }, + { + "rank": 17, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 322.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 321, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 19, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 320.8, + "Harv. Moisture": 25, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 94 + } + }, + { + "rank": 20, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 320.8, + "Harv. Moisture": 24.3, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 319.3, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 319.2, + "Harv. Moisture": 23.6, + "Stalk Lodging": 11, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 23, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 318.6, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 289, + "Emergence": 96 + } + }, + { + "rank": 24, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 318.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 317.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 26, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 316.4, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 95 + } + }, + { + "rank": 27, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 315.3, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 98 + } + }, + { + "rank": 28, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 315.1, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 29, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 314.8, + "Harv. Moisture": 23.2, + "Stalk Lodging": 3, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 30, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 314.7, + "Harv. Moisture": 25.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 314.4, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 301, + "Emergence": 97 + } + }, + { + "rank": 32, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 313.7, + "Harv. Moisture": 27.3, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 33, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 313.4, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 313.2, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 313.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 95 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 312.8, + "Harv. Moisture": 24.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 37, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 312.7, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 38, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 312.6, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 93 + } + }, + { + "rank": 39, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 312.6, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 40, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 311.4, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 41, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 310.9, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 42, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 310.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 43, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 310.6, + "Harv. Moisture": 24, + "Stalk Lodging": 4, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 310.1, + "Harv. Moisture": 22, + "Stalk Lodging": 2, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 310, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 309.9, + "Harv. Moisture": 22.8, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 47, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 309.6, + "Harv. Moisture": 24.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 48, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 309.2, + "Harv. Moisture": 23.4, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 49, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 309.1, + "Harv. Moisture": 24.7, + "Stalk Lodging": 2, + "Final Stand": 337, + "Emergence": 95 + } + }, + { + "rank": 50, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 308.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 2, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 308.5, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 52, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 308.2, + "Harv. Moisture": 24.7, + "Stalk Lodging": 1, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 53, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 308.2, + "Harv. Moisture": 23.8, + "Stalk Lodging": 1, + "Final Stand": 320, + "Emergence": 92 + } + }, + { + "rank": 54, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 307.8, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 55, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 307.5, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 292, + "Emergence": 99 + } + }, + { + "rank": 56, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 307.5, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 57, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 307, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 58, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 306.3, + "Harv. Moisture": 24.5, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 93 + } + }, + { + "rank": 59, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 305.6, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 97 + } + }, + { + "rank": 60, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 305.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 96 + } + }, + { + "rank": 61, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 305.5, + "Harv. Moisture": 23.8, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 62, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 305.4, + "Harv. Moisture": 25.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 63, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 305.1, + "Harv. Moisture": 24.4, + "Stalk Lodging": 1, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 64, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 304.5, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 95 + } + }, + { + "rank": 65, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 304.3, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 87 + } + }, + { + "rank": 66, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 304.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 90 + } + }, + { + "rank": 67, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 304.2, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95 + } + }, + { + "rank": 68, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 304.2, + "Harv. Moisture": 24.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 302.9, + "Harv. Moisture": 24.4, + "Stalk Lodging": 1, + "Final Stand": 302, + "Emergence": 87 + } + }, + { + "rank": 70, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 302.8, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 71, + "brand": "GRO-MOR", + "product": "GM 57V75EZ", + "traits": null, + "metrics": { + "Yield": 301.7, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 97 + } + }, + { + "rank": 72, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 301, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 73, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 300.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 74, + "brand": "GRO-MOR", + "product": "GM 56PC65", + "traits": null, + "metrics": { + "Yield": 300.3, + "Harv. Moisture": 21.1, + "Stalk Lodging": 2, + "Final Stand": 312, + "Emergence": 97 + } + }, + { + "rank": 75, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 299.5, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 90 + } + }, + { + "rank": 76, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 299.5, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 77, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 298.8, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 78, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 298.6, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 96 + } + }, + { + "rank": 79, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 298.4, + "Harv. Moisture": 21.5, + "Stalk Lodging": 3, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 80, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 298.3, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 81, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 297.5, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 82, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 296.9, + "Harv. Moisture": 19.7, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 83, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 296.4, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 97 + } + }, + { + "rank": 84, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 296.4, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 85, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 296.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 91 + } + }, + { + "rank": 86, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 295.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 87, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 295, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 98 + } + }, + { + "rank": 88, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 294.3, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 296, + "Emergence": 99 + } + }, + { + "rank": 89, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 294, + "Harv. Moisture": 21, + "Stalk Lodging": 1, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 90, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 293.7, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 93 + } + }, + { + "rank": 91, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 293.2, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 91 + } + }, + { + "rank": 92, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 292.9, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 93, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 292.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 6, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 94, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 292.6, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 95, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 292, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 89 + } + }, + { + "rank": 96, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 292, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 97, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 291.7, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 98, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 291.2, + "Harv. Moisture": 22.1, + "Stalk Lodging": 6, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 291.1, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 100, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 291, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 101, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 290.6, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 91 + } + }, + { + "rank": 102, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 290.3, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 94 + } + }, + { + "rank": 103, + "brand": "AUGUSTA SEED", + "product": "A2355 PWE", + "traits": null, + "metrics": { + "Yield": 289.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 285, + "Emergence": 94 + } + }, + { + "rank": 104, + "brand": "GRO-MOR", + "product": "GM 54PC55", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 289.1, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 98 + } + }, + { + "rank": 105, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 287.9, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 94 + } + }, + { + "rank": 106, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 287.4, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 107, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 287, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 91 + } + }, + { + "rank": 108, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 286.7, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 287, + "Emergence": 97 + } + }, + { + "rank": 109, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 286.6, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 96 + } + }, + { + "rank": 110, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 285.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 111, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 285.4, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 93 + } + }, + { + "rank": 112, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 285.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 95 + } + }, + { + "rank": 113, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 284.9, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 323, + "Emergence": 90 + } + }, + { + "rank": 114, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 283.4, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 115, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 282.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 315, + "Emergence": 92 + } + }, + { + "rank": 116, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 281.8, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 89 + } + }, + { + "rank": 117, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 278.5, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 118, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 277.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 119, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.3, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 284, + "Emergence": 95 + } + }, + { + "rank": 120, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 273.7, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 89 + } + }, + { + "rank": 121, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 303, + "Emergence": 84 + } + }, + { + "rank": 122, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 272.5, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 92 + } + }, + { + "rank": 123, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 124, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 125, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 268, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 126, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 262.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 127, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 255.2, + "Harv. Moisture": 23, + "Stalk Lodging": 1, + "Final Stand": 314, + "Emergence": 86 + } + }, + { + "rank": 128, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 253.9, + "Harv. Moisture": 19.2, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 93 + } + }, + { + "rank": 129, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 250.7, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 130, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 240.8, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 93 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.770978+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.md new file mode 100644 index 00000000..6a0261ba --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-upper-sandusky.md @@ -0,0 +1,148 @@ +# Corn yield trial — Upper Sandusky, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Upper Sandusky +- **Source table:** Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AUGUSTA SEED | A4862 Conv | - | 338.4 | 25.1 | 0 | 288 | 96 | +| 2 | GREAT HEART SEED | 7272PCE | - | 334.3 | 25.6 | 0 | 314 | 93 | +| 3 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 333.7 | 25.7 | 0 | 354 | 97 | +| 4 | FS INVISION | FS 6042F RIB | - | 333.2 | 24.4 | 0 | 354 | 98 | +| 5 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 331.3 | 23.3 | 0 | 332 | 96 | +| 6 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 330.2 | 25.1 | 0 | 347 | 96 | +| 7 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 330 | 24.2 | 0 | 334 | 97 | +| 8 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 329.3 | 23.8 | 4 | 346 | 95 | +| 9 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 325.7 | 24.5 | 2 | 329 | 96 | +| 10 | FS INVISION | FS 5947T RIB | - | 325.2 | 23.3 | 4 | 351 | 96 | +| 11 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 324 | 25.2 | 0 | 308 | 92 | +| 12 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 323.8 | 25.6 | 0 | 316 | 97 | +| 13 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 323.3 | 23.3 | 1 | 345 | 98 | +| 14 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 322.9 | 22.5 | 0 | 339 | 97 | +| 15 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 322.7 | 22.6 | 0 | 364 | 99 | +| 16 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 322.6 | 24.9 | 2 | 336 | 92 | +| 17 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 322.1 | 22.8 | 0 | 332 | 98 | +| 18 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 321 | 23.8 | 0 | 345 | 95 | +| 19 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 320.8 | 25 | 2 | 342 | 94 | +| 20 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 320.8 | 24.3 | 2 | 338 | 98 | +| 21 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 319.3 | 21.3 | 0 | 350 | 96 | +| 22 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 319.2 | 23.6 | 11 | 352 | 98 | +| 23 | AUGUSTA SEED | A4861 Conv | - | 318.6 | 23.2 | 0 | 289 | 96 | +| 24 | DYNA-GRO | D52TC66RIB | - | 318.3 | 22.8 | 0 | 329 | 98 | +| 25 | EBBERTS | 1335C | NON-GMO | 317.5 | 20.6 | 0 | 337 | 96 | +| 26 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 316.4 | 23.1 | 0 | 323 | 95 | +| 27 | CHANNEL | 210-08VT2PRIB | - | 315.3 | 24.5 | 0 | 324 | 98 | +| 28 | SEED CONSULTANTS | SC 1055PCE | - | 315.1 | 20.9 | 0 | 327 | 96 | +| 29 | AXIS SEED | 59D20 | - | 314.8 | 23.2 | 3 | 346 | 95 | +| 30 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 314.7 | 25.4 | 0 | 337 | 97 | +| 31 | AUGUSTA SEED | A4057 Conv | - | 314.4 | 22.2 | 0 | 301 | 97 | +| 32 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 313.7 | 27.3 | 0 | 327 | 96 | +| 33 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 313.4 | 24.5 | 0 | 332 | 96 | +| 34 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 313.2 | 22.7 | 0 | 354 | 95 | +| 35 | SEED GENETICS DIRECT | Direct 5107-V | - | 313.1 | 22.8 | 0 | 358 | 95 | +| 36 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 312.8 | 24.1 | 0 | 354 | 95 | +| 37 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 312.7 | 24.3 | 0 | 336 | 93 | +| 38 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 312.6 | 24.2 | 0 | 337 | 93 | +| 39 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 312.6 | 21.9 | 0 | 328 | 93 | +| 40 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 311.4 | 21.6 | 0 | 336 | 97 | +| 41 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 310.9 | 24.3 | 0 | 333 | 96 | +| 42 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 310.8 | 22.5 | 0 | 333 | 97 | +| 43 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 310.6 | 24 | 4 | 336 | 97 | +| 44 | BA GENETICS | BA 25-11 VT2P | RR,CB | 310.1 | 22 | 2 | 346 | 95 | +| 45 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 310 | 19.9 | 0 | 359 | 97 | +| 46 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 309.9 | 22.8 | 2 | 337 | 95 | +| 47 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 309.6 | 24.8 | 0 | 348 | 96 | +| 48 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 309.2 | 23.4 | 0 | 334 | 97 | +| 49 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 309.1 | 24.7 | 2 | 337 | 95 | +| 50 | CHANNEL | 211-11VT2PRIB | - | 308.8 | 22.5 | 2 | 351 | 96 | +| 51 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 308.5 | 24 | 0 | 342 | 97 | +| 52 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 308.2 | 24.7 | 1 | 337 | 97 | +| 53 | VIKING / BLUE RIVER | 78-13 | - | 308.2 | 23.8 | 1 | 320 | 92 | +| 54 | FS INVISION | FS 6245V RIB | RR,CB | 307.8 | 22.9 | 0 | 346 | 95 | +| 55 | AUGUSTA SEED | A2355 Conv | - | 307.5 | 19.8 | 0 | 292 | 99 | +| 56 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 307.5 | 21.9 | 0 | 338 | 96 | +| 57 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 307 | 19.8 | 0 | 334 | 96 | +| 58 | EBBERTS | 6883DGVT2P RIB | - | 306.3 | 24.5 | 0 | 342 | 93 | +| 59 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 305.6 | 22.6 | 0 | 312 | 97 | +| 60 | VIKING / BLUE RIVER | 75-07 | - | 305.5 | 20.6 | 0 | 327 | 96 | +| 61 | NK | NK1188-AA | GT,CB,LL | 305.5 | 23.8 | 0 | 351 | 98 | +| 62 | AXIS SEED | 63H27 | RR,CB | 305.4 | 25.6 | 0 | 339 | 94 | +| 63 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 305.1 | 24.4 | 1 | 325 | 95 | +| 64 | VIKING / BLUE RIVER | 76-11 | - | 304.5 | 21.7 | 0 | 323 | 95 | +| 65 | BA GENETICS | BA 25-12 VT2P | - | 304.3 | 23.2 | 0 | 316 | 87 | +| 66 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 304.2 | 21.7 | 0 | 329 | 90 | +| 67 | SEED CONSULTANTS | SC 1066PCE | - | 304.2 | 21.9 | 0 | 321 | 95 | +| 68 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 304.2 | 24.3 | 0 | 337 | 97 | +| 69 | DEKALB | DKC68-35RIB | RR,CB | 302.9 | 24.4 | 1 | 302 | 87 | +| 70 | GOLDEN HARVEST | G10M87-AA | - | 302.8 | 22.4 | 0 | 358 | 97 | +| 71 | GRO-MOR | GM 57V75EZ | - | 301.7 | 22.9 | 0 | 315 | 97 | +| 72 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 301 | 20.4 | 0 | 330 | 95 | +| 73 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 300.8 | 21.2 | 0 | 354 | 95 | +| 74 | GRO-MOR | GM 56PC65 | - | 300.3 | 21.1 | 2 | 312 | 97 | +| 75 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 299.5 | 21.4 | 0 | 336 | 90 | +| 76 | VIKING / BLUE RIVER | 49-05 | - | 299.5 | 19.8 | 0 | 333 | 96 | +| 77 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 298.8 | 21.2 | 0 | 332 | 96 | +| 78 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 298.6 | 22.5 | 0 | 339 | 96 | +| 79 | DEKALB | DKC64-22RIB | RR,CB | 298.4 | 21.5 | 3 | 341 | 97 | +| 80 | CHANNEL | 205-08TRERIB | - | 298.3 | 21.3 | 0 | 359 | 99 | +| 81 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 297.5 | 23.7 | 0 | 354 | 97 | +| 82 | LG SEEDS | LG 55C40TRC | - | 296.9 | 19.7 | 2 | 342 | 97 | +| 83 | DYNA-GRO | D44PN56RA | - | 296.4 | 20.2 | 0 | 316 | 97 | +| 84 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 296.4 | 22.2 | 0 | 360 | 98 | +| 85 | SEED CONSULTANTS | SC 1086PCE | - | 296.3 | 22.8 | 0 | 310 | 91 | +| 86 | NK | NK0451-AA | - | 295.1 | 18.3 | 0 | 339 | 98 | +| 87 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 295 | 20.1 | 0 | 351 | 98 | +| 88 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 294.3 | 23.5 | 0 | 296 | 99 | +| 89 | SEED GENETICS DIRECT | Direct 9107 GT | - | 294 | 21 | 1 | 358 | 96 | +| 90 | NK | NK0880-V | - | 293.7 | 21.8 | 0 | 321 | 93 | +| 91 | GOLDEN HARVEST | G08U00-V | - | 293.2 | 22.9 | 0 | 327 | 91 | +| 92 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 292.9 | 21.8 | 0 | 329 | 96 | +| 93 | AXIS SEED | 57K72 | - | 292.8 | 20.1 | 6 | 345 | 95 | +| 94 | GREAT HEART SEED | 7151PCE | - | 292.6 | 21 | 0 | 327 | 95 | +| 95 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 292 | 20.2 | 0 | 327 | 89 | +| 96 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 292 | 21.2 | 0 | 330 | 96 | +| 97 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 291.7 | 23.6 | 0 | 343 | 94 | +| 98 | DEKALB | DKC111-35RIB | RR,CB | 291.2 | 22.1 | 6 | 339 | 98 | +| 99 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 291.1 | 22.4 | 0 | 343 | 98 | +| 100 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 291 | 22.5 | 0 | 334 | 96 | +| 101 | BA GENETICS | BA 25-07 PCE | - | 290.6 | 21.6 | 0 | 332 | 91 | +| 102 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 290.3 | 21.9 | 0 | 318 | 94 | +| 103 | AUGUSTA SEED | A2355 PWE | - | 289.8 | 20.1 | 0 | 285 | 94 | +| 104 | GRO-MOR | GM 54PC55 | RR,CB,LL,Enlist | 289.1 | 20 | 0 | 318 | 98 | +| 105 | NK | NK1056-V | - | 287.9 | 23.7 | 0 | 328 | 94 | +| 106 | SEED GENETICS DIRECT | Direct 2111-AA | - | 287.4 | 23.7 | 0 | 339 | 92 | +| 107 | DEKALB | DKC102-13RIB | - | 287 | 20.4 | 0 | 319 | 91 | +| 108 | AUGUSTA SEED | A2058 Conv | - | 286.7 | 21.6 | 0 | 287 | 97 | +| 109 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 286.6 | 19.2 | 0 | 334 | 96 | +| 110 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 285.8 | 20.5 | 1 | 339 | 97 | +| 111 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 285.4 | 23.6 | 0 | 324 | 93 | +| 112 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 285.1 | 19.5 | 0 | 321 | 95 | +| 113 | BA GENETICS | BA 26-06 PCE | - | 284.9 | 21.3 | 0 | 323 | 90 | +| 114 | AXIS SEED | 53M77 | - | 283.4 | 20.5 | 0 | 365 | 98 | +| 115 | SHUR GROW | SG-6106DV | - | 282.8 | 20.6 | 0 | 315 | 92 | +| 116 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 281.8 | 22.6 | 0 | 328 | 89 | +| 117 | DEKALB | DKC099-11RIB | RR,CB | 278.5 | 19.6 | 0 | 332 | 96 | +| 118 | NK | NK0604-DV | - | 277.9 | 20.6 | 0 | 343 | 98 | +| 119 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 274.3 | 23.5 | 0 | 284 | 95 | +| 120 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 273.7 | 20.4 | 0 | 310 | 89 | +| 121 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 273 | 23.3 | 0 | 303 | 84 | +| 122 | DEKALB | DKC101-35RIB | - | 272.5 | 20 | 0 | 321 | 92 | +| 123 | SHUR GROW | SG-5885PCE | - | 271.7 | 18.7 | 0 | 332 | 96 | +| 124 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 269.2 | 19.6 | 0 | 339 | 97 | +| 125 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 268 | 20 | 0 | 324 | 94 | +| 126 | SHUR GROW | SG-5440DV | - | 262.1 | 18.3 | 0 | 333 | 97 | +| 127 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 255.2 | 23 | 1 | 314 | 86 | +| 128 | SHUR GROW | SG-5788DV | - | 253.9 | 19.2 | 1 | 330 | 93 | +| 129 | EBBERTS | 1660C | - | 250.7 | 23.1 | 0 | 333 | 97 | +| 130 | SEED GENETICS DIRECT | Direct 4102-AA | - | 240.8 | 19.6 | 0 | 354 | 93 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.json new file mode 100644 index 00000000..0220e173 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.json @@ -0,0 +1,1719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-nw-van-wert", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "NW", + "site": "Van Wert", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 273.5, + "Harv. Moisture": 17.9, + "Stalk Lodging": 34, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 2, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 18.3, + "Stalk Lodging": 17, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "FS INVISION", + "product": "FS 5559PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.4, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "DEKALB", + "product": "DKC104-08RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 264.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 4, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 20.5, + "Stalk Lodging": 18, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 6, + "brand": "DEKALB", + "product": "DKC110-10RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 2, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 7, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 260.4, + "Harv. Moisture": 17.4, + "Stalk Lodging": 1, + "Final Stand": 324, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "VIKING / BLUE RIVER", + "product": "85-09", + "traits": "NON-GMO", + "metrics": { + "Yield": 260, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.5, + "Harv. Moisture": 17.1, + "Stalk Lodging": 7, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 10, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 100 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1066PCE", + "traits": null, + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 12, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 258.3, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 99 + } + }, + { + "rank": 13, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 258.2, + "Harv. Moisture": 16, + "Stalk Lodging": 27, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "DEKALB", + "product": "DKC112-12RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 258.1, + "Harv. Moisture": 18.5, + "Stalk Lodging": 5, + "Final Stand": 347, + "Emergence": 100 + } + }, + { + "rank": 15, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 17.9, + "Stalk Lodging": 14, + "Final Stand": 332, + "Emergence": 99 + } + }, + { + "rank": 16, + "brand": "SHUR GROW", + "product": "SG-6310PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 255.7, + "Harv. Moisture": 16.8, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 29, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 18, + "brand": "GRO-MOR", + "product": "GM 56PC65", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 2, + "Final Stand": 325, + "Emergence": 100 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 17.7, + "Stalk Lodging": 4, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 20, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 254.7, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 253.8, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 253.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 23, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 17.5, + "Stalk Lodging": 2, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "AUGUSTA SEED", + "product": "A4057 Conv", + "traits": null, + "metrics": { + "Yield": 253, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "DYNA-GRO", + "product": "D44PN56RA", + "traits": null, + "metrics": { + "Yield": 252.4, + "Harv. Moisture": 17.2, + "Stalk Lodging": 2, + "Final Stand": 329, + "Emergence": 100 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.4, + "Harv. Moisture": 18.7, + "Stalk Lodging": 17, + "Final Stand": 347, + "Emergence": 100 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252, + "Harv. Moisture": 17.5, + "Stalk Lodging": 4, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 28, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 18.3, + "Stalk Lodging": 3, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252, + "Harv. Moisture": 17.8, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "DEKALB", + "product": "DKC56-26RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 251.6, + "Harv. Moisture": 16.8, + "Stalk Lodging": 5, + "Final Stand": 345, + "Emergence": 100 + } + }, + { + "rank": 31, + "brand": "GRO-MOR", + "product": "GM 54PC55", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 251.3, + "Harv. Moisture": 17.3, + "Stalk Lodging": 5, + "Final Stand": 314, + "Emergence": 99 + } + }, + { + "rank": 32, + "brand": "DEKALB", + "product": "DKC66-06RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 250.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 33, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 250.6, + "Harv. Moisture": 17.5, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 92 + } + }, + { + "rank": 35, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 250.6, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 100 + } + }, + { + "rank": 36, + "brand": "AUGUSTA SEED", + "product": "A2355 PWE", + "traits": null, + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 297, + "Emergence": 99 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "VIKING / BLUE RIVER", + "product": "75-07", + "traits": null, + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 17.4, + "Stalk Lodging": 4, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "DEKALB", + "product": "DKC114-99RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 40, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 17.1, + "Stalk Lodging": 1, + "Final Stand": 327, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 250.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 42, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 250.1, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "AXIS SEED", + "product": "53M77", + "traits": null, + "metrics": { + "Yield": 249.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 21, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 44, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.5, + "Harv. Moisture": 17.8, + "Stalk Lodging": 4, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "NK1188-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 249.1, + "Harv. Moisture": 18.6, + "Stalk Lodging": 10, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 46, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 249, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 100 + } + }, + { + "rank": 47, + "brand": "DEKALB", + "product": "DKC68-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 248.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 10, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 48, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 248.8, + "Harv. Moisture": 18, + "Stalk Lodging": 17, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 49, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 248.7, + "Harv. Moisture": 18.5, + "Stalk Lodging": 1, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 50, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 18, + "Stalk Lodging": 23, + "Final Stand": 334, + "Emergence": 99 + } + }, + { + "rank": 51, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 248, + "Harv. Moisture": 17.5, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 52, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 8, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 53, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.7, + "Harv. Moisture": 17.7, + "Stalk Lodging": 4, + "Final Stand": 346, + "Emergence": 98 + } + }, + { + "rank": 54, + "brand": "SHUR GROW", + "product": "SG-6106DV", + "traits": null, + "metrics": { + "Yield": 247.7, + "Harv. Moisture": 16.3, + "Stalk Lodging": 8, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 55, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 56, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 246.5, + "Harv. Moisture": 17.2, + "Stalk Lodging": 1, + "Final Stand": 362, + "Emergence": 100 + } + }, + { + "rank": 57, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 246.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 5, + "Final Stand": 318, + "Emergence": 89 + } + }, + { + "rank": 58, + "brand": "AXIS SEED", + "product": "55D61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245.9, + "Harv. Moisture": 17.6, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 59, + "brand": "FS INVISION", + "product": "FS 5552F RIB", + "traits": "RR,CB,BCW,WBC", + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 17.3, + "Stalk Lodging": 27, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 60, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 18.4, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 96 + } + }, + { + "rank": 61, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 244.9, + "Harv. Moisture": 17.6, + "Stalk Lodging": 28, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 62, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 244.5, + "Harv. Moisture": 17.3, + "Stalk Lodging": 7, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 63, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 244.3, + "Harv. Moisture": 18.1, + "Stalk Lodging": 6, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 64, + "brand": "VIKING / BLUE RIVER", + "product": "49-05", + "traits": null, + "metrics": { + "Yield": 244.2, + "Harv. Moisture": 16.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 65, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.1, + "Harv. Moisture": 16.1, + "Stalk Lodging": 17, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 66, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 244.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 99 + } + }, + { + "rank": 67, + "brand": "DEKALB", + "product": "DKC108-64RIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 244, + "Harv. Moisture": 16.4, + "Stalk Lodging": 6, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 68, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 244, + "Harv. Moisture": 17.3, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 243.3, + "Harv. Moisture": 17.2, + "Stalk Lodging": 6, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 70, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.3, + "Harv. Moisture": 17.6, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 71, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 243, + "Harv. Moisture": 18, + "Stalk Lodging": 1, + "Final Stand": 330, + "Emergence": 97 + } + }, + { + "rank": 72, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 242.7, + "Harv. Moisture": 16.8, + "Stalk Lodging": 27, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 73, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 242.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 1, + "Final Stand": 319, + "Emergence": 98 + } + }, + { + "rank": 74, + "brand": "AUGUSTA SEED", + "product": "A2355 Conv", + "traits": null, + "metrics": { + "Yield": 242.2, + "Harv. Moisture": 15.8, + "Stalk Lodging": 7, + "Final Stand": 297, + "Emergence": 100 + } + }, + { + "rank": 75, + "brand": "NK", + "product": "NK0604-DV", + "traits": null, + "metrics": { + "Yield": 241.6, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240.9, + "Harv. Moisture": 17.4, + "Stalk Lodging": 4, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 77, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.7, + "Harv. Moisture": 17.5, + "Stalk Lodging": 14, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 78, + "brand": "SEED CONSULTANTS", + "product": "SC 1006PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 240.2, + "Harv. Moisture": 16.2, + "Stalk Lodging": 2, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 79, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 240, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 80, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 239.3, + "Harv. Moisture": 15.6, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 81, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.3, + "Harv. Moisture": 18, + "Stalk Lodging": 3, + "Final Stand": 325, + "Emergence": 90 + } + }, + { + "rank": 82, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 16.1, + "Stalk Lodging": 40, + "Final Stand": 365, + "Emergence": 100 + } + }, + { + "rank": 83, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 17.1, + "Stalk Lodging": 2, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 84, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 238.9, + "Harv. Moisture": 18.4, + "Stalk Lodging": 4, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 85, + "brand": "AXIS SEED", + "product": "57K72", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 16.8, + "Stalk Lodging": 38, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 86, + "brand": "NK", + "product": "NK0451-AA", + "traits": null, + "metrics": { + "Yield": 238.8, + "Harv. Moisture": 15, + "Stalk Lodging": 1, + "Final Stand": 360, + "Emergence": 100 + } + }, + { + "rank": 87, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 238.1, + "Harv. Moisture": 19.9, + "Stalk Lodging": 3, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 88, + "brand": "VIKING / BLUE RIVER", + "product": "78-13", + "traits": null, + "metrics": { + "Yield": 238, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 89, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.7, + "Harv. Moisture": 17.3, + "Stalk Lodging": 4, + "Final Stand": 369, + "Emergence": 99 + } + }, + { + "rank": 90, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 237.6, + "Harv. Moisture": 18.4, + "Stalk Lodging": 21, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 91, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 237.4, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 100 + } + }, + { + "rank": 92, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 237.2, + "Harv. Moisture": 17.2, + "Stalk Lodging": 18, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 93, + "brand": "GOLDEN HARVEST", + "product": "G08U00-V", + "traits": null, + "metrics": { + "Yield": 237.1, + "Harv. Moisture": 16.4, + "Stalk Lodging": 4, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 94, + "brand": "AUGUSTA SEED", + "product": "A2357V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 236.9, + "Harv. Moisture": 17.8, + "Stalk Lodging": 2, + "Final Stand": 296, + "Emergence": 99 + } + }, + { + "rank": 95, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 236.9, + "Harv. Moisture": 19, + "Stalk Lodging": 1, + "Final Stand": 376, + "Emergence": 100 + } + }, + { + "rank": 96, + "brand": "VIKING / BLUE RIVER", + "product": "76-11", + "traits": null, + "metrics": { + "Yield": 236.8, + "Harv. Moisture": 17.1, + "Stalk Lodging": 3, + "Final Stand": 330, + "Emergence": 96 + } + }, + { + "rank": 97, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 18.5, + "Stalk Lodging": 1, + "Final Stand": 293, + "Emergence": 98 + } + }, + { + "rank": 98, + "brand": "DEKALB", + "product": "DKC110-41RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 16.1, + "Stalk Lodging": 4, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 235.7, + "Harv. Moisture": 16.4, + "Stalk Lodging": 45, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 100, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 235.3, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 299, + "Emergence": 100 + } + }, + { + "rank": 101, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 17.2, + "Stalk Lodging": 21, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 102, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 234.6, + "Harv. Moisture": 17.3, + "Stalk Lodging": 8, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 103, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 234.4, + "Harv. Moisture": 16.5, + "Stalk Lodging": 33, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 104, + "brand": "DEKALB", + "product": "DKC64-22RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 16, + "Stalk Lodging": 20, + "Final Stand": 352, + "Emergence": 100 + } + }, + { + "rank": 105, + "brand": "DEKALB", + "product": "DKC111-35RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 16, + "Stalk Lodging": 5, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 106, + "brand": "AUGUSTA SEED", + "product": "A2058 Conv", + "traits": null, + "metrics": { + "Yield": 232.9, + "Harv. Moisture": 18.2, + "Stalk Lodging": 2, + "Final Stand": 297, + "Emergence": 100 + } + }, + { + "rank": 107, + "brand": "LG SEEDS", + "product": "LG 52C90VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 232.7, + "Harv. Moisture": 16.4, + "Stalk Lodging": 7, + "Final Stand": 355, + "Emergence": 99 + } + }, + { + "rank": 108, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 5107-V", + "traits": null, + "metrics": { + "Yield": 231.9, + "Harv. Moisture": 16.4, + "Stalk Lodging": 3, + "Final Stand": 374, + "Emergence": 100 + } + }, + { + "rank": 109, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 230.9, + "Harv. Moisture": 16.2, + "Stalk Lodging": 4, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 110, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 230.7, + "Harv. Moisture": 16.7, + "Stalk Lodging": 35, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 111, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 229.8, + "Harv. Moisture": 18.4, + "Stalk Lodging": 4, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 112, + "brand": "DEKALB", + "product": "DKC102-13RIB", + "traits": null, + "metrics": { + "Yield": 229.7, + "Harv. Moisture": 15.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 113, + "brand": "DEKALB", + "product": "DKC101-35RIB", + "traits": null, + "metrics": { + "Yield": 229.1, + "Harv. Moisture": 15.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 114, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 228.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 115, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 228.2, + "Harv. Moisture": 16.4, + "Stalk Lodging": 57, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 116, + "brand": "SHUR GROW", + "product": "SG-5440DV", + "traits": null, + "metrics": { + "Yield": 228.1, + "Harv. Moisture": 15.4, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 117, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 228.1, + "Harv. Moisture": 17.7, + "Stalk Lodging": 2, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 118, + "brand": "GOLDEN HARVEST", + "product": "G03U08-D", + "traits": "GT,CB,RW,LL,WBC,DT", + "metrics": { + "Yield": 227.9, + "Harv. Moisture": 17.6, + "Stalk Lodging": 5, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 119, + "brand": "DEKALB", + "product": "DKC099-11RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 226.3, + "Harv. Moisture": 15.4, + "Stalk Lodging": 4, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 120, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 226.1, + "Harv. Moisture": 16.4, + "Stalk Lodging": 4, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 121, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 226, + "Harv. Moisture": 16.3, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 122, + "brand": "DEKALB", + "product": "DKC103-07RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 224.7, + "Harv. Moisture": 15.7, + "Stalk Lodging": 9, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 123, + "brand": "GRO-MOR", + "product": "GM 57V75EZ", + "traits": null, + "metrics": { + "Yield": 224.5, + "Harv. Moisture": 16.9, + "Stalk Lodging": 2, + "Final Stand": 319, + "Emergence": 99 + } + }, + { + "rank": 124, + "brand": "SHUR GROW", + "product": "SG-6314DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 221.7, + "Harv. Moisture": 16.6, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 92 + } + }, + { + "rank": 125, + "brand": "SHUR GROW", + "product": "SG-5885PCE", + "traits": null, + "metrics": { + "Yield": 221.5, + "Harv. Moisture": 16.5, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 126, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 220.6, + "Harv. Moisture": 19, + "Stalk Lodging": 7, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 127, + "brand": "SHUR GROW", + "product": "SG-5788DV", + "traits": null, + "metrics": { + "Yield": 220.2, + "Harv. Moisture": 16, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 128, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 216.1, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 129, + "brand": "SHUR GROW", + "product": "SG-6122V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 214.2, + "Harv. Moisture": 15.8, + "Stalk Lodging": 6, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 130, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 4102-AA", + "traits": null, + "metrics": { + "Yield": 208, + "Harv. Moisture": 17.1, + "Stalk Lodging": 11, + "Final Stand": 376, + "Emergence": 98 + } + } + ], + "n_results": 130, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.769369+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.md new file mode 100644 index 00000000..b7bd0097 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-nw-van-wert.md @@ -0,0 +1,148 @@ +# Corn yield trial — Van Wert, OH (NW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** NW +- **Site:** Van Wert +- **Source table:** Table 4L. Performance of hybrids in the full season trial. NORTHWESTERN Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 273.5 | 17.9 | 34 | 360 | 99 | +| 2 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 271.2 | 18.3 | 17 | 356 | 98 | +| 3 | FS INVISION | FS 5559PC RA | RR,CB,LL,Enlist | 266.4 | 17.6 | 0 | 347 | 96 | +| 4 | DEKALB | DKC104-08RIB | RR,CB,BCW,WBC | 264.7 | 17.4 | 4 | 342 | 98 | +| 5 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 262.9 | 20.5 | 18 | 364 | 99 | +| 6 | DEKALB | DKC110-10RIB | RR,CB,RW,LL,CEW | 262.4 | 17.7 | 2 | 347 | 99 | +| 7 | CHANNEL | 210-08VT2PRIB | - | 260.4 | 17.4 | 1 | 324 | 98 | +| 8 | VIKING / BLUE RIVER | 85-09 | NON-GMO | 260 | 18.6 | 0 | 325 | 97 | +| 9 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 259.5 | 17.1 | 7 | 350 | 96 | +| 10 | FS INVISION | FS 6042F RIB | - | 259.4 | 19.1 | 0 | 364 | 100 | +| 11 | SEED CONSULTANTS | SC 1066PCE | - | 258.8 | 18.5 | 0 | 328 | 97 | +| 12 | AUGUSTA SEED | A4861 Conv | - | 258.3 | 18.3 | 0 | 294 | 99 | +| 13 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 258.2 | 16 | 27 | 363 | 99 | +| 14 | DEKALB | DKC112-12RIB | RR,CB,TRE,WBC | 258.1 | 18.5 | 5 | 347 | 100 | +| 15 | SEED CONSULTANTS | SC 1055PCE | - | 257.6 | 17.9 | 14 | 332 | 99 | +| 16 | SHUR GROW | SG-6310PCE | RR,CB,LL,Enlist | 255.7 | 16.8 | 1 | 343 | 99 | +| 17 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 255.3 | 17.2 | 29 | 343 | 99 | +| 18 | GRO-MOR | GM 56PC65 | - | 255.1 | 18.1 | 2 | 325 | 100 | +| 19 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 254.9 | 17.7 | 4 | 341 | 98 | +| 20 | SEED CONSULTANTS | SC 1086PCE | - | 254.7 | 18.4 | 0 | 325 | 95 | +| 21 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 253.8 | 18.3 | 0 | 363 | 96 | +| 22 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 253.4 | 18.2 | 3 | 358 | 99 | +| 23 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 253.2 | 17.5 | 2 | 360 | 98 | +| 24 | AUGUSTA SEED | A4057 Conv | - | 253 | 17 | 0 | 294 | 97 | +| 25 | DYNA-GRO | D44PN56RA | - | 252.4 | 17.2 | 2 | 329 | 100 | +| 26 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 252.4 | 18.7 | 17 | 347 | 100 | +| 27 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 252 | 17.5 | 4 | 338 | 97 | +| 28 | EBBERTS | 6883DGVT2P RIB | - | 252 | 18.3 | 3 | 359 | 98 | +| 29 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 252 | 17.8 | 3 | 339 | 98 | +| 30 | DEKALB | DKC56-26RIB | RR,CB,TRE,WBC | 251.6 | 16.8 | 5 | 345 | 100 | +| 31 | GRO-MOR | GM 54PC55 | RR,CB,LL,Enlist | 251.3 | 17.3 | 5 | 314 | 99 | +| 32 | DEKALB | DKC66-06RIB | RR,CB,TRE,WBC | 250.9 | 18.8 | 0 | 348 | 99 | +| 33 | AXIS SEED | 63H27 | RR,CB | 250.8 | 19.9 | 0 | 355 | 98 | +| 34 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 250.6 | 17.5 | 1 | 339 | 92 | +| 35 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 250.6 | 20.2 | 0 | 343 | 100 | +| 36 | AUGUSTA SEED | A2355 PWE | - | 250.4 | 16.6 | 0 | 297 | 99 | +| 37 | SEED GENETICS DIRECT | Direct 9107 GT | - | 250.3 | 17.7 | 0 | 360 | 98 | +| 38 | VIKING / BLUE RIVER | 75-07 | - | 250.3 | 17.4 | 4 | 334 | 97 | +| 39 | DEKALB | DKC114-99RIB | RR,CB,BCW,WBC | 250.3 | 18 | 1 | 343 | 99 | +| 40 | DYNA-GRO | D52TC66RIB | - | 250.3 | 17.1 | 1 | 327 | 98 | +| 41 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 250.1 | 17.4 | 3 | 358 | 99 | +| 42 | GREAT HEART SEED | 7272PCE | - | 250.1 | 17.8 | 0 | 333 | 98 | +| 43 | AXIS SEED | 53M77 | - | 249.6 | 17.7 | 21 | 372 | 99 | +| 44 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 249.5 | 17.8 | 4 | 324 | 94 | +| 45 | NK | NK1188-AA | GT,CB,LL | 249.1 | 18.6 | 10 | 364 | 99 | +| 46 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 249 | 19 | 0 | 337 | 100 | +| 47 | DEKALB | DKC68-35RIB | RR,CB | 248.9 | 18.6 | 10 | 336 | 97 | +| 48 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 248.8 | 18 | 17 | 333 | 98 | +| 49 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 248.7 | 18.5 | 1 | 339 | 94 | +| 50 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 248.6 | 18 | 23 | 334 | 99 | +| 51 | GREAT HEART SEED | 7151PCE | - | 248 | 17.5 | 1 | 336 | 99 | +| 52 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 247.8 | 20.1 | 8 | 359 | 99 | +| 53 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 247.7 | 17.7 | 4 | 346 | 98 | +| 54 | SHUR GROW | SG-6106DV | - | 247.7 | 16.3 | 8 | 330 | 95 | +| 55 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 247.1 | 18.9 | 0 | 338 | 98 | +| 56 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 246.5 | 17.2 | 1 | 362 | 100 | +| 57 | BA GENETICS | BA 26-06 PCE | - | 246.4 | 18.2 | 5 | 318 | 89 | +| 58 | AXIS SEED | 55D61 | RR,CB,LL,Enlist | 245.9 | 17.6 | 1 | 343 | 96 | +| 59 | FS INVISION | FS 5552F RIB | RR,CB,BCW,WBC | 245.4 | 17.3 | 27 | 367 | 99 | +| 60 | SEED GENETICS DIRECT | Direct 2111-AA | - | 245.4 | 18.4 | 1 | 354 | 96 | +| 61 | FS INVISION | FS 5947T RIB | - | 244.9 | 17.6 | 28 | 360 | 99 | +| 62 | FS INVISION | FS 6245V RIB | RR,CB | 244.5 | 17.3 | 7 | 356 | 99 | +| 63 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 244.3 | 18.1 | 6 | 361 | 99 | +| 64 | VIKING / BLUE RIVER | 49-05 | - | 244.2 | 16.7 | 0 | 342 | 99 | +| 65 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 244.1 | 16.1 | 17 | 343 | 99 | +| 66 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 244.1 | 18.7 | 0 | 328 | 99 | +| 67 | DEKALB | DKC108-64RIB | RR,CB,RW,LL,CEW | 244 | 16.4 | 6 | 346 | 99 | +| 68 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 244 | 17.3 | 3 | 358 | 98 | +| 69 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 243.3 | 17.2 | 6 | 341 | 97 | +| 70 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 243.3 | 17.6 | 3 | 358 | 98 | +| 71 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 243 | 18 | 1 | 330 | 97 | +| 72 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 242.7 | 16.8 | 27 | 342 | 99 | +| 73 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 242.5 | 18.2 | 1 | 319 | 98 | +| 74 | AUGUSTA SEED | A2355 Conv | - | 242.2 | 15.8 | 7 | 297 | 100 | +| 75 | NK | NK0604-DV | - | 241.6 | 17.4 | 0 | 343 | 99 | +| 76 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 240.9 | 17.4 | 4 | 337 | 98 | +| 77 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 240.7 | 17.5 | 14 | 355 | 97 | +| 78 | SEED CONSULTANTS | SC 1006PCE | RR,CB,LL,Enlist | 240.2 | 16.2 | 2 | 327 | 97 | +| 79 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 240 | 19 | 0 | 356 | 98 | +| 80 | EBBERTS | 1335C | NON-GMO | 239.3 | 15.6 | 2 | 345 | 99 | +| 81 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 239.3 | 18 | 3 | 325 | 90 | +| 82 | LG SEEDS | LG 55C40TRC | - | 238.9 | 16.1 | 40 | 365 | 100 | +| 83 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 238.9 | 17.1 | 2 | 343 | 99 | +| 84 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 238.9 | 18.4 | 4 | 341 | 99 | +| 85 | AXIS SEED | 57K72 | - | 238.8 | 16.8 | 38 | 347 | 96 | +| 86 | NK | NK0451-AA | - | 238.8 | 15 | 1 | 360 | 100 | +| 87 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 238.1 | 19.9 | 3 | 337 | 98 | +| 88 | VIKING / BLUE RIVER | 78-13 | - | 238 | 19.9 | 1 | 343 | 98 | +| 89 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 237.7 | 17.3 | 4 | 369 | 99 | +| 90 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 237.6 | 18.4 | 21 | 361 | 99 | +| 91 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 237.4 | 17.7 | 0 | 368 | 100 | +| 92 | GOLDEN HARVEST | G10M87-AA | - | 237.2 | 17.2 | 18 | 363 | 99 | +| 93 | GOLDEN HARVEST | G08U00-V | - | 237.1 | 16.4 | 4 | 351 | 97 | +| 94 | AUGUSTA SEED | A2357V | GT,CB,LL,VIP | 236.9 | 17.8 | 2 | 296 | 99 | +| 95 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 236.9 | 19 | 1 | 376 | 100 | +| 96 | VIKING / BLUE RIVER | 76-11 | - | 236.8 | 17.1 | 3 | 330 | 96 | +| 97 | AUGUSTA SEED | A4862 Conv | - | 236.2 | 18.5 | 1 | 293 | 98 | +| 98 | DEKALB | DKC110-41RIB | RR,CB,TRE,WBC | 236.2 | 16.1 | 4 | 348 | 98 | +| 99 | CHANNEL | 211-11VT2PRIB | - | 235.7 | 16.4 | 45 | 365 | 99 | +| 100 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 235.3 | 20.1 | 0 | 299 | 100 | +| 101 | CHANNEL | 205-08TRERIB | - | 234.7 | 17.2 | 21 | 363 | 99 | +| 102 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 234.6 | 17.3 | 8 | 361 | 99 | +| 103 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 234.4 | 16.5 | 33 | 358 | 98 | +| 104 | DEKALB | DKC64-22RIB | RR,CB | 233.9 | 16 | 20 | 352 | 100 | +| 105 | DEKALB | DKC111-35RIB | RR,CB | 233.5 | 16 | 5 | 342 | 99 | +| 106 | AUGUSTA SEED | A2058 Conv | - | 232.9 | 18.2 | 2 | 297 | 100 | +| 107 | LG SEEDS | LG 52C90VT2RIB | RR,CB | 232.7 | 16.4 | 7 | 355 | 99 | +| 108 | SEED GENETICS DIRECT | Direct 5107-V | - | 231.9 | 16.4 | 3 | 374 | 100 | +| 109 | AXIS SEED | 59D20 | - | 230.9 | 16.2 | 4 | 358 | 98 | +| 110 | BA GENETICS | BA 25-11 VT2P | RR,CB | 230.7 | 16.7 | 35 | 355 | 98 | +| 111 | NK | NK1056-V | - | 229.8 | 18.4 | 4 | 363 | 99 | +| 112 | DEKALB | DKC102-13RIB | - | 229.7 | 15.9 | 0 | 337 | 96 | +| 113 | DEKALB | DKC101-35RIB | - | 229.1 | 15.7 | 0 | 339 | 97 | +| 114 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 228.4 | 18.5 | 0 | 338 | 98 | +| 115 | BA GENETICS | BA 25-12 VT2P | - | 228.2 | 16.4 | 57 | 358 | 98 | +| 116 | SHUR GROW | SG-5440DV | - | 228.1 | 15.4 | 1 | 341 | 99 | +| 117 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 228.1 | 17.7 | 2 | 348 | 96 | +| 118 | GOLDEN HARVEST | G03U08-D | GT,CB,RW,LL,WBC,DT | 227.9 | 17.6 | 5 | 348 | 98 | +| 119 | DEKALB | DKC099-11RIB | RR,CB | 226.3 | 15.4 | 4 | 343 | 98 | +| 120 | BA GENETICS | BA 25-07 PCE | - | 226.1 | 16.4 | 4 | 348 | 96 | +| 121 | NK | NK0880-V | - | 226 | 16.3 | 1 | 352 | 97 | +| 122 | DEKALB | DKC103-07RIB | RR,CB,TRE,WBC | 224.7 | 15.7 | 9 | 348 | 98 | +| 123 | GRO-MOR | GM 57V75EZ | - | 224.5 | 16.9 | 2 | 319 | 99 | +| 124 | SHUR GROW | SG-6314DV | GT,CB,RW,LL,BCW,VIP | 221.7 | 16.6 | 0 | 318 | 92 | +| 125 | SHUR GROW | SG-5885PCE | - | 221.5 | 16.5 | 2 | 341 | 99 | +| 126 | EBBERTS | 1660C | - | 220.6 | 19 | 7 | 343 | 99 | +| 127 | SHUR GROW | SG-5788DV | - | 220.2 | 16 | 1 | 342 | 97 | +| 128 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 216.1 | 17.8 | 0 | 333 | 97 | +| 129 | SHUR GROW | SG-6122V | GT,CB,LL,VIP | 214.2 | 15.8 | 6 | 341 | 99 | +| 130 | SEED GENETICS DIRECT | Direct 4102-AA | - | 208 | 17.1 | 11 | 376 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.json new file mode 100644 index 00000000..46534722 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.json @@ -0,0 +1,744 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-2yr-covington", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Covington", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.7, + "Harv. Moisture": 22.2, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.8, + "Harv. Moisture": 22.7, + "Stalk Lodging": 4, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.7, + "Harv. Moisture": 23, + "Stalk Lodging": 1, + "Final Stand": 323, + "Emergence": 92 + } + }, + { + "rank": 4, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263, + "Harv. Moisture": 22.9, + "Stalk Lodging": 2, + "Final Stand": 312, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 261.1, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 6, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 22.5, + "Stalk Lodging": 1, + "Final Stand": 328, + "Emergence": 93 + } + }, + { + "rank": 7, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259, + "Harv. Moisture": 22.6, + "Stalk Lodging": 1, + "Final Stand": 331, + "Emergence": 94 + } + }, + { + "rank": 8, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 22.8, + "Stalk Lodging": 3, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.9, + "Harv. Moisture": 22.1, + "Stalk Lodging": 8, + "Final Stand": 337, + "Emergence": 94 + } + }, + { + "rank": 10, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.1, + "Harv. Moisture": 22.5, + "Stalk Lodging": 3, + "Final Stand": 332, + "Emergence": 91 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 21, + "Final Stand": 344, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 254.1, + "Harv. Moisture": 22.7, + "Stalk Lodging": 2, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.9, + "Harv. Moisture": 23.4, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 252.6, + "Harv. Moisture": 22, + "Stalk Lodging": 30, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.1, + "Harv. Moisture": 21.4, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 248.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 248.2, + "Harv. Moisture": 20, + "Stalk Lodging": 9, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 248.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 19, + "Final Stand": 343, + "Emergence": 96 + } + }, + { + "rank": 19, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.9, + "Harv. Moisture": 23.1, + "Stalk Lodging": 13, + "Final Stand": 357, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 247.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 4, + "Final Stand": 368, + "Emergence": 97 + } + }, + { + "rank": 21, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 247, + "Harv. Moisture": 20.2, + "Stalk Lodging": 21, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 246.5, + "Harv. Moisture": 21.2, + "Stalk Lodging": 10, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 23, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 246.3, + "Harv. Moisture": 23, + "Stalk Lodging": 13, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 245, + "Harv. Moisture": 21.2, + "Stalk Lodging": 33, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 25, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 22.5, + "Stalk Lodging": 5, + "Final Stand": 359, + "Emergence": 95 + } + }, + { + "rank": 26, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 243.1, + "Harv. Moisture": 20.3, + "Stalk Lodging": 18, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 242, + "Harv. Moisture": 20.5, + "Stalk Lodging": 20, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 28, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 241.4, + "Harv. Moisture": 21.9, + "Stalk Lodging": 2, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 241, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 240.7, + "Harv. Moisture": 23.6, + "Stalk Lodging": 5, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 240.6, + "Harv. Moisture": 24.2, + "Stalk Lodging": 9, + "Final Stand": 334, + "Emergence": 93 + } + }, + { + "rank": 32, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240.5, + "Harv. Moisture": 21.8, + "Stalk Lodging": 39, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 239.2, + "Harv. Moisture": 22.7, + "Stalk Lodging": 18, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 34, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239.1, + "Harv. Moisture": 22.3, + "Stalk Lodging": 4, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 35, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 239, + "Harv. Moisture": 24.9, + "Stalk Lodging": 4, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 238.6, + "Harv. Moisture": 20.4, + "Stalk Lodging": 9, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 238.4, + "Harv. Moisture": 23, + "Stalk Lodging": 5, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 238, + "Harv. Moisture": 23.4, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 237.3, + "Harv. Moisture": 23, + "Stalk Lodging": 23, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 40, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 237.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 15, + "Final Stand": 357, + "Emergence": 97 + } + }, + { + "rank": 41, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 236.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 340, + "Emergence": 95 + } + }, + { + "rank": 42, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 236.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 43, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 234.1, + "Harv. Moisture": 21.8, + "Stalk Lodging": 4, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 44, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 233.7, + "Harv. Moisture": 21.5, + "Stalk Lodging": 22, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 233.6, + "Harv. Moisture": 22.8, + "Stalk Lodging": 22, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 46, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 233, + "Harv. Moisture": 19.7, + "Stalk Lodging": 7, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 232.3, + "Harv. Moisture": 21.6, + "Stalk Lodging": 5, + "Final Stand": 349, + "Emergence": 96 + } + }, + { + "rank": 48, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 231.9, + "Harv. Moisture": 21.6, + "Stalk Lodging": 27, + "Final Stand": 357, + "Emergence": 97 + } + }, + { + "rank": 49, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 231.6, + "Harv. Moisture": 23, + "Stalk Lodging": 30, + "Final Stand": 344, + "Emergence": 97 + } + }, + { + "rank": 50, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 231.4, + "Harv. Moisture": 21, + "Stalk Lodging": 27, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 51, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 227.3, + "Harv. Moisture": 22.3, + "Stalk Lodging": 44, + "Final Stand": 357, + "Emergence": 98 + } + }, + { + "rank": 52, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 227.1, + "Harv. Moisture": 22.1, + "Stalk Lodging": 19, + "Final Stand": 330, + "Emergence": 95 + } + }, + { + "rank": 53, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 226.5, + "Harv. Moisture": 22.3, + "Stalk Lodging": 35, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 54, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 222.6, + "Harv. Moisture": 24.6, + "Stalk Lodging": 35, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 55, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 219.4, + "Harv. Moisture": 25.2, + "Stalk Lodging": 24, + "Final Stand": 338, + "Emergence": 99 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.766890+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.md new file mode 100644 index 00000000..d79941db --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-covington.md @@ -0,0 +1,73 @@ +# Corn yield trial — Covington, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Covington +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 273.7 | 22.2 | 3 | 339 | 97 | +| 2 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 266.8 | 22.7 | 4 | 336 | 97 | +| 3 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 263.7 | 23 | 1 | 323 | 92 | +| 4 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 263 | 22.9 | 2 | 312 | 97 | +| 5 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 261.1 | 22.2 | 0 | 333 | 91 | +| 6 | BA GENETICS | BA 26-06 PCE | - | 259.3 | 22.5 | 1 | 328 | 93 | +| 7 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 259 | 22.6 | 1 | 331 | 94 | +| 8 | EBBERTS | 1660C | - | 257.8 | 22.8 | 3 | 338 | 97 | +| 9 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 256.9 | 22.1 | 8 | 337 | 94 | +| 10 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 256.1 | 22.5 | 3 | 332 | 91 | +| 11 | EBBERTS | 1335C | NON-GMO | 255.3 | 19.3 | 21 | 344 | 98 | +| 12 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 254.1 | 22.7 | 2 | 332 | 98 | +| 13 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 252.9 | 23.4 | 4 | 350 | 99 | +| 14 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 252.6 | 22 | 30 | 361 | 98 | +| 15 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 252.1 | 21.4 | 2 | 339 | 98 | +| 16 | CHANNEL | 210-08VT2PRIB | - | 248.8 | 20.8 | 0 | 333 | 97 | +| 17 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 248.2 | 20 | 9 | 342 | 98 | +| 18 | BA GENETICS | BA 25-12 VT2P | - | 248.1 | 20.5 | 19 | 343 | 96 | +| 19 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 247.9 | 23.1 | 13 | 357 | 97 | +| 20 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 247.3 | 20.3 | 4 | 368 | 97 | +| 21 | FS INVISION | FS 6245V RIB | RR,CB | 247 | 20.2 | 21 | 354 | 98 | +| 22 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 246.5 | 21.2 | 10 | 325 | 95 | +| 23 | SEED GENETICS DIRECT | Direct 2111-AA | - | 246.3 | 23 | 13 | 363 | 97 | +| 24 | FS INVISION | FS 5947T RIB | - | 245 | 21.2 | 33 | 367 | 99 | +| 25 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 243.2 | 22.5 | 5 | 359 | 95 | +| 26 | CHANNEL | 211-11VT2PRIB | - | 243.1 | 20.3 | 18 | 361 | 98 | +| 27 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 242 | 20.5 | 20 | 338 | 99 | +| 28 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 241.4 | 21.9 | 2 | 354 | 98 | +| 29 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 241 | 21.4 | 0 | 368 | 98 | +| 30 | NK | NK1056-V | - | 240.7 | 23.6 | 5 | 350 | 97 | +| 31 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 240.6 | 24.2 | 9 | 334 | 93 | +| 32 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 240.5 | 21.8 | 39 | 361 | 98 | +| 33 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 239.2 | 22.7 | 18 | 365 | 99 | +| 34 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 239.1 | 22.3 | 4 | 341 | 97 | +| 35 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 239 | 24.9 | 4 | 338 | 97 | +| 36 | BA GENETICS | BA 25-11 VT2P | RR,CB | 238.6 | 20.4 | 9 | 341 | 97 | +| 37 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 238.4 | 23 | 5 | 367 | 98 | +| 38 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 238 | 23.4 | 2 | 339 | 97 | +| 39 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 237.3 | 23 | 23 | 338 | 98 | +| 40 | EBBERTS | 6883DGVT2P RIB | - | 237.1 | 21.9 | 15 | 357 | 97 | +| 41 | BA GENETICS | BA 25-07 PCE | - | 236.8 | 20.5 | 2 | 340 | 95 | +| 42 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 236.6 | 21.8 | 2 | 345 | 97 | +| 43 | NK | NK1228-AA | GT,CB,LL | 234.1 | 21.8 | 4 | 347 | 99 | +| 44 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 233.7 | 21.5 | 22 | 341 | 99 | +| 45 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 233.6 | 22.8 | 22 | 372 | 99 | +| 46 | AXIS SEED | 59D20 | - | 233 | 19.7 | 7 | 359 | 97 | +| 47 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 232.3 | 21.6 | 5 | 349 | 96 | +| 48 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 231.9 | 21.6 | 27 | 357 | 97 | +| 49 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 231.6 | 23 | 30 | 344 | 97 | +| 50 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 231.4 | 21 | 27 | 347 | 98 | +| 51 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 227.3 | 22.3 | 44 | 357 | 98 | +| 52 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 227.1 | 22.1 | 19 | 330 | 95 | +| 53 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 226.5 | 22.3 | 35 | 363 | 97 | +| 54 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 222.6 | 24.6 | 35 | 345 | 96 | +| 55 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 219.4 | 25.2 | 24 | 338 | 99 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.json new file mode 100644 index 00000000..5fe46f55 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.json @@ -0,0 +1,744 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-2yr-hebron", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Hebron", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 313.1, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 2, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 312.3, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 311.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 308.7, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 5, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 305.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 6, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 304.6, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 7, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 302.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 302.2, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 302, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 301, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 299.7, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 12, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 299.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 93 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 299.2, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 298, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 88 + } + }, + { + "rank": 15, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 296.5, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 373, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 296.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 295.6, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 18, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 295.4, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 295.2, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 294.5, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 21, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 294.2, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 22, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 293.9, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 23, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 293.8, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 24, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 292.9, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 366, + "Emergence": 94 + } + }, + { + "rank": 25, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 292.2, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 93 + } + }, + { + "rank": 26, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 292.2, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 291.9, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 93 + } + }, + { + "rank": 28, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 291.2, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 29, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 290.7, + "Harv. Moisture": 18, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 92 + } + }, + { + "rank": 30, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 290.3, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 289.4, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 91 + } + }, + { + "rank": 32, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 289, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 33, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 288.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 90 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 288, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 94 + } + }, + { + "rank": 35, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 287.5, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 94 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 287.3, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 286, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 38, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 285.9, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 285.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 284.9, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 95 + } + }, + { + "rank": 41, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 284.8, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 95 + } + }, + { + "rank": 42, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 284.5, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 95 + } + }, + { + "rank": 43, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 284, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 97 + } + }, + { + "rank": 44, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 283, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 282.4, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 96 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 282.3, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 47, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 282, + "Harv. Moisture": 17.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 48, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 96 + } + }, + { + "rank": 49, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 280.9, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 94 + } + }, + { + "rank": 50, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 280.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 322, + "Emergence": 90 + } + }, + { + "rank": 51, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 353, + "Emergence": 96 + } + }, + { + "rank": 52, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.2, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 96 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 275.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 272.8, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 55, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 264.9, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 95 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.765853+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.md new file mode 100644 index 00000000..60712ff6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-hebron.md @@ -0,0 +1,73 @@ +# Corn yield trial — Hebron, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Hebron +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 313.1 | 21.3 | 0 | 339 | 94 | +| 2 | FS INVISION | FS 5947T RIB | - | 312.3 | 18.3 | 0 | 361 | 98 | +| 3 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 311.3 | 19.6 | 0 | 338 | 96 | +| 4 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 308.7 | 21 | 0 | 325 | 95 | +| 5 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 305.8 | 19.7 | 0 | 338 | 95 | +| 6 | CHANNEL | 211-11VT2PRIB | - | 304.6 | 17.7 | 0 | 365 | 99 | +| 7 | CHANNEL | 210-08VT2PRIB | - | 302.3 | 18.9 | 0 | 328 | 97 | +| 8 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 302.2 | 20.4 | 0 | 348 | 96 | +| 9 | NK | NK1228-AA | GT,CB,LL | 302 | 20.4 | 0 | 340 | 98 | +| 10 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 301 | 18 | 0 | 342 | 97 | +| 11 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 299.7 | 18.9 | 0 | 355 | 96 | +| 12 | BA GENETICS | BA 25-12 VT2P | - | 299.2 | 18.4 | 0 | 330 | 93 | +| 13 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 299.2 | 20.3 | 0 | 355 | 97 | +| 14 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 298 | 17.6 | 0 | 330 | 88 | +| 15 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 296.5 | 18.3 | 0 | 373 | 97 | +| 16 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 296.3 | 18.9 | 0 | 340 | 97 | +| 17 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 295.6 | 19.4 | 0 | 350 | 95 | +| 18 | EBBERTS | 1660C | - | 295.4 | 19 | 0 | 347 | 97 | +| 19 | FS INVISION | FS 6245V RIB | RR,CB | 295.2 | 18.7 | 0 | 352 | 97 | +| 20 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 294.5 | 19 | 0 | 345 | 96 | +| 21 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 294.2 | 19.7 | 0 | 332 | 95 | +| 22 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 293.9 | 19.4 | 0 | 356 | 96 | +| 23 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 293.8 | 19.8 | 0 | 359 | 96 | +| 24 | EBBERTS | 6883DGVT2P RIB | - | 292.9 | 18.8 | 0 | 366 | 94 | +| 25 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 292.2 | 19.5 | 0 | 340 | 93 | +| 26 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 292.2 | 19.9 | 0 | 324 | 95 | +| 27 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 291.9 | 17.5 | 0 | 319 | 93 | +| 28 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 291.2 | 18.4 | 0 | 342 | 97 | +| 29 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 290.7 | 18 | 0 | 330 | 92 | +| 30 | BA GENETICS | BA 25-11 VT2P | RR,CB | 290.3 | 17.8 | 0 | 343 | 95 | +| 31 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 289.4 | 19.2 | 0 | 328 | 91 | +| 32 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 289 | 19.8 | 0 | 363 | 97 | +| 33 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 288.3 | 19.3 | 0 | 330 | 90 | +| 34 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 288 | 20.2 | 0 | 354 | 94 | +| 35 | BA GENETICS | BA 26-06 PCE | - | 287.5 | 17.8 | 0 | 332 | 94 | +| 36 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 287.3 | 18.7 | 0 | 359 | 96 | +| 37 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 286 | 19.7 | 0 | 332 | 95 | +| 38 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 285.9 | 19 | 0 | 364 | 98 | +| 39 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 285.1 | 18.7 | 0 | 356 | 97 | +| 40 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 284.9 | 20.8 | 0 | 350 | 95 | +| 41 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 284.8 | 17.6 | 0 | 335 | 95 | +| 42 | SEED GENETICS DIRECT | Direct 2111-AA | - | 284.5 | 19.2 | 0 | 353 | 95 | +| 43 | NK | NK1056-V | - | 284 | 19 | 0 | 347 | 97 | +| 44 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 283 | 20.2 | 0 | 335 | 99 | +| 45 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 282.4 | 18.2 | 0 | 328 | 96 | +| 46 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 282.3 | 21.4 | 0 | 345 | 96 | +| 47 | EBBERTS | 1335C | NON-GMO | 282 | 17.1 | 0 | 338 | 97 | +| 48 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 281.2 | 18.8 | 0 | 305 | 96 | +| 49 | BA GENETICS | BA 25-07 PCE | - | 280.9 | 17 | 0 | 345 | 94 | +| 50 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 280.8 | 20.9 | 0 | 322 | 90 | +| 51 | AXIS SEED | 59D20 | - | 279.7 | 16.5 | 0 | 353 | 96 | +| 52 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 277.2 | 21.3 | 0 | 332 | 96 | +| 53 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 275.9 | 18.5 | 0 | 347 | 96 | +| 54 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 272.8 | 17.5 | 0 | 334 | 97 | +| 55 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 264.9 | 19 | 0 | 330 | 95 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.json new file mode 100644 index 00000000..07ec1349 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.json @@ -0,0 +1,744 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-2yr-south-charleston", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "South Charleston", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 287.6, + "Harv. Moisture": 22.9, + "Stalk Lodging": 33, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 2, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 283.4, + "Harv. Moisture": 22.5, + "Stalk Lodging": 15, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 3, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 282.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 38, + "Final Stand": 338, + "Emergence": 95 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 282.2, + "Harv. Moisture": 21.8, + "Stalk Lodging": 30, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 5, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 281.9, + "Harv. Moisture": 22.5, + "Stalk Lodging": 27, + "Final Stand": 337, + "Emergence": 92 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.8, + "Harv. Moisture": 21.9, + "Stalk Lodging": 19, + "Final Stand": 342, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 281.4, + "Harv. Moisture": 21.6, + "Stalk Lodging": 13, + "Final Stand": 340, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 280.6, + "Harv. Moisture": 22.8, + "Stalk Lodging": 50, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 9, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 279.1, + "Harv. Moisture": 22.1, + "Stalk Lodging": 16, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 10, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 4, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 22.3, + "Stalk Lodging": 27, + "Final Stand": 344, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 22, + "Stalk Lodging": 43, + "Final Stand": 350, + "Emergence": 100 + } + }, + { + "rank": 13, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 1, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.7, + "Harv. Moisture": 22.7, + "Stalk Lodging": 16, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.7, + "Harv. Moisture": 21.5, + "Stalk Lodging": 15, + "Final Stand": 340, + "Emergence": 95 + } + }, + { + "rank": 16, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 272.8, + "Harv. Moisture": 23, + "Stalk Lodging": 13, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 17, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 272.4, + "Harv. Moisture": 21.6, + "Stalk Lodging": 12, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 18, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 37, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 19, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 7, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 20, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.9, + "Harv. Moisture": 21.8, + "Stalk Lodging": 32, + "Final Stand": 310, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 25.5, + "Stalk Lodging": 9, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 22, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.3, + "Harv. Moisture": 22.3, + "Stalk Lodging": 47, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 23, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 3, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 24, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 267.9, + "Harv. Moisture": 21.3, + "Stalk Lodging": 44, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 25, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 267.7, + "Harv. Moisture": 21.1, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.1, + "Harv. Moisture": 21.5, + "Stalk Lodging": 5, + "Final Stand": 350, + "Emergence": 99 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.2, + "Harv. Moisture": 22, + "Stalk Lodging": 47, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 28, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 264.7, + "Harv. Moisture": 22.8, + "Stalk Lodging": 33, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 29, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 264.6, + "Harv. Moisture": 21.7, + "Stalk Lodging": 28, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 30, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 264.5, + "Harv. Moisture": 24.2, + "Stalk Lodging": 33, + "Final Stand": 336, + "Emergence": 95 + } + }, + { + "rank": 31, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 263.9, + "Harv. Moisture": 23.2, + "Stalk Lodging": 5, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 32, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 22.3, + "Stalk Lodging": 5, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 33, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 6, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 19.8, + "Stalk Lodging": 27, + "Final Stand": 375, + "Emergence": 98 + } + }, + { + "rank": 35, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 28, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 262, + "Harv. Moisture": 20.2, + "Stalk Lodging": 7, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 37, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 261.9, + "Harv. Moisture": 22.6, + "Stalk Lodging": 20, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 38, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 261.5, + "Harv. Moisture": 23.4, + "Stalk Lodging": 48, + "Final Stand": 372, + "Emergence": 100 + } + }, + { + "rank": 39, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 261.2, + "Harv. Moisture": 24.6, + "Stalk Lodging": 39, + "Final Stand": 328, + "Emergence": 97 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 260.4, + "Harv. Moisture": 23.2, + "Stalk Lodging": 32, + "Final Stand": 370, + "Emergence": 99 + } + }, + { + "rank": 41, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 259.7, + "Harv. Moisture": 21.1, + "Stalk Lodging": 33, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 42, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 22.8, + "Stalk Lodging": 30, + "Final Stand": 343, + "Emergence": 100 + } + }, + { + "rank": 43, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 258.1, + "Harv. Moisture": 22.3, + "Stalk Lodging": 5, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 44, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.8, + "Harv. Moisture": 20.6, + "Stalk Lodging": 45, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 45, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 256, + "Harv. Moisture": 21.8, + "Stalk Lodging": 30, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 19.4, + "Stalk Lodging": 27, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 47, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 21.1, + "Stalk Lodging": 19, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 48, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 254, + "Harv. Moisture": 21.4, + "Stalk Lodging": 5, + "Final Stand": 361, + "Emergence": 97 + } + }, + { + "rank": 49, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 251.2, + "Harv. Moisture": 22.9, + "Stalk Lodging": 15, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 50, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 250.9, + "Harv. Moisture": 21.5, + "Stalk Lodging": 48, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 51, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 250.1, + "Harv. Moisture": 25, + "Stalk Lodging": 3, + "Final Stand": 344, + "Emergence": 98 + } + }, + { + "rank": 52, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.4, + "Harv. Moisture": 23.6, + "Stalk Lodging": 46, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 53, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 248.3, + "Harv. Moisture": 20, + "Stalk Lodging": 14, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 54, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 247.4, + "Harv. Moisture": 23.1, + "Stalk Lodging": 47, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 55, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 246, + "Harv. Moisture": 21.6, + "Stalk Lodging": 25, + "Final Stand": 355, + "Emergence": 98 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.766361+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.md new file mode 100644 index 00000000..9f5eeaef --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-south-charleston.md @@ -0,0 +1,73 @@ +# Corn yield trial — South Charleston, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** South Charleston +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 287.6 | 22.9 | 33 | 336 | 93 | +| 2 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 283.4 | 22.5 | 15 | 343 | 98 | +| 3 | BA GENETICS | BA 26-06 PCE | - | 282.5 | 21.6 | 38 | 338 | 95 | +| 4 | FS INVISION | FS 5947T RIB | - | 282.2 | 21.8 | 30 | 364 | 99 | +| 5 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 281.9 | 22.5 | 27 | 337 | 92 | +| 6 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 281.8 | 21.9 | 19 | 342 | 97 | +| 7 | EBBERTS | 1660C | - | 281.4 | 21.6 | 13 | 340 | 98 | +| 8 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 280.6 | 22.8 | 50 | 356 | 98 | +| 9 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 279.1 | 22.1 | 16 | 363 | 99 | +| 10 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 276.2 | 21.6 | 4 | 343 | 98 | +| 11 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 275.5 | 22.3 | 27 | 344 | 99 | +| 12 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 274.8 | 22 | 43 | 350 | 100 | +| 13 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 274.8 | 21.3 | 1 | 336 | 98 | +| 14 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 274.7 | 22.7 | 16 | 336 | 95 | +| 15 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 273.7 | 21.5 | 15 | 340 | 95 | +| 16 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 272.8 | 23 | 13 | 343 | 97 | +| 17 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 272.4 | 21.6 | 12 | 337 | 99 | +| 18 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 271.8 | 21.3 | 37 | 343 | 99 | +| 19 | CHANNEL | 210-08VT2PRIB | - | 271.1 | 21.7 | 7 | 336 | 99 | +| 20 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 270.9 | 21.8 | 32 | 310 | 98 | +| 21 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 270.2 | 25.5 | 9 | 350 | 98 | +| 22 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 269.3 | 22.3 | 47 | 356 | 99 | +| 23 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 268.7 | 20.9 | 3 | 338 | 97 | +| 24 | BA GENETICS | BA 25-12 VT2P | - | 267.9 | 21.3 | 44 | 341 | 95 | +| 25 | BA GENETICS | BA 25-11 VT2P | RR,CB | 267.7 | 21.1 | 1 | 348 | 98 | +| 26 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 266.1 | 21.5 | 5 | 350 | 99 | +| 27 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 265.2 | 22 | 47 | 336 | 98 | +| 28 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 264.7 | 22.8 | 33 | 361 | 99 | +| 29 | CHANNEL | 211-11VT2PRIB | - | 264.6 | 21.7 | 28 | 364 | 99 | +| 30 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 264.5 | 24.2 | 33 | 336 | 95 | +| 31 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 263.9 | 23.2 | 5 | 360 | 99 | +| 32 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 262.4 | 22.3 | 5 | 361 | 99 | +| 33 | EBBERTS | 6883DGVT2P RIB | - | 262.2 | 21.6 | 6 | 361 | 97 | +| 34 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 262.2 | 19.8 | 27 | 375 | 98 | +| 35 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 262.1 | 21.2 | 28 | 363 | 98 | +| 36 | FS INVISION | FS 6245V RIB | RR,CB | 262 | 20.2 | 7 | 356 | 98 | +| 37 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 261.9 | 22.6 | 20 | 356 | 96 | +| 38 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 261.5 | 23.4 | 48 | 372 | 100 | +| 39 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 261.2 | 24.6 | 39 | 328 | 97 | +| 40 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 260.4 | 23.2 | 32 | 370 | 99 | +| 41 | AXIS SEED | 59D20 | - | 259.7 | 21.1 | 33 | 358 | 99 | +| 42 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 259.1 | 22.8 | 30 | 343 | 100 | +| 43 | NK | NK1056-V | - | 258.1 | 22.3 | 5 | 350 | 98 | +| 44 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 256.8 | 20.6 | 45 | 359 | 98 | +| 45 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 256 | 21.8 | 30 | 343 | 98 | +| 46 | EBBERTS | 1335C | NON-GMO | 255.5 | 19.4 | 27 | 338 | 98 | +| 47 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 255.1 | 21.1 | 19 | 352 | 97 | +| 48 | SEED GENETICS DIRECT | Direct 2111-AA | - | 254 | 21.4 | 5 | 361 | 97 | +| 49 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 251.2 | 22.9 | 15 | 343 | 98 | +| 50 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 250.9 | 21.5 | 48 | 332 | 97 | +| 51 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 250.1 | 25 | 3 | 344 | 98 | +| 52 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 249.4 | 23.6 | 46 | 339 | 98 | +| 53 | BA GENETICS | BA 25-07 PCE | - | 248.3 | 20 | 14 | 355 | 98 | +| 54 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 247.4 | 23.1 | 47 | 354 | 97 | +| 55 | NK | NK1228-AA | GT,CB,LL | 246 | 21.6 | 25 | 355 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.json new file mode 100644 index 00000000..69eebf98 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.json @@ -0,0 +1,799 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-2yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025.", + "results": [ + { + "rank": 1, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 282.2, + "Harv. Moisture": 21.4, + "Stalk Lodging": 6, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 2, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 280.3, + "Harv. Moisture": 20.7, + "Stalk Lodging": 9, + "Final Stand": 333, + "Emergence": 90, + "Test Wt.": 55.5 + } + }, + { + "rank": 3, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 279.9, + "Harv. Moisture": 20.9, + "Stalk Lodging": 15, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 55.4 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 279.9, + "Harv. Moisture": 21.8, + "Stalk Lodging": 11, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 279.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 21, + "Final Stand": 364, + "Emergence": 99, + "Test Wt.": 56.7 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 5, + "Final Stand": 342, + "Emergence": 98, + "Test Wt.": 55.4 + } + }, + { + "rank": 7, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 7, + "Final Stand": 330, + "Emergence": 95, + "Test Wt.": 55.5 + } + }, + { + "rank": 8, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.3, + "Harv. Moisture": 21.5, + "Stalk Lodging": 12, + "Final Stand": 333, + "Emergence": 91, + "Test Wt.": 54.8 + } + }, + { + "rank": 9, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 276.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 13, + "Final Stand": 333, + "Emergence": 94, + "Test Wt.": 55.6 + } + }, + { + "rank": 10, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.9, + "Harv. Moisture": 21.6, + "Stalk Lodging": 6, + "Final Stand": 329, + "Emergence": 92, + "Test Wt.": 54.8 + } + }, + { + "rank": 11, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 275.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 7, + "Final Stand": 329, + "Emergence": 96, + "Test Wt.": 57.4 + } + }, + { + "rank": 12, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 13, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 56.3 + } + }, + { + "rank": 13, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 274.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 2, + "Final Stand": 333, + "Emergence": 98, + "Test Wt.": 55 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 8, + "Final Stand": 336, + "Emergence": 94, + "Test Wt.": 55.6 + } + }, + { + "rank": 15, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 272.1, + "Harv. Moisture": 21.4, + "Stalk Lodging": 12, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 16, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 11, + "Final Stand": 309, + "Emergence": 97, + "Test Wt.": 54.8 + } + }, + { + "rank": 17, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 21, + "Final Stand": 338, + "Emergence": 95, + "Test Wt.": 57.5 + } + }, + { + "rank": 18, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 270.7, + "Harv. Moisture": 19.9, + "Stalk Lodging": 16, + "Final Stand": 363, + "Emergence": 99, + "Test Wt.": 57.5 + } + }, + { + "rank": 19, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.4, + "Harv. Moisture": 20.7, + "Stalk Lodging": 1, + "Final Stand": 332, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 20, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 270, + "Harv. Moisture": 21.2, + "Stalk Lodging": 13, + "Final Stand": 343, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 21, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 270, + "Harv. Moisture": 21.9, + "Stalk Lodging": 31, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 22, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 21.4, + "Stalk Lodging": 9, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 23, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 10, + "Final Stand": 372, + "Emergence": 97, + "Test Wt.": 57 + } + }, + { + "rank": 24, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 268.1, + "Harv. Moisture": 19.7, + "Stalk Lodging": 9, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 58.2 + } + }, + { + "rank": 25, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 268.1, + "Harv. Moisture": 21.6, + "Stalk Lodging": 24, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 56.8 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 4, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 27, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 266.9, + "Harv. Moisture": 22, + "Stalk Lodging": 20, + "Final Stand": 342, + "Emergence": 96, + "Test Wt.": 54.3 + } + }, + { + "rank": 28, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.8, + "Harv. Moisture": 21, + "Stalk Lodging": 16, + "Final Stand": 348, + "Emergence": 97, + "Test Wt.": 54.6 + } + }, + { + "rank": 29, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 266.5, + "Harv. Moisture": 21.3, + "Stalk Lodging": 17, + "Final Stand": 361, + "Emergence": 97, + "Test Wt.": 56 + } + }, + { + "rank": 30, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.4, + "Harv. Moisture": 21.1, + "Stalk Lodging": 6, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 31, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 265.5, + "Harv. Moisture": 19.8, + "Stalk Lodging": 4, + "Final Stand": 344, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 32, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 264.4, + "Harv. Moisture": 21.8, + "Stalk Lodging": 8, + "Final Stand": 356, + "Emergence": 95, + "Test Wt.": 56 + } + }, + { + "rank": 33, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 18.6, + "Stalk Lodging": 16, + "Final Stand": 340, + "Emergence": 98, + "Test Wt.": 56.9 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 264.2, + "Harv. Moisture": 22, + "Stalk Lodging": 12, + "Final Stand": 365, + "Emergence": 98, + "Test Wt.": 55 + } + }, + { + "rank": 35, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 7, + "Final Stand": 361, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 36, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 9, + "Final Stand": 363, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 37, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 21.3, + "Stalk Lodging": 7, + "Final Stand": 363, + "Emergence": 98, + "Test Wt.": 56 + } + }, + { + "rank": 38, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 22, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 98, + "Test Wt.": 55 + } + }, + { + "rank": 39, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 262, + "Harv. Moisture": 23.1, + "Stalk Lodging": 14, + "Final Stand": 331, + "Emergence": 93, + "Test Wt.": 53.6 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 21.2, + "Stalk Lodging": 6, + "Final Stand": 359, + "Emergence": 96, + "Test Wt.": 56.1 + } + }, + { + "rank": 41, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 261.5, + "Harv. Moisture": 21.3, + "Stalk Lodging": 22, + "Final Stand": 330, + "Emergence": 96, + "Test Wt.": 54.4 + } + }, + { + "rank": 42, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 261.4, + "Harv. Moisture": 20.5, + "Stalk Lodging": 24, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 54.8 + } + }, + { + "rank": 43, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 261.3, + "Harv. Moisture": 22, + "Stalk Lodging": 23, + "Final Stand": 369, + "Emergence": 98, + "Test Wt.": 56.5 + } + }, + { + "rank": 44, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 260.9, + "Harv. Moisture": 21.6, + "Stalk Lodging": 3, + "Final Stand": 349, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 260.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 10, + "Final Stand": 347, + "Emergence": 99, + "Test Wt.": 56.3 + } + }, + { + "rank": 46, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 20.7, + "Stalk Lodging": 8, + "Final Stand": 347, + "Emergence": 95, + "Test Wt.": 54.7 + } + }, + { + "rank": 47, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 258.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 17, + "Final Stand": 335, + "Emergence": 96, + "Test Wt.": 54.6 + } + }, + { + "rank": 48, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 258.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 17, + "Final Stand": 340, + "Emergence": 99, + "Test Wt.": 56.5 + } + }, + { + "rank": 49, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 257.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 13, + "Final Stand": 356, + "Emergence": 97, + "Test Wt.": 55.7 + } + }, + { + "rank": 50, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.9, + "Harv. Moisture": 23.3, + "Stalk Lodging": 17, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 53.9 + } + }, + { + "rank": 51, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 19.2, + "Stalk Lodging": 5, + "Final Stand": 347, + "Emergence": 96, + "Test Wt.": 56.7 + } + }, + { + "rank": 52, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 255.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 12, + "Final Stand": 338, + "Emergence": 98, + "Test Wt.": 55.4 + } + }, + { + "rank": 53, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.6, + "Harv. Moisture": 23.7, + "Stalk Lodging": 21, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 53.9 + } + }, + { + "rank": 54, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 251.6, + "Harv. Moisture": 22.8, + "Stalk Lodging": 27, + "Final Stand": 350, + "Emergence": 96, + "Test Wt.": 54.5 + } + }, + { + "rank": 55, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 251, + "Harv. Moisture": 22.4, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 54.7 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.767408+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.md new file mode 100644 index 00000000..180b143a --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-2yr-summary.md @@ -0,0 +1,73 @@ +# Corn yield trial — Summary, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Summary +- **Source table:** TABLE 2. Two year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2024-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 282.2 | 21.4 | 6 | 340 | 97 | 55 | +| 2 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 280.3 | 20.7 | 9 | 333 | 90 | 55.5 | +| 3 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 279.9 | 20.9 | 15 | 344 | 98 | 55.4 | +| 4 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 279.9 | 21.8 | 11 | 344 | 98 | 55.6 | +| 5 | FS INVISION | FS 5947T RIB | - | 279.8 | 20.4 | 21 | 364 | 99 | 56.7 | +| 6 | EBBERTS | 1660C | - | 278.2 | 21.1 | 5 | 342 | 98 | 55.4 | +| 7 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 277.5 | 20.7 | 7 | 330 | 95 | 55.5 | +| 8 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 277.3 | 21.5 | 12 | 333 | 91 | 54.8 | +| 9 | BA GENETICS | BA 26-06 PCE | - | 276.4 | 20.6 | 13 | 333 | 94 | 55.6 | +| 10 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 275.9 | 21.6 | 6 | 329 | 92 | 54.8 | +| 11 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 275.8 | 21.3 | 7 | 329 | 96 | 57.4 | +| 12 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 274.9 | 20.2 | 13 | 341 | 98 | 56.3 | +| 13 | CHANNEL | 210-08VT2PRIB | - | 274.1 | 20.5 | 2 | 333 | 98 | 55 | +| 14 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 273.8 | 20.5 | 8 | 336 | 94 | 55.6 | +| 15 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 272.1 | 21.4 | 12 | 359 | 98 | 55.6 | +| 16 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 271.7 | 21.2 | 11 | 309 | 97 | 54.8 | +| 17 | BA GENETICS | BA 25-12 VT2P | - | 271.7 | 20.1 | 21 | 338 | 95 | 57.5 | +| 18 | CHANNEL | 211-11VT2PRIB | - | 270.7 | 19.9 | 16 | 363 | 99 | 57.5 | +| 19 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 270.4 | 20.7 | 1 | 332 | 97 | 56.6 | +| 20 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 270 | 21.2 | 13 | 343 | 97 | 55.1 | +| 21 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 270 | 21.9 | 31 | 354 | 97 | 56.6 | +| 22 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 269.2 | 21.4 | 9 | 338 | 97 | 56.4 | +| 23 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 268.7 | 19.4 | 10 | 372 | 97 | 57 | +| 24 | FS INVISION | FS 6245V RIB | RR,CB | 268.1 | 19.7 | 9 | 354 | 97 | 58.2 | +| 25 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 268.1 | 21.6 | 24 | 359 | 98 | 56.8 | +| 26 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 267.3 | 19.5 | 4 | 338 | 97 | 55.7 | +| 27 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 266.9 | 22 | 20 | 342 | 96 | 54.3 | +| 28 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 266.8 | 21 | 16 | 348 | 97 | 54.6 | +| 29 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 266.5 | 21.3 | 17 | 361 | 97 | 56 | +| 30 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 266.4 | 21.1 | 6 | 354 | 97 | 56.4 | +| 31 | BA GENETICS | BA 25-11 VT2P | RR,CB | 265.5 | 19.8 | 4 | 344 | 97 | 55.8 | +| 32 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 264.4 | 21.8 | 8 | 356 | 95 | 56 | +| 33 | EBBERTS | 1335C | NON-GMO | 264.3 | 18.6 | 16 | 340 | 98 | 56.9 | +| 34 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 264.2 | 22 | 12 | 365 | 98 | 55 | +| 35 | EBBERTS | 6883DGVT2P RIB | - | 264.1 | 20.8 | 7 | 361 | 96 | 56.5 | +| 36 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 263.4 | 20.4 | 9 | 363 | 98 | 55.2 | +| 37 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 262.5 | 21.3 | 7 | 363 | 98 | 56 | +| 38 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 262.5 | 22 | 4 | 350 | 98 | 55 | +| 39 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 262 | 23.1 | 14 | 331 | 93 | 53.6 | +| 40 | SEED GENETICS DIRECT | Direct 2111-AA | - | 261.6 | 21.2 | 6 | 359 | 96 | 56.1 | +| 41 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 261.5 | 21.3 | 22 | 330 | 96 | 54.4 | +| 42 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 261.4 | 20.5 | 24 | 355 | 97 | 54.8 | +| 43 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 261.3 | 22 | 23 | 369 | 98 | 56.5 | +| 44 | NK | NK1056-V | - | 260.9 | 21.6 | 3 | 349 | 98 | 55.7 | +| 45 | NK | NK1228-AA | GT,CB,LL | 260.7 | 21.2 | 10 | 347 | 99 | 56.3 | +| 46 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 259.8 | 20.7 | 8 | 347 | 95 | 54.7 | +| 47 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 258.7 | 21.2 | 17 | 335 | 96 | 54.6 | +| 48 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 258.6 | 21.5 | 17 | 340 | 99 | 56.5 | +| 49 | AXIS SEED | 59D20 | - | 257.5 | 19.1 | 13 | 356 | 97 | 55.7 | +| 50 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 256.9 | 23.3 | 17 | 341 | 97 | 53.9 | +| 51 | BA GENETICS | BA 25-07 PCE | - | 255.3 | 19.2 | 5 | 347 | 96 | 56.7 | +| 52 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 255.3 | 20.3 | 12 | 338 | 98 | 55.4 | +| 53 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 252.6 | 23.7 | 21 | 333 | 97 | 53.9 | +| 54 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 251.6 | 22.8 | 27 | 350 | 96 | 54.5 | +| 55 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 251 | 22.4 | 2 | 338 | 97 | 54.7 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.json new file mode 100644 index 00000000..b78a9373 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.json @@ -0,0 +1,276 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-3yr-covington", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Covington", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 280.2, + "Harv. Moisture": 22.5, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 55 + } + }, + { + "rank": 2, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 21.6, + "Stalk Lodging": 13, + "Final Stand": 336, + "Emergence": 56 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.2, + "Harv. Moisture": 23.2, + "Stalk Lodging": 9, + "Final Stand": 352, + "Emergence": 55 + } + }, + { + "rank": 4, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 21.3, + "Stalk Lodging": 3, + "Final Stand": 368, + "Emergence": 56 + } + }, + { + "rank": 5, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 271, + "Harv. Moisture": 23.2, + "Stalk Lodging": 20, + "Final Stand": 360, + "Emergence": 54 + } + }, + { + "rank": 6, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 270.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 12, + "Final Stand": 352, + "Emergence": 57 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 269.4, + "Harv. Moisture": 20.9, + "Stalk Lodging": 6, + "Final Stand": 338, + "Emergence": 55 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 269, + "Harv. Moisture": 23.6, + "Stalk Lodging": 9, + "Final Stand": 360, + "Emergence": 54 + } + }, + { + "rank": 9, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 267.6, + "Harv. Moisture": 24.4, + "Stalk Lodging": 6, + "Final Stand": 331, + "Emergence": 53 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 23.2, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 55 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.2, + "Harv. Moisture": 25.1, + "Stalk Lodging": 3, + "Final Stand": 340, + "Emergence": 53 + } + }, + { + "rank": 12, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 263.4, + "Harv. Moisture": 22.7, + "Stalk Lodging": 10, + "Final Stand": 358, + "Emergence": 55 + } + }, + { + "rank": 13, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.5, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 362, + "Emergence": 55 + } + }, + { + "rank": 14, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 23.3, + "Stalk Lodging": 12, + "Final Stand": 365, + "Emergence": 55 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 258.7, + "Harv. Moisture": 23.2, + "Stalk Lodging": 3, + "Final Stand": 365, + "Emergence": 54 + } + }, + { + "rank": 16, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255.4, + "Harv. Moisture": 23.4, + "Stalk Lodging": 29, + "Final Stand": 356, + "Emergence": 56 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 254.6, + "Harv. Moisture": 23.9, + "Stalk Lodging": 14, + "Final Stand": 371, + "Emergence": 55 + } + }, + { + "rank": 18, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 254, + "Harv. Moisture": 25.1, + "Stalk Lodging": 16, + "Final Stand": 335, + "Emergence": 53 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 21.2, + "Harv. Moisture": 4, + "Stalk Lodging": 355, + "Final Stand": 55, + "Emergence": 277.2 + } + } + ], + "n_results": 19, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.768516+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.md new file mode 100644 index 00000000..6380ad99 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-covington.md @@ -0,0 +1,37 @@ +# Corn yield trial — Covington, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Covington +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 280.2 | 22.5 | 2 | 338 | 55 | +| 2 | BA GENETICS | BA 25-12 VT2P | - | 275.1 | 21.6 | 13 | 336 | 56 | +| 3 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 273.2 | 23.2 | 9 | 352 | 55 | +| 4 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 271.7 | 21.3 | 3 | 368 | 56 | +| 5 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 271 | 23.2 | 20 | 360 | 54 | +| 6 | CHANNEL | 211-11VT2PRIB | - | 270.9 | 21.1 | 12 | 352 | 57 | +| 7 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 269.4 | 20.9 | 6 | 338 | 55 | +| 8 | SEED GENETICS DIRECT | Direct 2111-AA | - | 269 | 23.6 | 9 | 360 | 54 | +| 9 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 267.6 | 24.4 | 6 | 331 | 53 | +| 10 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 265.3 | 23.2 | 3 | 358 | 55 | +| 11 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 265.2 | 25.1 | 3 | 340 | 53 | +| 12 | EBBERTS | 6883DGVT2P RIB | - | 263.4 | 22.7 | 10 | 358 | 55 | +| 13 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 262.5 | 21.8 | 0 | 362 | 55 | +| 14 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 262.4 | 23.3 | 12 | 365 | 55 | +| 15 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 258.7 | 23.2 | 3 | 365 | 54 | +| 16 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 255.4 | 23.4 | 29 | 356 | 56 | +| 17 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 254.6 | 23.9 | 14 | 371 | 55 | +| 18 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 254 | 25.1 | 16 | 335 | 53 | +| 19 | AXIS SEED | 59D20 | - | 21.2 | 4 | 355 | 55 | 277.2 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.json new file mode 100644 index 00000000..1f247dcf --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.json @@ -0,0 +1,276 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-3yr-hebron", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Hebron", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025.", + "results": [ + { + "rank": 1, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 310.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 2, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 307.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 307.1, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 379, + "Emergence": 97 + } + }, + { + "rank": 4, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 307.1, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 5, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 306.5, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 99 + } + }, + { + "rank": 6, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 305.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 93 + } + }, + { + "rank": 7, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 302.4, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 302.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 301.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 95 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 300.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 357, + "Emergence": 96 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 299.9, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 95 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 299, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 298.7, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 298.5, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 97 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 298.2, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 295.1, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 289.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 331, + "Emergence": 96 + } + }, + { + "rank": 18, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 287.7, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 92 + } + }, + { + "rank": 19, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 287.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 93 + } + } + ], + "n_results": 19, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.767844+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.md new file mode 100644 index 00000000..f2ebf871 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-hebron.md @@ -0,0 +1,37 @@ +# Corn yield trial — Hebron, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Hebron +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 310.3 | 20.6 | 0 | 352 | 96 | +| 2 | EBBERTS | 1660C | - | 307.5 | 19.1 | 0 | 345 | 97 | +| 3 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 307.1 | 18.5 | 0 | 379 | 97 | +| 4 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 307.1 | 20 | 0 | 358 | 96 | +| 5 | CHANNEL | 211-11VT2PRIB | - | 306.5 | 18.2 | 0 | 357 | 99 | +| 6 | BA GENETICS | BA 25-12 VT2P | - | 305.4 | 18.9 | 0 | 333 | 93 | +| 7 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 302.4 | 20.9 | 0 | 357 | 96 | +| 8 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 302.3 | 20.5 | 0 | 359 | 96 | +| 9 | EBBERTS | 6883DGVT2P RIB | - | 301.4 | 19.3 | 0 | 368 | 95 | +| 10 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 300.4 | 19.1 | 0 | 357 | 96 | +| 11 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 299.9 | 18.1 | 0 | 333 | 95 | +| 12 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 299 | 19.6 | 0 | 365 | 98 | +| 13 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 298.7 | 19.1 | 0 | 351 | 96 | +| 14 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 298.5 | 21.7 | 0 | 346 | 97 | +| 15 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 298.2 | 20.4 | 0 | 365 | 98 | +| 16 | AXIS SEED | 59D20 | - | 295.1 | 17.4 | 0 | 352 | 96 | +| 17 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 289.5 | 21.6 | 0 | 331 | 96 | +| 18 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 287.7 | 20.7 | 0 | 324 | 92 | +| 19 | SEED GENETICS DIRECT | Direct 2111-AA | - | 287.7 | 19.4 | 0 | 343 | 93 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.json new file mode 100644 index 00000000..97c2b475 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.json @@ -0,0 +1,276 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-3yr-south-charleston", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "South Charleston", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 286.9, + "Harv. Moisture": 20.7, + "Stalk Lodging": 9, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 285.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 33, + "Final Stand": 353, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 277, + "Harv. Moisture": 20, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 276.9, + "Harv. Moisture": 23.1, + "Stalk Lodging": 26, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 5, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 273.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 29, + "Final Stand": 334, + "Emergence": 93 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 273, + "Harv. Moisture": 20.6, + "Stalk Lodging": 4, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 7, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 272.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 4, + "Final Stand": 347, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 271.6, + "Harv. Moisture": 22.6, + "Stalk Lodging": 22, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 9, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 20.6, + "Stalk Lodging": 19, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 18, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 11, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 266.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 3, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 22.2, + "Stalk Lodging": 21, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 22.7, + "Stalk Lodging": 4, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 262.2, + "Harv. Moisture": 21.8, + "Stalk Lodging": 13, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 261.8, + "Harv. Moisture": 22.3, + "Stalk Lodging": 32, + "Final Stand": 364, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 261.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 18, + "Final Stand": 364, + "Emergence": 96 + } + }, + { + "rank": 17, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.5, + "Harv. Moisture": 22.9, + "Stalk Lodging": 31, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 20.7, + "Stalk Lodging": 3, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 20.4, + "Harv. Moisture": 22, + "Stalk Lodging": 351, + "Final Stand": 97, + "Emergence": 266.7 + } + } + ], + "n_results": 19, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.768195+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.md new file mode 100644 index 00000000..273ca434 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-south-charleston.md @@ -0,0 +1,37 @@ +# Corn yield trial — South Charleston, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** South Charleston +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 286.9 | 20.7 | 9 | 338 | 97 | +| 2 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 285.6 | 21.8 | 33 | 353 | 97 | +| 3 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 277 | 20 | 2 | 336 | 96 | +| 4 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 276.9 | 23.1 | 26 | 334 | 97 | +| 5 | BA GENETICS | BA 25-12 VT2P | - | 273.9 | 20.3 | 29 | 334 | 93 | +| 6 | EBBERTS | 6883DGVT2P RIB | - | 273 | 20.6 | 4 | 363 | 97 | +| 7 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 272.3 | 20.6 | 4 | 347 | 98 | +| 8 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 271.6 | 22.6 | 22 | 333 | 96 | +| 9 | CHANNEL | 211-11VT2PRIB | - | 271.2 | 20.6 | 19 | 355 | 98 | +| 10 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 269.5 | 20.5 | 18 | 359 | 97 | +| 11 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 266.6 | 21.5 | 3 | 359 | 98 | +| 12 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 265.8 | 22.2 | 21 | 365 | 98 | +| 13 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 265.3 | 22.7 | 4 | 360 | 98 | +| 14 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 262.2 | 21.8 | 13 | 352 | 95 | +| 15 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 261.8 | 22.3 | 32 | 364 | 97 | +| 16 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 261.6 | 19.6 | 18 | 364 | 96 | +| 17 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 256.5 | 22.9 | 31 | 338 | 97 | +| 18 | SEED GENETICS DIRECT | Direct 2111-AA | - | 253.2 | 20.7 | 3 | 352 | 95 | +| 19 | AXIS SEED | 59D20 | - | 20.4 | 22 | 351 | 97 | 266.7 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.json new file mode 100644 index 00000000..da8fa9ac --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.json @@ -0,0 +1,294 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-3yr-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025.", + "results": [ + { + "rank": 1, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 291.6, + "Harv. Moisture": 20.8, + "Stalk Lodging": 3, + "Final Stand": 340, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 2, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 284.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 14, + "Final Stand": 334, + "Emergence": 94, + "Test Wt.": 57.4 + } + }, + { + "rank": 3, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 283.7, + "Harv. Moisture": 21.9, + "Stalk Lodging": 21, + "Final Stand": 354, + "Emergence": 97, + "Test Wt.": 56.4 + } + }, + { + "rank": 4, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 282.9, + "Harv. Moisture": 20, + "Stalk Lodging": 10, + "Final Stand": 354, + "Emergence": 98, + "Test Wt.": 57.2 + } + }, + { + "rank": 5, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 282.1, + "Harv. Moisture": 19.7, + "Stalk Lodging": 3, + "Final Stand": 336, + "Emergence": 96, + "Test Wt.": 55.5 + } + }, + { + "rank": 6, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.4, + "Harv. Moisture": 21, + "Stalk Lodging": 4, + "Final Stand": 350, + "Emergence": 97, + "Test Wt.": 56.1 + } + }, + { + "rank": 7, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 281.1, + "Harv. Moisture": 22, + "Stalk Lodging": 8, + "Final Stand": 359, + "Emergence": 97, + "Test Wt.": 54.6 + } + }, + { + "rank": 8, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 280.2, + "Harv. Moisture": 19.8, + "Stalk Lodging": 7, + "Final Stand": 370, + "Emergence": 97, + "Test Wt.": 56.8 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 279.3, + "Harv. Moisture": 20.9, + "Stalk Lodging": 5, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 56 + } + }, + { + "rank": 10, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 6, + "Final Stand": 360, + "Emergence": 97, + "Test Wt.": 55.1 + } + }, + { + "rank": 11, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 276.6, + "Harv. Moisture": 22, + "Stalk Lodging": 6, + "Final Stand": 356, + "Emergence": 96, + "Test Wt.": 55.5 + } + }, + { + "rank": 12, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 276, + "Harv. Moisture": 21.5, + "Stalk Lodging": 5, + "Final Stand": 363, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 13, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 22.6, + "Stalk Lodging": 9, + "Final Stand": 329, + "Emergence": 94, + "Test Wt.": 54.1 + } + }, + { + "rank": 14, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 22, + "Stalk Lodging": 8, + "Final Stand": 363, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 15, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.5, + "Harv. Moisture": 23.3, + "Stalk Lodging": 14, + "Final Stand": 333, + "Emergence": 97, + "Test Wt.": 53.7 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.4, + "Harv. Moisture": 23.2, + "Stalk Lodging": 11, + "Final Stand": 341, + "Emergence": 97, + "Test Wt.": 53.8 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 271.5, + "Harv. Moisture": 22.2, + "Stalk Lodging": 16, + "Final Stand": 367, + "Emergence": 98, + "Test Wt.": 56.1 + } + }, + { + "rank": 18, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 270, + "Harv. Moisture": 21.2, + "Stalk Lodging": 4, + "Final Stand": 352, + "Emergence": 95, + "Test Wt.": 55.8 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 19.6, + "Harv. Moisture": 9, + "Stalk Lodging": 353, + "Final Stand": 97, + "Emergence": 55.5 + } + } + ], + "n_results": 19, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.768843+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.md new file mode 100644 index 00000000..1c76513f --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-3yr-summary.md @@ -0,0 +1,37 @@ +# Corn yield trial — Summary, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Summary +- **Source table:** TABLE 3. Three year hybrid performance in SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2023-2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | EBBERTS | 1660C | - | 291.6 | 20.8 | 3 | 340 | 97 | 55.6 | +| 2 | BA GENETICS | BA 25-12 VT2P | - | 284.8 | 20.3 | 14 | 334 | 94 | 57.4 | +| 3 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 283.7 | 21.9 | 21 | 354 | 97 | 56.4 | +| 4 | CHANNEL | 211-11VT2PRIB | - | 282.9 | 20 | 10 | 354 | 98 | 57.2 | +| 5 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 282.1 | 19.7 | 3 | 336 | 96 | 55.5 | +| 6 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 281.4 | 21 | 4 | 350 | 97 | 56.1 | +| 7 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 281.1 | 22 | 8 | 359 | 97 | 54.6 | +| 8 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 280.2 | 19.8 | 7 | 370 | 97 | 56.8 | +| 9 | EBBERTS | 6883DGVT2P RIB | - | 279.3 | 20.9 | 5 | 363 | 97 | 56 | +| 10 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 277.5 | 20.5 | 6 | 360 | 97 | 55.1 | +| 11 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 276.6 | 22 | 6 | 356 | 96 | 55.5 | +| 12 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 276 | 21.5 | 5 | 363 | 98 | 55.7 | +| 13 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 275.6 | 22.6 | 9 | 329 | 94 | 54.1 | +| 14 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 275.6 | 22 | 8 | 363 | 97 | 54.9 | +| 15 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 273.5 | 23.3 | 14 | 333 | 97 | 53.7 | +| 16 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 273.4 | 23.2 | 11 | 341 | 97 | 53.8 | +| 17 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 271.5 | 22.2 | 16 | 367 | 98 | 56.1 | +| 18 | SEED GENETICS DIRECT | Direct 2111-AA | - | 270 | 21.2 | 4 | 352 | 95 | 55.8 | +| 19 | AXIS SEED | 59D20 | - | 19.6 | 9 | 353 | 97 | 55.5 | - | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.json new file mode 100644 index 00000000..fcd8d31c --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.json @@ -0,0 +1,1355 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-covington", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Covington", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 286.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 6, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 2, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 9, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 3, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.4, + "Harv. Moisture": 20.3, + "Stalk Lodging": 19, + "Final Stand": 333, + "Emergence": 96 + } + }, + { + "rank": 4, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 22, + "Stalk Lodging": 3, + "Final Stand": 289, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 270.3, + "Harv. Moisture": 19.2, + "Stalk Lodging": 2, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 6, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 269.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 21, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 7, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 269, + "Harv. Moisture": 20.3, + "Stalk Lodging": 4, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 8, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 268, + "Harv. Moisture": 21.5, + "Stalk Lodging": 2, + "Final Stand": 320, + "Emergence": 88 + } + }, + { + "rank": 9, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 266.9, + "Harv. Moisture": 20.8, + "Stalk Lodging": 10, + "Final Stand": 355, + "Emergence": 93 + } + }, + { + "rank": 10, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 266.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 100 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 266.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 2, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 265.7, + "Harv. Moisture": 20.7, + "Stalk Lodging": 39, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 13, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 20.9, + "Stalk Lodging": 22, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 14, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 265.1, + "Harv. Moisture": 20.3, + "Stalk Lodging": 41, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 264.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 37, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 18.9, + "Stalk Lodging": 37, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 4, + "Final Stand": 333, + "Emergence": 99 + } + }, + { + "rank": 18, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 263.3, + "Harv. Moisture": 21.8, + "Stalk Lodging": 30, + "Final Stand": 299, + "Emergence": 99 + } + }, + { + "rank": 19, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 263.2, + "Harv. Moisture": 19.9, + "Stalk Lodging": 2, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 20, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 263, + "Harv. Moisture": 20.8, + "Stalk Lodging": 38, + "Final Stand": 296, + "Emergence": 99 + } + }, + { + "rank": 21, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 20.1, + "Stalk Lodging": 3, + "Final Stand": 321, + "Emergence": 89 + } + }, + { + "rank": 22, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.6, + "Harv. Moisture": 21.6, + "Stalk Lodging": 7, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 23, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 260.9, + "Harv. Moisture": 18.7, + "Stalk Lodging": 41, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 24, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 260.3, + "Harv. Moisture": 20.8, + "Stalk Lodging": 17, + "Final Stand": 365, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 260.1, + "Harv. Moisture": 20.7, + "Stalk Lodging": 4, + "Final Stand": 355, + "Emergence": 99 + } + }, + { + "rank": 26, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.6, + "Harv. Moisture": 18.9, + "Stalk Lodging": 1, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 27, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.2, + "Harv. Moisture": 20.7, + "Stalk Lodging": 8, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 28, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259, + "Harv. Moisture": 19.6, + "Stalk Lodging": 17, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 29, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 19.2, + "Stalk Lodging": 6, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 30, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 19, + "Stalk Lodging": 7, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 31, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 257.4, + "Harv. Moisture": 21.7, + "Stalk Lodging": 2, + "Final Stand": 321, + "Emergence": 88 + } + }, + { + "rank": 32, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 257.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 19, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 33, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 257.2, + "Harv. Moisture": 21.2, + "Stalk Lodging": 44, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 34, + "brand": "CHANNEL", + "product": "218-66VT2PRIB", + "traits": "RR,CB", + "metrics": { + "Yield": 256.5, + "Harv. Moisture": 24.5, + "Stalk Lodging": 5, + "Final Stand": 312, + "Emergence": 98 + } + }, + { + "rank": 35, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 256.3, + "Harv. Moisture": 19.3, + "Stalk Lodging": 17, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 256.2, + "Harv. Moisture": 20.7, + "Stalk Lodging": 60, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 37, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.2, + "Harv. Moisture": 20.8, + "Stalk Lodging": 3, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "AGRIGOLD HYBRIDS", + "product": "A641-62D", + "traits": null, + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 27, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 18.7, + "Stalk Lodging": 19, + "Final Stand": 343, + "Emergence": 100 + } + }, + { + "rank": 40, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 19.8, + "Stalk Lodging": 1, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 41, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 254.5, + "Harv. Moisture": 20.8, + "Stalk Lodging": 20, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 42, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 253.3, + "Harv. Moisture": 21.2, + "Stalk Lodging": 10, + "Final Stand": 347, + "Emergence": 99 + } + }, + { + "rank": 43, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 42, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 20.2, + "Stalk Lodging": 1, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 21, + "Stalk Lodging": 7, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 46, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 252.5, + "Harv. Moisture": 22, + "Stalk Lodging": 19, + "Final Stand": 324, + "Emergence": 99 + } + }, + { + "rank": 47, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 252.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 48, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 252, + "Harv. Moisture": 20.7, + "Stalk Lodging": 24, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 49, + "brand": "LG SEEDS", + "product": "LG 64C43VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 251.6, + "Harv. Moisture": 21.5, + "Stalk Lodging": 24, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 50, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 251.5, + "Harv. Moisture": 19.8, + "Stalk Lodging": 41, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 251.1, + "Harv. Moisture": 21.5, + "Stalk Lodging": 43, + "Final Stand": 377, + "Emergence": 100 + } + }, + { + "rank": 52, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 250.9, + "Harv. Moisture": 23, + "Stalk Lodging": 8, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 53, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 19.4, + "Stalk Lodging": 18, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 54, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 250.7, + "Harv. Moisture": 21.3, + "Stalk Lodging": 10, + "Final Stand": 365, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 249.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 30, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 56, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 7, + "Final Stand": 368, + "Emergence": 100 + } + }, + { + "rank": 57, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 248.8, + "Harv. Moisture": 19.9, + "Stalk Lodging": 60, + "Final Stand": 363, + "Emergence": 100 + } + }, + { + "rank": 58, + "brand": "AUGUSTA SEED", + "product": "A2162AA", + "traits": null, + "metrics": { + "Yield": 247.7, + "Harv. Moisture": 21.6, + "Stalk Lodging": 6, + "Final Stand": 294, + "Emergence": 98 + } + }, + { + "rank": 59, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 247.6, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 99 + } + }, + { + "rank": 60, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 247.4, + "Harv. Moisture": 21.3, + "Stalk Lodging": 9, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 61, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 77, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 62, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 247.1, + "Harv. Moisture": 23.2, + "Stalk Lodging": 16, + "Final Stand": 333, + "Emergence": 91 + } + }, + { + "rank": 63, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 247, + "Harv. Moisture": 19.7, + "Stalk Lodging": 1, + "Final Stand": 367, + "Emergence": 98 + } + }, + { + "rank": 64, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 246.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 80, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 65, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245.9, + "Harv. Moisture": 20, + "Stalk Lodging": 10, + "Final Stand": 354, + "Emergence": 99 + } + }, + { + "rank": 66, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 11, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 67, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 20.1, + "Stalk Lodging": 31, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 68, + "brand": "NK", + "product": "NK1523-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 245.4, + "Harv. Moisture": 22.3, + "Stalk Lodging": 34, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 69, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 245.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 60, + "Final Stand": 364, + "Emergence": 100 + } + }, + { + "rank": 70, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 244.6, + "Harv. Moisture": 20.8, + "Stalk Lodging": 5, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 71, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 244.3, + "Harv. Moisture": 18.9, + "Stalk Lodging": 37, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 72, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 244.3, + "Harv. Moisture": 20, + "Stalk Lodging": 4, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 73, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 244.1, + "Harv. Moisture": 18.7, + "Stalk Lodging": 27, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 74, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 243.9, + "Harv. Moisture": 20.4, + "Stalk Lodging": 3, + "Final Stand": 368, + "Emergence": 100 + } + }, + { + "rank": 75, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 243.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 35, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 243.8, + "Harv. Moisture": 20.9, + "Stalk Lodging": 27, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 77, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 243.4, + "Harv. Moisture": 20.3, + "Stalk Lodging": 44, + "Final Stand": 363, + "Emergence": 97 + } + }, + { + "rank": 78, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 243.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 6, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 79, + "brand": "AUGUSTA SEED", + "product": "A6362V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 241.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 2, + "Final Stand": 312, + "Emergence": 97 + } + }, + { + "rank": 80, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 241.5, + "Harv. Moisture": 18.9, + "Stalk Lodging": 34, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 81, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 240.1, + "Harv. Moisture": 18.3, + "Stalk Lodging": 41, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 82, + "brand": "CHANNEL", + "product": "214-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 240, + "Harv. Moisture": 20.4, + "Stalk Lodging": 83, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 83, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 239, + "Harv. Moisture": 19.4, + "Stalk Lodging": 53, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 84, + "brand": "NK", + "product": "NK1386-VZ", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 238.7, + "Harv. Moisture": 22.2, + "Stalk Lodging": 35, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 85, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-18SSPRIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 237.9, + "Harv. Moisture": 22.1, + "Stalk Lodging": 45, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 86, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 237.5, + "Harv. Moisture": 19, + "Stalk Lodging": 3, + "Final Stand": 342, + "Emergence": 95 + } + }, + { + "rank": 87, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 236.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 3, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 88, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 236.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 37, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 89, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 236.4, + "Harv. Moisture": 18.5, + "Stalk Lodging": 4, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 90, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 236.2, + "Harv. Moisture": 19, + "Stalk Lodging": 38, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 91, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 236.1, + "Harv. Moisture": 20.1, + "Stalk Lodging": 43, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 92, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 236, + "Harv. Moisture": 21.8, + "Stalk Lodging": 37, + "Final Stand": 364, + "Emergence": 100 + } + }, + { + "rank": 93, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 235.5, + "Harv. Moisture": 21.9, + "Stalk Lodging": 87, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 94, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 234.7, + "Harv. Moisture": 21.3, + "Stalk Lodging": 77, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 95, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 234.1, + "Harv. Moisture": 23.5, + "Stalk Lodging": 47, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 96, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 20.7, + "Stalk Lodging": 54, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 97, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 233.5, + "Harv. Moisture": 21.5, + "Stalk Lodging": 27, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 98, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 230.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 29, + "Final Stand": 319, + "Emergence": 96 + } + }, + { + "rank": 99, + "brand": "DYNA-GRO", + "product": "D55TC86RIB", + "traits": null, + "metrics": { + "Yield": 229.2, + "Harv. Moisture": 21.4, + "Stalk Lodging": 70, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 100, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 227.4, + "Harv. Moisture": 20.7, + "Stalk Lodging": 70, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 101, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 223.8, + "Harv. Moisture": 23.2, + "Stalk Lodging": 70, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 102, + "brand": "GOLDEN HARVEST", + "product": "G13M31-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 212.2, + "Harv. Moisture": 21, + "Stalk Lodging": 47, + "Final Stand": 360, + "Emergence": 95 + } + } + ], + "n_results": 102, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.764509+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.md new file mode 100644 index 00000000..11d364f5 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-covington.md @@ -0,0 +1,120 @@ +# Corn yield trial — Covington, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Covington +- **Source table:** Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 286.5 | 20.6 | 6 | 341 | 99 | +| 2 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 275.2 | 20.9 | 9 | 338 | 99 | +| 3 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 271.4 | 20.3 | 19 | 333 | 96 | +| 4 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 271.1 | 22 | 3 | 289 | 98 | +| 5 | SEED CONSULTANTS | SC 1086PCE | - | 270.3 | 19.2 | 2 | 327 | 97 | +| 6 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 269.6 | 19.8 | 21 | 336 | 99 | +| 7 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 269 | 20.3 | 4 | 339 | 99 | +| 8 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 268 | 21.5 | 2 | 320 | 88 | +| 9 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 266.9 | 20.8 | 10 | 355 | 93 | +| 10 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 266.8 | 20.5 | 1 | 348 | 100 | +| 11 | SEED CONSULTANTS | SC 1055PCE | - | 266.3 | 20.3 | 2 | 342 | 99 | +| 12 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 265.7 | 20.7 | 39 | 333 | 98 | +| 13 | FS INVISION | FS 6042F RIB | - | 265.3 | 20.9 | 22 | 356 | 99 | +| 14 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 265.1 | 20.3 | 41 | 336 | 98 | +| 15 | BA GENETICS | BA 25-12 VT2P | - | 264.3 | 19.5 | 37 | 360 | 98 | +| 16 | EBBERTS | 1335C | NON-GMO | 264.1 | 18.9 | 37 | 341 | 98 | +| 17 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 263.7 | 19.4 | 4 | 333 | 99 | +| 18 | AUGUSTA SEED | A4861 Conv | - | 263.3 | 21.8 | 30 | 299 | 99 | +| 19 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 263.2 | 19.9 | 2 | 345 | 99 | +| 20 | AUGUSTA SEED | A4862 Conv | - | 263 | 20.8 | 38 | 296 | 99 | +| 21 | BA GENETICS | BA 26-06 PCE | - | 262.9 | 20.1 | 3 | 321 | 89 | +| 22 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 262.6 | 21.6 | 7 | 339 | 99 | +| 23 | FS INVISION | FS 6245V RIB | RR,CB | 260.9 | 18.7 | 41 | 358 | 99 | +| 24 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 260.3 | 20.8 | 17 | 365 | 98 | +| 25 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 260.1 | 20.7 | 4 | 355 | 99 | +| 26 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 259.6 | 18.9 | 1 | 343 | 99 | +| 27 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 259.2 | 20.7 | 8 | 338 | 99 | +| 28 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 259 | 19.6 | 17 | 342 | 98 | +| 29 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 258.8 | 19.2 | 6 | 339 | 99 | +| 30 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 257.6 | 19 | 7 | 360 | 98 | +| 31 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 257.4 | 21.7 | 2 | 321 | 88 | +| 32 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 257.4 | 20.8 | 19 | 325 | 95 | +| 33 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 257.2 | 21.2 | 44 | 346 | 99 | +| 34 | CHANNEL | 218-66VT2PRIB | RR,CB | 256.5 | 24.5 | 5 | 312 | 98 | +| 35 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 256.3 | 19.3 | 17 | 332 | 97 | +| 36 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 256.2 | 20.7 | 60 | 361 | 99 | +| 37 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 256.2 | 20.8 | 3 | 341 | 98 | +| 38 | AGRIGOLD HYBRIDS | A641-62D | - | 255.5 | 20.7 | 27 | 352 | 98 | +| 39 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 255.5 | 18.7 | 19 | 343 | 100 | +| 40 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 255.1 | 19.8 | 1 | 334 | 92 | +| 41 | GREAT HEART SEED | 7272PCE | - | 254.5 | 20.8 | 20 | 329 | 97 | +| 42 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 253.3 | 21.2 | 10 | 347 | 99 | +| 43 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 252.8 | 20.5 | 42 | 341 | 99 | +| 44 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 252.8 | 20.2 | 1 | 372 | 99 | +| 45 | NK | NK1228-AA | GT,CB,LL | 252.8 | 21 | 7 | 345 | 99 | +| 46 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 252.5 | 22 | 19 | 324 | 99 | +| 47 | GREAT HEART SEED | 7151PCE | - | 252.1 | 19.5 | 1 | 329 | 97 | +| 48 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 252 | 20.7 | 24 | 336 | 99 | +| 49 | LG SEEDS | LG 64C43VT2RIB | RR,CB | 251.6 | 21.5 | 24 | 336 | 99 | +| 50 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 251.5 | 19.8 | 41 | 348 | 96 | +| 51 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 251.1 | 21.5 | 43 | 377 | 100 | +| 52 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 250.9 | 23 | 8 | 336 | 97 | +| 53 | BA GENETICS | BA 25-11 VT2P | RR,CB | 250.8 | 19.4 | 18 | 347 | 96 | +| 54 | NK | NK1056-V | - | 250.7 | 21.3 | 10 | 365 | 99 | +| 55 | EBBERTS | 6883DGVT2P RIB | - | 249.7 | 21.4 | 30 | 358 | 98 | +| 56 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 249.3 | 19.5 | 7 | 368 | 100 | +| 57 | FS INVISION | FS 5947T RIB | - | 248.8 | 19.9 | 60 | 363 | 100 | +| 58 | AUGUSTA SEED | A2162AA | - | 247.7 | 21.6 | 6 | 294 | 98 | +| 59 | CHANNEL | 210-08VT2PRIB | - | 247.6 | 19.3 | 0 | 329 | 99 | +| 60 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 247.4 | 21.3 | 9 | 364 | 99 | +| 61 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 247.1 | 20.6 | 77 | 360 | 99 | +| 62 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 247.1 | 23.2 | 16 | 333 | 91 | +| 63 | GOLDEN HARVEST | G10M87-AA | - | 247 | 19.7 | 1 | 367 | 98 | +| 64 | DYNA-GRO | D52TC66RIB | - | 246.6 | 19.8 | 80 | 341 | 99 | +| 65 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 245.9 | 20 | 10 | 354 | 99 | +| 66 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 245.6 | 20.9 | 11 | 333 | 98 | +| 67 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 245.6 | 20.1 | 31 | 356 | 97 | +| 68 | NK | NK1523-V | GT,CB,LL,VIP | 245.4 | 22.3 | 34 | 345 | 99 | +| 69 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 245.2 | 21.1 | 60 | 364 | 100 | +| 70 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 244.6 | 20.8 | 5 | 343 | 98 | +| 71 | CHANNEL | 211-11VT2PRIB | - | 244.3 | 18.9 | 37 | 360 | 99 | +| 72 | NK | NK0880-V | - | 244.3 | 20 | 4 | 336 | 97 | +| 73 | CHANNEL | 205-08TRERIB | - | 244.1 | 18.7 | 27 | 364 | 99 | +| 74 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 243.9 | 20.4 | 3 | 368 | 100 | +| 75 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 243.9 | 21.9 | 35 | 363 | 99 | +| 76 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 243.8 | 20.9 | 27 | 359 | 98 | +| 77 | SEED GENETICS DIRECT | Direct 9107 GT | - | 243.4 | 20.3 | 44 | 363 | 97 | +| 78 | EBBERTS | 1660C | - | 243.2 | 21.7 | 6 | 341 | 98 | +| 79 | AUGUSTA SEED | A6362V | GT,CB,LL,VIP | 241.9 | 20.2 | 2 | 312 | 97 | +| 80 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 241.5 | 18.9 | 34 | 352 | 97 | +| 81 | LG SEEDS | LG 55C40TRC | - | 240.1 | 18.3 | 41 | 342 | 99 | +| 82 | CHANNEL | 214-70TRERIB | RR,CB,TRE,WBC | 240 | 20.4 | 83 | 361 | 99 | +| 83 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 239 | 19.4 | 53 | 360 | 99 | +| 84 | NK | NK1386-VZ | GT,CB,LL,VIP | 238.7 | 22.2 | 35 | 341 | 98 | +| 85 | AGRIGOLD HYBRIDS | A642-18SSPRIB | RR,CB,RW,LL,CEW | 237.9 | 22.1 | 45 | 338 | 99 | +| 86 | BA GENETICS | BA 25-07 PCE | - | 237.5 | 19 | 3 | 342 | 95 | +| 87 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 236.8 | 20.4 | 3 | 339 | 99 | +| 88 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 236.5 | 20.6 | 37 | 341 | 98 | +| 89 | AXIS SEED | 59D20 | - | 236.4 | 18.5 | 4 | 356 | 98 | +| 90 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 236.2 | 19 | 38 | 341 | 98 | +| 91 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 236.1 | 20.1 | 43 | 339 | 99 | +| 92 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 236 | 21.8 | 37 | 364 | 100 | +| 93 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 235.5 | 21.9 | 87 | 356 | 99 | +| 94 | AXIS SEED | 63H27 | RR,CB | 234.7 | 21.3 | 77 | 363 | 99 | +| 95 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 234.1 | 23.5 | 47 | 345 | 99 | +| 96 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 233.9 | 20.7 | 54 | 356 | 98 | +| 97 | SEED GENETICS DIRECT | Direct 2111-AA | - | 233.5 | 21.5 | 27 | 364 | 98 | +| 98 | 1st CHOICE SEEDS | FC 8257 PC | - | 230.5 | 20.7 | 29 | 319 | 96 | +| 99 | DYNA-GRO | D55TC86RIB | - | 229.2 | 21.4 | 70 | 337 | 98 | +| 100 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 227.4 | 20.7 | 70 | 361 | 99 | +| 101 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 223.8 | 23.2 | 70 | 358 | 98 | +| 102 | GOLDEN HARVEST | G13M31-AA | GT,CB,LL | 212.2 | 21 | 47 | 360 | 95 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.json new file mode 100644 index 00000000..88c61cae --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.json @@ -0,0 +1,1355 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-hebron", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Hebron", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 318.8, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 2, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 317.6, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 3, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 317.2, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 316.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 100 + } + }, + { + "rank": 5, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 316.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 6, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 315.9, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 99 + } + }, + { + "rank": 7, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 315.7, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 96 + } + }, + { + "rank": 8, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 314.2, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 9, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 314.2, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 10, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 313.9, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 11, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 312.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 311.9, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 91 + } + }, + { + "rank": 13, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 311.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 289, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 310.7, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 310.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 310.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 17, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 310.1, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 18, + "brand": "CHANNEL", + "product": "218-66VT2PRIB", + "traits": "RR,CB", + "metrics": { + "Yield": 309.7, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 307, + "Emergence": 97 + } + }, + { + "rank": 19, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 308.4, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 96 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 308.1, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 308.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 307.9, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 89 + } + }, + { + "rank": 23, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 307.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 307.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 99 + } + }, + { + "rank": 25, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 307.2, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 26, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 307.2, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 96 + } + }, + { + "rank": 27, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 307.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 100 + } + }, + { + "rank": 28, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 306.3, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 96 + } + }, + { + "rank": 29, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 306.1, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 305.8, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 94 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 305.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 32, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 305.3, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 100 + } + }, + { + "rank": 33, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 305.3, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "CHANNEL", + "product": "214-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 305, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 35, + "brand": "AGRIGOLD HYBRIDS", + "product": "A641-62D", + "traits": null, + "metrics": { + "Yield": 304.2, + "Harv. Moisture": 22.1, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 97 + } + }, + { + "rank": 36, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 303.6, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 37, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 303.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 297, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 302.8, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 301.9, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 95 + } + }, + { + "rank": 40, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 301.9, + "Harv. Moisture": 18.3, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 301.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 95 + } + }, + { + "rank": 42, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 300.8, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 43, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 300.3, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 44, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 299.6, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 299.2, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 97 + } + }, + { + "rank": 46, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 299, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 47, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 298.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 94 + } + }, + { + "rank": 48, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 297.7, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 49, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 297.3, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 91 + } + }, + { + "rank": 50, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 297.1, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 347, + "Emergence": 96 + } + }, + { + "rank": 51, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 296.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 369, + "Emergence": 96 + } + }, + { + "rank": 52, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 296.1, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 92 + } + }, + { + "rank": 53, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 295, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 54, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 294.5, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 294.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 98 + } + }, + { + "rank": 56, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 294.2, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 57, + "brand": "DYNA-GRO", + "product": "D55TC86RIB", + "traits": null, + "metrics": { + "Yield": 293.5, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 100 + } + }, + { + "rank": 58, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 293.5, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 59, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 292.6, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 60, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 292.4, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 318, + "Emergence": 87 + } + }, + { + "rank": 61, + "brand": "LG SEEDS", + "product": "LG 64C43VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 292.3, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 62, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 291.3, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 63, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 290.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 64, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 290, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 97 + } + }, + { + "rank": 65, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 289.9, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 100 + } + }, + { + "rank": 66, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 289.7, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 67, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 289.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 285, + "Emergence": 97 + } + }, + { + "rank": 68, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 289.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 289.4, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 70, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 289.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 71, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 288.6, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 94 + } + }, + { + "rank": 72, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 288.3, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 73, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-18SSPRIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 288.3, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 97 + } + }, + { + "rank": 74, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 288.2, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 88 + } + }, + { + "rank": 75, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 287.9, + "Harv. Moisture": 17.8, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 287.8, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 77, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 287.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 96 + } + }, + { + "rank": 78, + "brand": "GOLDEN HARVEST", + "product": "G13M31-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 286.8, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 91 + } + }, + { + "rank": 79, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 286.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 80, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 286.3, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 81, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 285.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 95 + } + }, + { + "rank": 82, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 283.8, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 83, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 283.6, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 319, + "Emergence": 97 + } + }, + { + "rank": 84, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 283.4, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 85, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 283, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 86, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 282.8, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 93 + } + }, + { + "rank": 87, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 282.7, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 88, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 282.6, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 99 + } + }, + { + "rank": 89, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 282.4, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 96 + } + }, + { + "rank": 90, + "brand": "NK", + "product": "NK1386-VZ", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 282.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 99 + } + }, + { + "rank": 91, + "brand": "AUGUSTA SEED", + "product": "A6362V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 282.1, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 310, + "Emergence": 94 + } + }, + { + "rank": 92, + "brand": "NK", + "product": "NK1523-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 280, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 93, + "brand": "AUGUSTA SEED", + "product": "A2162AA", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 277, + "Emergence": 92 + } + }, + { + "rank": 94, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 277.3, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 95, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 96, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 99 + } + }, + { + "rank": 97, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 274.5, + "Harv. Moisture": 17, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 98, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 272.7, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 99, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 272.5, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 93 + } + }, + { + "rank": 100, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 272.5, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 95 + } + }, + { + "rank": 101, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 270.5, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 94 + } + }, + { + "rank": 102, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 262.8, + "Harv. Moisture": 17.4, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 98 + } + } + ], + "n_results": 102, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.762364+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.md new file mode 100644 index 00000000..ec11320b --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-hebron.md @@ -0,0 +1,120 @@ +# Corn yield trial — Hebron, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Hebron +- **Source table:** Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 318.8 | 22.4 | 0 | 339 | 99 | +| 2 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 317.6 | 20.5 | 0 | 329 | 97 | +| 3 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 317.2 | 22.4 | 0 | 359 | 98 | +| 4 | DYNA-GRO | D52TC66RIB | - | 316.7 | 19 | 0 | 333 | 100 | +| 5 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 316.1 | 21.2 | 0 | 334 | 98 | +| 6 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 315.9 | 20.8 | 0 | 334 | 99 | +| 7 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 315.7 | 22.2 | 0 | 337 | 96 | +| 8 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 314.2 | 21.7 | 0 | 360 | 98 | +| 9 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 314.2 | 22 | 0 | 338 | 98 | +| 10 | NK | NK1228-AA | GT,CB,LL | 313.9 | 21.5 | 0 | 343 | 99 | +| 11 | FS INVISION | FS 5947T RIB | - | 312.1 | 19.5 | 0 | 356 | 99 | +| 12 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 311.9 | 21.9 | 0 | 310 | 91 | +| 13 | AUGUSTA SEED | A4862 Conv | - | 311.2 | 21.1 | 0 | 289 | 97 | +| 14 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 310.7 | 21.3 | 0 | 336 | 98 | +| 15 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 310.6 | 20.9 | 0 | 358 | 97 | +| 16 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 310.6 | 20.7 | 0 | 339 | 99 | +| 17 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 310.1 | 19.2 | 0 | 358 | 97 | +| 18 | CHANNEL | 218-66VT2PRIB | RR,CB | 309.7 | 23.5 | 0 | 307 | 97 | +| 19 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 308.4 | 21.8 | 0 | 346 | 96 | +| 20 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 308.1 | 19.4 | 0 | 361 | 98 | +| 21 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 308.1 | 20.5 | 0 | 337 | 97 | +| 22 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 307.9 | 18.9 | 0 | 330 | 89 | +| 23 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 307.7 | 20.1 | 0 | 359 | 98 | +| 24 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 307.3 | 20.2 | 0 | 330 | 99 | +| 25 | CHANNEL | 211-11VT2PRIB | - | 307.2 | 19.3 | 0 | 363 | 98 | +| 26 | GREAT HEART SEED | 7272PCE | - | 307.2 | 20.4 | 0 | 320 | 96 | +| 27 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 307.1 | 20.6 | 0 | 347 | 100 | +| 28 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 306.3 | 19.9 | 0 | 350 | 96 | +| 29 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 306.1 | 19.7 | 0 | 354 | 98 | +| 30 | BA GENETICS | BA 25-12 VT2P | - | 305.8 | 19.5 | 0 | 341 | 94 | +| 31 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 305.6 | 20.7 | 0 | 363 | 98 | +| 32 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 305.3 | 19.5 | 0 | 338 | 100 | +| 33 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 305.3 | 21 | 0 | 359 | 97 | +| 34 | CHANNEL | 214-70TRERIB | RR,CB,TRE,WBC | 305 | 20.2 | 0 | 354 | 98 | +| 35 | AGRIGOLD HYBRIDS | A641-62D | - | 304.2 | 22.1 | 0 | 352 | 97 | +| 36 | FS INVISION | FS 6042F RIB | - | 303.6 | 20.1 | 0 | 360 | 99 | +| 37 | AUGUSTA SEED | A4861 Conv | - | 303.3 | 20.5 | 0 | 297 | 98 | +| 38 | EBBERTS | 1660C | - | 302.8 | 20.5 | 0 | 333 | 97 | +| 39 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 301.9 | 19.5 | 0 | 329 | 95 | +| 40 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 301.9 | 18.3 | 0 | 338 | 98 | +| 41 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 301.4 | 20.6 | 0 | 332 | 95 | +| 42 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 300.8 | 19 | 0 | 358 | 98 | +| 43 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 300.3 | 19.9 | 0 | 355 | 98 | +| 44 | GREAT HEART SEED | 7151PCE | - | 299.6 | 19 | 0 | 360 | 99 | +| 45 | 1st CHOICE SEEDS | FC 8257 PC | - | 299.2 | 20.5 | 0 | 321 | 97 | +| 46 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 299 | 20.5 | 0 | 363 | 99 | +| 47 | SEED CONSULTANTS | SC 1086PCE | - | 298.6 | 20.7 | 0 | 316 | 94 | +| 48 | AXIS SEED | 63H27 | RR,CB | 297.7 | 20.8 | 0 | 350 | 97 | +| 49 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 297.3 | 20.6 | 0 | 314 | 91 | +| 50 | GOLDEN HARVEST | G10M87-AA | - | 297.1 | 20.7 | 0 | 347 | 96 | +| 51 | EBBERTS | 6883DGVT2P RIB | - | 296.1 | 19.5 | 0 | 369 | 96 | +| 52 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 296.1 | 20.6 | 0 | 335 | 92 | +| 53 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 295 | 19.1 | 0 | 336 | 97 | +| 54 | SEED CONSULTANTS | SC 1055PCE | - | 294.5 | 18.6 | 0 | 339 | 99 | +| 55 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 294.4 | 18.9 | 0 | 339 | 98 | +| 56 | EBBERTS | 1335C | NON-GMO | 294.2 | 19.3 | 0 | 338 | 99 | +| 57 | DYNA-GRO | D55TC86RIB | - | 293.5 | 21 | 0 | 332 | 100 | +| 58 | FS INVISION | FS 6245V RIB | RR,CB | 293.5 | 19.3 | 0 | 358 | 99 | +| 59 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 292.6 | 19.5 | 0 | 338 | 98 | +| 60 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 292.4 | 21 | 0 | 318 | 87 | +| 61 | LG SEEDS | LG 64C43VT2RIB | RR,CB | 292.3 | 20.9 | 0 | 329 | 97 | +| 62 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 291.3 | 20.1 | 0 | 336 | 98 | +| 63 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 290.9 | 20.3 | 0 | 363 | 99 | +| 64 | CHANNEL | 210-08VT2PRIB | - | 290 | 20 | 0 | 321 | 97 | +| 65 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 289.9 | 21.5 | 0 | 330 | 100 | +| 66 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 289.7 | 20.5 | 0 | 333 | 98 | +| 67 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 289.6 | 20.9 | 0 | 285 | 97 | +| 68 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 289.5 | 20.6 | 0 | 334 | 97 | +| 69 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 289.4 | 20 | 0 | 332 | 98 | +| 70 | BA GENETICS | BA 25-11 VT2P | RR,CB | 289.2 | 18.8 | 0 | 351 | 96 | +| 71 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 288.6 | 22.9 | 0 | 339 | 94 | +| 72 | NK | NK0880-V | - | 288.3 | 19.7 | 0 | 329 | 96 | +| 73 | AGRIGOLD HYBRIDS | A642-18SSPRIB | RR,CB,RW,LL,CEW | 288.3 | 21.3 | 0 | 329 | 97 | +| 74 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 288.2 | 20.9 | 0 | 320 | 88 | +| 75 | AXIS SEED | 59D20 | - | 287.9 | 17.8 | 0 | 352 | 98 | +| 76 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 287.8 | 19.6 | 0 | 336 | 96 | +| 77 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 287.4 | 18.9 | 0 | 352 | 96 | +| 78 | GOLDEN HARVEST | G13M31-AA | GT,CB,LL | 286.8 | 20.8 | 0 | 346 | 91 | +| 79 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 286.5 | 19.5 | 0 | 355 | 97 | +| 80 | NK | NK1056-V | - | 286.3 | 20 | 0 | 350 | 97 | +| 81 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 285.1 | 20.5 | 0 | 358 | 95 | +| 82 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 283.8 | 22 | 0 | 338 | 97 | +| 83 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 283.6 | 20.5 | 0 | 319 | 97 | +| 84 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 283.4 | 19.4 | 0 | 355 | 97 | +| 85 | BA GENETICS | BA 25-07 PCE | - | 283 | 19 | 0 | 336 | 93 | +| 86 | BA GENETICS | BA 26-06 PCE | - | 282.8 | 18.9 | 0 | 327 | 93 | +| 87 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 282.7 | 20.2 | 0 | 334 | 97 | +| 88 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 282.6 | 20 | 0 | 368 | 99 | +| 89 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 282.4 | 20.1 | 0 | 356 | 96 | +| 90 | NK | NK1386-VZ | GT,CB,LL,VIP | 282.2 | 20.1 | 0 | 341 | 99 | +| 91 | AUGUSTA SEED | A6362V | GT,CB,LL,VIP | 282.1 | 21 | 0 | 310 | 94 | +| 92 | NK | NK1523-V | GT,CB,LL,VIP | 280 | 21.9 | 0 | 345 | 99 | +| 93 | AUGUSTA SEED | A2162AA | - | 279.7 | 22.5 | 0 | 277 | 92 | +| 94 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 277.3 | 20.3 | 0 | 351 | 97 | +| 95 | SEED GENETICS DIRECT | Direct 9107 GT | - | 276.3 | 18.5 | 0 | 358 | 97 | +| 96 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 275.5 | 19.1 | 0 | 346 | 99 | +| 97 | CHANNEL | 205-08TRERIB | - | 274.5 | 17 | 0 | 354 | 97 | +| 98 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 272.7 | 21.2 | 0 | 355 | 97 | +| 99 | SEED GENETICS DIRECT | Direct 2111-AA | - | 272.5 | 20.3 | 0 | 337 | 93 | +| 100 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 272.5 | 22.5 | 0 | 334 | 95 | +| 101 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 270.5 | 19.7 | 0 | 324 | 94 | +| 102 | LG SEEDS | LG 55C40TRC | - | 262.8 | 17.4 | 0 | 330 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.json new file mode 100644 index 00000000..b9ee22f8 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.json @@ -0,0 +1,1355 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-south-charleston", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "South Charleston", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 291.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 100 + } + }, + { + "rank": 2, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 287.5, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 99 + } + }, + { + "rank": 3, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 287.2, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 374, + "Emergence": 100 + } + }, + { + "rank": 4, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-18SSPRIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 285.8, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 285.4, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 6, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 283.7, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 7, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 283.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 100 + } + }, + { + "rank": 8, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 281.9, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 9, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 281.7, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 100 + } + }, + { + "rank": 10, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.4, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 98 + } + }, + { + "rank": 11, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 280.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 99 + } + }, + { + "rank": 12, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 280.6, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 97 + } + }, + { + "rank": 13, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 280.4, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 280.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 95 + } + }, + { + "rank": 15, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 279.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 97 + } + }, + { + "rank": 16, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 279.5, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 279.1, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 18, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 278.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 96 + } + }, + { + "rank": 19, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 278.1, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 99 + } + }, + { + "rank": 20, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 277.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 1, + "Final Stand": 321, + "Emergence": 98 + } + }, + { + "rank": 21, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 276.9, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 289, + "Emergence": 97 + } + }, + { + "rank": 22, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 276.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 91 + } + }, + { + "rank": 24, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 275.7, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 97 + } + }, + { + "rank": 25, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 26, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 275.4, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 27, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 275.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 93 + } + }, + { + "rank": 28, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 91 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 275, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 100 + } + }, + { + "rank": 30, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.9, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 31, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.9, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 32, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 285, + "Emergence": 97 + } + }, + { + "rank": 33, + "brand": "CHANNEL", + "product": "214-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 274.8, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 97 + } + }, + { + "rank": 34, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 274.7, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 99 + } + }, + { + "rank": 35, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 274.4, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 274, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 37, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 274, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 38, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 273.8, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 92 + } + }, + { + "rank": 39, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 273.1, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 40, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 272.6, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 272.4, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 42, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 272.2, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 99 + } + }, + { + "rank": 43, + "brand": "LG SEEDS", + "product": "LG 64C43VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 271.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 44, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.4, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 99 + } + }, + { + "rank": 45, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 271.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 90 + } + }, + { + "rank": 46, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 47, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 271, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 98 + } + }, + { + "rank": 48, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 271, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 49, + "brand": "AUGUSTA SEED", + "product": "A6362V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 271, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 316, + "Emergence": 96 + } + }, + { + "rank": 50, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.8, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 98 + } + }, + { + "rank": 51, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.8, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 97 + } + }, + { + "rank": 52, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 99 + } + }, + { + "rank": 53, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 270, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 54, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.8, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 55, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 269.4, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 56, + "brand": "DYNA-GRO", + "product": "D55TC86RIB", + "traits": null, + "metrics": { + "Yield": 269.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 98 + } + }, + { + "rank": 57, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 269.3, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 58, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 268.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 1, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 59, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 18.4, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 60, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 372, + "Emergence": 99 + } + }, + { + "rank": 61, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 267.1, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 62, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 266.9, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 63, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 266.6, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 64, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 266.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 312, + "Emergence": 92 + } + }, + { + "rank": 65, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 266.4, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 100 + } + }, + { + "rank": 66, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 265.3, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 99 + } + }, + { + "rank": 67, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 99 + } + }, + { + "rank": 68, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 262.4, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 260.8, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 97 + } + }, + { + "rank": 70, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 260.7, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 71, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 260.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 72, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.8, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 99 + } + }, + { + "rank": 73, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 18.9, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 74, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 100 + } + }, + { + "rank": 75, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 98 + } + }, + { + "rank": 76, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 97 + } + }, + { + "rank": 77, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 258.8, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 78, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 257.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 100 + } + }, + { + "rank": 79, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 257, + "Harv. Moisture": 18.2, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 80, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 17.5, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 100 + } + }, + { + "rank": 81, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 82, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 253.9, + "Harv. Moisture": 17.6, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 100 + } + }, + { + "rank": 83, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 253.4, + "Harv. Moisture": 20.1, + "Stalk Lodging": 1, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 84, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 252.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 85, + "brand": "CHANNEL", + "product": "218-66VT2PRIB", + "traits": "RR,CB", + "metrics": { + "Yield": 250.4, + "Harv. Moisture": 24.6, + "Stalk Lodging": 0, + "Final Stand": 306, + "Emergence": 98 + } + }, + { + "rank": 86, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 249.8, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 87, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 88, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 249.3, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 89, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 16.2, + "Stalk Lodging": 1, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 90, + "brand": "NK", + "product": "NK1386-VZ", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 91, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 248.3, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 92, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 248.3, + "Harv. Moisture": 23.2, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 99 + } + }, + { + "rank": 93, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 246.8, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 98 + } + }, + { + "rank": 94, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 246.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 95 + } + }, + { + "rank": 95, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 245.6, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 96, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 245.5, + "Harv. Moisture": 17.7, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 97, + "brand": "AGRIGOLD HYBRIDS", + "product": "A641-62D", + "traits": null, + "metrics": { + "Yield": 241.2, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 96 + } + }, + { + "rank": 98, + "brand": "AUGUSTA SEED", + "product": "A2162AA", + "traits": null, + "metrics": { + "Yield": 238.2, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 98 + } + }, + { + "rank": 99, + "brand": "GOLDEN HARVEST", + "product": "G13M31-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 236.1, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 92 + } + }, + { + "rank": 100, + "brand": "NK", + "product": "NK1523-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 234.5, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 101, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 232, + "Harv. Moisture": 18.1, + "Stalk Lodging": 0, + "Final Stand": 352, + "Emergence": 98 + } + }, + { + "rank": 102, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 222.7, + "Harv. Moisture": 17.3, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + } + ], + "n_results": 102, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.763805+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.md new file mode 100644 index 00000000..dd0b15be --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-south-charleston.md @@ -0,0 +1,120 @@ +# Corn yield trial — South Charleston, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** South Charleston +- **Source table:** Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AUGUSTA SEED | A4861 Conv | - | 291.3 | 20.2 | 0 | 305 | 100 | +| 2 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 287.5 | 19.9 | 0 | 327 | 99 | +| 3 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 287.2 | 22.2 | 0 | 374 | 100 | +| 4 | AGRIGOLD HYBRIDS | A642-18SSPRIB | RR,CB,RW,LL,CEW | 285.8 | 22.5 | 0 | 332 | 98 | +| 5 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 285.4 | 20.5 | 0 | 356 | 99 | +| 6 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 283.7 | 20.3 | 0 | 343 | 98 | +| 7 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 283.6 | 20.6 | 0 | 339 | 100 | +| 8 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 281.9 | 21 | 0 | 337 | 99 | +| 9 | FS INVISION | FS 5947T RIB | - | 281.7 | 19.4 | 0 | 363 | 100 | +| 10 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 281.4 | 21.4 | 0 | 329 | 98 | +| 11 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 280.7 | 19.6 | 0 | 336 | 99 | +| 12 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 280.6 | 21.7 | 0 | 351 | 97 | +| 13 | EBBERTS | 1660C | - | 280.4 | 20 | 0 | 336 | 97 | +| 14 | SEED CONSULTANTS | SC 1086PCE | - | 280.2 | 19.4 | 0 | 327 | 95 | +| 15 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 279.5 | 20.5 | 0 | 355 | 97 | +| 16 | SEED CONSULTANTS | SC 1055PCE | - | 279.5 | 18.8 | 0 | 334 | 98 | +| 17 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 279.1 | 22.3 | 0 | 355 | 98 | +| 18 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 278.7 | 19.6 | 0 | 336 | 96 | +| 19 | CHANNEL | 210-08VT2PRIB | - | 278.1 | 20.7 | 0 | 328 | 99 | +| 20 | 1st CHOICE SEEDS | FC 8257 PC | - | 277.2 | 19.6 | 1 | 321 | 98 | +| 21 | AUGUSTA SEED | A4862 Conv | - | 276.9 | 21.2 | 0 | 289 | 97 | +| 22 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 276.2 | 19.5 | 0 | 334 | 97 | +| 23 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 276.1 | 20.8 | 0 | 328 | 91 | +| 24 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 275.7 | 22.5 | 0 | 348 | 97 | +| 25 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 275.6 | 19.6 | 0 | 342 | 98 | +| 26 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 275.4 | 21.2 | 0 | 339 | 97 | +| 27 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 275.4 | 20.4 | 0 | 336 | 93 | +| 28 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 275.1 | 21.2 | 0 | 325 | 91 | +| 29 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 275 | 21 | 0 | 342 | 100 | +| 30 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 274.9 | 18.5 | 0 | 341 | 98 | +| 31 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 274.9 | 20.3 | 0 | 354 | 95 | +| 32 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 274.8 | 20.4 | 0 | 285 | 97 | +| 33 | CHANNEL | 214-70TRERIB | RR,CB,TRE,WBC | 274.8 | 20.2 | 0 | 354 | 97 | +| 34 | GREAT HEART SEED | 7151PCE | - | 274.7 | 19.7 | 0 | 355 | 99 | +| 35 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 274.4 | 19 | 0 | 361 | 98 | +| 36 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 274 | 20.8 | 0 | 358 | 99 | +| 37 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 274 | 20.6 | 0 | 356 | 99 | +| 38 | BA GENETICS | BA 26-06 PCE | - | 273.8 | 19.2 | 0 | 334 | 92 | +| 39 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 273.1 | 18.1 | 0 | 364 | 99 | +| 40 | AXIS SEED | 59D20 | - | 272.6 | 19.1 | 0 | 354 | 98 | +| 41 | EBBERTS | 6883DGVT2P RIB | - | 272.4 | 21.3 | 0 | 358 | 96 | +| 42 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 272.2 | 20 | 0 | 343 | 99 | +| 43 | LG SEEDS | LG 64C43VT2RIB | RR,CB | 271.9 | 21.1 | 0 | 359 | 99 | +| 44 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 271.4 | 19.1 | 0 | 364 | 99 | +| 45 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 271.4 | 19.3 | 0 | 334 | 90 | +| 46 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 271.1 | 19.6 | 0 | 343 | 97 | +| 47 | BA GENETICS | BA 25-11 VT2P | RR,CB | 271 | 20.2 | 0 | 350 | 98 | +| 48 | EBBERTS | 1335C | NON-GMO | 271 | 18.5 | 0 | 338 | 99 | +| 49 | AUGUSTA SEED | A6362V | GT,CB,LL,VIP | 271 | 22.8 | 0 | 316 | 96 | +| 50 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 270.8 | 18.4 | 0 | 343 | 98 | +| 51 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 270.8 | 19.9 | 0 | 360 | 97 | +| 52 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 270.2 | 22.9 | 0 | 337 | 99 | +| 53 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 270 | 19.8 | 0 | 363 | 99 | +| 54 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 269.8 | 19.7 | 0 | 358 | 99 | +| 55 | FS INVISION | FS 6042F RIB | - | 269.4 | 19.3 | 0 | 361 | 99 | +| 56 | DYNA-GRO | D55TC86RIB | - | 269.4 | 20.8 | 0 | 333 | 98 | +| 57 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 269.3 | 18.8 | 0 | 363 | 99 | +| 58 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 268.5 | 19.5 | 1 | 342 | 99 | +| 59 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 267.3 | 18.4 | 0 | 345 | 96 | +| 60 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 267.3 | 20.7 | 0 | 372 | 99 | +| 61 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 267.1 | 19 | 0 | 356 | 99 | +| 62 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 266.9 | 20.2 | 0 | 361 | 99 | +| 63 | BA GENETICS | BA 25-12 VT2P | - | 266.6 | 19.6 | 0 | 355 | 98 | +| 64 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 266.4 | 20.6 | 0 | 312 | 92 | +| 65 | DYNA-GRO | D52TC66RIB | - | 266.4 | 18.6 | 0 | 333 | 100 | +| 66 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 265.3 | 23 | 0 | 339 | 99 | +| 67 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 264.1 | 19.8 | 0 | 342 | 99 | +| 68 | GREAT HEART SEED | 7272PCE | - | 262.4 | 20.7 | 0 | 332 | 97 | +| 69 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 260.8 | 19.5 | 0 | 341 | 97 | +| 70 | AXIS SEED | 63H27 | RR,CB | 260.7 | 22.8 | 0 | 355 | 98 | +| 71 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 260.6 | 20.7 | 0 | 359 | 99 | +| 72 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 259.8 | 19.8 | 0 | 333 | 99 | +| 73 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 259.4 | 18.9 | 0 | 358 | 98 | +| 74 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 259.4 | 20.5 | 0 | 342 | 100 | +| 75 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 259.1 | 19.1 | 0 | 348 | 98 | +| 76 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 259 | 22.2 | 0 | 338 | 97 | +| 77 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 258.8 | 23.3 | 0 | 334 | 98 | +| 78 | CHANNEL | 211-11VT2PRIB | - | 257.5 | 19.1 | 0 | 365 | 100 | +| 79 | FS INVISION | FS 6245V RIB | RR,CB | 257 | 18.2 | 0 | 355 | 98 | +| 80 | CHANNEL | 205-08TRERIB | - | 255.1 | 17.5 | 0 | 365 | 100 | +| 81 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 254.9 | 21 | 0 | 352 | 95 | +| 82 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 253.9 | 17.6 | 0 | 345 | 100 | +| 83 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 253.4 | 20.1 | 1 | 351 | 96 | +| 84 | NK | NK1056-V | - | 252.8 | 20.1 | 0 | 358 | 98 | +| 85 | CHANNEL | 218-66VT2PRIB | RR,CB | 250.4 | 24.6 | 0 | 306 | 98 | +| 86 | SEED GENETICS DIRECT | Direct 2111-AA | - | 249.8 | 20.3 | 0 | 352 | 95 | +| 87 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 249.3 | 20.1 | 0 | 337 | 98 | +| 88 | NK | NK1228-AA | GT,CB,LL | 249.3 | 19.9 | 0 | 360 | 98 | +| 89 | LG SEEDS | LG 55C40TRC | - | 248.6 | 16.2 | 1 | 352 | 98 | +| 90 | NK | NK1386-VZ | GT,CB,LL,VIP | 248.6 | 19.8 | 0 | 363 | 98 | +| 91 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 248.3 | 20.1 | 0 | 363 | 99 | +| 92 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 248.3 | 23.2 | 0 | 348 | 99 | +| 93 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 246.8 | 19.9 | 0 | 327 | 98 | +| 94 | SEED GENETICS DIRECT | Direct 9107 GT | - | 246.2 | 19.4 | 0 | 352 | 95 | +| 95 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 245.6 | 21.3 | 0 | 358 | 98 | +| 96 | BA GENETICS | BA 25-07 PCE | - | 245.5 | 17.7 | 0 | 355 | 98 | +| 97 | AGRIGOLD HYBRIDS | A641-62D | - | 241.2 | 20 | 1 | 345 | 96 | +| 98 | AUGUSTA SEED | A2162AA | - | 238.2 | 19.6 | 0 | 294 | 98 | +| 99 | GOLDEN HARVEST | G13M31-AA | GT,CB,LL | 236.1 | 20.4 | 0 | 348 | 92 | +| 100 | NK | NK1523-V | GT,CB,LL,VIP | 234.5 | 22.4 | 0 | 360 | 99 | +| 101 | NK | NK0880-V | - | 232 | 18.1 | 0 | 352 | 98 | +| 102 | GOLDEN HARVEST | G10M87-AA | - | 222.7 | 17.3 | 0 | 360 | 98 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.json new file mode 100644 index 00000000..ba5452b0 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.json @@ -0,0 +1,1457 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-summary", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Summary", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 290.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 5, + "Final Stand": 338, + "Emergence": 99, + "Test Wt.": 57.8 + } + }, + { + "rank": 2, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 288.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 10, + "Final Stand": 345, + "Emergence": 99, + "Test Wt.": 58.2 + } + }, + { + "rank": 3, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 286.8, + "Harv. Moisture": 21.4, + "Stalk Lodging": 10, + "Final Stand": 292, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 4, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 286.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 2, + "Final Stand": 331, + "Emergence": 97, + "Test Wt.": 56.5 + } + }, + { + "rank": 5, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 283.5, + "Harv. Moisture": 21, + "Stalk Lodging": 2, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 55.5 + } + }, + { + "rank": 6, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 281.6, + "Harv. Moisture": 20.9, + "Stalk Lodging": 8, + "Final Stand": 299, + "Emergence": 98, + "Test Wt.": 56.8 + } + }, + { + "rank": 7, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 281.6, + "Harv. Moisture": 20.3, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 95, + "Test Wt.": 57 + } + }, + { + "rank": 8, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 281.6, + "Harv. Moisture": 20.8, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 99, + "Test Wt.": 55.8 + } + }, + { + "rank": 9, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 280.1, + "Harv. Moisture": 21.5, + "Stalk Lodging": 10, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 55.8 + } + }, + { + "rank": 10, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 279.9, + "Harv. Moisture": 20, + "Stalk Lodging": 4, + "Final Stand": 340, + "Emergence": 96, + "Test Wt.": 56.9 + } + }, + { + "rank": 11, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 279.8, + "Harv. Moisture": 21.6, + "Stalk Lodging": 2, + "Final Stand": 365, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 12, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 19.5, + "Stalk Lodging": 15, + "Final Stand": 360, + "Emergence": 99, + "Test Wt.": 57.7 + } + }, + { + "rank": 13, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 278.9, + "Harv. Moisture": 20, + "Stalk Lodging": 1, + "Final Stand": 335, + "Emergence": 99, + "Test Wt.": 56.8 + } + }, + { + "rank": 14, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 278.4, + "Harv. Moisture": 20, + "Stalk Lodging": 2, + "Final Stand": 338, + "Emergence": 99, + "Test Wt.": 57.4 + } + }, + { + "rank": 15, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.9, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 89, + "Test Wt.": 55.4 + } + }, + { + "rank": 16, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.8, + "Harv. Moisture": 18.7, + "Stalk Lodging": 2, + "Final Stand": 361, + "Emergence": 98, + "Test Wt.": 57.4 + } + }, + { + "rank": 17, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.7, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 98, + "Test Wt.": 56.7 + } + }, + { + "rank": 18, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 277.4, + "Harv. Moisture": 20.6, + "Stalk Lodging": 6, + "Final Stand": 330, + "Emergence": 99, + "Test Wt.": 55.3 + } + }, + { + "rank": 19, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 276.8, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 91, + "Test Wt.": 56.6 + } + }, + { + "rank": 20, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 276.7, + "Harv. Moisture": 19.6, + "Stalk Lodging": 9, + "Final Stand": 353, + "Emergence": 97, + "Test Wt.": 58.2 + } + }, + { + "rank": 21, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 276.5, + "Harv. Moisture": 21.2, + "Stalk Lodging": 1, + "Final Stand": 288, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 22, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 276.5, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99, + "Test Wt.": 56.4 + } + }, + { + "rank": 23, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 276.5, + "Harv. Moisture": 20.6, + "Stalk Lodging": 11, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 57.4 + } + }, + { + "rank": 24, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 10, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 56.6 + } + }, + { + "rank": 25, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 276.3, + "Harv. Moisture": 20, + "Stalk Lodging": 4, + "Final Stand": 363, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 26, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 18.8, + "Stalk Lodging": 9, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 57.1 + } + }, + { + "rank": 27, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 20.3, + "Stalk Lodging": 6, + "Final Stand": 360, + "Emergence": 99, + "Test Wt.": 56.6 + } + }, + { + "rank": 28, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 13, + "Final Stand": 358, + "Emergence": 99, + "Test Wt.": 55.7 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 275.7, + "Harv. Moisture": 20.9, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 100, + "Test Wt.": 55.4 + } + }, + { + "rank": 30, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 275.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 22, + "Final Stand": 353, + "Emergence": 98, + "Test Wt.": 57.2 + } + }, + { + "rank": 31, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 275.6, + "Harv. Moisture": 19, + "Stalk Lodging": 10, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 58.5 + } + }, + { + "rank": 32, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 20.5, + "Stalk Lodging": 1, + "Final Stand": 354, + "Emergence": 98, + "Test Wt.": 55.3 + } + }, + { + "rank": 33, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 275.3, + "Harv. Moisture": 21.4, + "Stalk Lodging": 5, + "Final Stand": 315, + "Emergence": 93, + "Test Wt.": 54.6 + } + }, + { + "rank": 34, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 275.3, + "Harv. Moisture": 21.3, + "Stalk Lodging": 11, + "Final Stand": 370, + "Emergence": 99, + "Test Wt.": 57.7 + } + }, + { + "rank": 35, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 20.8, + "Stalk Lodging": 15, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 55.8 + } + }, + { + "rank": 36, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 5, + "Final Stand": 327, + "Emergence": 94, + "Test Wt.": 57.7 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 274.5, + "Harv. Moisture": 21.1, + "Stalk Lodging": 8, + "Final Stand": 359, + "Emergence": 96, + "Test Wt.": 56.7 + } + }, + { + "rank": 38, + "brand": "LG SEEDS", + "product": "LG 64C43VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 274.3, + "Harv. Moisture": 21.6, + "Stalk Lodging": 6, + "Final Stand": 346, + "Emergence": 99, + "Test Wt.": 55.7 + } + }, + { + "rank": 39, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 274.2, + "Harv. Moisture": 21.6, + "Stalk Lodging": 2, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 55.9 + } + }, + { + "rank": 40, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 273.9, + "Harv. Moisture": 19.3, + "Stalk Lodging": 20, + "Final Stand": 333, + "Emergence": 100, + "Test Wt.": 57.6 + } + }, + { + "rank": 41, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 273.4, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 55.4 + } + }, + { + "rank": 42, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 273.2, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 326, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 43, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 273, + "Harv. Moisture": 20.9, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 55.6 + } + }, + { + "rank": 44, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 272.6, + "Harv. Moisture": 21.2, + "Stalk Lodging": 2, + "Final Stand": 353, + "Emergence": 99, + "Test Wt.": 56.8 + } + }, + { + "rank": 45, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 272.4, + "Harv. Moisture": 20.9, + "Stalk Lodging": 7, + "Final Stand": 320, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 46, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 272.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 5, + "Final Stand": 327, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 47, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 272, + "Harv. Moisture": 20.7, + "Stalk Lodging": 2, + "Final Stand": 335, + "Emergence": 99, + "Test Wt.": 55.4 + } + }, + { + "rank": 48, + "brand": "CHANNEL", + "product": "218-66VT2PRIB", + "traits": "RR,CB", + "metrics": { + "Yield": 271.9, + "Harv. Moisture": 24.4, + "Stalk Lodging": 1, + "Final Stand": 308, + "Emergence": 97, + "Test Wt.": 54.5 + } + }, + { + "rank": 49, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 271.7, + "Harv. Moisture": 22.3, + "Stalk Lodging": 3, + "Final Stand": 334, + "Emergence": 99, + "Test Wt.": 55 + } + }, + { + "rank": 50, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 271.4, + "Harv. Moisture": 19.9, + "Stalk Lodging": 2, + "Final Stand": 363, + "Emergence": 99, + "Test Wt.": 56.7 + } + }, + { + "rank": 51, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 271.4, + "Harv. Moisture": 21.1, + "Stalk Lodging": 9, + "Final Stand": 357, + "Emergence": 98, + "Test Wt.": 54.6 + } + }, + { + "rank": 52, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 271.2, + "Harv. Moisture": 19.4, + "Stalk Lodging": 1, + "Final Stand": 326, + "Emergence": 91, + "Test Wt.": 56.5 + } + }, + { + "rank": 53, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 271, + "Harv. Moisture": 20.8, + "Stalk Lodging": 8, + "Final Stand": 348, + "Emergence": 95, + "Test Wt.": 55.2 + } + }, + { + "rank": 54, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 270.6, + "Harv. Moisture": 21.2, + "Stalk Lodging": 15, + "Final Stand": 360, + "Emergence": 99, + "Test Wt.": 55.3 + } + }, + { + "rank": 55, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.4, + "Harv. Moisture": 19, + "Stalk Lodging": 4, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 56.7 + } + }, + { + "rank": 56, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 270, + "Harv. Moisture": 19.8, + "Stalk Lodging": 1, + "Final Stand": 348, + "Emergence": 99, + "Test Wt.": 56.1 + } + }, + { + "rank": 57, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.6, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 340, + "Emergence": 98, + "Test Wt.": 57.1 + } + }, + { + "rank": 58, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 20.3, + "Stalk Lodging": 14, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 55.2 + } + }, + { + "rank": 59, + "brand": "DYNA-GRO", + "product": "D55TC86RIB", + "traits": null, + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 21.1, + "Stalk Lodging": 18, + "Final Stand": 333, + "Emergence": 99, + "Test Wt.": 57.5 + } + }, + { + "rank": 60, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 269.2, + "Harv. Moisture": 23.2, + "Stalk Lodging": 4, + "Final Stand": 341, + "Emergence": 94, + "Test Wt.": 54.2 + } + }, + { + "rank": 61, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.1, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 90, + "Test Wt.": 55.2 + } + }, + { + "rank": 62, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 269.1, + "Harv. Moisture": 20.5, + "Stalk Lodging": 10, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 56 + } + }, + { + "rank": 63, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-18SSPRIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 269.1, + "Harv. Moisture": 21.6, + "Stalk Lodging": 11, + "Final Stand": 334, + "Emergence": 98, + "Test Wt.": 55.9 + } + }, + { + "rank": 64, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 268.9, + "Harv. Moisture": 19.9, + "Stalk Lodging": 1, + "Final Stand": 341, + "Emergence": 98, + "Test Wt.": 57.5 + } + }, + { + "rank": 65, + "brand": "CHANNEL", + "product": "214-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 20, + "Stalk Lodging": 21, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 59.2 + } + }, + { + "rank": 66, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 268.7, + "Harv. Moisture": 20.7, + "Stalk Lodging": 9, + "Final Stand": 339, + "Emergence": 97, + "Test Wt.": 55.2 + } + }, + { + "rank": 67, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 268.4, + "Harv. Moisture": 21.3, + "Stalk Lodging": 11, + "Final Stand": 337, + "Emergence": 99, + "Test Wt.": 56.7 + } + }, + { + "rank": 68, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 268.1, + "Harv. Moisture": 20.1, + "Stalk Lodging": 2, + "Final Stand": 355, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 69, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 267.6, + "Harv. Moisture": 19.2, + "Stalk Lodging": 9, + "Final Stand": 363, + "Emergence": 99, + "Test Wt.": 57.9 + } + }, + { + "rank": 70, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 267.6, + "Harv. Moisture": 19.5, + "Stalk Lodging": 5, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 56 + } + }, + { + "rank": 71, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 19.6, + "Stalk Lodging": 5, + "Final Stand": 347, + "Emergence": 96, + "Test Wt.": 56.5 + } + }, + { + "rank": 72, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 18.8, + "Stalk Lodging": 1, + "Final Stand": 355, + "Emergence": 98, + "Test Wt.": 56.3 + } + }, + { + "rank": 73, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 265.6, + "Harv. Moisture": 21.4, + "Stalk Lodging": 3, + "Final Stand": 354, + "Emergence": 94, + "Test Wt.": 56.7 + } + }, + { + "rank": 74, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.1, + "Harv. Moisture": 19.3, + "Stalk Lodging": 8, + "Final Stand": 348, + "Emergence": 96, + "Test Wt.": 56.6 + } + }, + { + "rank": 75, + "brand": "AGRIGOLD HYBRIDS", + "product": "A641-62D", + "traits": null, + "metrics": { + "Yield": 265, + "Harv. Moisture": 21, + "Stalk Lodging": 7, + "Final Stand": 351, + "Emergence": 97, + "Test Wt.": 54.9 + } + }, + { + "rank": 76, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 264.6, + "Harv. Moisture": 21.4, + "Stalk Lodging": 19, + "Final Stand": 356, + "Emergence": 98, + "Test Wt.": 56.5 + } + }, + { + "rank": 77, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 263.5, + "Harv. Moisture": 20.7, + "Stalk Lodging": 19, + "Final Stand": 356, + "Emergence": 98, + "Test Wt.": 57.9 + } + }, + { + "rank": 78, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.7, + "Harv. Moisture": 20.1, + "Stalk Lodging": 7, + "Final Stand": 348, + "Emergence": 97, + "Test Wt.": 57.2 + } + }, + { + "rank": 79, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 260.9, + "Harv. Moisture": 21.6, + "Stalk Lodging": 9, + "Final Stand": 362, + "Emergence": 99, + "Test Wt.": 56.2 + } + }, + { + "rank": 80, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 260.4, + "Harv. Moisture": 22.8, + "Stalk Lodging": 2, + "Final Stand": 336, + "Emergence": 97, + "Test Wt.": 54.4 + } + }, + { + "rank": 81, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 12, + "Final Stand": 339, + "Emergence": 98, + "Test Wt.": 54.5 + } + }, + { + "rank": 82, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.2, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98, + "Test Wt.": 55.7 + } + }, + { + "rank": 83, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 258.7, + "Harv. Moisture": 21.3, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 98, + "Test Wt.": 55.6 + } + }, + { + "rank": 84, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 258.7, + "Harv. Moisture": 19.9, + "Stalk Lodging": 18, + "Final Stand": 360, + "Emergence": 98, + "Test Wt.": 57.3 + } + }, + { + "rank": 85, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 257.8, + "Harv. Moisture": 21, + "Stalk Lodging": 5, + "Final Stand": 323, + "Emergence": 98, + "Test Wt.": 56.6 + } + }, + { + "rank": 86, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 257.6, + "Harv. Moisture": 20.6, + "Stalk Lodging": 3, + "Final Stand": 358, + "Emergence": 98, + "Test Wt.": 56.4 + } + }, + { + "rank": 87, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 256.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 1, + "Final Stand": 363, + "Emergence": 99, + "Test Wt.": 56.4 + } + }, + { + "rank": 88, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 256.7, + "Harv. Moisture": 19, + "Stalk Lodging": 9, + "Final Stand": 344, + "Emergence": 98, + "Test Wt.": 56.3 + } + }, + { + "rank": 89, + "brand": "AUGUSTA SEED", + "product": "A6362V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 256.7, + "Harv. Moisture": 21.8, + "Stalk Lodging": 1, + "Final Stand": 312, + "Emergence": 96, + "Test Wt.": 54.9 + } + }, + { + "rank": 90, + "brand": "AUGUSTA SEED", + "product": "A2162AA", + "traits": null, + "metrics": { + "Yield": 255.1, + "Harv. Moisture": 21.8, + "Stalk Lodging": 2, + "Final Stand": 284, + "Emergence": 95, + "Test Wt.": 56.4 + } + }, + { + "rank": 91, + "brand": "NK", + "product": "NK1386-VZ", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 21, + "Stalk Lodging": 9, + "Final Stand": 351, + "Emergence": 99, + "Test Wt.": 56.6 + } + }, + { + "rank": 92, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 254.7, + "Harv. Moisture": 21, + "Stalk Lodging": 7, + "Final Stand": 352, + "Emergence": 95, + "Test Wt.": 56.6 + } + }, + { + "rank": 93, + "brand": "NK", + "product": "NK1523-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 23.1, + "Stalk Lodging": 8, + "Final Stand": 352, + "Emergence": 99, + "Test Wt.": 53.7 + } + }, + { + "rank": 94, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 253.9, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98, + "Test Wt.": 56.8 + } + }, + { + "rank": 95, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 253.6, + "Harv. Moisture": 21.8, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 97, + "Test Wt.": 55.3 + } + }, + { + "rank": 96, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 253.4, + "Harv. Moisture": 19.2, + "Stalk Lodging": 1, + "Final Stand": 338, + "Emergence": 96, + "Test Wt.": 56.1 + } + }, + { + "rank": 97, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 252.7, + "Harv. Moisture": 17.4, + "Stalk Lodging": 7, + "Final Stand": 361, + "Emergence": 98, + "Test Wt.": 57.1 + } + }, + { + "rank": 98, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 252, + "Harv. Moisture": 19.9, + "Stalk Lodging": 11, + "Final Stand": 358, + "Emergence": 96, + "Test Wt.": 55.7 + } + }, + { + "rank": 99, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 251.5, + "Harv. Moisture": 17.1, + "Stalk Lodging": 10, + "Final Stand": 346, + "Emergence": 98, + "Test Wt.": 56.7 + } + }, + { + "rank": 100, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 249.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 1, + "Final Stand": 345, + "Emergence": 96, + "Test Wt.": 57.6 + } + }, + { + "rank": 101, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 249.7, + "Harv. Moisture": 22.2, + "Stalk Lodging": 18, + "Final Stand": 355, + "Emergence": 97, + "Test Wt.": 55 + } + }, + { + "rank": 102, + "brand": "GOLDEN HARVEST", + "product": "G13M31-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 249.2, + "Harv. Moisture": 21.5, + "Stalk Lodging": 12, + "Final Stand": 350, + "Emergence": 93, + "Test Wt.": 55.2 + } + } + ], + "n_results": 102, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.765222+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.md new file mode 100644 index 00000000..976f9a4e --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-summary.md @@ -0,0 +1,120 @@ +# Corn yield trial — Summary, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Summary +- **Source table:** Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | Test Wt. | +|---|---|---|---|---|---|---|---|---|---| +| 1 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 290.8 | 21.3 | 5 | 338 | 99 | 57.8 | +| 2 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 288.3 | 20.5 | 10 | 345 | 99 | 58.2 | +| 3 | AUGUSTA SEED | A4862 Conv | - | 286.8 | 21.4 | 10 | 292 | 98 | 55.6 | +| 4 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 286.1 | 20.8 | 2 | 331 | 97 | 56.5 | +| 5 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 283.5 | 21 | 2 | 339 | 98 | 55.5 | +| 6 | AUGUSTA SEED | A4861 Conv | - | 281.6 | 20.9 | 8 | 299 | 98 | 56.8 | +| 7 | SEED CONSULTANTS | SC 1086PCE | - | 281.6 | 20.3 | 0 | 324 | 95 | 57 | +| 8 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 281.6 | 20.8 | 1 | 338 | 99 | 55.8 | +| 9 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 280.1 | 21.5 | 10 | 336 | 97 | 55.8 | +| 10 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 279.9 | 20 | 4 | 340 | 96 | 56.9 | +| 11 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 279.8 | 21.6 | 2 | 365 | 98 | 55.6 | +| 12 | FS INVISION | FS 5947T RIB | - | 279.7 | 19.5 | 15 | 360 | 99 | 57.7 | +| 13 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 278.9 | 20 | 1 | 335 | 99 | 56.8 | +| 14 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 278.4 | 20 | 2 | 338 | 99 | 57.4 | +| 15 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 277.9 | 21.1 | 0 | 324 | 89 | 55.4 | +| 16 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 277.8 | 18.7 | 2 | 361 | 98 | 57.4 | +| 17 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 277.7 | 19 | 0 | 340 | 98 | 56.7 | +| 18 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 277.4 | 20.6 | 6 | 330 | 99 | 55.3 | +| 19 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 276.8 | 19.3 | 0 | 336 | 91 | 56.6 | +| 20 | BA GENETICS | BA 25-12 VT2P | - | 276.7 | 19.6 | 9 | 353 | 97 | 58.2 | +| 21 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 276.5 | 21.2 | 1 | 288 | 97 | 54.9 | +| 22 | SEED CONSULTANTS | SC 1055PCE | - | 276.5 | 19.1 | 0 | 338 | 99 | 56.4 | +| 23 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 276.5 | 20.6 | 11 | 341 | 98 | 57.4 | +| 24 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 276.3 | 20.2 | 10 | 351 | 97 | 56.6 | +| 25 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 276.3 | 20 | 4 | 363 | 98 | 57.5 | +| 26 | EBBERTS | 1335C | NON-GMO | 276.2 | 18.8 | 9 | 339 | 98 | 57.1 | +| 27 | FS INVISION | FS 6042F RIB | - | 276.2 | 20.3 | 6 | 360 | 99 | 56.6 | +| 28 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 276.2 | 21.1 | 13 | 358 | 99 | 55.7 | +| 29 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 275.7 | 20.9 | 0 | 346 | 100 | 55.4 | +| 30 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 275.7 | 21.4 | 22 | 353 | 98 | 57.2 | +| 31 | FS INVISION | FS 6245V RIB | RR,CB | 275.6 | 19 | 10 | 358 | 98 | 58.5 | +| 32 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 275.5 | 20.5 | 1 | 354 | 98 | 55.3 | +| 33 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 275.3 | 21.4 | 5 | 315 | 93 | 54.6 | +| 34 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 275.3 | 21.3 | 11 | 370 | 99 | 57.7 | +| 35 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 275.1 | 20.8 | 15 | 359 | 98 | 55.8 | +| 36 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 275.1 | 20.5 | 5 | 327 | 94 | 57.7 | +| 37 | EBBERTS | 6883DGVT2P RIB | - | 274.5 | 21.1 | 8 | 359 | 96 | 56.7 | +| 38 | LG SEEDS | LG 64C43VT2RIB | RR,CB | 274.3 | 21.6 | 6 | 346 | 99 | 55.7 | +| 39 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 274.2 | 21.6 | 2 | 341 | 98 | 55.9 | +| 40 | DYNA-GRO | D52TC66RIB | - | 273.9 | 19.3 | 20 | 333 | 100 | 57.6 | +| 41 | GREAT HEART SEED | 7151PCE | - | 273.4 | 19.5 | 0 | 344 | 98 | 55.4 | +| 42 | CHANNEL | 210-08VT2PRIB | - | 273.2 | 20.1 | 0 | 326 | 98 | 55.2 | +| 43 | EBBERTS | 1660C | - | 273 | 20.9 | 1 | 338 | 97 | 55.6 | +| 44 | NK | NK1228-AA | GT,CB,LL | 272.6 | 21.2 | 2 | 353 | 99 | 56.8 | +| 45 | 1st CHOICE SEEDS | FC 8257 PC | - | 272.4 | 20.9 | 7 | 320 | 97 | 55 | +| 46 | GREAT HEART SEED | 7272PCE | - | 272.1 | 21.2 | 5 | 327 | 97 | 54.9 | +| 47 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 272 | 20.7 | 2 | 335 | 99 | 55.4 | +| 48 | CHANNEL | 218-66VT2PRIB | RR,CB | 271.9 | 24.4 | 1 | 308 | 97 | 54.5 | +| 49 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 271.7 | 22.3 | 3 | 334 | 99 | 55 | +| 50 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 271.4 | 19.9 | 2 | 363 | 99 | 56.7 | +| 51 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 271.4 | 21.1 | 9 | 357 | 98 | 54.6 | +| 52 | BA GENETICS | BA 26-06 PCE | - | 271.2 | 19.4 | 1 | 326 | 91 | 56.5 | +| 53 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 271 | 20.8 | 8 | 348 | 95 | 55.2 | +| 54 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 270.6 | 21.2 | 15 | 360 | 99 | 55.3 | +| 55 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 270.4 | 19 | 4 | 341 | 98 | 56.7 | +| 56 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 270 | 19.8 | 1 | 348 | 99 | 56.1 | +| 57 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 269.6 | 18.7 | 0 | 340 | 98 | 57.1 | +| 58 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 269.2 | 20.3 | 14 | 358 | 98 | 55.2 | +| 59 | DYNA-GRO | D55TC86RIB | - | 269.2 | 21.1 | 18 | 333 | 99 | 57.5 | +| 60 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 269.2 | 23.2 | 4 | 341 | 94 | 54.2 | +| 61 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 269.1 | 21.3 | 0 | 325 | 90 | 55.2 | +| 62 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 269.1 | 20.5 | 10 | 339 | 98 | 56 | +| 63 | AGRIGOLD HYBRIDS | A642-18SSPRIB | RR,CB,RW,LL,CEW | 269.1 | 21.6 | 11 | 334 | 98 | 55.9 | +| 64 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 268.9 | 19.9 | 1 | 341 | 98 | 57.5 | +| 65 | CHANNEL | 214-70TRERIB | RR,CB,TRE,WBC | 268.7 | 20 | 21 | 358 | 98 | 59.2 | +| 66 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 268.7 | 20.7 | 9 | 339 | 97 | 55.2 | +| 67 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 268.4 | 21.3 | 11 | 337 | 99 | 56.7 | +| 68 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 268.1 | 20.1 | 2 | 355 | 98 | 55.7 | +| 69 | CHANNEL | 211-11VT2PRIB | - | 267.6 | 19.2 | 9 | 363 | 99 | 57.9 | +| 70 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 267.6 | 19.5 | 5 | 339 | 98 | 56 | +| 71 | BA GENETICS | BA 25-11 VT2P | RR,CB | 267.3 | 19.6 | 5 | 347 | 96 | 56.5 | +| 72 | AXIS SEED | 59D20 | - | 265.8 | 18.8 | 1 | 355 | 98 | 56.3 | +| 73 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 265.6 | 21.4 | 3 | 354 | 94 | 56.7 | +| 74 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 265.1 | 19.3 | 8 | 348 | 96 | 56.6 | +| 75 | AGRIGOLD HYBRIDS | A641-62D | - | 265 | 21 | 7 | 351 | 97 | 54.9 | +| 76 | AXIS SEED | 63H27 | RR,CB | 264.6 | 21.4 | 19 | 356 | 98 | 56.5 | +| 77 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 263.5 | 20.7 | 19 | 356 | 98 | 57.9 | +| 78 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 262.7 | 20.1 | 7 | 348 | 97 | 57.2 | +| 79 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 260.9 | 21.6 | 9 | 362 | 99 | 56.2 | +| 80 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 260.4 | 22.8 | 2 | 336 | 97 | 54.4 | +| 81 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 259.3 | 22.8 | 12 | 339 | 98 | 54.5 | +| 82 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 259.2 | 20 | 0 | 364 | 98 | 55.7 | +| 83 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 258.7 | 21.3 | 1 | 338 | 98 | 55.6 | +| 84 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 258.7 | 19.9 | 18 | 360 | 98 | 57.3 | +| 85 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 257.8 | 21 | 5 | 323 | 98 | 56.6 | +| 86 | NK | NK1056-V | - | 257.6 | 20.6 | 3 | 358 | 98 | 56.4 | +| 87 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 256.9 | 20.6 | 1 | 363 | 99 | 56.4 | +| 88 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 256.7 | 19 | 9 | 344 | 98 | 56.3 | +| 89 | AUGUSTA SEED | A6362V | GT,CB,LL,VIP | 256.7 | 21.8 | 1 | 312 | 96 | 54.9 | +| 90 | AUGUSTA SEED | A2162AA | - | 255.1 | 21.8 | 2 | 284 | 95 | 56.4 | +| 91 | NK | NK1386-VZ | GT,CB,LL,VIP | 254.9 | 21 | 9 | 351 | 99 | 56.6 | +| 92 | SEED GENETICS DIRECT | Direct 2111-AA | - | 254.7 | 21 | 7 | 352 | 95 | 56.6 | +| 93 | NK | NK1523-V | GT,CB,LL,VIP | 254.4 | 23.1 | 8 | 352 | 99 | 53.7 | +| 94 | GOLDEN HARVEST | G10M87-AA | - | 253.9 | 19.7 | 0 | 359 | 98 | 56.8 | +| 95 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 253.6 | 21.8 | 1 | 338 | 97 | 55.3 | +| 96 | NK | NK0880-V | - | 253.4 | 19.2 | 1 | 338 | 96 | 56.1 | +| 97 | CHANNEL | 205-08TRERIB | - | 252.7 | 17.4 | 7 | 361 | 98 | 57.1 | +| 98 | SEED GENETICS DIRECT | Direct 9107 GT | - | 252 | 19.9 | 11 | 358 | 96 | 55.7 | +| 99 | LG SEEDS | LG 55C40TRC | - | 251.5 | 17.1 | 10 | 346 | 98 | 56.7 | +| 100 | BA GENETICS | BA 25-07 PCE | - | 249.9 | 18.6 | 1 | 345 | 96 | 57.6 | +| 101 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 249.7 | 22.2 | 18 | 355 | 97 | 55 | +| 102 | GOLDEN HARVEST | G13M31-AA | GT,CB,LL | 249.2 | 21.5 | 12 | 350 | 93 | 55.2 | diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.json b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.json new file mode 100644 index 00000000..ed0cd6c6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.json @@ -0,0 +1,1355 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-corn-2025-sw-washington-court-house", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "corn", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "SW", + "site": "Washington Court House", + "cooperator": null, + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025.", + "results": [ + { + "rank": 1, + "brand": "AUGUSTA SEED", + "product": "A4862 Conv", + "traits": null, + "metrics": { + "Yield": 295.9, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 97 + } + }, + { + "rank": 2, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-32VT2PRORIB", + "traits": null, + "metrics": { + "Yield": 292.8, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 99 + } + }, + { + "rank": 3, + "brand": "FS INVISION", + "product": "FS 6245V RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 291, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 4, + "brand": "GOLDEN HARVEST", + "product": "G12U11-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 288.4, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 335, + "Emergence": 98 + } + }, + { + "rank": 5, + "brand": "1st CHOICE SEEDS", + "product": "FC 8345 TRE RIB", + "traits": null, + "metrics": { + "Yield": 285.9, + "Harv. Moisture": 23.6, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 100 + } + }, + { + "rank": 6, + "brand": "LG SEEDS", + "product": "LG 62C73VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 285.8, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 7, + "brand": "DYNA-GRO", + "product": "D55TC86RIB", + "traits": null, + "metrics": { + "Yield": 284.5, + "Harv. Moisture": 21.1, + "Stalk Lodging": 2, + "Final Stand": 330, + "Emergence": 98 + } + }, + { + "rank": 8, + "brand": "CHANNEL", + "product": "215-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 284.1, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 339, + "Emergence": 97 + } + }, + { + "rank": 9, + "brand": "1st CHOICE SEEDS", + "product": "FC 8257 PC", + "traits": null, + "metrics": { + "Yield": 282.7, + "Harv. Moisture": 22.7, + "Stalk Lodging": 0, + "Final Stand": 320, + "Emergence": 97 + } + }, + { + "rank": 10, + "brand": "LG SEEDS", + "product": "LG 64C43VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 281.3, + "Harv. Moisture": 22.8, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 11, + "brand": "EBBERTS", + "product": "7114PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 279.9, + "Harv. Moisture": 23, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 12, + "brand": "EBBERTS", + "product": "6883DGVT2P RIB", + "traits": null, + "metrics": { + "Yield": 279.7, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 13, + "brand": "SHUR GROW", + "product": "SG-7009PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 279.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 14, + "brand": "EBBERTS", + "product": "7442PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 279.5, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 15, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4115 PWE", + "traits": null, + "metrics": { + "Yield": 279.3, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 16, + "brand": "LG SEEDS", + "product": "LG 62C20D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 278.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 17, + "brand": "AXIS SEED", + "product": "65W75", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 278.2, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 18, + "brand": "CHANNEL", + "product": "210-08VT2PRIB", + "traits": null, + "metrics": { + "Yield": 277.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 324, + "Emergence": 98 + } + }, + { + "rank": 19, + "brand": "SEED CONSULTANTS", + "product": "SC 1086PCE", + "traits": null, + "metrics": { + "Yield": 277.3, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 325, + "Emergence": 95 + } + }, + { + "rank": 20, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3114 PWE", + "traits": null, + "metrics": { + "Yield": 277.3, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 368, + "Emergence": 100 + } + }, + { + "rank": 21, + "brand": "LG SEEDS", + "product": "LG 60C05-3110", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 277.1, + "Harv. Moisture": 19.6, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 96 + } + }, + { + "rank": 22, + "brand": "SHUR GROW", + "product": "SG-7347PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 276.2, + "Harv. Moisture": 22, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 97 + } + }, + { + "rank": 23, + "brand": "FS INVISION", + "product": "FS 5947T RIB", + "traits": null, + "metrics": { + "Yield": 276, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 24, + "brand": "EBBERTS", + "product": "1335C", + "traits": "NON-GMO", + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 18.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 25, + "brand": "AXIS SEED", + "product": "62C60", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275.5, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 26, + "brand": "BA GENETICS", + "product": "BA 26-10 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 275, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 330, + "Emergence": 92 + } + }, + { + "rank": 27, + "brand": "NK", + "product": "NK1228-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 274.5, + "Harv. Moisture": 22.6, + "Stalk Lodging": 0, + "Final Stand": 365, + "Emergence": 100 + } + }, + { + "rank": 28, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-5105 PWE", + "traits": null, + "metrics": { + "Yield": 272.6, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 343, + "Emergence": 94 + } + }, + { + "rank": 29, + "brand": "SHUR GROW", + "product": "SG-6550PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.9, + "Harv. Moisture": 19.1, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 98 + } + }, + { + "rank": 30, + "brand": "CHANNEL", + "product": "218-66VT2PRIB", + "traits": "RR,CB", + "metrics": { + "Yield": 270.9, + "Harv. Moisture": 25.2, + "Stalk Lodging": 0, + "Final Stand": 305, + "Emergence": 97 + } + }, + { + "rank": 31, + "brand": "AUGUSTA SEED", + "product": "A2360PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.7, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 293, + "Emergence": 99 + } + }, + { + "rank": 32, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6104 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.4, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 364, + "Emergence": 98 + } + }, + { + "rank": 33, + "brand": "SEED CONSULTANTS", + "product": "SC 1135PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.3, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 96 + } + }, + { + "rank": 34, + "brand": "SEED CONSULTANTS", + "product": "SC 1116PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 270.2, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 98 + } + }, + { + "rank": 35, + "brand": "BA GENETICS", + "product": "BA 25-12 VT2P", + "traits": null, + "metrics": { + "Yield": 270, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 36, + "brand": "AUGUSTA SEED", + "product": "A4861 Conv", + "traits": null, + "metrics": { + "Yield": 268.5, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 294, + "Emergence": 97 + } + }, + { + "rank": 37, + "brand": "EBBERTS", + "product": "9779SSX", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 268, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 98 + } + }, + { + "rank": 38, + "brand": "FS INVISION", + "product": "FS 6157T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 267.9, + "Harv. Moisture": 20.6, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 97 + } + }, + { + "rank": 39, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6112 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 267.3, + "Harv. Moisture": 22.2, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 95 + } + }, + { + "rank": 40, + "brand": "GREAT HEART SEED", + "product": "7151PCE", + "traits": null, + "metrics": { + "Yield": 267.1, + "Harv. Moisture": 19.7, + "Stalk Lodging": 0, + "Final Stand": 332, + "Emergence": 98 + } + }, + { + "rank": 41, + "brand": "FS INVISION", + "product": "FS 6133VDG RIB", + "traits": "RR,CB,DT", + "metrics": { + "Yield": 266.7, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 42, + "brand": "FS INVISION", + "product": "FS 6042F RIB", + "traits": null, + "metrics": { + "Yield": 266.6, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 43, + "brand": "SEED CONSULTANTS", + "product": "SC 1105PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.2, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 99 + } + }, + { + "rank": 44, + "brand": "AXIS SEED", + "product": "59D20", + "traits": null, + "metrics": { + "Yield": 266.1, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 45, + "brand": "BA GENETICS", + "product": "BA 26-12 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 266.1, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 349, + "Emergence": 98 + } + }, + { + "rank": 46, + "brand": "DYNA-GRO", + "product": "D52TC66RIB", + "traits": null, + "metrics": { + "Yield": 265.9, + "Harv. Moisture": 19.8, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 100 + } + }, + { + "rank": 47, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-6108 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.8, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 367, + "Emergence": 99 + } + }, + { + "rank": 48, + "brand": "CHANNEL", + "product": "209-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 265.6, + "Harv. Moisture": 22.4, + "Stalk Lodging": 0, + "Final Stand": 314, + "Emergence": 93 + } + }, + { + "rank": 49, + "brand": "EBBERTS", + "product": "1660C", + "traits": null, + "metrics": { + "Yield": 265.6, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 50, + "brand": "GOLDEN HARVEST", + "product": "G14B32-DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 265.6, + "Harv. Moisture": 24.2, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 95 + } + }, + { + "rank": 51, + "brand": "SEED CONSULTANTS", + "product": "SC 1055PCE", + "traits": null, + "metrics": { + "Yield": 265.5, + "Harv. Moisture": 18.8, + "Stalk Lodging": 0, + "Final Stand": 334, + "Emergence": 98 + } + }, + { + "rank": 52, + "brand": "SEED CONSULTANTS", + "product": "SC 1094PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 265.2, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 53, + "brand": "AXIS SEED", + "product": "63H27", + "traits": "RR,CB", + "metrics": { + "Yield": 265.2, + "Harv. Moisture": 20.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 99 + } + }, + { + "rank": 54, + "brand": "BA GENETICS", + "product": "BA 26-06 PCE", + "traits": null, + "metrics": { + "Yield": 265.1, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 89 + } + }, + { + "rank": 55, + "brand": "AGRIGOLD HYBRIDS", + "product": "A642-18SSPRIB", + "traits": "RR,CB,RW,LL,CEW", + "metrics": { + "Yield": 264.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 56, + "brand": "GREAT HEART SEED", + "product": "7195TRE", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 264.2, + "Harv. Moisture": 22.3, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 97 + } + }, + { + "rank": 57, + "brand": "AXIS SEED", + "product": "AEXPT108", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 21.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 94 + } + }, + { + "rank": 58, + "brand": "GREAT HEART SEED", + "product": "7272PCE", + "traits": null, + "metrics": { + "Yield": 264.1, + "Harv. Moisture": 22.9, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 97 + } + }, + { + "rank": 59, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 2111-AA", + "traits": null, + "metrics": { + "Yield": 263.1, + "Harv. Moisture": 21.9, + "Stalk Lodging": 0, + "Final Stand": 354, + "Emergence": 95 + } + }, + { + "rank": 60, + "brand": "SHUR GROW", + "product": "SG-6491PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 18.7, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 61, + "brand": "DYNA-GRO", + "product": "D52PN76RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 262.9, + "Harv. Moisture": 21.7, + "Stalk Lodging": 0, + "Final Stand": 327, + "Emergence": 98 + } + }, + { + "rank": 62, + "brand": "GOLDEN HARVEST", + "product": "G13M31-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 261.8, + "Harv. Moisture": 23.9, + "Stalk Lodging": 0, + "Final Stand": 346, + "Emergence": 92 + } + }, + { + "rank": 63, + "brand": "CHANNEL", + "product": "211-11VT2PRIB", + "traits": null, + "metrics": { + "Yield": 261.5, + "Harv. Moisture": 19.5, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 98 + } + }, + { + "rank": 64, + "brand": "SHUR GROW", + "product": "SG-7244PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 260.6, + "Harv. Moisture": 22.5, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 65, + "brand": "GOLDEN HARVEST", + "product": "G12S75-D", + "traits": "GT,CB,RW,LL,WBC", + "metrics": { + "Yield": 260.3, + "Harv. Moisture": 24, + "Stalk Lodging": 0, + "Final Stand": 329, + "Emergence": 99 + } + }, + { + "rank": 66, + "brand": "EBBERTS", + "product": "7188PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.4, + "Harv. Moisture": 20.4, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 67, + "brand": "AGRIGOLD HYBRIDS", + "product": "A641-62D", + "traits": null, + "metrics": { + "Yield": 259.3, + "Harv. Moisture": 21, + "Stalk Lodging": 0, + "Final Stand": 355, + "Emergence": 98 + } + }, + { + "rank": 68, + "brand": "EBBERTS", + "product": "7993PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 259.1, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 97 + } + }, + { + "rank": 69, + "brand": "FS INVISION", + "product": "FS 6349PC RA", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 258.9, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 98 + } + }, + { + "rank": 70, + "brand": "EBBERTS", + "product": "7770PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 258.4, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 71, + "brand": "BA GENETICS", + "product": "BA 25-11 VT2P", + "traits": "RR,CB", + "metrics": { + "Yield": 258.3, + "Harv. Moisture": 19.9, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 95 + } + }, + { + "rank": 72, + "brand": "NK", + "product": "NK1523-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 257.7, + "Harv. Moisture": 25.7, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 73, + "brand": "EBBERTS", + "product": "7557PC", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 257.4, + "Harv. Moisture": 19.2, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 96 + } + }, + { + "rank": 74, + "brand": "BA GENETICS", + "product": "BA 26-14 PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 256.6, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 351, + "Emergence": 96 + } + }, + { + "rank": 75, + "brand": "GOLDEN HARVEST", + "product": "G11V76-AA", + "traits": "GT,CB,LL", + "metrics": { + "Yield": 256.3, + "Harv. Moisture": 23.7, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 98 + } + }, + { + "rank": 76, + "brand": "SHUR GROW", + "product": "SG-6707V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 255.8, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 342, + "Emergence": 98 + } + }, + { + "rank": 77, + "brand": "FS INVISION", + "product": "FS 6447T RIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255.7, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 356, + "Emergence": 97 + } + }, + { + "rank": 78, + "brand": "AXIS SEED", + "product": "60C61", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 333, + "Emergence": 92 + } + }, + { + "rank": 79, + "brand": "SHUR GROW", + "product": "SG-6911PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 255.5, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 328, + "Emergence": 95 + } + }, + { + "rank": 80, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-3113 PWE", + "traits": null, + "metrics": { + "Yield": 255.4, + "Harv. Moisture": 23.3, + "Stalk Lodging": 0, + "Final Stand": 350, + "Emergence": 94 + } + }, + { + "rank": 81, + "brand": "CHANNEL", + "product": "214-70TRERIB", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 255, + "Harv. Moisture": 19.3, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 82, + "brand": "AUGUSTA SEED", + "product": "A2162AA", + "traits": null, + "metrics": { + "Yield": 254.9, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 272, + "Emergence": 92 + } + }, + { + "rank": 83, + "brand": "LG SEEDS", + "product": "LG 55C40TRC", + "traits": null, + "metrics": { + "Yield": 254.4, + "Harv. Moisture": 16.5, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 97 + } + }, + { + "rank": 84, + "brand": "SHUR GROW", + "product": "SG-6807DV", + "traits": "GT,CB,RW,LL,BCW,VIP", + "metrics": { + "Yield": 253.8, + "Harv. Moisture": 21.3, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 99 + } + }, + { + "rank": 85, + "brand": "SHUR GROW", + "product": "SG-6884PCE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 253.2, + "Harv. Moisture": 20, + "Stalk Lodging": 0, + "Final Stand": 345, + "Emergence": 98 + } + }, + { + "rank": 86, + "brand": "SHUR GROW", + "product": "SG-7275V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 251.1, + "Harv. Moisture": 23.5, + "Stalk Lodging": 0, + "Final Stand": 336, + "Emergence": 97 + } + }, + { + "rank": 87, + "brand": "AXIS SEED", + "product": "64H70", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 250.8, + "Harv. Moisture": 19.8, + "Stalk Lodging": 2, + "Final Stand": 361, + "Emergence": 99 + } + }, + { + "rank": 88, + "brand": "NK", + "product": "NK1386-VZ", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 250.3, + "Harv. Moisture": 21.8, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 89, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 3111-3110", + "traits": null, + "metrics": { + "Yield": 250.1, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 338, + "Emergence": 98 + } + }, + { + "rank": 90, + "brand": "1st CHOICE SEEDS", + "product": "FC 8455 VT2P RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 249.1, + "Harv. Moisture": 21.2, + "Stalk Lodging": 1, + "Final Stand": 356, + "Emergence": 99 + } + }, + { + "rank": 91, + "brand": "NK", + "product": "NK0880-V", + "traits": null, + "metrics": { + "Yield": 248.9, + "Harv. Moisture": 19, + "Stalk Lodging": 0, + "Final Stand": 337, + "Emergence": 94 + } + }, + { + "rank": 92, + "brand": "EBBERTS", + "product": "7209TR", + "traits": "RR,CB,TRE,WBC", + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 20.1, + "Stalk Lodging": 0, + "Final Stand": 341, + "Emergence": 98 + } + }, + { + "rank": 93, + "brand": "GOLDEN HARVEST", + "product": "G10M87-AA", + "traits": null, + "metrics": { + "Yield": 248.6, + "Harv. Moisture": 21.2, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + }, + { + "rank": 94, + "brand": "AUGUSTA SEED", + "product": "A4961V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 248.3, + "Harv. Moisture": 21.5, + "Stalk Lodging": 0, + "Final Stand": 321, + "Emergence": 99 + } + }, + { + "rank": 95, + "brand": "LG SEEDS", + "product": "LG 58C48VT2RIB", + "traits": "RR,CB", + "metrics": { + "Yield": 247.3, + "Harv. Moisture": 20.2, + "Stalk Lodging": 0, + "Final Stand": 360, + "Emergence": 99 + } + }, + { + "rank": 96, + "brand": "GOLDEN HARVEST", + "product": "G10U97-V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 244.3, + "Harv. Moisture": 21.6, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 98 + } + }, + { + "rank": 97, + "brand": "SEED GENETICS DIRECT", + "product": "Direct 9107 GT", + "traits": null, + "metrics": { + "Yield": 242.2, + "Harv. Moisture": 21.4, + "Stalk Lodging": 0, + "Final Stand": 358, + "Emergence": 96 + } + }, + { + "rank": 98, + "brand": "NK", + "product": "NK1056-V", + "traits": null, + "metrics": { + "Yield": 240.4, + "Harv. Moisture": 20.8, + "Stalk Lodging": 0, + "Final Stand": 359, + "Emergence": 99 + } + }, + { + "rank": 99, + "brand": "CHANNEL", + "product": "205-08TRERIB", + "traits": null, + "metrics": { + "Yield": 237.3, + "Harv. Moisture": 16.2, + "Stalk Lodging": 0, + "Final Stand": 361, + "Emergence": 98 + } + }, + { + "rank": 100, + "brand": "BA GENETICS", + "product": "BA 25-07 PCE", + "traits": null, + "metrics": { + "Yield": 233.9, + "Harv. Moisture": 18.6, + "Stalk Lodging": 0, + "Final Stand": 348, + "Emergence": 96 + } + }, + { + "rank": 101, + "brand": "AUGUSTA SEED", + "product": "A6362V", + "traits": "GT,CB,LL,VIP", + "metrics": { + "Yield": 231.8, + "Harv. Moisture": 23.1, + "Stalk Lodging": 0, + "Final Stand": 308, + "Emergence": 94 + } + }, + { + "rank": 102, + "brand": "SEED GENETICS DIRECT", + "product": "AGI-C-4111 PWE", + "traits": "RR,CB,LL,Enlist", + "metrics": { + "Yield": 230.3, + "Harv. Moisture": 20.7, + "Stalk Lodging": 0, + "Final Stand": 363, + "Emergence": 99 + } + } + ], + "n_results": 102, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf" + ], + "fetched_at": "2026-06-10T12:27:20.763121+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.md b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.md new file mode 100644 index 00000000..60eefa32 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-corn-2025-sw-washington-court-house.md @@ -0,0 +1,120 @@ +# Corn yield trial — Washington Court House, OH (SW, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Corn +- **Year:** 2025 +- **Region:** SW +- **Site:** Washington Court House +- **Source table:** Table 1L. Performance of hybrids in the full-season trial. SOUTHWESTERN/WEST CENTRAL/CENTRAL Ohio, 2025. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/corntrials/CountryJournal2025.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | Yield | Harv. Moisture | Stalk Lodging | Final Stand | Emergence | +|---|---|---|---|---|---|---|---|---| +| 1 | AUGUSTA SEED | A4862 Conv | - | 295.9 | 22.5 | 0 | 294 | 97 | +| 2 | AGRIGOLD HYBRIDS | A642-32VT2PRORIB | - | 292.8 | 22 | 0 | 338 | 99 | +| 3 | FS INVISION | FS 6245V RIB | RR,CB | 291 | 19.8 | 0 | 360 | 98 | +| 4 | GOLDEN HARVEST | G12U11-AA | GT,CB,LL | 288.4 | 23 | 0 | 335 | 98 | +| 5 | 1st CHOICE SEEDS | FC 8345 TRE RIB | - | 285.9 | 23.6 | 0 | 361 | 100 | +| 6 | LG SEEDS | LG 62C73VT2RIB | RR,CB | 285.8 | 19.6 | 0 | 358 | 99 | +| 7 | DYNA-GRO | D55TC86RIB | - | 284.5 | 21.1 | 2 | 330 | 98 | +| 8 | CHANNEL | 215-70TRERIB | RR,CB,TRE,WBC | 284.1 | 21.6 | 0 | 339 | 97 | +| 9 | 1st CHOICE SEEDS | FC 8257 PC | - | 282.7 | 22.7 | 0 | 320 | 97 | +| 10 | LG SEEDS | LG 64C43VT2RIB | RR,CB | 281.3 | 22.8 | 0 | 360 | 99 | +| 11 | EBBERTS | 7114PC | RR,CB,LL,Enlist | 279.9 | 23 | 0 | 342 | 98 | +| 12 | EBBERTS | 6883DGVT2P RIB | - | 279.7 | 22.2 | 0 | 351 | 96 | +| 13 | SHUR GROW | SG-7009PCE | RR,CB,LL,Enlist | 279.5 | 21.6 | 0 | 338 | 98 | +| 14 | EBBERTS | 7442PC | RR,CB,LL,Enlist | 279.5 | 22 | 0 | 336 | 98 | +| 15 | SEED GENETICS DIRECT | AGI-C-4115 PWE | - | 279.3 | 22 | 0 | 363 | 98 | +| 16 | LG SEEDS | LG 62C20D | GT,CB,RW,LL,WBC | 278.8 | 20.1 | 0 | 355 | 98 | +| 17 | AXIS SEED | 65W75 | RR,CB,TRE,WBC | 278.2 | 20.2 | 0 | 358 | 99 | +| 18 | CHANNEL | 210-08VT2PRIB | - | 277.3 | 20.5 | 0 | 324 | 98 | +| 19 | SEED CONSULTANTS | SC 1086PCE | - | 277.3 | 22 | 0 | 325 | 95 | +| 20 | SEED GENETICS DIRECT | AGI-C-3114 PWE | - | 277.3 | 22.5 | 0 | 368 | 100 | +| 21 | LG SEEDS | LG 60C05-3110 | GT,CB,LL,VIP | 277.1 | 19.6 | 0 | 355 | 96 | +| 22 | SHUR GROW | SG-7347PCE | RR,CB,LL,Enlist | 276.2 | 22 | 0 | 343 | 97 | +| 23 | FS INVISION | FS 5947T RIB | - | 276 | 19.1 | 0 | 360 | 98 | +| 24 | EBBERTS | 1335C | NON-GMO | 275.5 | 18.5 | 0 | 338 | 98 | +| 25 | AXIS SEED | 62C60 | RR,CB,LL,Enlist | 275.5 | 21.6 | 0 | 358 | 99 | +| 26 | BA GENETICS | BA 26-10 PCE | RR,CB,LL,Enlist | 275 | 21 | 0 | 330 | 92 | +| 27 | NK | NK1228-AA | GT,CB,LL | 274.5 | 22.6 | 0 | 365 | 100 | +| 28 | SEED GENETICS DIRECT | AGI-C-5105 PWE | - | 272.6 | 19.1 | 0 | 343 | 94 | +| 29 | SHUR GROW | SG-6550PCE | RR,CB,LL,Enlist | 270.9 | 19.1 | 0 | 336 | 98 | +| 30 | CHANNEL | 218-66VT2PRIB | RR,CB | 270.9 | 25.2 | 0 | 305 | 97 | +| 31 | AUGUSTA SEED | A2360PWE | RR,CB,LL,Enlist | 270.7 | 21.5 | 0 | 293 | 99 | +| 32 | SEED GENETICS DIRECT | AGI-C-6104 PWE | RR,CB,LL,Enlist | 270.4 | 18.6 | 0 | 364 | 98 | +| 33 | SEED CONSULTANTS | SC 1135PCE | RR,CB,LL,Enlist | 270.3 | 20.5 | 0 | 329 | 96 | +| 34 | SEED CONSULTANTS | SC 1116PCE | RR,CB,LL,Enlist | 270.2 | 20.7 | 0 | 337 | 98 | +| 35 | BA GENETICS | BA 25-12 VT2P | - | 270 | 20 | 0 | 356 | 98 | +| 36 | AUGUSTA SEED | A4861 Conv | - | 268.5 | 21.1 | 0 | 294 | 97 | +| 37 | EBBERTS | 9779SSX | RR,CB,RW,LL,CEW | 268 | 20.8 | 0 | 360 | 98 | +| 38 | FS INVISION | FS 6157T RIB | RR,CB,TRE,WBC | 267.9 | 20.6 | 0 | 350 | 97 | +| 39 | SEED GENETICS DIRECT | AGI-C-6112 PWE | RR,CB,LL,Enlist | 267.3 | 22.2 | 0 | 346 | 95 | +| 40 | GREAT HEART SEED | 7151PCE | - | 267.1 | 19.7 | 0 | 332 | 98 | +| 41 | FS INVISION | FS 6133VDG RIB | RR,CB,DT | 266.7 | 21.4 | 0 | 358 | 99 | +| 42 | FS INVISION | FS 6042F RIB | - | 266.6 | 20.7 | 0 | 363 | 99 | +| 43 | SEED CONSULTANTS | SC 1105PCE | RR,CB,LL,Enlist | 266.2 | 21.5 | 0 | 334 | 99 | +| 44 | AXIS SEED | 59D20 | - | 266.1 | 19.8 | 0 | 356 | 98 | +| 45 | BA GENETICS | BA 26-12 PCE | RR,CB,LL,Enlist | 266.1 | 21.7 | 0 | 349 | 98 | +| 46 | DYNA-GRO | D52TC66RIB | - | 265.9 | 19.8 | 0 | 327 | 100 | +| 47 | SEED GENETICS DIRECT | AGI-C-6108 PWE | RR,CB,LL,Enlist | 265.8 | 20.1 | 0 | 367 | 99 | +| 48 | CHANNEL | 209-70TRERIB | RR,CB,TRE,WBC | 265.6 | 22.4 | 0 | 314 | 93 | +| 49 | EBBERTS | 1660C | - | 265.6 | 21.4 | 0 | 341 | 98 | +| 50 | GOLDEN HARVEST | G14B32-DV | GT,CB,RW,LL,BCW,VIP | 265.6 | 24.2 | 0 | 345 | 95 | +| 51 | SEED CONSULTANTS | SC 1055PCE | - | 265.5 | 18.8 | 0 | 334 | 98 | +| 52 | SEED CONSULTANTS | SC 1094PCE | RR,CB,LL,Enlist | 265.2 | 21.8 | 0 | 337 | 97 | +| 53 | AXIS SEED | 63H27 | RR,CB | 265.2 | 20.5 | 0 | 358 | 99 | +| 54 | BA GENETICS | BA 26-06 PCE | - | 265.1 | 19.5 | 0 | 321 | 89 | +| 55 | AGRIGOLD HYBRIDS | A642-18SSPRIB | RR,CB,RW,LL,CEW | 264.4 | 20.4 | 0 | 336 | 97 | +| 56 | GREAT HEART SEED | 7195TRE | RR,CB,TRE,WBC | 264.2 | 22.3 | 0 | 333 | 97 | +| 57 | AXIS SEED | AEXPT108 | RR,CB,LL,Enlist | 264.1 | 21.1 | 0 | 341 | 94 | +| 58 | GREAT HEART SEED | 7272PCE | - | 264.1 | 22.9 | 0 | 327 | 97 | +| 59 | SEED GENETICS DIRECT | Direct 2111-AA | - | 263.1 | 21.9 | 0 | 354 | 95 | +| 60 | SHUR GROW | SG-6491PCE | RR,CB,LL,Enlist | 262.9 | 18.7 | 0 | 342 | 98 | +| 61 | DYNA-GRO | D52PN76RA | RR,CB,LL,Enlist | 262.9 | 21.7 | 0 | 327 | 98 | +| 62 | GOLDEN HARVEST | G13M31-AA | GT,CB,LL | 261.8 | 23.9 | 0 | 346 | 92 | +| 63 | CHANNEL | 211-11VT2PRIB | - | 261.5 | 19.5 | 0 | 363 | 98 | +| 64 | SHUR GROW | SG-7244PCE | RR,CB,LL,Enlist | 260.6 | 22.5 | 0 | 341 | 98 | +| 65 | GOLDEN HARVEST | G12S75-D | GT,CB,RW,LL,WBC | 260.3 | 24 | 0 | 329 | 99 | +| 66 | EBBERTS | 7188PC | RR,CB,LL,Enlist | 259.4 | 20.4 | 0 | 337 | 97 | +| 67 | AGRIGOLD HYBRIDS | A641-62D | - | 259.3 | 21 | 0 | 355 | 98 | +| 68 | EBBERTS | 7993PC | RR,CB,LL,Enlist | 259.1 | 23.3 | 0 | 337 | 97 | +| 69 | FS INVISION | FS 6349PC RA | RR,CB,LL,Enlist | 258.9 | 21.3 | 0 | 356 | 98 | +| 70 | EBBERTS | 7770PC | RR,CB,LL,Enlist | 258.4 | 21.5 | 0 | 338 | 98 | +| 71 | BA GENETICS | BA 25-11 VT2P | RR,CB | 258.3 | 19.9 | 0 | 341 | 95 | +| 72 | NK | NK1523-V | GT,CB,LL,VIP | 257.7 | 25.7 | 0 | 358 | 98 | +| 73 | EBBERTS | 7557PC | RR,CB,LL,Enlist | 257.4 | 19.2 | 0 | 338 | 96 | +| 74 | BA GENETICS | BA 26-14 PCE | RR,CB,LL,Enlist | 256.6 | 23.3 | 0 | 351 | 96 | +| 75 | GOLDEN HARVEST | G11V76-AA | GT,CB,LL | 256.3 | 23.7 | 0 | 359 | 98 | +| 76 | SHUR GROW | SG-6707V | GT,CB,LL,VIP | 255.8 | 18.6 | 0 | 342 | 98 | +| 77 | FS INVISION | FS 6447T RIB | RR,CB,TRE,WBC | 255.7 | 21.3 | 0 | 356 | 97 | +| 78 | AXIS SEED | 60C61 | RR,CB,LL,Enlist | 255.5 | 21.5 | 0 | 333 | 92 | +| 79 | SHUR GROW | SG-6911PCE | RR,CB,LL,Enlist | 255.5 | 21.5 | 0 | 328 | 95 | +| 80 | SEED GENETICS DIRECT | AGI-C-3113 PWE | - | 255.4 | 23.3 | 0 | 350 | 94 | +| 81 | CHANNEL | 214-70TRERIB | RR,CB,TRE,WBC | 255 | 19.3 | 0 | 363 | 99 | +| 82 | AUGUSTA SEED | A2162AA | - | 254.9 | 23.5 | 0 | 272 | 92 | +| 83 | LG SEEDS | LG 55C40TRC | - | 254.4 | 16.5 | 0 | 358 | 97 | +| 84 | SHUR GROW | SG-6807DV | GT,CB,RW,LL,BCW,VIP | 253.8 | 21.3 | 0 | 345 | 99 | +| 85 | SHUR GROW | SG-6884PCE | RR,CB,LL,Enlist | 253.2 | 20 | 0 | 345 | 98 | +| 86 | SHUR GROW | SG-7275V | GT,CB,LL,VIP | 251.1 | 23.5 | 0 | 336 | 97 | +| 87 | AXIS SEED | 64H70 | RR,CB,TRE,WBC | 250.8 | 19.8 | 2 | 361 | 99 | +| 88 | NK | NK1386-VZ | GT,CB,LL,VIP | 250.3 | 21.8 | 0 | 360 | 99 | +| 89 | SEED GENETICS DIRECT | Direct 3111-3110 | - | 250.1 | 21.5 | 0 | 338 | 98 | +| 90 | 1st CHOICE SEEDS | FC 8455 VT2P RIB | RR,CB | 249.1 | 21.2 | 1 | 356 | 99 | +| 91 | NK | NK0880-V | - | 248.9 | 19 | 0 | 337 | 94 | +| 92 | EBBERTS | 7209TR | RR,CB,TRE,WBC | 248.6 | 20.1 | 0 | 341 | 98 | +| 93 | GOLDEN HARVEST | G10M87-AA | - | 248.6 | 21.2 | 0 | 363 | 99 | +| 94 | AUGUSTA SEED | A4961V | GT,CB,LL,VIP | 248.3 | 21.5 | 0 | 321 | 99 | +| 95 | LG SEEDS | LG 58C48VT2RIB | RR,CB | 247.3 | 20.2 | 0 | 360 | 99 | +| 96 | GOLDEN HARVEST | G10U97-V | GT,CB,LL,VIP | 244.3 | 21.6 | 0 | 358 | 98 | +| 97 | SEED GENETICS DIRECT | Direct 9107 GT | - | 242.2 | 21.4 | 0 | 358 | 96 | +| 98 | NK | NK1056-V | - | 240.4 | 20.8 | 0 | 359 | 99 | +| 99 | CHANNEL | 205-08TRERIB | - | 237.3 | 16.2 | 0 | 361 | 98 | +| 100 | BA GENETICS | BA 25-07 PCE | - | 233.9 | 18.6 | 0 | 348 | 96 | +| 101 | AUGUSTA SEED | A6362V | GT,CB,LL,VIP | 231.8 | 23.1 | 0 | 308 | 94 | +| 102 | SEED GENETICS DIRECT | AGI-C-4111 PWE | RR,CB,LL,Enlist | 230.3 | 20.7 | 0 | 363 | 99 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.json new file mode 100644 index 00000000..71b07655 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.json @@ -0,0 +1,691 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2024-central-early", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "Central", + "site": "early maturity", + "cooperator": "C1=Mercer Co.; C2=Licking Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5: The 2024 Ohio Soybean Performance Trials, Central Region - Early Varieties (RM 2.4-3.3)", + "results": [ + { + "rank": 1, + "brand": "Viking|Blue River", + "product": "30B4", + "traits": "CV", + "metrics": { + "RM": 3, + "Yield C1": 71.4, + "Yield C2": 95, + "Yield": 83.2 + } + }, + { + "rank": 2, + "brand": "Seed Genetics Direct", + "product": "ET-3729E3S", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 70.5, + "Yield C2": 94.2, + "Yield": 82.4 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 61.5, + "Yield C2": 100.8, + "Yield": 81.2 + } + }, + { + "rank": 4, + "brand": "GROWMARK, INC.", + "product": "HS 30F40", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield C1": 65.3, + "Yield C2": 91.1, + "Yield": 78.2 + } + }, + { + "rank": 5, + "brand": "Shur Grow", + "product": "SG-2954E3S", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 62, + "Yield C2": 92.6, + "Yield": 77.3 + } + }, + { + "rank": 6, + "brand": "GROWMARK, INC.", + "product": "HS 28E10", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 61.9, + "Yield C2": 92.2, + "Yield": 77.1, + "Yield 2yr Mean": 72.3 + } + }, + { + "rank": 7, + "brand": "Ebberts Field Seeds", + "product": "E2980 E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 69.8, + "Yield C2": 83.7, + "Yield": 76.8, + "Yield 2yr Mean": 76 + } + }, + { + "rank": 8, + "brand": "Seed Consultants, Inc.", + "product": "SC7315ETM", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 64.4, + "Yield C2": 88.5, + "Yield": 76.5 + } + }, + { + "rank": 9, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 67.6, + "Yield C2": 84.4, + "Yield": 76, + "Yield 2yr Mean": 74 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield C1": 66.4, + "Yield C2": 85.1, + "Yield": 75.8, + "Yield 2yr Mean": 70.1 + } + }, + { + "rank": 11, + "brand": "NK Seeds", + "product": "NK33-Y7E3S", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 69.6, + "Yield C2": 81.4, + "Yield": 75.5 + } + }, + { + "rank": 12, + "brand": "Ebberts Field Seeds", + "product": "E2790 E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield C1": 66.6, + "Yield C2": 83.6, + "Yield": 75.1 + } + }, + { + "rank": 13, + "brand": "Golden Harvest", + "product": "GH2814E3S", + "traits": "EN, STS", + "metrics": { + "RM": 2.8, + "Yield C1": 67.9, + "Yield C2": 80.6, + "Yield": 74.3, + "Yield 2yr Mean": 74.7 + } + }, + { + "rank": 14, + "brand": "Seed Genetics Direct", + "product": "ET-4732E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield C1": 66.9, + "Yield C2": 81.6, + "Yield": 74.3 + } + }, + { + "rank": 15, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XF", + "metrics": { + "RM": 2.7, + "Yield C1": 59.4, + "Yield C2": 88.9, + "Yield": 74.2, + "Yield 2yr Mean": 74.1 + } + }, + { + "rank": 16, + "brand": "Ebberts Field Seeds", + "product": "E3380 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 64.4, + "Yield C2": 83.1, + "Yield": 73.8, + "Yield 2yr Mean": 72.8 + } + }, + { + "rank": 17, + "brand": "Seed Consultants, Inc.", + "product": "SC7332ETM", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 62.9, + "Yield C2": 83.1, + "Yield": 73, + "Yield 2yr Mean": 69.6 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 62.5, + "Yield C2": 82.8, + "Yield": 72.7 + } + }, + { + "rank": 19, + "brand": "GROWMARK, INC.", + "product": "HS 30E40", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 62.2, + "Yield C2": 82.8, + "Yield": 72.5 + } + }, + { + "rank": 20, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XF", + "metrics": { + "RM": 2.6, + "Yield C1": 58.8, + "Yield C2": 85.4, + "Yield": 72.1 + } + }, + { + "rank": 21, + "brand": "Axis", + "product": "3314E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 63, + "Yield C2": 80.9, + "Yield": 72 + } + }, + { + "rank": 22, + "brand": "Dyna-Gro Seed", + "product": "S29ES45", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 62.2, + "Yield C2": 81.6, + "Yield": 71.9 + } + }, + { + "rank": 23, + "brand": "GROWMARK, INC.", + "product": "HS 25E30", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield C1": 62.9, + "Yield C2": 79.5, + "Yield": 71.2 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro Seed", + "product": "S31EN14", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 61.5, + "Yield C2": 79.9, + "Yield": 70.7, + "Yield 2yr Mean": 66.6 + } + }, + { + "rank": 25, + "brand": "GROWMARK, INC.", + "product": "HS 31E20", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 66.5, + "Yield C2": 74.9, + "Yield": 70.7, + "Yield 2yr Mean": 70.3 + } + }, + { + "rank": 26, + "brand": "Shur Grow", + "product": "SG-3053E3S", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 65.7, + "Yield C2": 75.4, + "Yield": 70.6 + } + }, + { + "rank": 27, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.3, + "Yield C1": 59, + "Yield C2": 81.8, + "Yield": 70.4 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield C1": 58.9, + "Yield C2": 81.7, + "Yield": 70.3, + "Yield 2yr Mean": 70.8 + } + }, + { + "rank": 29, + "brand": "GROWMARK, INC.", + "product": "HS 33E20", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 63.5, + "Yield C2": 76, + "Yield": 69.8 + } + }, + { + "rank": 30, + "brand": "Asgrow", + "product": "AG24XF4", + "traits": "XF", + "metrics": { + "RM": 2.4, + "Yield C1": 59.4, + "Yield C2": 79.8, + "Yield": 69.6 + } + }, + { + "rank": 31, + "brand": "Seed Genetics Direct", + "product": "ET-0733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 63.6, + "Yield C2": 75.5, + "Yield": 69.6 + } + }, + { + "rank": 32, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield C1": 62.1, + "Yield C2": 76, + "Yield": 69.1 + } + }, + { + "rank": 33, + "brand": "Shur Grow", + "product": "CT-3385E3S", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 64.2, + "Yield C2": 73.7, + "Yield": 69 + } + }, + { + "rank": 34, + "brand": "Shur Grow", + "product": "SG-3254E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield C1": 60.2, + "Yield C2": 77.4, + "Yield": 68.8 + } + }, + { + "rank": 35, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 58.9, + "Yield C2": 78.5, + "Yield": 68.7 + } + }, + { + "rank": 36, + "brand": "Xitavo", + "product": "XO 2985E", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 59.9, + "Yield C2": 75.8, + "Yield": 67.9 + } + }, + { + "rank": 37, + "brand": "Ebberts Field Seeds", + "product": "E3171 E3", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 61.9, + "Yield C2": 73.1, + "Yield": 67.5, + "Yield 2yr Mean": 67.7 + } + }, + { + "rank": 38, + "brand": "Axis", + "product": "3324 EXP", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield C1": 62.8, + "Yield C2": 71.8, + "Yield": 67.3 + } + }, + { + "rank": 39, + "brand": "Benson Hill", + "product": "E31Y806", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield C1": 59.2, + "Yield C2": 75.2, + "Yield": 67.2 + } + }, + { + "rank": 40, + "brand": "Shur Grow", + "product": "SG-EXP25A", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield C1": 54.6, + "Yield C2": 79.7, + "Yield": 67.2 + } + }, + { + "rank": 41, + "brand": "Seed Genetics Direct", + "product": "ET-3731E3S", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 67.4, + "Yield C2": 66.7, + "Yield": 67.1 + } + }, + { + "rank": 42, + "brand": "Shur Grow", + "product": "CT-2625E3", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield C1": 60, + "Yield C2": 72.8, + "Yield": 66.4 + } + }, + { + "rank": 43, + "brand": "Shur Grow", + "product": "SG-2554E3", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield C1": 57.2, + "Yield C2": 75.1, + "Yield": 66.2 + } + }, + { + "rank": 44, + "brand": "Axis", + "product": "3104ES", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 58.9, + "Yield C2": 72.5, + "Yield": 65.7 + } + }, + { + "rank": 45, + "brand": "Seed Genetics Direct", + "product": "ET-3728E3", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 62.8, + "Yield C2": 68.6, + "Yield": 65.7 + } + }, + { + "rank": 46, + "brand": "GROWMARK, INC.", + "product": "HS 29E40", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 57.2, + "Yield C2": 74.1, + "Yield": 65.7 + } + }, + { + "rank": 47, + "brand": "Shur Grow", + "product": "CT-3055E3S", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 61.8, + "Yield C2": 68, + "Yield": 64.9 + } + }, + { + "rank": 48, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 59.1, + "Yield C2": 68.2, + "Yield": 63.7 + } + }, + { + "rank": 49, + "brand": "Axis", + "product": "2924ES", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 63.1, + "Yield C2": 63.8, + "Yield": 63.5 + } + }, + { + "rank": 50, + "brand": "DonMario", + "product": "DM24E84", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield C1": 45.2, + "Yield C2": 81.5, + "Yield": 63.4 + } + }, + { + "rank": 51, + "brand": "Seed Genetics Direct", + "product": "ET-3733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 51.8, + "Yield C2": 74.9, + "Yield": 63.4 + } + }, + { + "rank": 52, + "brand": "GROWMARK, INC.", + "product": "HS 26E20", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield C1": 57.4, + "Yield C2": 67.1, + "Yield": 62.3, + "Yield 2yr Mean": 62 + } + }, + { + "rank": 53, + "brand": "Benson Hill", + "product": "BH31Q146", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield C1": 54.2, + "Yield C2": 69.1, + "Yield": 61.7 + } + }, + { + "rank": 54, + "brand": "GROWMARK, INC.", + "product": "HS 28F30", + "traits": "XF", + "metrics": { + "RM": 2.8, + "Yield C1": 55.3, + "Yield C2": 64.6, + "Yield": 60, + "Yield 2yr Mean": 59.9 + } + } + ], + "n_results": 54, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:26.923773+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.md new file mode 100644 index 00000000..0a4b6300 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-early.md @@ -0,0 +1,73 @@ +# Soybean yield trial — early maturity, OH (Central, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2024 +- **Region:** Central +- **Site:** early maturity +- **Source table:** TABLE 5: The 2024 Ohio Soybean Performance Trials, Central Region - Early Varieties (RM 2.4-3.3) +- **Cooperator / sites:** C1=Mercer Co.; C2=Licking Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield C1 | Yield C2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Viking|Blue River | 30B4 | CV | 3 | 71.4 | 95 | 83.2 | +| 2 | Seed Genetics Direct | ET-3729E3S | EN | 2.9 | 70.5 | 94.2 | 82.4 | +| 3 | Xitavo | XO 3105E | EN | 3.1 | 61.5 | 100.8 | 81.2 | +| 4 | GROWMARK, INC. | HS 30F40 | XF | 3 | 65.3 | 91.1 | 78.2 | +| 5 | Shur Grow | SG-2954E3S | EN | 2.9 | 62 | 92.6 | 77.3 | +| 6 | GROWMARK, INC. | HS 28E10 | EN | 2.8 | 61.9 | 92.2 | 77.1 | +| 7 | Ebberts Field Seeds | E2980 E3 | EN | 2.9 | 69.8 | 83.7 | 76.8 | +| 8 | Seed Consultants, Inc. | SC7315ETM | EN | 3.1 | 64.4 | 88.5 | 76.5 | +| 9 | Xitavo | XO 3014E | EN | 3 | 67.6 | 84.4 | 76 | +| 10 | Asgrow | AG33XF3 | XF | 3.3 | 66.4 | 85.1 | 75.8 | +| 11 | NK Seeds | NK33-Y7E3S | EN | 3.3 | 69.6 | 81.4 | 75.5 | +| 12 | Ebberts Field Seeds | E2790 E3 | EN | 2.7 | 66.6 | 83.6 | 75.1 | +| 13 | Golden Harvest | GH2814E3S | EN, STS | 2.8 | 67.9 | 80.6 | 74.3 | +| 14 | Seed Genetics Direct | ET-4732E3 | EN | 3.2 | 66.9 | 81.6 | 74.3 | +| 15 | Asgrow | AG27XF3 | XF | 2.7 | 59.4 | 88.9 | 74.2 | +| 16 | Ebberts Field Seeds | E3380 E3 | EN | 3.3 | 64.4 | 83.1 | 73.8 | +| 17 | Seed Consultants, Inc. | SC7332ETM | EN | 3.3 | 62.9 | 83.1 | 73 | +| 18 | Xitavo | XO 3375E | EN | 3.3 | 62.5 | 82.8 | 72.7 | +| 19 | GROWMARK, INC. | HS 30E40 | EN | 3 | 62.2 | 82.8 | 72.5 | +| 20 | Asgrow | AG26XF4 | XF | 2.6 | 58.8 | 85.4 | 72.1 | +| 21 | Axis | 3314E | EN | 3.3 | 63 | 80.9 | 72 | +| 22 | Dyna-Gro Seed | S29ES45 | EN | 2.9 | 62.2 | 81.6 | 71.9 | +| 23 | GROWMARK, INC. | HS 25E30 | EN | 2.5 | 62.9 | 79.5 | 71.2 | +| 24 | Dyna-Gro Seed | S31EN14 | EN | 3.1 | 61.5 | 79.9 | 70.7 | +| 25 | GROWMARK, INC. | HS 31E20 | EN | 3.1 | 66.5 | 74.9 | 70.7 | +| 26 | Shur Grow | SG-3053E3S | EN | 3 | 65.7 | 75.4 | 70.6 | +| 27 | Golden Harvest | GH3355E3S | EN, STS | 3.3 | 59 | 81.8 | 70.4 | +| 28 | Xitavo | XO 3224E | EN | 3.2 | 58.9 | 81.7 | 70.3 | +| 29 | GROWMARK, INC. | HS 33E20 | EN | 3.3 | 63.5 | 76 | 69.8 | +| 30 | Asgrow | AG24XF4 | XF | 2.4 | 59.4 | 79.8 | 69.6 | +| 31 | Seed Genetics Direct | ET-0733E3 | EN | 3.3 | 63.6 | 75.5 | 69.6 | +| 32 | Asgrow | AG30XF4 | XF | 3 | 62.1 | 76 | 69.1 | +| 33 | Shur Grow | CT-3385E3S | EN | 3.3 | 64.2 | 73.7 | 69 | +| 34 | Shur Grow | SG-3254E3 | EN | 3.2 | 60.2 | 77.4 | 68.8 | +| 35 | Golden Harvest | GH3035E3 | EN | 3 | 58.9 | 78.5 | 68.7 | +| 36 | Xitavo | XO 2985E | EN | 2.9 | 59.9 | 75.8 | 67.9 | +| 37 | Ebberts Field Seeds | E3171 E3 | EN | 3.1 | 61.9 | 73.1 | 67.5 | +| 38 | Axis | 3324 EXP | XF | 3.3 | 62.8 | 71.8 | 67.3 | +| 39 | Benson Hill | E31Y806 | CV | 3.1 | 59.2 | 75.2 | 67.2 | +| 40 | Shur Grow | SG-EXP25A | EN | 2.5 | 54.6 | 79.7 | 67.2 | +| 41 | Seed Genetics Direct | ET-3731E3S | EN | 3.1 | 67.4 | 66.7 | 67.1 | +| 42 | Shur Grow | CT-2625E3 | EN | 2.6 | 60 | 72.8 | 66.4 | +| 43 | Shur Grow | SG-2554E3 | EN | 2.5 | 57.2 | 75.1 | 66.2 | +| 44 | Axis | 3104ES | EN | 3.1 | 58.9 | 72.5 | 65.7 | +| 45 | Seed Genetics Direct | ET-3728E3 | EN | 2.8 | 62.8 | 68.6 | 65.7 | +| 46 | GROWMARK, INC. | HS 29E40 | EN | 2.9 | 57.2 | 74.1 | 65.7 | +| 47 | Shur Grow | CT-3055E3S | EN | 3 | 61.8 | 68 | 64.9 | +| 48 | Xitavo | XO 2865E | EN | 2.8 | 59.1 | 68.2 | 63.7 | +| 49 | Axis | 2924ES | EN | 2.9 | 63.1 | 63.8 | 63.5 | +| 50 | DonMario | DM24E84 | EN | 2.4 | 45.2 | 81.5 | 63.4 | +| 51 | Seed Genetics Direct | ET-3733E3 | EN | 3.3 | 51.8 | 74.9 | 63.4 | +| 52 | GROWMARK, INC. | HS 26E20 | EN | 2.6 | 57.4 | 67.1 | 62.3 | +| 53 | Benson Hill | BH31Q146 | CV | 3.1 | 54.2 | 69.1 | 61.7 | +| 54 | GROWMARK, INC. | HS 28F30 | XF | 2.8 | 55.3 | 64.6 | 60 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.json new file mode 100644 index 00000000..05163099 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.json @@ -0,0 +1,719 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2024-central-late", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "Central", + "site": "late maturity", + "cooperator": "C1=Mercer Co.; C2=Licking Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6: The 2024 Ohio Soybean Performance Trials, Central Region - Late Varieties (RM 3.4-4.3)", + "results": [ + { + "rank": 1, + "brand": "Shur Grow", + "product": "SG-EXP36A", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 67, + "Yield C2": 95.9, + "Yield": 81.5 + } + }, + { + "rank": 2, + "brand": "Seed Consultants, Inc.", + "product": "SC7355ETM", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 68.2, + "Yield C2": 93.4, + "Yield": 80.8 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "E3690 E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 67.9, + "Yield C2": 92, + "Yield": 80 + } + }, + { + "rank": 4, + "brand": "Seed Genetics Direct", + "product": "ET-4738E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 64.5, + "Yield C2": 92.3, + "Yield": 78.4 + } + }, + { + "rank": 5, + "brand": "Axis", + "product": "3605XF", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 61.4, + "Yield C2": 94.5, + "Yield": 78 + } + }, + { + "rank": 6, + "brand": "Seed Consultants, Inc.", + "product": "SC7375ETM", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 64.6, + "Yield C2": 89.8, + "Yield": 77.2 + } + }, + { + "rank": 7, + "brand": "Dyna-Gro Seed", + "product": "S38EN75", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 60.9, + "Yield C2": 93.4, + "Yield": 77.2 + } + }, + { + "rank": 8, + "brand": "DonMario", + "product": "DM38E54", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 58.1, + "Yield C2": 95.3, + "Yield": 76.7 + } + }, + { + "rank": 9, + "brand": "Axis", + "product": "3605XF*", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 63.5, + "Yield C2": 89.7, + "Yield": 76.6 + } + }, + { + "rank": 10, + "brand": "Seed Consultants, Inc.", + "product": "SC7364ETM", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 60.7, + "Yield C2": 92.5, + "Yield": 76.6, + "Yield 2yr Mean": 73 + } + }, + { + "rank": 11, + "brand": "NK Seeds", + "product": "NK37-C1E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 62.7, + "Yield C2": 88.9, + "Yield": 75.8 + } + }, + { + "rank": 12, + "brand": "Axis", + "product": "3514ES*", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 63.6, + "Yield C2": 87.7, + "Yield": 75.7 + } + }, + { + "rank": 13, + "brand": "GROWMARK, INC.", + "product": "HS 34E40", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 67.6, + "Yield C2": 83.6, + "Yield": 75.6 + } + }, + { + "rank": 14, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 60.5, + "Yield C2": 90.6, + "Yield": 75.6 + } + }, + { + "rank": 15, + "brand": "Benson Hill", + "product": "BX37C755", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 61.6, + "Yield C2": 88.9, + "Yield": 75.3 + } + }, + { + "rank": 16, + "brand": "Benson Hill", + "product": "BH35A231", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield C1": 65.2, + "Yield C2": 84, + "Yield": 74.6 + } + }, + { + "rank": 17, + "brand": "Ebberts Field Seeds", + "product": "E3760 E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 62.7, + "Yield C2": 86.2, + "Yield": 74.5, + "Yield 2yr Mean": 76.4 + } + }, + { + "rank": 18, + "brand": "GROWMARK, INC.", + "product": "HS 37E40", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 62.6, + "Yield C2": 86.3, + "Yield": 74.5 + } + }, + { + "rank": 19, + "brand": "NK Seeds", + "product": "NK36-Q6E3S", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 63.2, + "Yield C2": 85.7, + "Yield": 74.5 + } + }, + { + "rank": 20, + "brand": "Seed Genetics Direct", + "product": "ET-4736E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 58.8, + "Yield C2": 90.1, + "Yield": 74.5 + } + }, + { + "rank": 21, + "brand": "Viking|Blue River", + "product": "39R4", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield C1": 65.1, + "Yield C2": 83.8, + "Yield": 74.5 + } + }, + { + "rank": 22, + "brand": "Axis", + "product": "3525E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 62.4, + "Yield C2": 86.4, + "Yield": 74.4 + } + }, + { + "rank": 23, + "brand": "Benson Hill", + "product": "N35D950S", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield C1": 63.5, + "Yield C2": 85.2, + "Yield": 74.4 + } + }, + { + "rank": 24, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 66.8, + "Yield C2": 81.9, + "Yield": 74.4 + } + }, + { + "rank": 25, + "brand": "Shur Grow", + "product": "SG-3784E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 60.6, + "Yield C2": 87.8, + "Yield": 74.2 + } + }, + { + "rank": 26, + "brand": "Shur Grow", + "product": "SG-EXP35A", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 56.6, + "Yield C2": 91.3, + "Yield": 74 + } + }, + { + "rank": 27, + "brand": "Axis", + "product": "3514ES", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 59.8, + "Yield C2": 87.6, + "Yield": 73.7 + } + }, + { + "rank": 28, + "brand": "Viking|Blue River", + "product": "3418N", + "traits": "CV", + "metrics": { + "RM": 3.4, + "Yield C1": 59.8, + "Yield C2": 87.3, + "Yield": 73.6 + } + }, + { + "rank": 29, + "brand": "Benson Hill", + "product": "BH39A232", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield C1": 63.2, + "Yield C2": 83.6, + "Yield": 73.4 + } + }, + { + "rank": 30, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XF", + "metrics": { + "RM": 3.9, + "Yield C1": 62.3, + "Yield C2": 84.2, + "Yield": 73.3, + "Yield 2yr Mean": 71.8 + } + }, + { + "rank": 31, + "brand": "Benson Hill", + "product": "BH37Q218", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 63.1, + "Yield C2": 83.3, + "Yield": 73.2 + } + }, + { + "rank": 32, + "brand": "Seed Consultants, Inc.", + "product": "SC7385ETM", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 63.8, + "Yield C2": 82.5, + "Yield": 73.2 + } + }, + { + "rank": 33, + "brand": "GROWMARK, INC.", + "product": "HS 36F40", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 60.9, + "Yield C2": 85.2, + "Yield": 73.1 + } + }, + { + "rank": 34, + "brand": "DonMario", + "product": "DM36E94", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 57.4, + "Yield C2": 88.2, + "Yield": 72.8 + } + }, + { + "rank": 35, + "brand": "Axis", + "product": "3624 EXP", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 59.1, + "Yield C2": 86.4, + "Yield": 72.8 + } + }, + { + "rank": 36, + "brand": "Ebberts Field Seeds", + "product": "E3580 E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 63.4, + "Yield C2": 81.6, + "Yield": 72.5, + "Yield 2yr Mean": 72.3 + } + }, + { + "rank": 37, + "brand": "Seed Genetics Direct", + "product": "ET-3735E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 61.3, + "Yield C2": 83.6, + "Yield": 72.5 + } + }, + { + "rank": 38, + "brand": "Seed Genetics Direct", + "product": "ET-4739E3", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield C1": 61.8, + "Yield C2": 82.1, + "Yield": 72 + } + }, + { + "rank": 39, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 65.2, + "Yield C2": 78.3, + "Yield": 71.8 + } + }, + { + "rank": 40, + "brand": "Viking|Blue River", + "product": "42D40", + "traits": "CV", + "metrics": { + "RM": 4.2, + "Yield C1": 57.8, + "Yield C2": 85.2, + "Yield": 71.5 + } + }, + { + "rank": 41, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 59.5, + "Yield C2": 83.5, + "Yield": 71.5 + } + }, + { + "rank": 42, + "brand": "Ebberts Field Seeds", + "product": "E3880 E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 61.5, + "Yield C2": 80.2, + "Yield": 70.9, + "Yield 2yr Mean": 67.6 + } + }, + { + "rank": 43, + "brand": "Xitavo", + "product": "XO 3795E", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 63.3, + "Yield C2": 78.1, + "Yield": 70.7 + } + }, + { + "rank": 44, + "brand": "NK Seeds", + "product": "NK34-Z8E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 59.1, + "Yield C2": 79.2, + "Yield": 69.2 + } + }, + { + "rank": 45, + "brand": "Shur Grow", + "product": "CT-3485E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 62, + "Yield C2": 76.3, + "Yield": 69.2 + } + }, + { + "rank": 46, + "brand": "Benson Hill", + "product": "BH37U205", + "traits": "CV", + "metrics": { + "RM": 3.8, + "Yield C1": 58.4, + "Yield C2": 79.8, + "Yield": 69.1 + } + }, + { + "rank": 47, + "brand": "Seed Genetics Direct", + "product": "ET-3739E3S", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield C1": 66.9, + "Yield C2": 70.7, + "Yield": 68.8 + } + }, + { + "rank": 48, + "brand": "Benson Hill", + "product": "BX37Q467", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 57, + "Yield C2": 80.3, + "Yield": 68.7 + } + }, + { + "rank": 49, + "brand": "Asgrow", + "product": "AG43XF2", + "traits": "XF", + "metrics": { + "RM": 4.3, + "Yield C1": 55.3, + "Yield C2": 81.7, + "Yield": 68.5 + } + }, + { + "rank": 50, + "brand": "GROWMARK, INC.", + "product": "HS 36E40", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 57.6, + "Yield C2": 79.1, + "Yield": 68.4 + } + }, + { + "rank": 51, + "brand": "Benson Hill", + "product": "BX36Q861", + "traits": "CV", + "metrics": { + "RM": 3.6, + "Yield C1": 57.8, + "Yield C2": 78, + "Yield": 67.9 + } + }, + { + "rank": 52, + "brand": "Axis", + "product": "3835E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 56.1, + "Yield C2": 79.2, + "Yield": 67.7 + } + }, + { + "rank": 53, + "brand": "Benson Hill", + "product": "BH35A233", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield C1": 60.9, + "Yield C2": 74.2, + "Yield": 67.6 + } + }, + { + "rank": 54, + "brand": "Seed Genetics Direct", + "product": "ET-4734E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 59.3, + "Yield C2": 75.4, + "Yield": 67.4 + } + }, + { + "rank": 55, + "brand": "Shur Grow", + "product": "SG-3454E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 55, + "Yield C2": 79.6, + "Yield": 67.3 + } + }, + { + "rank": 56, + "brand": "GROWMARK, INC.", + "product": "HS 34F30", + "traits": "XF", + "metrics": { + "RM": 3.4, + "Yield C1": 62, + "Yield C2": 71.6, + "Yield": 66.8, + "Yield 2yr Mean": 70.1 + } + }, + { + "rank": 57, + "brand": "Benson Hill", + "product": "C38H052S", + "traits": "CV", + "metrics": { + "RM": 3.8, + "Yield C1": 60.1, + "Yield C2": 71.3, + "Yield": 65.7 + } + } + ], + "n_results": 57, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:26.924287+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.md new file mode 100644 index 00000000..ca41a6c6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-central-late.md @@ -0,0 +1,76 @@ +# Soybean yield trial — late maturity, OH (Central, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2024 +- **Region:** Central +- **Site:** late maturity +- **Source table:** TABLE 6: The 2024 Ohio Soybean Performance Trials, Central Region - Late Varieties (RM 3.4-4.3) +- **Cooperator / sites:** C1=Mercer Co.; C2=Licking Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield C1 | Yield C2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Shur Grow | SG-EXP36A | EN | 3.6 | 67 | 95.9 | 81.5 | +| 2 | Seed Consultants, Inc. | SC7355ETM | EN | 3.5 | 68.2 | 93.4 | 80.8 | +| 3 | Ebberts Field Seeds | E3690 E3 | EN | 3.6 | 67.9 | 92 | 80 | +| 4 | Seed Genetics Direct | ET-4738E3 | EN | 3.8 | 64.5 | 92.3 | 78.4 | +| 5 | Axis | 3605XF | XF | 3.6 | 61.4 | 94.5 | 78 | +| 6 | Seed Consultants, Inc. | SC7375ETM | EN | 3.7 | 64.6 | 89.8 | 77.2 | +| 7 | Dyna-Gro Seed | S38EN75 | EN | 3.8 | 60.9 | 93.4 | 77.2 | +| 8 | DonMario | DM38E54 | EN | 3.8 | 58.1 | 95.3 | 76.7 | +| 9 | Axis | 3605XF* | XF | 3.6 | 63.5 | 89.7 | 76.6 | +| 10 | Seed Consultants, Inc. | SC7364ETM | EN | 3.6 | 60.7 | 92.5 | 76.6 | +| 11 | NK Seeds | NK37-C1E3 | EN | 3.7 | 62.7 | 88.9 | 75.8 | +| 12 | Axis | 3514ES* | EN | 3.5 | 63.6 | 87.7 | 75.7 | +| 13 | GROWMARK, INC. | HS 34E40 | EN | 3.4 | 67.6 | 83.6 | 75.6 | +| 14 | Asgrow | AG36XF4 | XF | 3.6 | 60.5 | 90.6 | 75.6 | +| 15 | Benson Hill | BX37C755 | CV | 3.7 | 61.6 | 88.9 | 75.3 | +| 16 | Benson Hill | BH35A231 | CV | 3.5 | 65.2 | 84 | 74.6 | +| 17 | Ebberts Field Seeds | E3760 E3 | EN | 3.7 | 62.7 | 86.2 | 74.5 | +| 18 | GROWMARK, INC. | HS 37E40 | EN | 3.7 | 62.6 | 86.3 | 74.5 | +| 19 | NK Seeds | NK36-Q6E3S | EN | 3.6 | 63.2 | 85.7 | 74.5 | +| 20 | Seed Genetics Direct | ET-4736E3 | EN | 3.6 | 58.8 | 90.1 | 74.5 | +| 21 | Viking|Blue River | 39R4 | CV | 3.9 | 65.1 | 83.8 | 74.5 | +| 22 | Axis | 3525E | EN | 3.5 | 62.4 | 86.4 | 74.4 | +| 23 | Benson Hill | N35D950S | CV | 3.5 | 63.5 | 85.2 | 74.4 | +| 24 | Xitavo | XO 3555E | EN | 3.5 | 66.8 | 81.9 | 74.4 | +| 25 | Shur Grow | SG-3784E3 | EN | 3.7 | 60.6 | 87.8 | 74.2 | +| 26 | Shur Grow | SG-EXP35A | EN | 3.5 | 56.6 | 91.3 | 74 | +| 27 | Axis | 3514ES | EN | 3.5 | 59.8 | 87.6 | 73.7 | +| 28 | Viking|Blue River | 3418N | CV | 3.4 | 59.8 | 87.3 | 73.6 | +| 29 | Benson Hill | BH39A232 | CV | 3.9 | 63.2 | 83.6 | 73.4 | +| 30 | Asgrow | AG39XF3 | XF | 3.9 | 62.3 | 84.2 | 73.3 | +| 31 | Benson Hill | BH37Q218 | CV | 3.7 | 63.1 | 83.3 | 73.2 | +| 32 | Seed Consultants, Inc. | SC7385ETM | EN | 3.8 | 63.8 | 82.5 | 73.2 | +| 33 | GROWMARK, INC. | HS 36F40 | XF | 3.6 | 60.9 | 85.2 | 73.1 | +| 34 | DonMario | DM36E94 | EN | 3.6 | 57.4 | 88.2 | 72.8 | +| 35 | Axis | 3624 EXP | EN | 3.6 | 59.1 | 86.4 | 72.8 | +| 36 | Ebberts Field Seeds | E3580 E3 | EN | 3.5 | 63.4 | 81.6 | 72.5 | +| 37 | Seed Genetics Direct | ET-3735E3 | EN | 3.5 | 61.3 | 83.6 | 72.5 | +| 38 | Seed Genetics Direct | ET-4739E3 | EN | 3.9 | 61.8 | 82.1 | 72 | +| 39 | Xitavo | XO 3855E | EN | 3.8 | 65.2 | 78.3 | 71.8 | +| 40 | Viking|Blue River | 42D40 | CV | 4.2 | 57.8 | 85.2 | 71.5 | +| 41 | Xitavo | XO 3655E | EN | 3.6 | 59.5 | 83.5 | 71.5 | +| 42 | Ebberts Field Seeds | E3880 E3 | EN | 3.8 | 61.5 | 80.2 | 70.9 | +| 43 | Xitavo | XO 3795E | EN | 3.7 | 63.3 | 78.1 | 70.7 | +| 44 | NK Seeds | NK34-Z8E3S | EN | 3.4 | 59.1 | 79.2 | 69.2 | +| 45 | Shur Grow | CT-3485E3S | EN | 3.4 | 62 | 76.3 | 69.2 | +| 46 | Benson Hill | BH37U205 | CV | 3.8 | 58.4 | 79.8 | 69.1 | +| 47 | Seed Genetics Direct | ET-3739E3S | EN | 3.9 | 66.9 | 70.7 | 68.8 | +| 48 | Benson Hill | BX37Q467 | CV | 3.7 | 57 | 80.3 | 68.7 | +| 49 | Asgrow | AG43XF2 | XF | 4.3 | 55.3 | 81.7 | 68.5 | +| 50 | GROWMARK, INC. | HS 36E40 | EN | 3.6 | 57.6 | 79.1 | 68.4 | +| 51 | Benson Hill | BX36Q861 | CV | 3.6 | 57.8 | 78 | 67.9 | +| 52 | Axis | 3835E | EN | 3.8 | 56.1 | 79.2 | 67.7 | +| 53 | Benson Hill | BH35A233 | CV | 3.5 | 60.9 | 74.2 | 67.6 | +| 54 | Seed Genetics Direct | ET-4734E3S | EN | 3.4 | 59.3 | 75.4 | 67.4 | +| 55 | Shur Grow | SG-3454E3S | EN | 3.4 | 55 | 79.6 | 67.3 | +| 56 | GROWMARK, INC. | HS 34F30 | XF | 3.4 | 62 | 71.6 | 66.8 | +| 57 | Benson Hill | C38H052S | CV | 3.8 | 60.1 | 71.3 | 65.7 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.json new file mode 100644 index 00000000..24e6035c --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.json @@ -0,0 +1,704 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2024-north-early", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "North", + "site": "early maturity", + "cooperator": "N1=Henry Co.; N2=Sandusky Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3: The 2024 Ohio Soybean Performance Trials, North Region - Early Varieties (RM 2.0-3.1)", + "results": [ + { + "rank": 1, + "brand": "Viking|Blue River", + "product": "30B4", + "traits": "CV", + "metrics": { + "RM": 3, + "Yield N1": 57.5, + "Yield N2": 51, + "Yield": 54.3 + } + }, + { + "rank": 2, + "brand": "Seedway", + "product": "SG 2923E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 58.8, + "Yield N2": 45.7, + "Yield": 52.3, + "Yield 2yr Mean": 68.4 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "E3171 E3", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 58.6, + "Yield N2": 41.7, + "Yield": 50.2, + "Yield 2yr Mean": 67.2 + } + }, + { + "rank": 4, + "brand": "Viking|Blue River", + "product": "27B4", + "traits": "CV", + "metrics": { + "RM": 2.7, + "Yield N1": 55, + "Yield N2": 43.8, + "Yield": 49.4 + } + }, + { + "rank": 5, + "brand": "Ebberts Field Seeds", + "product": "E2790 E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield N1": 56.5, + "Yield N2": 42, + "Yield": 49.3, + "Yield 2yr Mean": 66.8 + } + }, + { + "rank": 6, + "brand": "GROWMARK, INC.", + "product": "HS 30F40", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield N1": 56.2, + "Yield N2": 41.1, + "Yield": 48.7 + } + }, + { + "rank": 7, + "brand": "Seed Consultants, Inc.", + "product": "SC7315ETM", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 55.3, + "Yield N2": 41.7, + "Yield": 48.5 + } + }, + { + "rank": 8, + "brand": "Axis", + "product": "3104ES", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 51.1, + "Yield N2": 45.8, + "Yield": 48.5 + } + }, + { + "rank": 9, + "brand": "Golden Harvest", + "product": "GH2814E3S", + "traits": "EN, STS", + "metrics": { + "RM": 2.8, + "Yield N1": 55.5, + "Yield N2": 40.7, + "Yield": 48.1, + "Yield 2yr Mean": 68.1 + } + }, + { + "rank": 10, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XF", + "metrics": { + "RM": 2.6, + "Yield N1": 59.5, + "Yield N2": 36.4, + "Yield": 48 + } + }, + { + "rank": 11, + "brand": "Ebberts Field Seeds", + "product": "E2980 E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 53, + "Yield N2": 42.3, + "Yield": 47.7, + "Yield 2yr Mean": 65.1 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield N1": 51.1, + "Yield N2": 41.9, + "Yield": 46.5 + } + }, + { + "rank": 13, + "brand": "Seedway", + "product": "SX 3194XTF", + "traits": "XF", + "metrics": { + "RM": 3.1, + "Yield N1": 49, + "Yield N2": 43.7, + "Yield": 46.4 + } + }, + { + "rank": 14, + "brand": "GROWMARK, INC.", + "product": "HS 25E30", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 44.6, + "Yield N2": 47.1, + "Yield": 45.9 + } + }, + { + "rank": 15, + "brand": "Dyna-Gro Seed", + "product": "S29ES45", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 43.3, + "Yield N2": 48.3, + "Yield": 45.8 + } + }, + { + "rank": 16, + "brand": "Golden Harvest", + "product": "GH2775E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield N1": 48.2, + "Yield N2": 43, + "Yield": 45.6 + } + }, + { + "rank": 17, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 52.9, + "Yield N2": 37.2, + "Yield": 45.1, + "Yield 2yr Mean": 61.8 + } + }, + { + "rank": 18, + "brand": "Dyna-Gro Seed", + "product": "S25EN74", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 51.9, + "Yield N2": 37.8, + "Yield": 44.9, + "Yield 2yr Mean": 64.5 + } + }, + { + "rank": 19, + "brand": "Dyna-Gro Seed", + "product": "S31EN14", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 51.4, + "Yield N2": 38.1, + "Yield": 44.8, + "Yield 2yr Mean": 59 + } + }, + { + "rank": 20, + "brand": "Seed Genetics Direct", + "product": "ET-3729E3S", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 50.8, + "Yield N2": 37.8, + "Yield": 44.3 + } + }, + { + "rank": 21, + "brand": "DonMario", + "product": "DM22E64", + "traits": "EN", + "metrics": { + "RM": 2.2, + "Yield N1": 51.5, + "Yield N2": 35.6, + "Yield": 43.6 + } + }, + { + "rank": 22, + "brand": "Axis", + "product": "2924ES", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 51.7, + "Yield N2": 35.3, + "Yield": 43.5 + } + }, + { + "rank": 23, + "brand": "Xitavo", + "product": "XO 2625E", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 45.3, + "Yield N2": 41.7, + "Yield": 43.5 + } + }, + { + "rank": 24, + "brand": "Benson Hill", + "product": "BH23Q217", + "traits": "CV", + "metrics": { + "RM": 2.3, + "Yield N1": 51.5, + "Yield N2": 35.4, + "Yield": 43.5 + } + }, + { + "rank": 25, + "brand": "GROWMARK, INC.", + "product": "HS 31E20", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 50.1, + "Yield N2": 36.4, + "Yield": 43.3, + "Yield 2yr Mean": 61.7 + } + }, + { + "rank": 26, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 53.4, + "Yield N2": 33, + "Yield": 43.2 + } + }, + { + "rank": 27, + "brand": "Axis", + "product": "2635ES", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 50.1, + "Yield N2": 36.2, + "Yield": 43.2 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO 2985E", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 48.5, + "Yield N2": 37.7, + "Yield": 43.1 + } + }, + { + "rank": 29, + "brand": "NK Seeds", + "product": "NK30-A9E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 53.2, + "Yield N2": 32.4, + "Yield": 42.8 + } + }, + { + "rank": 30, + "brand": "Benson Hill", + "product": "E31Y806", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield N1": 45.9, + "Yield N2": 39.5, + "Yield": 42.7 + } + }, + { + "rank": 31, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 53.7, + "Yield N2": 31.2, + "Yield": 42.5 + } + }, + { + "rank": 32, + "brand": "Ebberts Field Seeds", + "product": "E2570 E3", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 47.8, + "Yield N2": 36.6, + "Yield": 42.2, + "Yield 2yr Mean": 62.1 + } + }, + { + "rank": 33, + "brand": "Xitavo", + "product": "XO 2444E", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 47.4, + "Yield N2": 36.6, + "Yield": 42, + "Yield 2yr Mean": 60.2 + } + }, + { + "rank": 34, + "brand": "GROWMARK, INC.", + "product": "HS 30E40", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 43.3, + "Yield N2": 38.7, + "Yield": 41 + } + }, + { + "rank": 35, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 45.7, + "Yield N2": 36.2, + "Yield": 41 + } + }, + { + "rank": 36, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XF", + "metrics": { + "RM": 2.7, + "Yield N1": 48.8, + "Yield N2": 33, + "Yield": 40.9, + "Yield 2yr Mean": 64.7 + } + }, + { + "rank": 37, + "brand": "Seed Genetics Direct", + "product": "ET-3731E3S", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 46.4, + "Yield N2": 35.3, + "Yield": 40.9 + } + }, + { + "rank": 38, + "brand": "Benson Hill", + "product": "BH31Q146", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield N1": 49.7, + "Yield N2": 31.4, + "Yield": 40.6 + } + }, + { + "rank": 39, + "brand": "GROWMARK, INC.", + "product": "HS 28E10", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 48, + "Yield N2": 33.1, + "Yield": 40.6, + "Yield 2yr Mean": 62.6 + } + }, + { + "rank": 40, + "brand": "NK Seeds", + "product": "NK26-M6E3", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 44.1, + "Yield N2": 37, + "Yield": 40.6 + } + }, + { + "rank": 41, + "brand": "GROWMARK, INC.", + "product": "HS 29E40", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 42.9, + "Yield N2": 36, + "Yield": 39.5 + } + }, + { + "rank": 42, + "brand": "Benson Hill", + "product": "BH25C137", + "traits": "CV", + "metrics": { + "RM": 2.5, + "Yield N1": 45.9, + "Yield N2": 32.2, + "Yield": 39.1 + } + }, + { + "rank": 43, + "brand": "GROWMARK, INC.", + "product": "HS 24F40", + "traits": "XF", + "metrics": { + "RM": 2.4, + "Yield N1": 42.2, + "Yield N2": 33.8, + "Yield": 38 + } + }, + { + "rank": 44, + "brand": "GROWMARK, INC.", + "product": "HS 26E20", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 38.7, + "Yield N2": 37.3, + "Yield": 38, + "Yield 2yr Mean": 57.9 + } + }, + { + "rank": 45, + "brand": "Ebberts Field Seeds", + "product": "E2390 E3", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 43.3, + "Yield N2": 32.4, + "Yield": 37.9 + } + }, + { + "rank": 46, + "brand": "Asgrow", + "product": "AG24XF4", + "traits": "XF", + "metrics": { + "RM": 2.4, + "Yield N1": 45.5, + "Yield N2": 29.3, + "Yield": 37.4 + } + }, + { + "rank": 47, + "brand": "Seed Genetics Direct", + "product": "ET-3728E3", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 41.1, + "Yield N2": 33.3, + "Yield": 37.2 + } + }, + { + "rank": 48, + "brand": "Seed Genetics Direct", + "product": "ET-1724E3S", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 41.2, + "Yield N2": 31.9, + "Yield": 36.6 + } + }, + { + "rank": 49, + "brand": "DonMario", + "product": "DM24E84", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 41.3, + "Yield N2": 31.7, + "Yield": 36.5 + } + }, + { + "rank": 50, + "brand": "GROWMARK, INC.", + "product": "HS 28F30", + "traits": "XF", + "metrics": { + "RM": 2.8, + "Yield N1": 37.6, + "Yield N2": 35, + "Yield": 36.3, + "Yield 2yr Mean": 58.6 + } + }, + { + "rank": 51, + "brand": "Benson Hill", + "product": "BH23H228", + "traits": "CV", + "metrics": { + "RM": 2.3, + "Yield N1": 41.5, + "Yield N2": 30.5, + "Yield": 36 + } + }, + { + "rank": 52, + "brand": "Axis", + "product": "2315E", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 33.4, + "Yield N2": 33.2, + "Yield": 33.3 + } + }, + { + "rank": 53, + "brand": "Seed Genetics Direct", + "product": "ET-4725E3", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 37.4, + "Yield N2": 29.2, + "Yield": 33.3 + } + }, + { + "rank": 54, + "brand": "Xitavo", + "product": "XO 2305E", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 31.5, + "Yield N2": 34.5, + "Yield": 33 + } + }, + { + "rank": 55, + "brand": "GROWMARK, INC.", + "product": "HS 23E40", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 31.9, + "Yield N2": 32.9, + "Yield": 32.4 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:26.922730+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.md new file mode 100644 index 00000000..9379055a --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-early.md @@ -0,0 +1,74 @@ +# Soybean yield trial — early maturity, OH (North, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2024 +- **Region:** North +- **Site:** early maturity +- **Source table:** TABLE 3: The 2024 Ohio Soybean Performance Trials, North Region - Early Varieties (RM 2.0-3.1) +- **Cooperator / sites:** N1=Henry Co.; N2=Sandusky Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield N1 | Yield N2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Viking|Blue River | 30B4 | CV | 3 | 57.5 | 51 | 54.3 | +| 2 | Seedway | SG 2923E3 | EN | 2.9 | 58.8 | 45.7 | 52.3 | +| 3 | Ebberts Field Seeds | E3171 E3 | EN | 3.1 | 58.6 | 41.7 | 50.2 | +| 4 | Viking|Blue River | 27B4 | CV | 2.7 | 55 | 43.8 | 49.4 | +| 5 | Ebberts Field Seeds | E2790 E3 | EN | 2.7 | 56.5 | 42 | 49.3 | +| 6 | GROWMARK, INC. | HS 30F40 | XF | 3 | 56.2 | 41.1 | 48.7 | +| 7 | Seed Consultants, Inc. | SC7315ETM | EN | 3.1 | 55.3 | 41.7 | 48.5 | +| 8 | Axis | 3104ES | EN | 3.1 | 51.1 | 45.8 | 48.5 | +| 9 | Golden Harvest | GH2814E3S | EN, STS | 2.8 | 55.5 | 40.7 | 48.1 | +| 10 | Asgrow | AG26XF4 | XF | 2.6 | 59.5 | 36.4 | 48 | +| 11 | Ebberts Field Seeds | E2980 E3 | EN | 2.9 | 53 | 42.3 | 47.7 | +| 12 | Asgrow | AG30XF4 | XF | 3 | 51.1 | 41.9 | 46.5 | +| 13 | Seedway | SX 3194XTF | XF | 3.1 | 49 | 43.7 | 46.4 | +| 14 | GROWMARK, INC. | HS 25E30 | EN | 2.5 | 44.6 | 47.1 | 45.9 | +| 15 | Dyna-Gro Seed | S29ES45 | EN | 2.9 | 43.3 | 48.3 | 45.8 | +| 16 | Golden Harvest | GH2775E3 | EN | 2.7 | 48.2 | 43 | 45.6 | +| 17 | Xitavo | XO 3014E | EN | 3 | 52.9 | 37.2 | 45.1 | +| 18 | Dyna-Gro Seed | S25EN74 | EN | 2.5 | 51.9 | 37.8 | 44.9 | +| 19 | Dyna-Gro Seed | S31EN14 | EN | 3.1 | 51.4 | 38.1 | 44.8 | +| 20 | Seed Genetics Direct | ET-3729E3S | EN | 2.9 | 50.8 | 37.8 | 44.3 | +| 21 | DonMario | DM22E64 | EN | 2.2 | 51.5 | 35.6 | 43.6 | +| 22 | Axis | 2924ES | EN | 2.9 | 51.7 | 35.3 | 43.5 | +| 23 | Xitavo | XO 2625E | EN | 2.6 | 45.3 | 41.7 | 43.5 | +| 24 | Benson Hill | BH23Q217 | CV | 2.3 | 51.5 | 35.4 | 43.5 | +| 25 | GROWMARK, INC. | HS 31E20 | EN | 3.1 | 50.1 | 36.4 | 43.3 | +| 26 | Golden Harvest | GH3035E3 | EN | 3 | 53.4 | 33 | 43.2 | +| 27 | Axis | 2635ES | EN | 2.6 | 50.1 | 36.2 | 43.2 | +| 28 | Xitavo | XO 2985E | EN | 2.9 | 48.5 | 37.7 | 43.1 | +| 29 | NK Seeds | NK30-A9E3 | EN | 3 | 53.2 | 32.4 | 42.8 | +| 30 | Benson Hill | E31Y806 | CV | 3.1 | 45.9 | 39.5 | 42.7 | +| 31 | Xitavo | XO 3105E | EN | 3.1 | 53.7 | 31.2 | 42.5 | +| 32 | Ebberts Field Seeds | E2570 E3 | EN | 2.5 | 47.8 | 36.6 | 42.2 | +| 33 | Xitavo | XO 2444E | EN | 2.4 | 47.4 | 36.6 | 42 | +| 34 | GROWMARK, INC. | HS 30E40 | EN | 3 | 43.3 | 38.7 | 41 | +| 35 | Xitavo | XO 2865E | EN | 2.8 | 45.7 | 36.2 | 41 | +| 36 | Asgrow | AG27XF3 | XF | 2.7 | 48.8 | 33 | 40.9 | +| 37 | Seed Genetics Direct | ET-3731E3S | EN | 3.1 | 46.4 | 35.3 | 40.9 | +| 38 | Benson Hill | BH31Q146 | CV | 3.1 | 49.7 | 31.4 | 40.6 | +| 39 | GROWMARK, INC. | HS 28E10 | EN | 2.8 | 48 | 33.1 | 40.6 | +| 40 | NK Seeds | NK26-M6E3 | EN | 2.6 | 44.1 | 37 | 40.6 | +| 41 | GROWMARK, INC. | HS 29E40 | EN | 2.9 | 42.9 | 36 | 39.5 | +| 42 | Benson Hill | BH25C137 | CV | 2.5 | 45.9 | 32.2 | 39.1 | +| 43 | GROWMARK, INC. | HS 24F40 | XF | 2.4 | 42.2 | 33.8 | 38 | +| 44 | GROWMARK, INC. | HS 26E20 | EN | 2.6 | 38.7 | 37.3 | 38 | +| 45 | Ebberts Field Seeds | E2390 E3 | EN | 2.3 | 43.3 | 32.4 | 37.9 | +| 46 | Asgrow | AG24XF4 | XF | 2.4 | 45.5 | 29.3 | 37.4 | +| 47 | Seed Genetics Direct | ET-3728E3 | EN | 2.8 | 41.1 | 33.3 | 37.2 | +| 48 | Seed Genetics Direct | ET-1724E3S | EN | 2.4 | 41.2 | 31.9 | 36.6 | +| 49 | DonMario | DM24E84 | EN | 2.4 | 41.3 | 31.7 | 36.5 | +| 50 | GROWMARK, INC. | HS 28F30 | XF | 2.8 | 37.6 | 35 | 36.3 | +| 51 | Benson Hill | BH23H228 | CV | 2.3 | 41.5 | 30.5 | 36 | +| 52 | Axis | 2315E | EN | 2.3 | 33.4 | 33.2 | 33.3 | +| 53 | Seed Genetics Direct | ET-4725E3 | EN | 2.5 | 37.4 | 29.2 | 33.3 | +| 54 | Xitavo | XO 2305E | EN | 2.3 | 31.5 | 34.5 | 33 | +| 55 | GROWMARK, INC. | HS 23E40 | EN | 2.3 | 31.9 | 32.9 | 32.4 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.json new file mode 100644 index 00000000..9ffdc2a0 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.json @@ -0,0 +1,580 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2024-north-late", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "North", + "site": "late maturity", + "cooperator": "N1=Henry Co.; N2=Sandusky Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 4: The 2024 Ohio Soybean Performance Trials, North Region - Late Varieties (RM 3.2-3.9)", + "results": [ + { + "rank": 1, + "brand": "Ebberts Field Seeds", + "product": "E3880 E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 66, + "Yield N2": 47.3, + "Yield": 56.7, + "Yield 2yr Mean": 70.3 + } + }, + { + "rank": 2, + "brand": "Ebberts Field Seeds", + "product": "E3580 E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 59, + "Yield N2": 50.2, + "Yield": 54.6, + "Yield 2yr Mean": 69.2 + } + }, + { + "rank": 3, + "brand": "GROWMARK, INC.", + "product": "HS 34E40", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 61.3, + "Yield N2": 47.8, + "Yield": 54.6 + } + }, + { + "rank": 4, + "brand": "GROWMARK, INC.", + "product": "HS 36F40", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield N1": 63, + "Yield N2": 45.7, + "Yield": 54.4 + } + }, + { + "rank": 5, + "brand": "Ebberts Field Seeds", + "product": "E3690 E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 58.3, + "Yield N2": 49.6, + "Yield": 54 + } + }, + { + "rank": 6, + "brand": "Ebberts Field Seeds", + "product": "E3380 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 59.7, + "Yield N2": 47.3, + "Yield": 53.5, + "Yield 2yr Mean": 68.5 + } + }, + { + "rank": 7, + "brand": "Axis", + "product": "3605XF", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield N1": 62.8, + "Yield N2": 44.1, + "Yield": 53.5 + } + }, + { + "rank": 8, + "brand": "Ebberts Field Seeds", + "product": "E3760 E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 67.4, + "Yield N2": 38.8, + "Yield": 53.1, + "Yield 2yr Mean": 71.3 + } + }, + { + "rank": 9, + "brand": "GROWMARK, INC.", + "product": "HS 37E40", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 53.5, + "Yield N2": 52.4, + "Yield": 53 + } + }, + { + "rank": 10, + "brand": "Seed Consultants, Inc.", + "product": "SC7385ETM", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 60.7, + "Yield N2": 45.1, + "Yield": 52.9 + } + }, + { + "rank": 11, + "brand": "Benson Hill", + "product": "N35D950S", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield N1": 58.3, + "Yield N2": 46.1, + "Yield": 52.2 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 56.6, + "Yield N2": 47.1, + "Yield": 51.9 + } + }, + { + "rank": 13, + "brand": "Seed Genetics Direct", + "product": "ET-4732E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield N1": 56.2, + "Yield N2": 47.2, + "Yield": 51.7 + } + }, + { + "rank": 14, + "brand": "Seedway", + "product": "SG 3323E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 63.1, + "Yield N2": 40, + "Yield": 51.6, + "Yield 2yr Mean": 67 + } + }, + { + "rank": 15, + "brand": "Seed Consultants, Inc.", + "product": "SC7375ETM", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 60.5, + "Yield N2": 42.4, + "Yield": 51.5 + } + }, + { + "rank": 16, + "brand": "GROWMARK, INC.", + "product": "HS 33E20", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 64.2, + "Yield N2": 37.9, + "Yield": 51.1 + } + }, + { + "rank": 17, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield N1": 59.4, + "Yield N2": 41.9, + "Yield": 50.7, + "Yield 2yr Mean": 67.9 + } + }, + { + "rank": 18, + "brand": "Axis", + "product": "3324 EXP", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield N1": 54.1, + "Yield N2": 47, + "Yield": 50.6 + } + }, + { + "rank": 19, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 55.8, + "Yield N2": 44.7, + "Yield": 50.3 + } + }, + { + "rank": 20, + "brand": "Axis", + "product": "3314E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 61.6, + "Yield N2": 38.8, + "Yield": 50.2 + } + }, + { + "rank": 21, + "brand": "Seedway", + "product": "SX 3514E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 56.4, + "Yield N2": 43.7, + "Yield": 50.1 + } + }, + { + "rank": 22, + "brand": "Seed Consultants, Inc.", + "product": "SC7364ETM", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 56.2, + "Yield N2": 43.5, + "Yield": 49.9, + "Yield 2yr Mean": 67.6 + } + }, + { + "rank": 23, + "brand": "DonMario", + "product": "DM36E94", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 57.5, + "Yield N2": 41.1, + "Yield": 49.3 + } + }, + { + "rank": 24, + "brand": "Seed Consultants, Inc.", + "product": "SC7355ETM", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 59.2, + "Yield N2": 38.6, + "Yield": 48.9 + } + }, + { + "rank": 25, + "brand": "GROWMARK, INC.", + "product": "HS 34F30", + "traits": "XF", + "metrics": { + "RM": 3.4, + "Yield N1": 55, + "Yield N2": 42.6, + "Yield": 48.8, + "Yield 2yr Mean": 65.9 + } + }, + { + "rank": 26, + "brand": "Viking|Blue River", + "product": "3418N", + "traits": "CV", + "metrics": { + "RM": 3.4, + "Yield N1": 56.4, + "Yield N2": 41, + "Yield": 48.7 + } + }, + { + "rank": 27, + "brand": "Axis", + "product": "3624 EXP", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 58.5, + "Yield N2": 38.4, + "Yield": 48.5 + } + }, + { + "rank": 28, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.3, + "Yield N1": 56.3, + "Yield N2": 40.6, + "Yield": 48.5 + } + }, + { + "rank": 29, + "brand": "Benson Hill", + "product": "BH35A231", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield N1": 53.3, + "Yield N2": 42.8, + "Yield": 48.1 + } + }, + { + "rank": 30, + "brand": "DonMario", + "product": "DM38E54", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 52.6, + "Yield N2": 43.3, + "Yield": 48 + } + }, + { + "rank": 31, + "brand": "Benson Hill", + "product": "BH35A233", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield N1": 52, + "Yield N2": 42.8, + "Yield": 47.4 + } + }, + { + "rank": 32, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XF", + "metrics": { + "RM": 3.9, + "Yield N1": 54.5, + "Yield N2": 39.9, + "Yield": 47.2, + "Yield 2yr Mean": 64.7 + } + }, + { + "rank": 33, + "brand": "Seed Genetics Direct", + "product": "ET-0733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 53.8, + "Yield N2": 40.1, + "Yield": 47 + } + }, + { + "rank": 34, + "brand": "Seed Genetics Direct", + "product": "ET-4734E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 54.5, + "Yield N2": 38.5, + "Yield": 46.5 + } + }, + { + "rank": 35, + "brand": "Xitavo", + "product": "XO 3795E", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 54.4, + "Yield N2": 38.1, + "Yield": 46.3 + } + }, + { + "rank": 36, + "brand": "Axis", + "product": "3514ES", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 55.5, + "Yield N2": 36.7, + "Yield": 46.1 + } + }, + { + "rank": 37, + "brand": "Seed Genetics Direct", + "product": "ET-4736E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 57, + "Yield N2": 34.7, + "Yield": 45.9 + } + }, + { + "rank": 38, + "brand": "Seed Consultants, Inc.", + "product": "SC7332ETM", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 50.6, + "Yield N2": 39.7, + "Yield": 45.2, + "Yield 2yr Mean": 63.7 + } + }, + { + "rank": 39, + "brand": "Seed Genetics Direct", + "product": "ET-3733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 49.6, + "Yield N2": 40.2, + "Yield": 44.9 + } + }, + { + "rank": 40, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield N1": 56.9, + "Yield N2": 32.7, + "Yield": 44.8 + } + }, + { + "rank": 41, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield N1": 55, + "Yield N2": 34.5, + "Yield": 44.8, + "Yield 2yr Mean": 64.9 + } + }, + { + "rank": 42, + "brand": "GROWMARK, INC.", + "product": "HS 36E40", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 49.9, + "Yield N2": 37.2, + "Yield": 43.6 + } + }, + { + "rank": 43, + "brand": "Axis", + "product": "3525E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 48, + "Yield N2": 36.4, + "Yield": 42.2 + } + }, + { + "rank": 44, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 48.2, + "Yield N2": 35.2, + "Yield": 41.7 + } + }, + { + "rank": 45, + "brand": "Seed Genetics Direct", + "product": "ET-3735E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 50.8, + "Yield N2": 31.4, + "Yield": 41.1 + } + } + ], + "n_results": 45, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:26.923299+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.md new file mode 100644 index 00000000..8b7abb73 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-north-late.md @@ -0,0 +1,64 @@ +# Soybean yield trial — late maturity, OH (North, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2024 +- **Region:** North +- **Site:** late maturity +- **Source table:** TABLE 4: The 2024 Ohio Soybean Performance Trials, North Region - Late Varieties (RM 3.2-3.9) +- **Cooperator / sites:** N1=Henry Co.; N2=Sandusky Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield N1 | Yield N2 | Yield | Yield 2yr Mean | +|---|---|---|---|---|---|---|---|---| +| 1 | Ebberts Field Seeds | E3880 E3 | EN | 3.8 | 66 | 47.3 | 56.7 | 70.3 | +| 2 | Ebberts Field Seeds | E3580 E3 | EN | 3.5 | 59 | 50.2 | 54.6 | 69.2 | +| 3 | GROWMARK, INC. | HS 34E40 | EN | 3.4 | 61.3 | 47.8 | 54.6 | - | +| 4 | GROWMARK, INC. | HS 36F40 | XF | 3.6 | 63 | 45.7 | 54.4 | - | +| 5 | Ebberts Field Seeds | E3690 E3 | EN | 3.6 | 58.3 | 49.6 | 54 | - | +| 6 | Ebberts Field Seeds | E3380 E3 | EN | 3.3 | 59.7 | 47.3 | 53.5 | 68.5 | +| 7 | Axis | 3605XF | XF | 3.6 | 62.8 | 44.1 | 53.5 | - | +| 8 | Ebberts Field Seeds | E3760 E3 | EN | 3.7 | 67.4 | 38.8 | 53.1 | 71.3 | +| 9 | GROWMARK, INC. | HS 37E40 | EN | 3.7 | 53.5 | 52.4 | 53 | - | +| 10 | Seed Consultants, Inc. | SC7385ETM | EN | 3.8 | 60.7 | 45.1 | 52.9 | - | +| 11 | Benson Hill | N35D950S | CV | 3.5 | 58.3 | 46.1 | 52.2 | - | +| 12 | Xitavo | XO 3555E | EN | 3.5 | 56.6 | 47.1 | 51.9 | - | +| 13 | Seed Genetics Direct | ET-4732E3 | EN | 3.2 | 56.2 | 47.2 | 51.7 | - | +| 14 | Seedway | SG 3323E3 | EN | 3.3 | 63.1 | 40 | 51.6 | 67 | +| 15 | Seed Consultants, Inc. | SC7375ETM | EN | 3.7 | 60.5 | 42.4 | 51.5 | - | +| 16 | GROWMARK, INC. | HS 33E20 | EN | 3.3 | 64.2 | 37.9 | 51.1 | - | +| 17 | Xitavo | XO 3224E | EN | 3.2 | 59.4 | 41.9 | 50.7 | 67.9 | +| 18 | Axis | 3324 EXP | XF | 3.3 | 54.1 | 47 | 50.6 | - | +| 19 | Xitavo | XO 3375E | EN | 3.3 | 55.8 | 44.7 | 50.3 | - | +| 20 | Axis | 3314E | EN | 3.3 | 61.6 | 38.8 | 50.2 | - | +| 21 | Seedway | SX 3514E3 | EN | 3.5 | 56.4 | 43.7 | 50.1 | - | +| 22 | Seed Consultants, Inc. | SC7364ETM | EN | 3.6 | 56.2 | 43.5 | 49.9 | 67.6 | +| 23 | DonMario | DM36E94 | EN | 3.6 | 57.5 | 41.1 | 49.3 | - | +| 24 | Seed Consultants, Inc. | SC7355ETM | EN | 3.5 | 59.2 | 38.6 | 48.9 | - | +| 25 | GROWMARK, INC. | HS 34F30 | XF | 3.4 | 55 | 42.6 | 48.8 | 65.9 | +| 26 | Viking|Blue River | 3418N | CV | 3.4 | 56.4 | 41 | 48.7 | - | +| 27 | Axis | 3624 EXP | EN | 3.6 | 58.5 | 38.4 | 48.5 | - | +| 28 | Golden Harvest | GH3355E3S | EN, STS | 3.3 | 56.3 | 40.6 | 48.5 | - | +| 29 | Benson Hill | BH35A231 | CV | 3.5 | 53.3 | 42.8 | 48.1 | - | +| 30 | DonMario | DM38E54 | EN | 3.8 | 52.6 | 43.3 | 48 | - | +| 31 | Benson Hill | BH35A233 | CV | 3.5 | 52 | 42.8 | 47.4 | - | +| 32 | Asgrow | AG39XF3 | XF | 3.9 | 54.5 | 39.9 | 47.2 | 64.7 | +| 33 | Seed Genetics Direct | ET-0733E3 | EN | 3.3 | 53.8 | 40.1 | 47 | - | +| 34 | Seed Genetics Direct | ET-4734E3S | EN | 3.4 | 54.5 | 38.5 | 46.5 | - | +| 35 | Xitavo | XO 3795E | EN | 3.7 | 54.4 | 38.1 | 46.3 | - | +| 36 | Axis | 3514ES | EN | 3.5 | 55.5 | 36.7 | 46.1 | - | +| 37 | Seed Genetics Direct | ET-4736E3 | EN | 3.6 | 57 | 34.7 | 45.9 | - | +| 38 | Seed Consultants, Inc. | SC7332ETM | EN | 3.3 | 50.6 | 39.7 | 45.2 | 63.7 | +| 39 | Seed Genetics Direct | ET-3733E3 | EN | 3.3 | 49.6 | 40.2 | 44.9 | - | +| 40 | Asgrow | AG36XF4 | XF | 3.6 | 56.9 | 32.7 | 44.8 | - | +| 41 | Asgrow | AG33XF3 | XF | 3.3 | 55 | 34.5 | 44.8 | 64.9 | +| 42 | GROWMARK, INC. | HS 36E40 | EN | 3.6 | 49.9 | 37.2 | 43.6 | - | +| 43 | Axis | 3525E | EN | 3.5 | 48 | 36.4 | 42.2 | - | +| 44 | Xitavo | XO 3655E | EN | 3.6 | 48.2 | 35.2 | 41.7 | - | +| 45 | Seed Genetics Direct | ET-3735E3 | EN | 3.5 | 50.8 | 31.4 | 41.1 | - | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.json new file mode 100644 index 00000000..de5d8849 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.json @@ -0,0 +1,505 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2024-south-early", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "South", + "site": "early maturity", + "cooperator": "S1=Preble Co.; S2=Clinton Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 7: The 2024 Ohio Soybean Performance Trials, South Region - Early Varieties (RM 2.7-3.6)", + "results": [ + { + "rank": 1, + "brand": "Seed Genetics Direct", + "product": "ET-4736E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 78.2, + "Yield S2": 85.4, + "Yield": 81.8 + } + }, + { + "rank": 2, + "brand": "Ebberts Field Seeds", + "product": "E3690 E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 77.1, + "Yield S2": 86.5, + "Yield": 81.8 + } + }, + { + "rank": 3, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 80.3, + "Yield S2": 82.2, + "Yield": 81.3 + } + }, + { + "rank": 4, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield S1": 80.1, + "Yield S2": 80.7, + "Yield": 80.4, + "Yield 2yr Mean": 84.8 + } + }, + { + "rank": 5, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield S1": 79.5, + "Yield S2": 81.3, + "Yield": 80.4, + "Yield 2yr Mean": 82.6 + } + }, + { + "rank": 6, + "brand": "Axis", + "product": "3314E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 75.9, + "Yield S2": 83.6, + "Yield": 79.8 + } + }, + { + "rank": 7, + "brand": "Dyna-Gro Seed", + "product": "S29ES45", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield S1": 79.3, + "Yield S2": 79.9, + "Yield": 79.6 + } + }, + { + "rank": 8, + "brand": "Seed Consultants, Inc.", + "product": "SC7355ETM", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 78.8, + "Yield S2": 78.9, + "Yield": 78.9 + } + }, + { + "rank": 9, + "brand": "Axis", + "product": "3624 EXP", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 71, + "Yield S2": 86.4, + "Yield": 78.7 + } + }, + { + "rank": 10, + "brand": "Ebberts Field Seeds", + "product": "E3171 E3", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield S1": 77.1, + "Yield S2": 80.3, + "Yield": 78.7 + } + }, + { + "rank": 11, + "brand": "Axis", + "product": "3324 EXP", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield S1": 77.9, + "Yield S2": 78.5, + "Yield": 78.2 + } + }, + { + "rank": 12, + "brand": "DonMario", + "product": "DM36E94", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 72.9, + "Yield S2": 83.5, + "Yield": 78.2 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield S1": 76.6, + "Yield S2": 78.7, + "Yield": 77.7 + } + }, + { + "rank": 14, + "brand": "Ebberts Field Seeds", + "product": "E3580 E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 77.5, + "Yield S2": 77.8, + "Yield": 77.7, + "Yield 2yr Mean": 87 + } + }, + { + "rank": 15, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.3, + "Yield S1": 75.6, + "Yield S2": 79.3, + "Yield": 77.5 + } + }, + { + "rank": 16, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XF", + "metrics": { + "RM": 2.7, + "Yield S1": 76, + "Yield S2": 77.9, + "Yield": 77, + "Yield 2yr Mean": 85.7 + } + }, + { + "rank": 17, + "brand": "Axis", + "product": "3514ES*", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 74.3, + "Yield S2": 79.5, + "Yield": 76.9 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield S1": 76.2, + "Yield S2": 77.5, + "Yield": 76.9, + "Yield 2yr Mean": 85.6 + } + }, + { + "rank": 19, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield S1": 78.3, + "Yield S2": 75.2, + "Yield": 76.8 + } + }, + { + "rank": 20, + "brand": "Axis", + "product": "3605XF", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield S1": 81.2, + "Yield S2": 72.3, + "Yield": 76.8 + } + }, + { + "rank": 21, + "brand": "Seed Consultants, Inc.", + "product": "SC7364ETM", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 77.2, + "Yield S2": 75.8, + "Yield": 76.5, + "Yield 2yr Mean": 83.8 + } + }, + { + "rank": 22, + "brand": "Axis", + "product": "3525E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 72.1, + "Yield S2": 80.7, + "Yield": 76.4 + } + }, + { + "rank": 23, + "brand": "Ebberts Field Seeds", + "product": "E3380 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 72.3, + "Yield S2": 79.7, + "Yield": 76, + "Yield 2yr Mean": 83.7 + } + }, + { + "rank": 24, + "brand": "Dyna-Gro Seed", + "product": "S31EN14", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield S1": 75.8, + "Yield S2": 75.4, + "Yield": 75.6 + } + }, + { + "rank": 25, + "brand": "Axis", + "product": "3514ES", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 72.4, + "Yield S2": 78.6, + "Yield": 75.5 + } + }, + { + "rank": 26, + "brand": "Seed Genetics Direct", + "product": "ET-3733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 76.1, + "Yield S2": 74.7, + "Yield": 75.4 + } + }, + { + "rank": 27, + "brand": "Seed Genetics Direct", + "product": "ET-4732E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield S1": 73.8, + "Yield S2": 76, + "Yield": 74.9 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield S1": 75.2, + "Yield S2": 73.7, + "Yield": 74.5 + } + }, + { + "rank": 29, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 71.4, + "Yield S2": 77.2, + "Yield": 74.3 + } + }, + { + "rank": 30, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 74.5, + "Yield S2": 74, + "Yield": 74.3 + } + }, + { + "rank": 31, + "brand": "Benson Hill", + "product": "BH35A231", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield S1": 71.1, + "Yield S2": 77, + "Yield": 74.1 + } + }, + { + "rank": 32, + "brand": "Seed Consultants, Inc.", + "product": "SC7332ETM", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 71.6, + "Yield S2": 74.4, + "Yield": 73, + "Yield 2yr Mean": 79.7 + } + }, + { + "rank": 33, + "brand": "Benson Hill", + "product": "BH35A233", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield S1": 72.1, + "Yield S2": 73.8, + "Yield": 73 + } + }, + { + "rank": 34, + "brand": "Seed Genetics Direct", + "product": "ET-3735E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 70.5, + "Yield S2": 74.9, + "Yield": 72.7 + } + }, + { + "rank": 35, + "brand": "Seed Genetics Direct", + "product": "ET-0733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 71.3, + "Yield S2": 74.1, + "Yield": 72.7 + } + }, + { + "rank": 36, + "brand": "Benson Hill", + "product": "N35D950S", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield S1": 69.4, + "Yield S2": 72.6, + "Yield": 71 + } + }, + { + "rank": 37, + "brand": "Seed Genetics Direct", + "product": "ET-4734E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield S1": 72, + "Yield S2": 64.5, + "Yield": 68.3 + } + }, + { + "rank": 38, + "brand": "NK Seeds", + "product": "NK36-Q6E3S", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 65.4, + "Yield S2": 71, + "Yield": 68.2 + } + }, + { + "rank": 39, + "brand": "Benson Hill", + "product": "BX36Q861", + "traits": "CV", + "metrics": { + "RM": 3.6, + "Yield S1": 62.3, + "Yield S2": 65.2, + "Yield": 63.8 + } + } + ], + "n_results": 39, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:26.924758+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.md new file mode 100644 index 00000000..68860a8c --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-early.md @@ -0,0 +1,58 @@ +# Soybean yield trial — early maturity, OH (South, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2024 +- **Region:** South +- **Site:** early maturity +- **Source table:** TABLE 7: The 2024 Ohio Soybean Performance Trials, South Region - Early Varieties (RM 2.7-3.6) +- **Cooperator / sites:** S1=Preble Co.; S2=Clinton Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield S1 | Yield S2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Seed Genetics Direct | ET-4736E3 | EN | 3.6 | 78.2 | 85.4 | 81.8 | +| 2 | Ebberts Field Seeds | E3690 E3 | EN | 3.6 | 77.1 | 86.5 | 81.8 | +| 3 | Xitavo | XO 3555E | EN | 3.5 | 80.3 | 82.2 | 81.3 | +| 4 | Asgrow | AG33XF3 | XF | 3.3 | 80.1 | 80.7 | 80.4 | +| 5 | Xitavo | XO 3014E | EN | 3 | 79.5 | 81.3 | 80.4 | +| 6 | Axis | 3314E | EN | 3.3 | 75.9 | 83.6 | 79.8 | +| 7 | Dyna-Gro Seed | S29ES45 | EN | 2.9 | 79.3 | 79.9 | 79.6 | +| 8 | Seed Consultants, Inc. | SC7355ETM | EN | 3.5 | 78.8 | 78.9 | 78.9 | +| 9 | Axis | 3624 EXP | EN | 3.6 | 71 | 86.4 | 78.7 | +| 10 | Ebberts Field Seeds | E3171 E3 | EN | 3.1 | 77.1 | 80.3 | 78.7 | +| 11 | Axis | 3324 EXP | XF | 3.3 | 77.9 | 78.5 | 78.2 | +| 12 | DonMario | DM36E94 | EN | 3.6 | 72.9 | 83.5 | 78.2 | +| 13 | Asgrow | AG30XF4 | XF | 3 | 76.6 | 78.7 | 77.7 | +| 14 | Ebberts Field Seeds | E3580 E3 | EN | 3.5 | 77.5 | 77.8 | 77.7 | +| 15 | Golden Harvest | GH3355E3S | EN, STS | 3.3 | 75.6 | 79.3 | 77.5 | +| 16 | Asgrow | AG27XF3 | XF | 2.7 | 76 | 77.9 | 77 | +| 17 | Axis | 3514ES* | EN | 3.5 | 74.3 | 79.5 | 76.9 | +| 18 | Xitavo | XO 3224E | EN | 3.2 | 76.2 | 77.5 | 76.9 | +| 19 | Asgrow | AG36XF4 | XF | 3.6 | 78.3 | 75.2 | 76.8 | +| 20 | Axis | 3605XF | XF | 3.6 | 81.2 | 72.3 | 76.8 | +| 21 | Seed Consultants, Inc. | SC7364ETM | EN | 3.6 | 77.2 | 75.8 | 76.5 | +| 22 | Axis | 3525E | EN | 3.5 | 72.1 | 80.7 | 76.4 | +| 23 | Ebberts Field Seeds | E3380 E3 | EN | 3.3 | 72.3 | 79.7 | 76 | +| 24 | Dyna-Gro Seed | S31EN14 | EN | 3.1 | 75.8 | 75.4 | 75.6 | +| 25 | Axis | 3514ES | EN | 3.5 | 72.4 | 78.6 | 75.5 | +| 26 | Seed Genetics Direct | ET-3733E3 | EN | 3.3 | 76.1 | 74.7 | 75.4 | +| 27 | Seed Genetics Direct | ET-4732E3 | EN | 3.2 | 73.8 | 76 | 74.9 | +| 28 | Xitavo | XO 3105E | EN | 3.1 | 75.2 | 73.7 | 74.5 | +| 29 | Xitavo | XO 3655E | EN | 3.6 | 71.4 | 77.2 | 74.3 | +| 30 | Xitavo | XO 3375E | EN | 3.3 | 74.5 | 74 | 74.3 | +| 31 | Benson Hill | BH35A231 | CV | 3.5 | 71.1 | 77 | 74.1 | +| 32 | Seed Consultants, Inc. | SC7332ETM | EN | 3.3 | 71.6 | 74.4 | 73 | +| 33 | Benson Hill | BH35A233 | CV | 3.5 | 72.1 | 73.8 | 73 | +| 34 | Seed Genetics Direct | ET-3735E3 | EN | 3.5 | 70.5 | 74.9 | 72.7 | +| 35 | Seed Genetics Direct | ET-0733E3 | EN | 3.3 | 71.3 | 74.1 | 72.7 | +| 36 | Benson Hill | N35D950S | CV | 3.5 | 69.4 | 72.6 | 71 | +| 37 | Seed Genetics Direct | ET-4734E3S | EN | 3.4 | 72 | 64.5 | 68.3 | +| 38 | NK Seeds | NK36-Q6E3S | EN | 3.6 | 65.4 | 71 | 68.2 | +| 39 | Benson Hill | BX36Q861 | CV | 3.6 | 62.3 | 65.2 | 63.8 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.json new file mode 100644 index 00000000..b69bccac --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.json @@ -0,0 +1,374 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2024-south-late", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2024, + "region": "South", + "site": "late maturity", + "cooperator": "S1=Preble Co.; S2=Clinton Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 8: The 2024 Ohio Soybean Performance Trials, South Region - Late Varieties (RM 3.7-4.4)", + "results": [ + { + "rank": 1, + "brand": "Seed Genetics Direct", + "product": "ET-4738E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 87.3, + "Yield S2": 84.4, + "Yield": 85.9 + } + }, + { + "rank": 2, + "brand": "Dyna-Gro Seed", + "product": "S38EN75", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 83.1, + "Yield S2": 86, + "Yield": 84.6 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "E3760 E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 82, + "Yield S2": 84.9, + "Yield": 83.5, + "Yield 2yr Mean": 78.6 + } + }, + { + "rank": 4, + "brand": "NK Seeds", + "product": "NK40-P5E3", + "traits": "EN", + "metrics": { + "RM": 4, + "Yield S1": 77.4, + "Yield S2": 86.5, + "Yield": 82, + "Yield 2yr Mean": 80.9 + } + }, + { + "rank": 5, + "brand": "Axis", + "product": "3835E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 78.4, + "Yield S2": 85.1, + "Yield": 81.8 + } + }, + { + "rank": 6, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XF", + "metrics": { + "RM": 3.9, + "Yield S1": 81.9, + "Yield S2": 80.7, + "Yield": 81.3, + "Yield 2yr Mean": 75.4 + } + }, + { + "rank": 7, + "brand": "Golden Harvest", + "product": "GH3774E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 74.9, + "Yield S2": 86.8, + "Yield": 80.9, + "Yield 2yr Mean": 77.1 + } + }, + { + "rank": 8, + "brand": "Seed Consultants, Inc.", + "product": "SC7375ETM", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 77.5, + "Yield S2": 84.1, + "Yield": 80.8 + } + }, + { + "rank": 9, + "brand": "Benson Hill", + "product": "BH39A232", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield S1": 78.4, + "Yield S2": 82.2, + "Yield": 80.3 + } + }, + { + "rank": 10, + "brand": "Seed Consultants, Inc.", + "product": "SC7385ETM", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 72.9, + "Yield S2": 87.5, + "Yield": 80.2 + } + }, + { + "rank": 11, + "brand": "Benson Hill", + "product": "BX37C755", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 77.5, + "Yield S2": 81.7, + "Yield": 79.6 + } + }, + { + "rank": 12, + "brand": "Golden Harvest", + "product": "GH3994E3", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield S1": 72.8, + "Yield S2": 85.5, + "Yield": 79.2, + "Yield 2yr Mean": 75.5 + } + }, + { + "rank": 13, + "brand": "NK Seeds", + "product": "NK39-J2E3", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield S1": 72.8, + "Yield S2": 85.3, + "Yield": 79.1, + "Yield 2yr Mean": 77.6 + } + }, + { + "rank": 14, + "brand": "NK Seeds", + "product": "NK37-C1E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 78.3, + "Yield S2": 79.5, + "Yield": 78.9, + "Yield 2yr Mean": 76.1 + } + }, + { + "rank": 15, + "brand": "Seed Genetics Direct", + "product": "ET-4739E3", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield S1": 73.2, + "Yield S2": 78.7, + "Yield": 76 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 73.5, + "Yield S2": 78.4, + "Yield": 76 + } + }, + { + "rank": 17, + "brand": "DonMario", + "product": "DM38E54", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 75.2, + "Yield S2": 75.4, + "Yield": 75.3 + } + }, + { + "rank": 18, + "brand": "Seed Genetics Direct", + "product": "ET-3739E3S", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield S1": 74, + "Yield S2": 76.6, + "Yield": 75.3 + } + }, + { + "rank": 19, + "brand": "Benson Hill", + "product": "BX37Q467", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 73.7, + "Yield S2": 76.5, + "Yield": 75.1 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO 3795E", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 70.5, + "Yield S2": 78.4, + "Yield": 74.5 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG43XF2", + "traits": "XF", + "metrics": { + "RM": 4.3, + "Yield S1": 71.6, + "Yield S2": 75.7, + "Yield": 73.7, + "Yield 2yr Mean": 74.4 + } + }, + { + "rank": 22, + "brand": "Seed Genetics Direct", + "product": "ET-4743E3S", + "traits": "EN", + "metrics": { + "RM": 4.3, + "Yield S1": 77.5, + "Yield S2": 69.7, + "Yield": 73.6 + } + }, + { + "rank": 23, + "brand": "Dyna-Gro Seed", + "product": "S40EN54", + "traits": "EN", + "metrics": { + "RM": 4, + "Yield S1": 70.8, + "Yield S2": 75.3, + "Yield": 73.1, + "Yield 2yr Mean": 73 + } + }, + { + "rank": 24, + "brand": "Benson Hill", + "product": "BH37Q218", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 72.7, + "Yield S2": 71.4, + "Yield": 72.1 + } + }, + { + "rank": 25, + "brand": "Benson Hill", + "product": "BH37U205", + "traits": "CV", + "metrics": { + "RM": 3.8, + "Yield S1": 68.5, + "Yield S2": 69.6, + "Yield": 69.1 + } + }, + { + "rank": 26, + "brand": "Benson Hill", + "product": "C38H052S", + "traits": "CV", + "metrics": { + "RM": 3.8, + "Yield S1": 66.8, + "Yield S2": 68.4, + "Yield": 67.6 + } + }, + { + "rank": 27, + "brand": "Xitavo", + "product": "XO 4255E", + "traits": "EN", + "metrics": { + "RM": 4.2, + "Yield S1": 59.3, + "Yield S2": 71.7, + "Yield": 65.5 + } + }, + { + "rank": 28, + "brand": "Seed Genetics Direct", + "product": "ET-4744E3S", + "traits": "EN", + "metrics": { + "RM": 4.4, + "Yield S1": 62.7, + "Yield S2": 67.5, + "Yield": 65.1 + } + } + ], + "n_results": 28, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:26.925210+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.md new file mode 100644 index 00000000..0d4bb03d --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2024-south-late.md @@ -0,0 +1,47 @@ +# Soybean yield trial — late maturity, OH (South, 2024) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2024 +- **Region:** South +- **Site:** late maturity +- **Source table:** TABLE 8: The 2024 Ohio Soybean Performance Trials, South Region - Late Varieties (RM 3.7-4.4) +- **Cooperator / sites:** S1=Preble Co.; S2=Clinton Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2024/2024OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield S1 | Yield S2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Seed Genetics Direct | ET-4738E3 | EN | 3.8 | 87.3 | 84.4 | 85.9 | +| 2 | Dyna-Gro Seed | S38EN75 | EN | 3.8 | 83.1 | 86 | 84.6 | +| 3 | Ebberts Field Seeds | E3760 E3 | EN | 3.7 | 82 | 84.9 | 83.5 | +| 4 | NK Seeds | NK40-P5E3 | EN | 4 | 77.4 | 86.5 | 82 | +| 5 | Axis | 3835E | EN | 3.8 | 78.4 | 85.1 | 81.8 | +| 6 | Asgrow | AG39XF3 | XF | 3.9 | 81.9 | 80.7 | 81.3 | +| 7 | Golden Harvest | GH3774E3 | EN | 3.7 | 74.9 | 86.8 | 80.9 | +| 8 | Seed Consultants, Inc. | SC7375ETM | EN | 3.7 | 77.5 | 84.1 | 80.8 | +| 9 | Benson Hill | BH39A232 | CV | 3.9 | 78.4 | 82.2 | 80.3 | +| 10 | Seed Consultants, Inc. | SC7385ETM | EN | 3.8 | 72.9 | 87.5 | 80.2 | +| 11 | Benson Hill | BX37C755 | CV | 3.7 | 77.5 | 81.7 | 79.6 | +| 12 | Golden Harvest | GH3994E3 | EN | 3.9 | 72.8 | 85.5 | 79.2 | +| 13 | NK Seeds | NK39-J2E3 | EN | 3.9 | 72.8 | 85.3 | 79.1 | +| 14 | NK Seeds | NK37-C1E3 | EN | 3.7 | 78.3 | 79.5 | 78.9 | +| 15 | Seed Genetics Direct | ET-4739E3 | EN | 3.9 | 73.2 | 78.7 | 76 | +| 16 | Xitavo | XO 3855E | EN | 3.8 | 73.5 | 78.4 | 76 | +| 17 | DonMario | DM38E54 | EN | 3.8 | 75.2 | 75.4 | 75.3 | +| 18 | Seed Genetics Direct | ET-3739E3S | EN | 3.9 | 74 | 76.6 | 75.3 | +| 19 | Benson Hill | BX37Q467 | CV | 3.7 | 73.7 | 76.5 | 75.1 | +| 20 | Xitavo | XO 3795E | EN | 3.7 | 70.5 | 78.4 | 74.5 | +| 21 | Asgrow | AG43XF2 | XF | 4.3 | 71.6 | 75.7 | 73.7 | +| 22 | Seed Genetics Direct | ET-4743E3S | EN | 4.3 | 77.5 | 69.7 | 73.6 | +| 23 | Dyna-Gro Seed | S40EN54 | EN | 4 | 70.8 | 75.3 | 73.1 | +| 24 | Benson Hill | BH37Q218 | CV | 3.7 | 72.7 | 71.4 | 72.1 | +| 25 | Benson Hill | BH37U205 | CV | 3.8 | 68.5 | 69.6 | 69.1 | +| 26 | Benson Hill | C38H052S | CV | 3.8 | 66.8 | 68.4 | 67.6 | +| 27 | Xitavo | XO 4255E | EN | 4.2 | 59.3 | 71.7 | 65.5 | +| 28 | Seed Genetics Direct | ET-4744E3S | EN | 4.4 | 62.7 | 67.5 | 65.1 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.json new file mode 100644 index 00000000..347f2aaa --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.json @@ -0,0 +1,716 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2025-central-early", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "Central", + "site": "early maturity", + "cooperator": "C1=Mercer Co.; C2=Licking Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 5: The 2025 Ohio Soybean Performance Trials, Central Region - Early Varieties (RM 2.4-3.3)", + "results": [ + { + "rank": 1, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield C1": 69.9, + "Yield C2": 102, + "Yield": 86, + "Yield 2yr Mean": 80.9 + } + }, + { + "rank": 2, + "brand": "Viking|Blue River", + "product": "30B4", + "traits": "CV", + "metrics": { + "RM": 3, + "Yield C1": 72.6, + "Yield C2": 98, + "Yield": 85.3, + "Yield 2yr Mean": 84.3 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "E3190 E3", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 70.7, + "Yield C2": 98.6, + "Yield": 84.7 + } + }, + { + "rank": 4, + "brand": "Shur Grow", + "product": "SG2954E3S", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 69.7, + "Yield C2": 99.5, + "Yield": 84.6, + "Yield 2yr Mean": 81.1 + } + }, + { + "rank": 5, + "brand": "Dyna-Gro", + "product": "S31EN96", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 67.2, + "Yield C2": 101.8, + "Yield": 84.5 + } + }, + { + "rank": 6, + "brand": "Ebberts Field Seeds", + "product": "E2800 E3", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 68.1, + "Yield C2": 99.6, + "Yield": 83.9 + } + }, + { + "rank": 7, + "brand": "GROWMARK, INC.", + "product": "HS 28E50", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 68.5, + "Yield C2": 99.2, + "Yield": 83.9 + } + }, + { + "rank": 8, + "brand": "Ebberts Field Seeds", + "product": "E3302 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 70.3, + "Yield C2": 97.2, + "Yield": 83.8 + } + }, + { + "rank": 9, + "brand": "Seed Consultants, Inc.", + "product": "SC7315ETM", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 70.9, + "Yield C2": 94.7, + "Yield": 82.8, + "Yield 2yr Mean": 79.7 + } + }, + { + "rank": 10, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 69.8, + "Yield C2": 94.9, + "Yield": 82.4, + "Yield 2yr Mean": 79.2 + } + }, + { + "rank": 11, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield C1": 66, + "Yield C2": 97.3, + "Yield": 81.7, + "Yield 2yr Mean": 75.4 + } + }, + { + "rank": 12, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XF", + "metrics": { + "RM": 2.6, + "Yield C1": 67.4, + "Yield C2": 95.6, + "Yield": 81.5, + "Yield 2yr Mean": 75.3 + } + }, + { + "rank": 13, + "brand": "Dyna-Gro", + "product": "S33ES76", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 70.3, + "Yield C2": 90.7, + "Yield": 80.5 + } + }, + { + "rank": 14, + "brand": "Seed Genetics Direct", + "product": "ET-3729E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 68.8, + "Yield C2": 92.2, + "Yield": 80.5 + } + }, + { + "rank": 15, + "brand": "Axis Seed", + "product": "2924ES", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 66.9, + "Yield C2": 94, + "Yield": 80.5, + "Yield 2yr Mean": 72 + } + }, + { + "rank": 16, + "brand": "GROWMARK, INC.", + "product": "HS 31E20", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 68.8, + "Yield C2": 92.1, + "Yield": 80.5, + "Yield 2yr Mean": 75.6 + } + }, + { + "rank": 17, + "brand": "Shur Grow", + "product": "SG3300E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 64.1, + "Yield C2": 96.8, + "Yield": 80.5 + } + }, + { + "rank": 18, + "brand": "Asgrow", + "product": "AG24XF4", + "traits": "XF", + "metrics": { + "RM": 2.4, + "Yield C1": 68.4, + "Yield C2": 92.2, + "Yield": 80.3, + "Yield 2yr Mean": 75 + } + }, + { + "rank": 19, + "brand": "GROWMARK, INC.", + "product": "HS 33E50", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 65.5, + "Yield C2": 94.6, + "Yield": 80.1 + } + }, + { + "rank": 20, + "brand": "GROWMARK, INC.", + "product": "HS 28E10", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 66.5, + "Yield C2": 93.3, + "Yield": 79.9, + "Yield 2yr Mean": 78.5 + } + }, + { + "rank": 21, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XF", + "metrics": { + "RM": 2.7, + "Yield C1": 73, + "Yield C2": 86.7, + "Yield": 79.9, + "Yield 2yr Mean": 77.1 + } + }, + { + "rank": 22, + "brand": "DonMario", + "product": "DM33E55", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 65, + "Yield C2": 94.6, + "Yield": 79.8 + } + }, + { + "rank": 23, + "brand": "Shur Grow", + "product": "CT2846E3S", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 74.7, + "Yield C2": 84.6, + "Yield": 79.7 + } + }, + { + "rank": 24, + "brand": "GROWMARK, INC.", + "product": "HS 30F40", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield C1": 69.9, + "Yield C2": 89.3, + "Yield": 79.6, + "Yield 2yr Mean": 78.9 + } + }, + { + "rank": 25, + "brand": "Axis Seed", + "product": "3016E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 67.5, + "Yield C2": 91.1, + "Yield": 79.3 + } + }, + { + "rank": 26, + "brand": "Seed Genetics Direct", + "product": "ET-5730E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 67.9, + "Yield C2": 90.4, + "Yield": 79.2 + } + }, + { + "rank": 27, + "brand": "Xitavo", + "product": "XO 2556E", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield C1": 66.7, + "Yield C2": 90.2, + "Yield": 78.5 + } + }, + { + "rank": 28, + "brand": "Dyna-Gro", + "product": "S29ES45", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 65.8, + "Yield C2": 90.7, + "Yield": 78.3, + "Yield 2yr Mean": 75.1 + } + }, + { + "rank": 29, + "brand": "Ebberts Field Seeds", + "product": "E3000 E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 68.9, + "Yield C2": 87.5, + "Yield": 78.2 + } + }, + { + "rank": 30, + "brand": "GROWMARK, INC.", + "product": "HS 26F50", + "traits": "XF", + "metrics": { + "RM": 2.6, + "Yield C1": 64.4, + "Yield C2": 91.6, + "Yield": 78 + } + }, + { + "rank": 31, + "brand": "Seed Consultants, Inc.", + "product": "SC7326ETM", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield C1": 64.5, + "Yield C2": 91.2, + "Yield": 77.9 + } + }, + { + "rank": 32, + "brand": "Ebberts Field Seeds", + "product": "E3301 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 67.4, + "Yield C2": 88, + "Yield": 77.7 + } + }, + { + "rank": 33, + "brand": "Great Heart Seed Co.", + "product": "GT-3337ES", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 70.7, + "Yield C2": 84.2, + "Yield": 77.5 + } + }, + { + "rank": 34, + "brand": "Great Heart Seed Co.", + "product": "GT-3120XF", + "traits": "XF", + "metrics": { + "RM": 3.1, + "Yield C1": 69.6, + "Yield C2": 85.3, + "Yield": 77.5 + } + }, + { + "rank": 35, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.3, + "Yield C1": 64, + "Yield C2": 90.3, + "Yield": 77.2, + "Yield 2yr Mean": 73.8 + } + }, + { + "rank": 36, + "brand": "Axis Seed", + "product": "3303XF", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield C1": 69.2, + "Yield C2": 84.8, + "Yield": 77 + } + }, + { + "rank": 37, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 65.1, + "Yield C2": 88.5, + "Yield": 76.8, + "Yield 2yr Mean": 72.8 + } + }, + { + "rank": 38, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield C1": 69.6, + "Yield C2": 82.7, + "Yield": 76.2, + "Yield 2yr Mean": 73.3 + } + }, + { + "rank": 39, + "brand": "Shur Grow", + "product": "CT3046E3S", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 66.1, + "Yield C2": 86.1, + "Yield": 76.1 + } + }, + { + "rank": 40, + "brand": "Axis Seed", + "product": "3314E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 68.9, + "Yield C2": 83, + "Yield": 76, + "Yield 2yr Mean": 74 + } + }, + { + "rank": 41, + "brand": "Seed Genetics Direct", + "product": "ET-0733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 65.6, + "Yield C2": 85.9, + "Yield": 75.8, + "Yield 2yr Mean": 72.7 + } + }, + { + "rank": 42, + "brand": "Ebberts Field Seeds", + "product": "E2790 E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield C1": 67.6, + "Yield C2": 83.5, + "Yield": 75.6, + "Yield 2yr Mean": 75.4 + } + }, + { + "rank": 43, + "brand": "Shur Grow", + "product": "CT3385E3S", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 64.2, + "Yield C2": 86, + "Yield": 75.1, + "Yield 2yr Mean": 72.1 + } + }, + { + "rank": 44, + "brand": "GROWMARK, INC.", + "product": "HS 29F50", + "traits": "XF", + "metrics": { + "RM": 2.9, + "Yield C1": 60.2, + "Yield C2": 89.9, + "Yield": 75.1 + } + }, + { + "rank": 45, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield C1": 60.7, + "Yield C2": 89.2, + "Yield": 75 + } + }, + { + "rank": 46, + "brand": "GROWMARK, INC.", + "product": "HS 26E50", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield C1": 60.1, + "Yield C2": 89.7, + "Yield": 74.9 + } + }, + { + "rank": 47, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield C1": 66.6, + "Yield C2": 82.7, + "Yield": 74.7, + "Yield 2yr Mean": 73.7 + } + }, + { + "rank": 48, + "brand": "GROWMARK, INC.", + "product": "HS 32F50", + "traits": "XF", + "metrics": { + "RM": 3.2, + "Yield C1": 64.9, + "Yield C2": 84.2, + "Yield": 74.6 + } + }, + { + "rank": 49, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield C1": 66, + "Yield C2": 83.1, + "Yield": 74.6 + } + }, + { + "rank": 50, + "brand": "Shur Grow", + "product": "SG3026E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield C1": 68.1, + "Yield C2": 80.5, + "Yield": 74.3, + "Yield 2yr Mean": 74.3 + } + }, + { + "rank": 51, + "brand": "Seed Genetics Direct", + "product": "ET-4732E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield C1": 64.6, + "Yield C2": 83.2, + "Yield": 73.9, + "Yield 2yr Mean": 74.1 + } + }, + { + "rank": 52, + "brand": "GROWMARK, INC.", + "product": "HS 25E30", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield C1": 63, + "Yield C2": 84.7, + "Yield": 73.9, + "Yield 2yr Mean": 72.6 + } + }, + { + "rank": 53, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield C1": 63.7, + "Yield C2": 83.3, + "Yield": 73.5, + "Yield 2yr Mean": 77.4 + } + }, + { + "rank": 54, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield C1": 65.6, + "Yield C2": 71, + "Yield": 68.3, + "Yield 2yr Mean": 66 + } + }, + { + "rank": 55, + "brand": "Xitavo", + "product": "XO 2735E", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield C1": 60.8, + "Yield C2": 75.5, + "Yield": 68.2 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:33.673231+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.md new file mode 100644 index 00000000..cddd5fa4 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-early.md @@ -0,0 +1,74 @@ +# Soybean yield trial — early maturity, OH (Central, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2025 +- **Region:** Central +- **Site:** early maturity +- **Source table:** TABLE 5: The 2025 Ohio Soybean Performance Trials, Central Region - Early Varieties (RM 2.4-3.3) +- **Cooperator / sites:** C1=Mercer Co.; C2=Licking Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield C1 | Yield C2 | Yield | Yield 2yr Mean | +|---|---|---|---|---|---|---|---|---| +| 1 | Asgrow | AG33XF3 | XF | 3.3 | 69.9 | 102 | 86 | 80.9 | +| 2 | Viking|Blue River | 30B4 | CV | 3 | 72.6 | 98 | 85.3 | 84.3 | +| 3 | Ebberts Field Seeds | E3190 E3 | EN | 3.1 | 70.7 | 98.6 | 84.7 | - | +| 4 | Shur Grow | SG2954E3S | EN | 2.9 | 69.7 | 99.5 | 84.6 | 81.1 | +| 5 | Dyna-Gro | S31EN96 | EN | 3.1 | 67.2 | 101.8 | 84.5 | - | +| 6 | Ebberts Field Seeds | E2800 E3 | EN | 2.8 | 68.1 | 99.6 | 83.9 | - | +| 7 | GROWMARK, INC. | HS 28E50 | EN | 2.8 | 68.5 | 99.2 | 83.9 | - | +| 8 | Ebberts Field Seeds | E3302 E3 | EN | 3.3 | 70.3 | 97.2 | 83.8 | - | +| 9 | Seed Consultants, Inc. | SC7315ETM | EN | 3.1 | 70.9 | 94.7 | 82.8 | 79.7 | +| 10 | Xitavo | XO 3014E | EN | 3 | 69.8 | 94.9 | 82.4 | 79.2 | +| 11 | Asgrow | AG30XF4 | XF | 3 | 66 | 97.3 | 81.7 | 75.4 | +| 12 | Asgrow | AG26XF4 | XF | 2.6 | 67.4 | 95.6 | 81.5 | 75.3 | +| 13 | Dyna-Gro | S33ES76 | EN | 3.3 | 70.3 | 90.7 | 80.5 | - | +| 14 | Seed Genetics Direct | ET-3729E3 | EN | 2.9 | 68.8 | 92.2 | 80.5 | - | +| 15 | Axis Seed | 2924ES | EN | 2.9 | 66.9 | 94 | 80.5 | 72 | +| 16 | GROWMARK, INC. | HS 31E20 | EN | 3.1 | 68.8 | 92.1 | 80.5 | 75.6 | +| 17 | Shur Grow | SG3300E3 | EN | 3.3 | 64.1 | 96.8 | 80.5 | - | +| 18 | Asgrow | AG24XF4 | XF | 2.4 | 68.4 | 92.2 | 80.3 | 75 | +| 19 | GROWMARK, INC. | HS 33E50 | EN | 3.3 | 65.5 | 94.6 | 80.1 | - | +| 20 | GROWMARK, INC. | HS 28E10 | EN | 2.8 | 66.5 | 93.3 | 79.9 | 78.5 | +| 21 | Asgrow | AG27XF3 | XF | 2.7 | 73 | 86.7 | 79.9 | 77.1 | +| 22 | DonMario | DM33E55 | EN | 3.3 | 65 | 94.6 | 79.8 | - | +| 23 | Shur Grow | CT2846E3S | EN | 2.8 | 74.7 | 84.6 | 79.7 | - | +| 24 | GROWMARK, INC. | HS 30F40 | XF | 3 | 69.9 | 89.3 | 79.6 | 78.9 | +| 25 | Axis Seed | 3016E | EN | 3 | 67.5 | 91.1 | 79.3 | - | +| 26 | Seed Genetics Direct | ET-5730E3 | EN | 3 | 67.9 | 90.4 | 79.2 | - | +| 27 | Xitavo | XO 2556E | EN | 2.5 | 66.7 | 90.2 | 78.5 | - | +| 28 | Dyna-Gro | S29ES45 | EN | 2.9 | 65.8 | 90.7 | 78.3 | 75.1 | +| 29 | Ebberts Field Seeds | E3000 E3 | EN | 3 | 68.9 | 87.5 | 78.2 | - | +| 30 | GROWMARK, INC. | HS 26F50 | XF | 2.6 | 64.4 | 91.6 | 78 | - | +| 31 | Seed Consultants, Inc. | SC7326ETM | EN | 3.2 | 64.5 | 91.2 | 77.9 | - | +| 32 | Ebberts Field Seeds | E3301 E3 | EN | 3.3 | 67.4 | 88 | 77.7 | - | +| 33 | Great Heart Seed Co. | GT-3337ES | EN | 3.3 | 70.7 | 84.2 | 77.5 | - | +| 34 | Great Heart Seed Co. | GT-3120XF | XF | 3.1 | 69.6 | 85.3 | 77.5 | - | +| 35 | Golden Harvest | GH3355E3S | EN, STS | 3.3 | 64 | 90.3 | 77.2 | 73.8 | +| 36 | Axis Seed | 3303XF | XF | 3.3 | 69.2 | 84.8 | 77 | - | +| 37 | Golden Harvest | GH3035E3 | EN | 3 | 65.1 | 88.5 | 76.8 | 72.8 | +| 38 | Xitavo | XO 3224E | EN | 3.2 | 69.6 | 82.7 | 76.2 | 73.3 | +| 39 | Shur Grow | CT3046E3S | EN | 3 | 66.1 | 86.1 | 76.1 | - | +| 40 | Axis Seed | 3314E | EN | 3.3 | 68.9 | 83 | 76 | 74 | +| 41 | Seed Genetics Direct | ET-0733E3 | EN | 3.3 | 65.6 | 85.9 | 75.8 | 72.7 | +| 42 | Ebberts Field Seeds | E2790 E3 | EN | 2.7 | 67.6 | 83.5 | 75.6 | 75.4 | +| 43 | Shur Grow | CT3385E3S | EN | 3.3 | 64.2 | 86 | 75.1 | 72.1 | +| 44 | GROWMARK, INC. | HS 29F50 | XF | 2.9 | 60.2 | 89.9 | 75.1 | - | +| 45 | Confluence Genetics | BH31Q146 | CV | 3.1 | 60.7 | 89.2 | 75 | - | +| 46 | GROWMARK, INC. | HS 26E50 | EN | 2.6 | 60.1 | 89.7 | 74.9 | - | +| 47 | Xitavo | XO 3375E | EN | 3.3 | 66.6 | 82.7 | 74.7 | 73.7 | +| 48 | GROWMARK, INC. | HS 32F50 | XF | 3.2 | 64.9 | 84.2 | 74.6 | - | +| 49 | Xitavo | XO 2926E | EN | 2.9 | 66 | 83.1 | 74.6 | - | +| 50 | Shur Grow | SG3026E3 | EN | 3 | 68.1 | 80.5 | 74.3 | 74.3 | +| 51 | Seed Genetics Direct | ET-4732E3 | EN | 3.2 | 64.6 | 83.2 | 73.9 | 74.1 | +| 52 | GROWMARK, INC. | HS 25E30 | EN | 2.5 | 63 | 84.7 | 73.9 | 72.6 | +| 53 | Xitavo | XO 3105E | EN | 3.1 | 63.7 | 83.3 | 73.5 | 77.4 | +| 54 | Xitavo | XO 2865E | EN | 2.8 | 65.6 | 71 | 68.3 | 66 | +| 55 | Xitavo | XO 2735E | EN | 2.7 | 60.8 | 75.5 | 68.2 | - | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.json new file mode 100644 index 00000000..868ef617 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.json @@ -0,0 +1,708 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2025-central-late", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "Central", + "site": "late maturity", + "cooperator": "C1=Mercer Co.; C2=Licking Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 6: The 2025 Ohio Soybean Performance Trials, Central Region - Late Varieties (RM 3.4-3.9)", + "results": [ + { + "rank": 1, + "brand": "GROWMARK, INC.", + "product": "HS 34F30", + "traits": "XF", + "metrics": { + "RM": 3.4, + "Yield C1": 74.5, + "Yield C2": 95.3, + "Yield": 84.9, + "Yield 2yr Mean": 75.9 + } + }, + { + "rank": 2, + "brand": "GROWMARK, INC.", + "product": "HS 35E50", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 73.1, + "Yield C2": 95.3, + "Yield": 84.2 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "E3590 E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 75.4, + "Yield C2": 91.6, + "Yield": 83.5 + } + }, + { + "rank": 4, + "brand": "Axis Seed", + "product": "3605XF", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 72.1, + "Yield C2": 94.5, + "Yield": 83.3, + "Yield 2yr Mean": 80.7 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XF", + "metrics": { + "RM": 3.9, + "Yield C1": 72.7, + "Yield C2": 92.6, + "Yield": 82.7, + "Yield 2yr Mean": 78 + } + }, + { + "rank": 6, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 68.6, + "Yield C2": 96.5, + "Yield": 82.6, + "Yield 2yr Mean": 78.5 + } + }, + { + "rank": 7, + "brand": "Great Heart Seed Co.", + "product": "GT-3470ES", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 71.7, + "Yield C2": 92.6, + "Yield": 82.2 + } + }, + { + "rank": 8, + "brand": "Dyna-Gro", + "product": "S36EN36", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 75.2, + "Yield C2": 88.8, + "Yield": 82 + } + }, + { + "rank": 9, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XF", + "metrics": { + "RM": 3.5, + "Yield C1": 71.4, + "Yield C2": 91.9, + "Yield": 81.7 + } + }, + { + "rank": 10, + "brand": "Seed Consultants, Inc.", + "product": "SC7355ETM", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 72.6, + "Yield C2": 90.6, + "Yield": 81.6, + "Yield 2yr Mean": 81.2 + } + }, + { + "rank": 11, + "brand": "GROWMARK, INC.", + "product": "HS 36F40", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 72.1, + "Yield C2": 91, + "Yield": 81.6, + "Yield 2yr Mean": 77.4 + } + }, + { + "rank": 12, + "brand": "Ebberts Field Seeds", + "product": "E3880 E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 68.2, + "Yield C2": 94, + "Yield": 81.1, + "Yield 2yr Mean": 76 + } + }, + { + "rank": 13, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield C1": 69, + "Yield C2": 92.8, + "Yield": 80.9, + "Yield 2yr Mean": 74.3 + } + }, + { + "rank": 14, + "brand": "Seed Genetics Direct", + "product": "ET-5734E3", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 68.7, + "Yield C2": 92.1, + "Yield": 80.4 + } + }, + { + "rank": 15, + "brand": "Axis Seed", + "product": "3406E", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 72.3, + "Yield C2": 88.2, + "Yield": 80.3 + } + }, + { + "rank": 16, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield C1": 64.1, + "Yield C2": 95.2, + "Yield": 79.7, + "Yield 2yr Mean": 77.7 + } + }, + { + "rank": 17, + "brand": "GROWMARK, INC.", + "product": "HS 34E40", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 73.7, + "Yield C2": 85.2, + "Yield": 79.5, + "Yield 2yr Mean": 77.6 + } + }, + { + "rank": 18, + "brand": "Viking|Blue River", + "product": "39R4", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield C1": 67.9, + "Yield C2": 90.5, + "Yield": 79.2, + "Yield 2yr Mean": 76.9 + } + }, + { + "rank": 19, + "brand": "Axis Seed", + "product": "3616E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 73.4, + "Yield C2": 84.7, + "Yield": 79.1 + } + }, + { + "rank": 20, + "brand": "Ebberts Field Seeds", + "product": "E3690 E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 67.3, + "Yield C2": 90.3, + "Yield": 78.8, + "Yield 2yr Mean": 79.4 + } + }, + { + "rank": 21, + "brand": "Confluence Genetics", + "product": "BH39A150", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield C1": 68, + "Yield C2": 89.5, + "Yield": 78.8 + } + }, + { + "rank": 22, + "brand": "Shur Grow", + "product": "SG3500E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 67.4, + "Yield C2": 89.8, + "Yield": 78.6 + } + }, + { + "rank": 23, + "brand": "Shur Grow", + "product": "SG3933E3S", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield C1": 69, + "Yield C2": 88.2, + "Yield": 78.6 + } + }, + { + "rank": 24, + "brand": "Axis Seed", + "product": "3525E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 66.3, + "Yield C2": 89.7, + "Yield": 78, + "Yield 2yr Mean": 76.2 + } + }, + { + "rank": 25, + "brand": "Seed Consultants, Inc.", + "product": "SC7385ETM", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 68, + "Yield C2": 88, + "Yield": 78, + "Yield 2yr Mean": 75.6 + } + }, + { + "rank": 26, + "brand": "NK Seeds", + "product": "NK38-B5E3S", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 67.2, + "Yield C2": 88.5, + "Yield": 77.9 + } + }, + { + "rank": 27, + "brand": "Beck's", + "product": "384AA", + "traits": "CV", + "metrics": { + "RM": 3.8, + "Yield C1": 67.7, + "Yield C2": 87.7, + "Yield": 77.7 + } + }, + { + "rank": 28, + "brand": "Shur Grow", + "product": "CT3896E3S", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 68.3, + "Yield C2": 86.7, + "Yield": 77.5 + } + }, + { + "rank": 29, + "brand": "DonMario", + "product": "DM38E54", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 67.9, + "Yield C2": 86.5, + "Yield": 77.2, + "Yield 2yr Mean": 77 + } + }, + { + "rank": 30, + "brand": "Dyna-Gro", + "product": "S38EN75", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 63.2, + "Yield C2": 91.2, + "Yield": 77.2, + "Yield 2yr Mean": 77.2 + } + }, + { + "rank": 31, + "brand": "Confluence Genetics", + "product": "BH39A232", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield C1": 63.4, + "Yield C2": 90.1, + "Yield": 76.8, + "Yield 2yr Mean": 75.1 + } + }, + { + "rank": 32, + "brand": "GROWMARK, INC.", + "product": "HS 37E40", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 65.2, + "Yield C2": 88.3, + "Yield": 76.8, + "Yield 2yr Mean": 75.7 + } + }, + { + "rank": 33, + "brand": "Axis Seed", + "product": "3835E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 67.8, + "Yield C2": 85.3, + "Yield": 76.6, + "Yield 2yr Mean": 72.2 + } + }, + { + "rank": 34, + "brand": "Seed Consultants, Inc.", + "product": "SC7364ETM", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 65.2, + "Yield C2": 87.8, + "Yield": 76.5, + "Yield 2yr Mean": 76.6 + } + }, + { + "rank": 35, + "brand": "Shur Grow", + "product": "SG3784E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 63.1, + "Yield C2": 89.8, + "Yield": 76.5, + "Yield 2yr Mean": 75.4 + } + }, + { + "rank": 36, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 68.3, + "Yield C2": 84.5, + "Yield": 76.4, + "Yield 2yr Mean": 74.1 + } + }, + { + "rank": 37, + "brand": "Seed Consultants, Inc.", + "product": "SC7375ETM", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 66.5, + "Yield C2": 85.5, + "Yield": 76, + "Yield 2yr Mean": 76.6 + } + }, + { + "rank": 38, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 69.6, + "Yield C2": 82.1, + "Yield": 75.9, + "Yield 2yr Mean": 73.7 + } + }, + { + "rank": 39, + "brand": "Seed Genetics Direct", + "product": "ET-5735E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 66.1, + "Yield C2": 85.4, + "Yield": 75.8 + } + }, + { + "rank": 40, + "brand": "Xitavo", + "product": "XO 3456E", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 71.1, + "Yield C2": 77.5, + "Yield": 74.3 + } + }, + { + "rank": 41, + "brand": "Seed Genetics Direct", + "product": "ET-4738E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield C1": 59.5, + "Yield C2": 88.4, + "Yield": 74, + "Yield 2yr Mean": 76.2 + } + }, + { + "rank": 42, + "brand": "NK Seeds", + "product": "NK34-P4E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield C1": 67, + "Yield C2": 80.7, + "Yield": 73.9 + } + }, + { + "rank": 43, + "brand": "DonMario", + "product": "DM36E94", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 60.6, + "Yield C2": 86.8, + "Yield": 73.7, + "Yield 2yr Mean": 73.3 + } + }, + { + "rank": 44, + "brand": "Shur Grow", + "product": "CT3604E3S", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 65, + "Yield C2": 81.7, + "Yield": 73.4 + } + }, + { + "rank": 45, + "brand": "Axis Seed", + "product": "3514ES", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield C1": 61.8, + "Yield C2": 84.2, + "Yield": 73, + "Yield 2yr Mean": 73.4 + } + }, + { + "rank": 46, + "brand": "Seed Genetics Direct", + "product": "ET-4736E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield C1": 62.5, + "Yield C2": 80.4, + "Yield": 71.5, + "Yield 2yr Mean": 73 + } + }, + { + "rank": 47, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield C1": 66.4, + "Yield C2": 75.1, + "Yield": 70.8, + "Yield 2yr Mean": 72.6 + } + }, + { + "rank": 48, + "brand": "Confluence Genetics", + "product": "BH37U221", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 64.9, + "Yield C2": 75, + "Yield": 70 + } + }, + { + "rank": 49, + "brand": "Xitavo", + "product": "XO 3705E", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield C1": 64.1, + "Yield C2": 75.8, + "Yield": 70 + } + }, + { + "rank": 50, + "brand": "Confluence Genetics", + "product": "C38H052S", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 63.6, + "Yield C2": 75.8, + "Yield": 69.7, + "Yield 2yr Mean": 67.7 + } + }, + { + "rank": 51, + "brand": "Confluence Genetics", + "product": "BH36U203", + "traits": "CV", + "metrics": { + "RM": 3.6, + "Yield C1": 58, + "Yield C2": 80.2, + "Yield": 69.1 + } + }, + { + "rank": 52, + "brand": "Confluence Genetics", + "product": "BH37U222", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 64.2, + "Yield C2": 73.4, + "Yield": 68.8 + } + }, + { + "rank": 53, + "brand": "Confluence Genetics", + "product": "BH37Q218", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 61.4, + "Yield C2": 75.5, + "Yield": 68.5, + "Yield 2yr Mean": 70.9 + } + }, + { + "rank": 54, + "brand": "Confluence Genetics", + "product": "C37H051S", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield C1": 60.3, + "Yield C2": 73.8, + "Yield": 67.1 + } + } + ], + "n_results": 54, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:33.673828+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.md new file mode 100644 index 00000000..35ebcc9b --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-central-late.md @@ -0,0 +1,73 @@ +# Soybean yield trial — late maturity, OH (Central, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2025 +- **Region:** Central +- **Site:** late maturity +- **Source table:** TABLE 6: The 2025 Ohio Soybean Performance Trials, Central Region - Late Varieties (RM 3.4-3.9) +- **Cooperator / sites:** C1=Mercer Co.; C2=Licking Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield C1 | Yield C2 | Yield | Yield 2yr Mean | +|---|---|---|---|---|---|---|---|---| +| 1 | GROWMARK, INC. | HS 34F30 | XF | 3.4 | 74.5 | 95.3 | 84.9 | 75.9 | +| 2 | GROWMARK, INC. | HS 35E50 | EN | 3.5 | 73.1 | 95.3 | 84.2 | - | +| 3 | Ebberts Field Seeds | E3590 E3 | EN | 3.5 | 75.4 | 91.6 | 83.5 | - | +| 4 | Axis Seed | 3605XF | XF | 3.6 | 72.1 | 94.5 | 83.3 | 80.7 | +| 5 | Asgrow | AG39XF3 | XF | 3.9 | 72.7 | 92.6 | 82.7 | 78 | +| 6 | Xitavo | XO 3555E | EN | 3.5 | 68.6 | 96.5 | 82.6 | 78.5 | +| 7 | Great Heart Seed Co. | GT-3470ES | EN | 3.4 | 71.7 | 92.6 | 82.2 | - | +| 8 | Dyna-Gro | S36EN36 | EN | 3.6 | 75.2 | 88.8 | 82 | - | +| 9 | Asgrow | AG35XF5 | XF | 3.5 | 71.4 | 91.9 | 81.7 | - | +| 10 | Seed Consultants, Inc. | SC7355ETM | EN | 3.5 | 72.6 | 90.6 | 81.6 | 81.2 | +| 11 | GROWMARK, INC. | HS 36F40 | XF | 3.6 | 72.1 | 91 | 81.6 | 77.4 | +| 12 | Ebberts Field Seeds | E3880 E3 | EN | 3.8 | 68.2 | 94 | 81.1 | 76 | +| 13 | Confluence Genetics | BH35A233 | CV | 3.5 | 69 | 92.8 | 80.9 | 74.3 | +| 14 | Seed Genetics Direct | ET-5734E3 | EN | 3.4 | 68.7 | 92.1 | 80.4 | - | +| 15 | Axis Seed | 3406E | EN | 3.4 | 72.3 | 88.2 | 80.3 | - | +| 16 | Asgrow | AG36XF4 | XF | 3.6 | 64.1 | 95.2 | 79.7 | 77.7 | +| 17 | GROWMARK, INC. | HS 34E40 | EN | 3.4 | 73.7 | 85.2 | 79.5 | 77.6 | +| 18 | Viking|Blue River | 39R4 | CV | 3.9 | 67.9 | 90.5 | 79.2 | 76.9 | +| 19 | Axis Seed | 3616E | EN | 3.6 | 73.4 | 84.7 | 79.1 | - | +| 20 | Ebberts Field Seeds | E3690 E3 | EN | 3.6 | 67.3 | 90.3 | 78.8 | 79.4 | +| 21 | Confluence Genetics | BH39A150 | CV | 3.9 | 68 | 89.5 | 78.8 | - | +| 22 | Shur Grow | SG3500E3 | EN | 3.5 | 67.4 | 89.8 | 78.6 | - | +| 23 | Shur Grow | SG3933E3S | EN | 3.9 | 69 | 88.2 | 78.6 | - | +| 24 | Axis Seed | 3525E | EN | 3.5 | 66.3 | 89.7 | 78 | 76.2 | +| 25 | Seed Consultants, Inc. | SC7385ETM | EN | 3.8 | 68 | 88 | 78 | 75.6 | +| 26 | NK Seeds | NK38-B5E3S | EN | 3.8 | 67.2 | 88.5 | 77.9 | - | +| 27 | Beck's | 384AA | CV | 3.8 | 67.7 | 87.7 | 77.7 | - | +| 28 | Shur Grow | CT3896E3S | EN | 3.8 | 68.3 | 86.7 | 77.5 | - | +| 29 | DonMario | DM38E54 | EN | 3.8 | 67.9 | 86.5 | 77.2 | 77 | +| 30 | Dyna-Gro | S38EN75 | EN | 3.8 | 63.2 | 91.2 | 77.2 | 77.2 | +| 31 | Confluence Genetics | BH39A232 | CV | 3.9 | 63.4 | 90.1 | 76.8 | 75.1 | +| 32 | GROWMARK, INC. | HS 37E40 | EN | 3.7 | 65.2 | 88.3 | 76.8 | 75.7 | +| 33 | Axis Seed | 3835E | EN | 3.8 | 67.8 | 85.3 | 76.6 | 72.2 | +| 34 | Seed Consultants, Inc. | SC7364ETM | EN | 3.6 | 65.2 | 87.8 | 76.5 | 76.6 | +| 35 | Shur Grow | SG3784E3 | EN | 3.7 | 63.1 | 89.8 | 76.5 | 75.4 | +| 36 | Xitavo | XO 3855E | EN | 3.8 | 68.3 | 84.5 | 76.4 | 74.1 | +| 37 | Seed Consultants, Inc. | SC7375ETM | EN | 3.7 | 66.5 | 85.5 | 76 | 76.6 | +| 38 | Xitavo | XO 3655E | EN | 3.6 | 69.6 | 82.1 | 75.9 | 73.7 | +| 39 | Seed Genetics Direct | ET-5735E3 | EN | 3.5 | 66.1 | 85.4 | 75.8 | - | +| 40 | Xitavo | XO 3456E | EN | 3.4 | 71.1 | 77.5 | 74.3 | - | +| 41 | Seed Genetics Direct | ET-4738E3 | EN | 3.8 | 59.5 | 88.4 | 74 | 76.2 | +| 42 | NK Seeds | NK34-P4E3S | EN | 3.4 | 67 | 80.7 | 73.9 | - | +| 43 | DonMario | DM36E94 | EN | 3.6 | 60.6 | 86.8 | 73.7 | 73.3 | +| 44 | Shur Grow | CT3604E3S | EN | 3.6 | 65 | 81.7 | 73.4 | - | +| 45 | Axis Seed | 3514ES | EN | 3.5 | 61.8 | 84.2 | 73 | 73.4 | +| 46 | Seed Genetics Direct | ET-4736E3 | EN | 3.6 | 62.5 | 80.4 | 71.5 | 73 | +| 47 | Confluence Genetics | N35D950S | CV | 3.5 | 66.4 | 75.1 | 70.8 | 72.6 | +| 48 | Confluence Genetics | BH37U221 | CV | 3.7 | 64.9 | 75 | 70 | - | +| 49 | Xitavo | XO 3705E | EN | 3.7 | 64.1 | 75.8 | 70 | - | +| 50 | Confluence Genetics | C38H052S | CV | 3.7 | 63.6 | 75.8 | 69.7 | 67.7 | +| 51 | Confluence Genetics | BH36U203 | CV | 3.6 | 58 | 80.2 | 69.1 | - | +| 52 | Confluence Genetics | BH37U222 | CV | 3.7 | 64.2 | 73.4 | 68.8 | - | +| 53 | Confluence Genetics | BH37Q218 | CV | 3.7 | 61.4 | 75.5 | 68.5 | 70.9 | +| 54 | Confluence Genetics | C37H051S | CV | 3.7 | 60.3 | 73.8 | 67.1 | - | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.json new file mode 100644 index 00000000..6f56ffdc --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.json @@ -0,0 +1,774 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2025-north-early", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "North", + "site": "early maturity", + "cooperator": "N1=Henry Co.; N2=Sandusky Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 3: The 2025 Ohio Soybean Performance Trials, North Region - Early Varieties (RM 2.3-3.1)", + "results": [ + { + "rank": 1, + "brand": "Shur Grow", + "product": "CT2846E3S", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 80, + "Yield N2": 68.3, + "Yield": 74.2 + } + }, + { + "rank": 2, + "brand": "Ebberts Field Seeds", + "product": "E3190 E3", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 78, + "Yield N2": 69.7, + "Yield": 73.9 + } + }, + { + "rank": 3, + "brand": "Dyna-Gro", + "product": "S29ES45", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 78.7, + "Yield N2": 67.8, + "Yield": 73.3, + "Yield 2yr Mean": 59.6 + } + }, + { + "rank": 4, + "brand": "Seed Consultants, Inc.", + "product": "SC7315ETM", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 80.6, + "Yield N2": 65.6, + "Yield": 73.1, + "Yield 2yr Mean": 60.8 + } + }, + { + "rank": 5, + "brand": "Gro Mor", + "product": "GM 28E45", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 78.7, + "Yield N2": 66.8, + "Yield": 72.8 + } + }, + { + "rank": 6, + "brand": "Viking|Blue River", + "product": "30B4", + "traits": "CV", + "metrics": { + "RM": 3, + "Yield N1": 78, + "Yield N2": 66.6, + "Yield": 72.3, + "Yield 2yr Mean": 63.3 + } + }, + { + "rank": 7, + "brand": "Seedway", + "product": "SG 2923E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 77.9, + "Yield N2": 66.5, + "Yield": 72.2, + "Yield 2yr Mean": 62.3 + } + }, + { + "rank": 8, + "brand": "Ebberts Field Seeds", + "product": "E2790 E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield N1": 77.8, + "Yield N2": 66.6, + "Yield": 72.2, + "Yield 2yr Mean": 60.8 + } + }, + { + "rank": 9, + "brand": "Seed Genetics Direct", + "product": "ET-3729E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 77.1, + "Yield N2": 66.8, + "Yield": 72 + } + }, + { + "rank": 10, + "brand": "Viking|Blue River", + "product": "27B4", + "traits": "CV", + "metrics": { + "RM": 2.7, + "Yield N1": 77.8, + "Yield N2": 65.9, + "Yield": 71.9, + "Yield 2yr Mean": 60.7 + } + }, + { + "rank": 11, + "brand": "Shur Grow", + "product": "SG2954E3S", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 76.3, + "Yield N2": 66.6, + "Yield": 71.5 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 78.9, + "Yield N2": 63.7, + "Yield": 71.3, + "Yield 2yr Mean": 58.2 + } + }, + { + "rank": 13, + "brand": "Asgrow", + "product": "AG27XF3", + "traits": "XF", + "metrics": { + "RM": 2.7, + "Yield N1": 77.2, + "Yield N2": 65.2, + "Yield": 71.2, + "Yield 2yr Mean": 56.1 + } + }, + { + "rank": 14, + "brand": "GROWMARK, INC.", + "product": "HS 30F40", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield N1": 77.9, + "Yield N2": 64.4, + "Yield": 71.2, + "Yield 2yr Mean": 60 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 78.4, + "Yield N2": 63.3, + "Yield": 70.9, + "Yield 2yr Mean": 56.7 + } + }, + { + "rank": 16, + "brand": "Xitavo", + "product": "XO 2444E", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 73.7, + "Yield N2": 67.7, + "Yield": 70.7, + "Yield 2yr Mean": 56.4 + } + }, + { + "rank": 17, + "brand": "Dyna-Gro", + "product": "S31EN96", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 78.1, + "Yield N2": 63, + "Yield": 70.6 + } + }, + { + "rank": 18, + "brand": "Shur Grow", + "product": "SG2520E3", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 74.5, + "Yield N2": 66.6, + "Yield": 70.6 + } + }, + { + "rank": 19, + "brand": "Ebberts Field Seeds", + "product": "E2501 E3", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 74.4, + "Yield N2": 66.6, + "Yield": 70.5 + } + }, + { + "rank": 20, + "brand": "GROWMARK, INC.", + "product": "HS 31E20", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 77.7, + "Yield N2": 63.1, + "Yield": 70.4, + "Yield 2yr Mean": 56.9 + } + }, + { + "rank": 21, + "brand": "GROWMARK, INC.", + "product": "HS 28E10", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 74.7, + "Yield N2": 66, + "Yield": 70.4, + "Yield 2yr Mean": 55.5 + } + }, + { + "rank": 22, + "brand": "Seedway", + "product": "SG 2705E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield N1": 75.8, + "Yield N2": 64.9, + "Yield": 70.4 + } + }, + { + "rank": 23, + "brand": "Ebberts Field Seeds", + "product": "E2800 E3", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 72.9, + "Yield N2": 66.9, + "Yield": 69.9 + } + }, + { + "rank": 24, + "brand": "Asgrow", + "product": "AG30XF4", + "traits": "XF", + "metrics": { + "RM": 3, + "Yield N1": 75.1, + "Yield N2": 64.5, + "Yield": 69.8, + "Yield 2yr Mean": 58.2 + } + }, + { + "rank": 25, + "brand": "Gro Mor", + "product": "GM 31E86", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield N1": 74.8, + "Yield N2": 64.6, + "Yield": 69.7 + } + }, + { + "rank": 26, + "brand": "DonMario", + "product": "DM24E84", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 73.4, + "Yield N2": 65.9, + "Yield": 69.7, + "Yield 2yr Mean": 53.1 + } + }, + { + "rank": 27, + "brand": "Ebberts Field Seeds", + "product": "E3000 E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 74.2, + "Yield N2": 64.9, + "Yield": 69.6 + } + }, + { + "rank": 28, + "brand": "Seed Genetics Direct", + "product": "ET-5730E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 73.1, + "Yield N2": 66, + "Yield": 69.6 + } + }, + { + "rank": 29, + "brand": "Asgrow", + "product": "AG26XF4", + "traits": "XF", + "metrics": { + "RM": 2.6, + "Yield N1": 74.7, + "Yield N2": 64, + "Yield": 69.4, + "Yield 2yr Mean": 58.7 + } + }, + { + "rank": 30, + "brand": "Shur Grow", + "product": "SG2745E3", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield N1": 74.9, + "Yield N2": 63.6, + "Yield": 69.3 + } + }, + { + "rank": 31, + "brand": "GROWMARK, INC.", + "product": "HS 28E50", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 75, + "Yield N2": 62.9, + "Yield": 69 + } + }, + { + "rank": 32, + "brand": "Viking|Blue River", + "product": "30B6", + "traits": "CV", + "metrics": { + "RM": 3, + "Yield N1": 71.5, + "Yield N2": 65.6, + "Yield": 68.6 + } + }, + { + "rank": 33, + "brand": "GROWMARK, INC.", + "product": "HS 25E30", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 73.5, + "Yield N2": 63.2, + "Yield": 68.4, + "Yield 2yr Mean": 57.2 + } + }, + { + "rank": 34, + "brand": "GROWMARK, INC.", + "product": "HS 29F50", + "traits": "XF", + "metrics": { + "RM": 2.9, + "Yield N1": 72.7, + "Yield N2": 64, + "Yield": 68.4 + } + }, + { + "rank": 35, + "brand": "Seed Genetics Direct", + "product": "ET-5723E3", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 71.7, + "Yield N2": 64.9, + "Yield": 68.3 + } + }, + { + "rank": 36, + "brand": "Shur Grow", + "product": "SG3026E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 72.2, + "Yield N2": 64.2, + "Yield": 68.2 + } + }, + { + "rank": 37, + "brand": "Axis Seed", + "product": "2924ES", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 73.5, + "Yield N2": 62.7, + "Yield": 68.1 + } + }, + { + "rank": 38, + "brand": "Shur Grow", + "product": "CT3046E3S", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 74.7, + "Yield N2": 61.3, + "Yield": 68 + } + }, + { + "rank": 39, + "brand": "Axis Seed", + "product": "2635ES", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 71.8, + "Yield N2": 64.1, + "Yield": 68, + "Yield 2yr Mean": 55.8 + } + }, + { + "rank": 40, + "brand": "NK Seeds", + "product": "NK28-G7E3", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 73.9, + "Yield N2": 61.7, + "Yield": 67.8 + } + }, + { + "rank": 41, + "brand": "Great Heart Seed Co.", + "product": "GT-3120XF", + "traits": "XF", + "metrics": { + "RM": 3.1, + "Yield N1": 72.5, + "Yield N2": 62.8, + "Yield": 67.7 + } + }, + { + "rank": 42, + "brand": "Axis Seed", + "product": "3016E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 72.1, + "Yield N2": 63, + "Yield": 67.6 + } + }, + { + "rank": 43, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield N1": 74.1, + "Yield N2": 60.7, + "Yield": 67.4 + } + }, + { + "rank": 44, + "brand": "Golden Harvest", + "product": "GH3035E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield N1": 74.5, + "Yield N2": 58.8, + "Yield": 66.7, + "Yield 2yr Mean": 55 + } + }, + { + "rank": 45, + "brand": "GROWMARK, INC.", + "product": "HS 26F50", + "traits": "XF", + "metrics": { + "RM": 2.6, + "Yield N1": 72.8, + "Yield N2": 60.5, + "Yield": 66.7 + } + }, + { + "rank": 46, + "brand": "Gro Mor", + "product": "GM 26E55", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 70.1, + "Yield N2": 63, + "Yield": 66.6 + } + }, + { + "rank": 47, + "brand": "Xitavo", + "product": "XO 2366E", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 72.2, + "Yield N2": 60.8, + "Yield": 66.5 + } + }, + { + "rank": 48, + "brand": "Asgrow", + "product": "AG24XF4", + "traits": "XF", + "metrics": { + "RM": 2.4, + "Yield N1": 72, + "Yield N2": 60.5, + "Yield": 66.3, + "Yield 2yr Mean": 51.9 + } + }, + { + "rank": 49, + "brand": "Xitavo", + "product": "XO 2735E", + "traits": "EN", + "metrics": { + "RM": 2.7, + "Yield N1": 71.5, + "Yield N2": 60.7, + "Yield": 66.1 + } + }, + { + "rank": 50, + "brand": "Gro Mor", + "product": "GM 24E66", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 69.8, + "Yield N2": 62.2, + "Yield": 66 + } + }, + { + "rank": 51, + "brand": "Seedway", + "product": "SG 2423E3", + "traits": "EN", + "metrics": { + "RM": 2.4, + "Yield N1": 70.7, + "Yield N2": 61.2, + "Yield": 66 + } + }, + { + "rank": 52, + "brand": "GROWMARK, INC.", + "product": "HS 26E50", + "traits": "EN", + "metrics": { + "RM": 2.6, + "Yield N1": 72.9, + "Yield N2": 58, + "Yield": 65.5 + } + }, + { + "rank": 53, + "brand": "Xitavo", + "product": "XO 2556E", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 71.7, + "Yield N2": 59, + "Yield": 65.4 + } + }, + { + "rank": 54, + "brand": "Xitavo", + "product": "XO 2865E", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield N1": 71.8, + "Yield N2": 58.6, + "Yield": 65.2, + "Yield 2yr Mean": 53.1 + } + }, + { + "rank": 55, + "brand": "GROWMARK, INC.", + "product": "HS 23E40", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 66.3, + "Yield N2": 63.5, + "Yield": 64.9, + "Yield 2yr Mean": 48.7 + } + }, + { + "rank": 56, + "brand": "Ebberts Field Seeds", + "product": "E2390 E3", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 67.7, + "Yield N2": 60.2, + "Yield": 64, + "Yield 2yr Mean": 51 + } + }, + { + "rank": 57, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield N1": 68.9, + "Yield N2": 58.1, + "Yield": 63.5, + "Yield 2yr Mean": 52.1 + } + }, + { + "rank": 58, + "brand": "Confluence Genetics", + "product": "BH23H228", + "traits": "CV", + "metrics": { + "RM": 2.3, + "Yield N1": 61.5, + "Yield N2": 62.7, + "Yield": 62.1, + "Yield 2yr Mean": 49.1 + } + }, + { + "rank": 59, + "brand": "Shur Grow", + "product": "SG2388E3", + "traits": "EN", + "metrics": { + "RM": 2.3, + "Yield N1": 63.9, + "Yield N2": 56.9, + "Yield": 60.4 + } + }, + { + "rank": 60, + "brand": "Seed Genetics Direct", + "product": "ET-4725E3", + "traits": "EN", + "metrics": { + "RM": 2.5, + "Yield N1": 65.8, + "Yield N2": 54.5, + "Yield": 60.2 + } + } + ], + "n_results": 60, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:33.671948+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.md new file mode 100644 index 00000000..bc469f8b --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-early.md @@ -0,0 +1,79 @@ +# Soybean yield trial — early maturity, OH (North, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2025 +- **Region:** North +- **Site:** early maturity +- **Source table:** TABLE 3: The 2025 Ohio Soybean Performance Trials, North Region - Early Varieties (RM 2.3-3.1) +- **Cooperator / sites:** N1=Henry Co.; N2=Sandusky Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield N1 | Yield N2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Shur Grow | CT2846E3S | EN | 2.8 | 80 | 68.3 | 74.2 | +| 2 | Ebberts Field Seeds | E3190 E3 | EN | 3.1 | 78 | 69.7 | 73.9 | +| 3 | Dyna-Gro | S29ES45 | EN | 2.9 | 78.7 | 67.8 | 73.3 | +| 4 | Seed Consultants, Inc. | SC7315ETM | EN | 3.1 | 80.6 | 65.6 | 73.1 | +| 5 | Gro Mor | GM 28E45 | EN | 2.8 | 78.7 | 66.8 | 72.8 | +| 6 | Viking|Blue River | 30B4 | CV | 3 | 78 | 66.6 | 72.3 | +| 7 | Seedway | SG 2923E3 | EN | 2.9 | 77.9 | 66.5 | 72.2 | +| 8 | Ebberts Field Seeds | E2790 E3 | EN | 2.7 | 77.8 | 66.6 | 72.2 | +| 9 | Seed Genetics Direct | ET-3729E3 | EN | 2.9 | 77.1 | 66.8 | 72 | +| 10 | Viking|Blue River | 27B4 | CV | 2.7 | 77.8 | 65.9 | 71.9 | +| 11 | Shur Grow | SG2954E3S | EN | 2.9 | 76.3 | 66.6 | 71.5 | +| 12 | Xitavo | XO 3014E | EN | 3 | 78.9 | 63.7 | 71.3 | +| 13 | Asgrow | AG27XF3 | XF | 2.7 | 77.2 | 65.2 | 71.2 | +| 14 | GROWMARK, INC. | HS 30F40 | XF | 3 | 77.9 | 64.4 | 71.2 | +| 15 | Xitavo | XO 3105E | EN | 3.1 | 78.4 | 63.3 | 70.9 | +| 16 | Xitavo | XO 2444E | EN | 2.4 | 73.7 | 67.7 | 70.7 | +| 17 | Dyna-Gro | S31EN96 | EN | 3.1 | 78.1 | 63 | 70.6 | +| 18 | Shur Grow | SG2520E3 | EN | 2.5 | 74.5 | 66.6 | 70.6 | +| 19 | Ebberts Field Seeds | E2501 E3 | EN | 2.5 | 74.4 | 66.6 | 70.5 | +| 20 | GROWMARK, INC. | HS 31E20 | EN | 3.1 | 77.7 | 63.1 | 70.4 | +| 21 | GROWMARK, INC. | HS 28E10 | EN | 2.8 | 74.7 | 66 | 70.4 | +| 22 | Seedway | SG 2705E3 | EN | 2.7 | 75.8 | 64.9 | 70.4 | +| 23 | Ebberts Field Seeds | E2800 E3 | EN | 2.8 | 72.9 | 66.9 | 69.9 | +| 24 | Asgrow | AG30XF4 | XF | 3 | 75.1 | 64.5 | 69.8 | +| 25 | Gro Mor | GM 31E86 | EN | 3.1 | 74.8 | 64.6 | 69.7 | +| 26 | DonMario | DM24E84 | EN | 2.4 | 73.4 | 65.9 | 69.7 | +| 27 | Ebberts Field Seeds | E3000 E3 | EN | 3 | 74.2 | 64.9 | 69.6 | +| 28 | Seed Genetics Direct | ET-5730E3 | EN | 3 | 73.1 | 66 | 69.6 | +| 29 | Asgrow | AG26XF4 | XF | 2.6 | 74.7 | 64 | 69.4 | +| 30 | Shur Grow | SG2745E3 | EN | 2.7 | 74.9 | 63.6 | 69.3 | +| 31 | GROWMARK, INC. | HS 28E50 | EN | 2.8 | 75 | 62.9 | 69 | +| 32 | Viking|Blue River | 30B6 | CV | 3 | 71.5 | 65.6 | 68.6 | +| 33 | GROWMARK, INC. | HS 25E30 | EN | 2.5 | 73.5 | 63.2 | 68.4 | +| 34 | GROWMARK, INC. | HS 29F50 | XF | 2.9 | 72.7 | 64 | 68.4 | +| 35 | Seed Genetics Direct | ET-5723E3 | EN | 2.3 | 71.7 | 64.9 | 68.3 | +| 36 | Shur Grow | SG3026E3 | EN | 3 | 72.2 | 64.2 | 68.2 | +| 37 | Axis Seed | 2924ES | EN | 2.9 | 73.5 | 62.7 | 68.1 | +| 38 | Shur Grow | CT3046E3S | EN | 3 | 74.7 | 61.3 | 68 | +| 39 | Axis Seed | 2635ES | EN | 2.6 | 71.8 | 64.1 | 68 | +| 40 | NK Seeds | NK28-G7E3 | EN | 2.8 | 73.9 | 61.7 | 67.8 | +| 41 | Great Heart Seed Co. | GT-3120XF | XF | 3.1 | 72.5 | 62.8 | 67.7 | +| 42 | Axis Seed | 3016E | EN | 3 | 72.1 | 63 | 67.6 | +| 43 | Xitavo | XO 2926E | EN | 2.9 | 74.1 | 60.7 | 67.4 | +| 44 | Golden Harvest | GH3035E3 | EN | 3 | 74.5 | 58.8 | 66.7 | +| 45 | GROWMARK, INC. | HS 26F50 | XF | 2.6 | 72.8 | 60.5 | 66.7 | +| 46 | Gro Mor | GM 26E55 | EN | 2.6 | 70.1 | 63 | 66.6 | +| 47 | Xitavo | XO 2366E | EN | 2.3 | 72.2 | 60.8 | 66.5 | +| 48 | Asgrow | AG24XF4 | XF | 2.4 | 72 | 60.5 | 66.3 | +| 49 | Xitavo | XO 2735E | EN | 2.7 | 71.5 | 60.7 | 66.1 | +| 50 | Gro Mor | GM 24E66 | EN | 2.4 | 69.8 | 62.2 | 66 | +| 51 | Seedway | SG 2423E3 | EN | 2.4 | 70.7 | 61.2 | 66 | +| 52 | GROWMARK, INC. | HS 26E50 | EN | 2.6 | 72.9 | 58 | 65.5 | +| 53 | Xitavo | XO 2556E | EN | 2.5 | 71.7 | 59 | 65.4 | +| 54 | Xitavo | XO 2865E | EN | 2.8 | 71.8 | 58.6 | 65.2 | +| 55 | GROWMARK, INC. | HS 23E40 | EN | 2.3 | 66.3 | 63.5 | 64.9 | +| 56 | Ebberts Field Seeds | E2390 E3 | EN | 2.3 | 67.7 | 60.2 | 64 | +| 57 | Confluence Genetics | BH31Q146 | CV | 3.1 | 68.9 | 58.1 | 63.5 | +| 58 | Confluence Genetics | BH23H228 | CV | 2.3 | 61.5 | 62.7 | 62.1 | +| 59 | Shur Grow | SG2388E3 | EN | 2.3 | 63.9 | 56.9 | 60.4 | +| 60 | Seed Genetics Direct | ET-4725E3 | EN | 2.5 | 65.8 | 54.5 | 60.2 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.json new file mode 100644 index 00000000..facf3fea --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.json @@ -0,0 +1,815 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2025-north-late", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "North", + "site": "late maturity", + "cooperator": "N1=Henry Co.; N2=Sandusky Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 4: The 2025 Ohio Soybean Performance Trials, North Region - Late Varieties (RM 3.2-3.9)", + "results": [ + { + "rank": 1, + "brand": "Asgrow", + "product": "AG36XF4", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield N1": 81.6, + "Yield N2": 66.3, + "Yield": 74, + "Yield 2yr Mean": 59.4 + } + }, + { + "rank": 2, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 79, + "Yield N2": 68.4, + "Yield": 73.7, + "Yield 2yr Mean": 62.8 + } + }, + { + "rank": 3, + "brand": "Viking|Blue River", + "product": "32B6", + "traits": "CV", + "metrics": { + "RM": 3.2, + "Yield N1": 80.2, + "Yield N2": 66.7, + "Yield": 73.5 + } + }, + { + "rank": 4, + "brand": "Shur Grow", + "product": "SG3300E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 77.4, + "Yield N2": 68.7, + "Yield": 73.1 + } + }, + { + "rank": 5, + "brand": "Asgrow", + "product": "AG35XF5", + "traits": "XF", + "metrics": { + "RM": 3.5, + "Yield N1": 80.5, + "Yield N2": 65.2, + "Yield": 72.9 + } + }, + { + "rank": 6, + "brand": "Axis Seed", + "product": "3605XF", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield N1": 79.4, + "Yield N2": 65.2, + "Yield": 72.3, + "Yield 2yr Mean": 61.6 + } + }, + { + "rank": 7, + "brand": "Seed Consultants, Inc.", + "product": "SC7364ETM", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 77.7, + "Yield N2": 66.9, + "Yield": 72.3, + "Yield 2yr Mean": 61.1 + } + }, + { + "rank": 8, + "brand": "Asgrow", + "product": "AG39XF3", + "traits": "XF", + "metrics": { + "RM": 3.9, + "Yield N1": 78, + "Yield N2": 66.2, + "Yield": 72.1, + "Yield 2yr Mean": 59.7 + } + }, + { + "rank": 9, + "brand": "DonMario", + "product": "DM38E54", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 77.4, + "Yield N2": 66.6, + "Yield": 72, + "Yield 2yr Mean": 60 + } + }, + { + "rank": 10, + "brand": "Seedway", + "product": "SX 3305E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 76.5, + "Yield N2": 66.8, + "Yield": 71.7 + } + }, + { + "rank": 11, + "brand": "DonMario", + "product": "DM33E55", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 80.9, + "Yield N2": 62.3, + "Yield": 71.6 + } + }, + { + "rank": 12, + "brand": "Ebberts Field Seeds", + "product": "E3302 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 78.4, + "Yield N2": 64.6, + "Yield": 71.5 + } + }, + { + "rank": 13, + "brand": "Seed Consultants, Inc.", + "product": "SC7375ETM", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 75.5, + "Yield N2": 67.5, + "Yield": 71.5, + "Yield 2yr Mean": 61.5 + } + }, + { + "rank": 14, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield N1": 75.8, + "Yield N2": 67.1, + "Yield": 71.5, + "Yield 2yr Mean": 61.1 + } + }, + { + "rank": 15, + "brand": "Xitavo", + "product": "XO 3456E", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 76.7, + "Yield N2": 66.1, + "Yield": 71.4 + } + }, + { + "rank": 16, + "brand": "Ebberts Field Seeds", + "product": "E3880 E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 76.5, + "Yield N2": 66.2, + "Yield": 71.4, + "Yield 2yr Mean": 64.1 + } + }, + { + "rank": 17, + "brand": "Seedway", + "product": "SG 3323E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 76, + "Yield N2": 66.5, + "Yield": 71.3, + "Yield 2yr Mean": 61.5 + } + }, + { + "rank": 18, + "brand": "Axis Seed", + "product": "3406E", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 77, + "Yield N2": 65.3, + "Yield": 71.2 + } + }, + { + "rank": 19, + "brand": "Seed Consultants, Inc.", + "product": "SC7355ETM", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 76.5, + "Yield N2": 65.8, + "Yield": 71.2, + "Yield 2yr Mean": 60.1 + } + }, + { + "rank": 20, + "brand": "Dyna-Gro", + "product": "S33ES76", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 77.7, + "Yield N2": 64.5, + "Yield": 71.1 + } + }, + { + "rank": 21, + "brand": "Shur Grow", + "product": "SG3784E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 76.3, + "Yield N2": 65.9, + "Yield": 71.1 + } + }, + { + "rank": 22, + "brand": "Seed Genetics Direct", + "product": "ET-4736E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 75.3, + "Yield N2": 66.8, + "Yield": 71.1, + "Yield 2yr Mean": 58.5 + } + }, + { + "rank": 23, + "brand": "Axis Seed", + "product": "3314E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 78, + "Yield N2": 63.6, + "Yield": 70.8, + "Yield 2yr Mean": 60.5 + } + }, + { + "rank": 24, + "brand": "Ebberts Field Seeds", + "product": "E3590 E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 76.3, + "Yield N2": 65.1, + "Yield": 70.7 + } + }, + { + "rank": 25, + "brand": "Gro Mor", + "product": "GM 32E96", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield N1": 77.6, + "Yield N2": 63.7, + "Yield": 70.7 + } + }, + { + "rank": 26, + "brand": "Asgrow", + "product": "AG33XF3", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield N1": 76.5, + "Yield N2": 64.7, + "Yield": 70.6, + "Yield 2yr Mean": 57.7 + } + }, + { + "rank": 27, + "brand": "GROWMARK, INC.", + "product": "HS 36F40", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield N1": 77.7, + "Yield N2": 63.5, + "Yield": 70.6, + "Yield 2yr Mean": 62.5 + } + }, + { + "rank": 28, + "brand": "Seed Genetics Direct", + "product": "ET-4732E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield N1": 75.8, + "Yield N2": 65.4, + "Yield": 70.6, + "Yield 2yr Mean": 61.2 + } + }, + { + "rank": 29, + "brand": "Ebberts Field Seeds", + "product": "E3690 E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 74.5, + "Yield N2": 66.6, + "Yield": 70.6, + "Yield 2yr Mean": 62.3 + } + }, + { + "rank": 30, + "brand": "GROWMARK, INC.", + "product": "HS 37E40", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 74.8, + "Yield N2": 66, + "Yield": 70.4, + "Yield 2yr Mean": 61.7 + } + }, + { + "rank": 31, + "brand": "Gro Mor", + "product": "GM 33E03", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 76.4, + "Yield N2": 64.3, + "Yield": 70.4 + } + }, + { + "rank": 32, + "brand": "Great Heart Seed Co.", + "product": "GT-3470ES", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 75.1, + "Yield N2": 65.5, + "Yield": 70.3 + } + }, + { + "rank": 33, + "brand": "Shur Grow", + "product": "SG3933E3S", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield N1": 76.6, + "Yield N2": 63.9, + "Yield": 70.3 + } + }, + { + "rank": 34, + "brand": "Shur Grow", + "product": "SG3500E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 74.8, + "Yield N2": 65.6, + "Yield": 70.2 + } + }, + { + "rank": 35, + "brand": "Seed Genetics Direct", + "product": "ET-5734E3", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 77.7, + "Yield N2": 62.4, + "Yield": 70.1 + } + }, + { + "rank": 36, + "brand": "Viking|Blue River", + "product": "3418N", + "traits": "CV", + "metrics": { + "RM": 3.4, + "Yield N1": 74.5, + "Yield N2": 65.6, + "Yield": 70.1, + "Yield 2yr Mean": 59.4 + } + }, + { + "rank": 37, + "brand": "GROWMARK, INC.", + "product": "HS 35E50", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 74.9, + "Yield N2": 65.1, + "Yield": 70 + } + }, + { + "rank": 38, + "brand": "GROWMARK, INC.", + "product": "HS 34F30", + "traits": "XF", + "metrics": { + "RM": 3.4, + "Yield N1": 73.2, + "Yield N2": 66.5, + "Yield": 69.9, + "Yield 2yr Mean": 59.4 + } + }, + { + "rank": 39, + "brand": "Seed Genetics Direct", + "product": "ET-0733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 77.1, + "Yield N2": 62.5, + "Yield": 69.8, + "Yield 2yr Mean": 58.4 + } + }, + { + "rank": 40, + "brand": "DonMario", + "product": "DM36E94", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 74.9, + "Yield N2": 64.5, + "Yield": 69.7, + "Yield 2yr Mean": 59.5 + } + }, + { + "rank": 41, + "brand": "GROWMARK, INC.", + "product": "HS 34E40", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 73.8, + "Yield N2": 65, + "Yield": 69.4, + "Yield 2yr Mean": 62 + } + }, + { + "rank": 42, + "brand": "Great Heart Seed Co.", + "product": "GT-3337ES", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 75.9, + "Yield N2": 62.7, + "Yield": 69.3 + } + }, + { + "rank": 43, + "brand": "Shur Grow", + "product": "CT3896E3S", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 74.4, + "Yield N2": 64, + "Yield": 69.2 + } + }, + { + "rank": 44, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield N1": 75.7, + "Yield N2": 62.5, + "Yield": 69.1, + "Yield 2yr Mean": 58.3 + } + }, + { + "rank": 45, + "brand": "Shur Grow", + "product": "CT3385E3S", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 74.9, + "Yield N2": 62.8, + "Yield": 68.9 + } + }, + { + "rank": 46, + "brand": "Axis Seed", + "product": "3303XF", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield N1": 75.9, + "Yield N2": 61.4, + "Yield": 68.7 + } + }, + { + "rank": 47, + "brand": "Seed Consultants, Inc.", + "product": "SC7326ETM", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield N1": 73.1, + "Yield N2": 64.2, + "Yield": 68.7 + } + }, + { + "rank": 48, + "brand": "Xitavo", + "product": "XO 3705E", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield N1": 77, + "Yield N2": 60.3, + "Yield": 68.7 + } + }, + { + "rank": 49, + "brand": "Axis Seed", + "product": "3616E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 72.5, + "Yield N2": 64.5, + "Yield": 68.5 + } + }, + { + "rank": 50, + "brand": "GROWMARK, INC.", + "product": "HS 32F50", + "traits": "XF", + "metrics": { + "RM": 3.2, + "Yield N1": 75, + "Yield N2": 61.6, + "Yield": 68.3 + } + }, + { + "rank": 51, + "brand": "Ebberts Field Seeds", + "product": "E3301 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 72.4, + "Yield N2": 63.9, + "Yield": 68.2 + } + }, + { + "rank": 52, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.3, + "Yield N1": 73.5, + "Yield N2": 62.2, + "Yield": 67.9, + "Yield 2yr Mean": 58.2 + } + }, + { + "rank": 53, + "brand": "Gro Mor", + "product": "GM 35E76", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 71.4, + "Yield N2": 64.3, + "Yield": 67.9 + } + }, + { + "rank": 54, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 74.4, + "Yield N2": 61.3, + "Yield": 67.9, + "Yield 2yr Mean": 59.1 + } + }, + { + "rank": 55, + "brand": "NK Seeds", + "product": "NK38-B5E3S", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield N1": 73.7, + "Yield N2": 61.4, + "Yield": 67.6 + } + }, + { + "rank": 56, + "brand": "NK Seeds", + "product": "NK34-P4E3S", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield N1": 73.9, + "Yield N2": 60.5, + "Yield": 67.2 + } + }, + { + "rank": 57, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 73.2, + "Yield N2": 61.2, + "Yield": 67.2, + "Yield 2yr Mean": 54.5 + } + }, + { + "rank": 58, + "brand": "Seed Genetics Direct", + "product": "ET-5735E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 71.3, + "Yield N2": 61.8, + "Yield": 66.6 + } + }, + { + "rank": 59, + "brand": "Axis Seed", + "product": "3525E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 72.5, + "Yield N2": 60.2, + "Yield": 66.4, + "Yield 2yr Mean": 54.3 + } + }, + { + "rank": 60, + "brand": "Shur Grow", + "product": "CT3604E3S", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield N1": 71.2, + "Yield N2": 61.2, + "Yield": 66.2 + } + }, + { + "rank": 61, + "brand": "GROWMARK, INC.", + "product": "HS 33E50", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield N1": 72.2, + "Yield N2": 59.6, + "Yield": 65.9 + } + }, + { + "rank": 62, + "brand": "Axis Seed", + "product": "3514ES", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield N1": 73, + "Yield N2": 58.5, + "Yield": 65.8, + "Yield 2yr Mean": 55.9 + } + }, + { + "rank": 63, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield N1": 70.1, + "Yield N2": 55.7, + "Yield": 62.9, + "Yield 2yr Mean": 57.6 + } + } + ], + "n_results": 63, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:33.672610+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.md new file mode 100644 index 00000000..6548c0f6 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-north-late.md @@ -0,0 +1,82 @@ +# Soybean yield trial — late maturity, OH (North, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2025 +- **Region:** North +- **Site:** late maturity +- **Source table:** TABLE 4: The 2025 Ohio Soybean Performance Trials, North Region - Late Varieties (RM 3.2-3.9) +- **Cooperator / sites:** N1=Henry Co.; N2=Sandusky Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield N1 | Yield N2 | Yield | Yield 2yr Mean | +|---|---|---|---|---|---|---|---|---| +| 1 | Asgrow | AG36XF4 | XF | 3.6 | 81.6 | 66.3 | 74 | 59.4 | +| 2 | Xitavo | XO 3555E | EN | 3.5 | 79 | 68.4 | 73.7 | 62.8 | +| 3 | Viking|Blue River | 32B6 | CV | 3.2 | 80.2 | 66.7 | 73.5 | - | +| 4 | Shur Grow | SG3300E3 | EN | 3.3 | 77.4 | 68.7 | 73.1 | - | +| 5 | Asgrow | AG35XF5 | XF | 3.5 | 80.5 | 65.2 | 72.9 | - | +| 6 | Axis Seed | 3605XF | XF | 3.6 | 79.4 | 65.2 | 72.3 | 61.6 | +| 7 | Seed Consultants, Inc. | SC7364ETM | EN | 3.6 | 77.7 | 66.9 | 72.3 | 61.1 | +| 8 | Asgrow | AG39XF3 | XF | 3.9 | 78 | 66.2 | 72.1 | 59.7 | +| 9 | DonMario | DM38E54 | EN | 3.8 | 77.4 | 66.6 | 72 | 60 | +| 10 | Seedway | SX 3305E3 | EN | 3.3 | 76.5 | 66.8 | 71.7 | - | +| 11 | DonMario | DM33E55 | EN | 3.3 | 80.9 | 62.3 | 71.6 | - | +| 12 | Ebberts Field Seeds | E3302 E3 | EN | 3.3 | 78.4 | 64.6 | 71.5 | - | +| 13 | Seed Consultants, Inc. | SC7375ETM | EN | 3.7 | 75.5 | 67.5 | 71.5 | 61.5 | +| 14 | Xitavo | XO 3224E | EN | 3.2 | 75.8 | 67.1 | 71.5 | 61.1 | +| 15 | Xitavo | XO 3456E | EN | 3.4 | 76.7 | 66.1 | 71.4 | - | +| 16 | Ebberts Field Seeds | E3880 E3 | EN | 3.8 | 76.5 | 66.2 | 71.4 | 64.1 | +| 17 | Seedway | SG 3323E3 | EN | 3.3 | 76 | 66.5 | 71.3 | 61.5 | +| 18 | Axis Seed | 3406E | EN | 3.4 | 77 | 65.3 | 71.2 | - | +| 19 | Seed Consultants, Inc. | SC7355ETM | EN | 3.5 | 76.5 | 65.8 | 71.2 | 60.1 | +| 20 | Dyna-Gro | S33ES76 | EN | 3.3 | 77.7 | 64.5 | 71.1 | - | +| 21 | Shur Grow | SG3784E3 | EN | 3.7 | 76.3 | 65.9 | 71.1 | - | +| 22 | Seed Genetics Direct | ET-4736E3 | EN | 3.6 | 75.3 | 66.8 | 71.1 | 58.5 | +| 23 | Axis Seed | 3314E | EN | 3.3 | 78 | 63.6 | 70.8 | 60.5 | +| 24 | Ebberts Field Seeds | E3590 E3 | EN | 3.5 | 76.3 | 65.1 | 70.7 | - | +| 25 | Gro Mor | GM 32E96 | EN | 3.2 | 77.6 | 63.7 | 70.7 | - | +| 26 | Asgrow | AG33XF3 | XF | 3.3 | 76.5 | 64.7 | 70.6 | 57.7 | +| 27 | GROWMARK, INC. | HS 36F40 | XF | 3.6 | 77.7 | 63.5 | 70.6 | 62.5 | +| 28 | Seed Genetics Direct | ET-4732E3 | EN | 3.2 | 75.8 | 65.4 | 70.6 | 61.2 | +| 29 | Ebberts Field Seeds | E3690 E3 | EN | 3.6 | 74.5 | 66.6 | 70.6 | 62.3 | +| 30 | GROWMARK, INC. | HS 37E40 | EN | 3.7 | 74.8 | 66 | 70.4 | 61.7 | +| 31 | Gro Mor | GM 33E03 | EN | 3.3 | 76.4 | 64.3 | 70.4 | - | +| 32 | Great Heart Seed Co. | GT-3470ES | EN | 3.4 | 75.1 | 65.5 | 70.3 | - | +| 33 | Shur Grow | SG3933E3S | EN | 3.9 | 76.6 | 63.9 | 70.3 | - | +| 34 | Shur Grow | SG3500E3 | EN | 3.5 | 74.8 | 65.6 | 70.2 | - | +| 35 | Seed Genetics Direct | ET-5734E3 | EN | 3.4 | 77.7 | 62.4 | 70.1 | - | +| 36 | Viking|Blue River | 3418N | CV | 3.4 | 74.5 | 65.6 | 70.1 | 59.4 | +| 37 | GROWMARK, INC. | HS 35E50 | EN | 3.5 | 74.9 | 65.1 | 70 | - | +| 38 | GROWMARK, INC. | HS 34F30 | XF | 3.4 | 73.2 | 66.5 | 69.9 | 59.4 | +| 39 | Seed Genetics Direct | ET-0733E3 | EN | 3.3 | 77.1 | 62.5 | 69.8 | 58.4 | +| 40 | DonMario | DM36E94 | EN | 3.6 | 74.9 | 64.5 | 69.7 | 59.5 | +| 41 | GROWMARK, INC. | HS 34E40 | EN | 3.4 | 73.8 | 65 | 69.4 | 62 | +| 42 | Great Heart Seed Co. | GT-3337ES | EN | 3.3 | 75.9 | 62.7 | 69.3 | - | +| 43 | Shur Grow | CT3896E3S | EN | 3.8 | 74.4 | 64 | 69.2 | - | +| 44 | Confluence Genetics | BH35A233 | CV | 3.5 | 75.7 | 62.5 | 69.1 | 58.3 | +| 45 | Shur Grow | CT3385E3S | EN | 3.3 | 74.9 | 62.8 | 68.9 | - | +| 46 | Axis Seed | 3303XF | XF | 3.3 | 75.9 | 61.4 | 68.7 | - | +| 47 | Seed Consultants, Inc. | SC7326ETM | EN | 3.2 | 73.1 | 64.2 | 68.7 | - | +| 48 | Xitavo | XO 3705E | EN | 3.7 | 77 | 60.3 | 68.7 | - | +| 49 | Axis Seed | 3616E | EN | 3.6 | 72.5 | 64.5 | 68.5 | - | +| 50 | GROWMARK, INC. | HS 32F50 | XF | 3.2 | 75 | 61.6 | 68.3 | - | +| 51 | Ebberts Field Seeds | E3301 E3 | EN | 3.3 | 72.4 | 63.9 | 68.2 | - | +| 52 | Golden Harvest | GH3355E3S | EN, STS | 3.3 | 73.5 | 62.2 | 67.9 | 58.2 | +| 53 | Gro Mor | GM 35E76 | EN | 3.5 | 71.4 | 64.3 | 67.9 | - | +| 54 | Xitavo | XO 3375E | EN | 3.3 | 74.4 | 61.3 | 67.9 | 59.1 | +| 55 | NK Seeds | NK38-B5E3S | EN | 3.8 | 73.7 | 61.4 | 67.6 | - | +| 56 | NK Seeds | NK34-P4E3S | EN | 3.4 | 73.9 | 60.5 | 67.2 | - | +| 57 | Xitavo | XO 3655E | EN | 3.6 | 73.2 | 61.2 | 67.2 | 54.5 | +| 58 | Seed Genetics Direct | ET-5735E3 | EN | 3.5 | 71.3 | 61.8 | 66.6 | - | +| 59 | Axis Seed | 3525E | EN | 3.5 | 72.5 | 60.2 | 66.4 | 54.3 | +| 60 | Shur Grow | CT3604E3S | EN | 3.6 | 71.2 | 61.2 | 66.2 | - | +| 61 | GROWMARK, INC. | HS 33E50 | EN | 3.3 | 72.2 | 59.6 | 65.9 | - | +| 62 | Axis Seed | 3514ES | EN | 3.5 | 73 | 58.5 | 65.8 | 55.9 | +| 63 | Confluence Genetics | N35D950S | CV | 3.5 | 70.1 | 55.7 | 62.9 | 57.6 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.json new file mode 100644 index 00000000..cd971dc4 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.json @@ -0,0 +1,710 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2025-south-early", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "South", + "site": "early maturity", + "cooperator": "S1=Preble Co.; S2=Clinton Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 7: The 2025 Ohio Soybean Performance Trials, South Region - Early Varieties (RM 2.8-3.6)", + "results": [ + { + "rank": 1, + "brand": "Shur Grow", + "product": "SG3300E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 100.9, + "Yield S2": 92.9, + "Yield": 96.9 + } + }, + { + "rank": 2, + "brand": "Shur Grow", + "product": "SG3026E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield S1": 99, + "Yield S2": 92.5, + "Yield": 95.8 + } + }, + { + "rank": 3, + "brand": "Ebberts Field Seeds", + "product": "E3690 E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 99.5, + "Yield S2": 90.9, + "Yield": 95.2, + "Yield 2yr Mean": 88.5 + } + }, + { + "rank": 4, + "brand": "Ebberts Field Seeds", + "product": "E3190 E3", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield S1": 97.1, + "Yield S2": 93.3, + "Yield": 95.2 + } + }, + { + "rank": 5, + "brand": "Seed Genetics Direct", + "product": "ET-5734E3", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield S1": 100.4, + "Yield S2": 89.2, + "Yield": 94.8 + } + }, + { + "rank": 6, + "brand": "Ebberts Field Seeds", + "product": "E3000 E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield S1": 98.3, + "Yield S2": 89.9, + "Yield": 94.1 + } + }, + { + "rank": 7, + "brand": "Axis Seed", + "product": "3605XF", + "traits": "XF", + "metrics": { + "RM": 3.6, + "Yield S1": 104.1, + "Yield S2": 81.6, + "Yield": 92.9, + "Yield 2yr Mean": 84.9 + } + }, + { + "rank": 8, + "brand": "Axis Seed", + "product": "3616E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 94.3, + "Yield S2": 90.6, + "Yield": 92.5 + } + }, + { + "rank": 9, + "brand": "Ebberts Field Seeds", + "product": "E3301 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 96.7, + "Yield S2": 87.4, + "Yield": 92.1 + } + }, + { + "rank": 10, + "brand": "Seed Consultants, Inc.", + "product": "SC7355ETM", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 94.4, + "Yield S2": 89.6, + "Yield": 92, + "Yield 2yr Mean": 85.5 + } + }, + { + "rank": 11, + "brand": "Dyna-Gro", + "product": "S33ES76", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 97.8, + "Yield S2": 86.1, + "Yield": 92 + } + }, + { + "rank": 12, + "brand": "Xitavo", + "product": "XO 3555E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 101.5, + "Yield S2": 82, + "Yield": 91.8, + "Yield 2yr Mean": 86.6 + } + }, + { + "rank": 13, + "brand": "Shur Grow", + "product": "SG3500E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 96.7, + "Yield S2": 86.2, + "Yield": 91.5 + } + }, + { + "rank": 14, + "brand": "Shur Grow", + "product": "SG2954E3S", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield S1": 95, + "Yield S2": 87.8, + "Yield": 91.4 + } + }, + { + "rank": 15, + "brand": "Dyna-Gro", + "product": "S31EN96", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield S1": 92, + "Yield S2": 90.4, + "Yield": 91.2 + } + }, + { + "rank": 16, + "brand": "Seed Genetics Direct", + "product": "ET-3729E3", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield S1": 97.2, + "Yield S2": 85.2, + "Yield": 91.2 + } + }, + { + "rank": 17, + "brand": "Xitavo", + "product": "XO 3105E", + "traits": "EN", + "metrics": { + "RM": 3.1, + "Yield S1": 95.2, + "Yield S2": 86.8, + "Yield": 91, + "Yield 2yr Mean": 82.8 + } + }, + { + "rank": 18, + "brand": "Xitavo", + "product": "XO 3014E", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield S1": 91.3, + "Yield S2": 89.9, + "Yield": 90.6, + "Yield 2yr Mean": 85.5 + } + }, + { + "rank": 19, + "brand": "Dyna-Gro", + "product": "S29ES45", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield S1": 93.9, + "Yield S2": 86.9, + "Yield": 90.4, + "Yield 2yr Mean": 85 + } + }, + { + "rank": 20, + "brand": "Xitavo", + "product": "XO 3224E", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield S1": 95.3, + "Yield S2": 85.5, + "Yield": 90.4, + "Yield 2yr Mean": 83.7 + } + }, + { + "rank": 21, + "brand": "Seed Genetics Direct", + "product": "ET-5730E3", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield S1": 94, + "Yield S2": 86.6, + "Yield": 90.3 + } + }, + { + "rank": 22, + "brand": "GROWMARK, INC.", + "product": "HS 34E40", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield S1": 91.4, + "Yield S2": 88.4, + "Yield": 89.9 + } + }, + { + "rank": 23, + "brand": "Dyna-Gro", + "product": "S36EN36", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 94.3, + "Yield S2": 84.3, + "Yield": 89.3 + } + }, + { + "rank": 24, + "brand": "Axis Seed", + "product": "3406E", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield S1": 96.1, + "Yield S2": 81.9, + "Yield": 89 + } + }, + { + "rank": 25, + "brand": "Seed Consultants, Inc.", + "product": "SC7364ETM", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 92.8, + "Yield S2": 85.1, + "Yield": 89, + "Yield 2yr Mean": 82.8 + } + }, + { + "rank": 26, + "brand": "Shur Grow", + "product": "CT2846E3S", + "traits": "EN", + "metrics": { + "RM": 2.8, + "Yield S1": 93.6, + "Yield S2": 83.8, + "Yield": 88.7 + } + }, + { + "rank": 27, + "brand": "Seed Consultants, Inc.", + "product": "SC7326ETM", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield S1": 94.5, + "Yield S2": 81.9, + "Yield": 88.2 + } + }, + { + "rank": 28, + "brand": "Xitavo", + "product": "XO 3375E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 91.7, + "Yield S2": 84.6, + "Yield": 88.2, + "Yield 2yr Mean": 81.3 + } + }, + { + "rank": 29, + "brand": "Great Heart Seed Co.", + "product": "GT-3337ES", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 87.8, + "Yield S2": 88.1, + "Yield": 88 + } + }, + { + "rank": 30, + "brand": "Ebberts Field Seeds", + "product": "E3302 E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 95.3, + "Yield S2": 79.8, + "Yield": 87.6 + } + }, + { + "rank": 31, + "brand": "Ebberts Field Seeds", + "product": "E3590 E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 96, + "Yield S2": 79.1, + "Yield": 87.6 + } + }, + { + "rank": 32, + "brand": "Xitavo", + "product": "XO 2926E", + "traits": "EN", + "metrics": { + "RM": 2.9, + "Yield S1": 91.6, + "Yield S2": 83.4, + "Yield": 87.5 + } + }, + { + "rank": 33, + "brand": "Seed Genetics Direct", + "product": "ET-4732E3", + "traits": "EN", + "metrics": { + "RM": 3.2, + "Yield S1": 86.4, + "Yield S2": 87.9, + "Yield": 87.2, + "Yield 2yr Mean": 81.1 + } + }, + { + "rank": 34, + "brand": "Xitavo", + "product": "XO 3456E", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield S1": 89.9, + "Yield S2": 84.1, + "Yield": 87 + } + }, + { + "rank": 35, + "brand": "Axis Seed", + "product": "3314E", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 87.3, + "Yield S2": 86.4, + "Yield": 86.9, + "Yield 2yr Mean": 83.4 + } + }, + { + "rank": 36, + "brand": "Seed Genetics Direct", + "product": "ET-4736E3", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 89.5, + "Yield S2": 83.8, + "Yield": 86.7, + "Yield 2yr Mean": 84.3 + } + }, + { + "rank": 37, + "brand": "Seed Genetics Direct", + "product": "ET-0733E3", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 88.7, + "Yield S2": 82.6, + "Yield": 85.7, + "Yield 2yr Mean": 79.2 + } + }, + { + "rank": 38, + "brand": "Great Heart Seed Co.", + "product": "GT-3120XF", + "traits": "XF", + "metrics": { + "RM": 3.1, + "Yield S1": 90.7, + "Yield S2": 80.4, + "Yield": 85.6 + } + }, + { + "rank": 39, + "brand": "GROWMARK, INC.", + "product": "HS 33E50", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 88.5, + "Yield S2": 81.9, + "Yield": 85.2 + } + }, + { + "rank": 40, + "brand": "Confluence Genetics", + "product": "N35D950S", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield S1": 91.3, + "Yield S2": 78.8, + "Yield": 85.1, + "Yield 2yr Mean": 78.1 + } + }, + { + "rank": 41, + "brand": "GROWMARK, INC.", + "product": "HS 35E50", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 96.1, + "Yield S2": 73.7, + "Yield": 84.9 + } + }, + { + "rank": 42, + "brand": "Axis Seed", + "product": "3514ES", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 85.9, + "Yield S2": 82.9, + "Yield": 84.4, + "Yield 2yr Mean": 80 + } + }, + { + "rank": 43, + "brand": "Confluence Genetics", + "product": "BH31Q146", + "traits": "CV", + "metrics": { + "RM": 3.1, + "Yield S1": 87.2, + "Yield S2": 81.5, + "Yield": 84.4 + } + }, + { + "rank": 44, + "brand": "DonMario", + "product": "DM36E94", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 93.1, + "Yield S2": 75.6, + "Yield": 84.4, + "Yield 2yr Mean": 81.3 + } + }, + { + "rank": 45, + "brand": "Great Heart Seed Co.", + "product": "GT-3470ES", + "traits": "EN", + "metrics": { + "RM": 3.4, + "Yield S1": 93.8, + "Yield S2": 73.6, + "Yield": 83.7 + } + }, + { + "rank": 46, + "brand": "Confluence Genetics", + "product": "BH35A233", + "traits": "CV", + "metrics": { + "RM": 3.5, + "Yield S1": 93.4, + "Yield S2": 73.5, + "Yield": 83.5, + "Yield 2yr Mean": 78.3 + } + }, + { + "rank": 47, + "brand": "Axis Seed", + "product": "3303XF", + "traits": "XF", + "metrics": { + "RM": 3.3, + "Yield S1": 91.3, + "Yield S2": 73.3, + "Yield": 82.3 + } + }, + { + "rank": 48, + "brand": "Xitavo", + "product": "XO 3655E", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 89.3, + "Yield S2": 74.8, + "Yield": 82.1, + "Yield 2yr Mean": 78.2 + } + }, + { + "rank": 49, + "brand": "Axis Seed", + "product": "3525E", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 84.1, + "Yield S2": 77.1, + "Yield": 80.6, + "Yield 2yr Mean": 78.5 + } + }, + { + "rank": 50, + "brand": "Shur Grow", + "product": "CT3385E3S", + "traits": "EN", + "metrics": { + "RM": 3.3, + "Yield S1": 89.5, + "Yield S2": 71.2, + "Yield": 80.4 + } + }, + { + "rank": 51, + "brand": "Seed Genetics Direct", + "product": "ET-5735E3", + "traits": "EN", + "metrics": { + "RM": 3.5, + "Yield S1": 78.5, + "Yield S2": 81.9, + "Yield": 80.2 + } + }, + { + "rank": 52, + "brand": "Shur Grow", + "product": "CT3046E3S", + "traits": "EN", + "metrics": { + "RM": 3, + "Yield S1": 86.7, + "Yield S2": 72.6, + "Yield": 79.7 + } + }, + { + "rank": 53, + "brand": "Shur Grow", + "product": "CT3604E3S", + "traits": "EN", + "metrics": { + "RM": 3.6, + "Yield S1": 77.5, + "Yield S2": 80.9, + "Yield": 79.2 + } + }, + { + "rank": 54, + "brand": "Golden Harvest", + "product": "GH3355E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.3, + "Yield S1": 83.8, + "Yield S2": 74.1, + "Yield": 79, + "Yield 2yr Mean": 78.3 + } + }, + { + "rank": 55, + "brand": "Confluence Genetics", + "product": "BH36U203", + "traits": "CV", + "metrics": { + "RM": 3.6, + "Yield S1": 84.4, + "Yield S2": 72.9, + "Yield": 78.7 + } + } + ], + "n_results": 55, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:33.674391+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.md new file mode 100644 index 00000000..b8f87c96 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-early.md @@ -0,0 +1,74 @@ +# Soybean yield trial — early maturity, OH (South, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2025 +- **Region:** South +- **Site:** early maturity +- **Source table:** TABLE 7: The 2025 Ohio Soybean Performance Trials, South Region - Early Varieties (RM 2.8-3.6) +- **Cooperator / sites:** S1=Preble Co.; S2=Clinton Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield S1 | Yield S2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Shur Grow | SG3300E3 | EN | 3.3 | 100.9 | 92.9 | 96.9 | +| 2 | Shur Grow | SG3026E3 | EN | 3 | 99 | 92.5 | 95.8 | +| 3 | Ebberts Field Seeds | E3690 E3 | EN | 3.6 | 99.5 | 90.9 | 95.2 | +| 4 | Ebberts Field Seeds | E3190 E3 | EN | 3.1 | 97.1 | 93.3 | 95.2 | +| 5 | Seed Genetics Direct | ET-5734E3 | EN | 3.4 | 100.4 | 89.2 | 94.8 | +| 6 | Ebberts Field Seeds | E3000 E3 | EN | 3 | 98.3 | 89.9 | 94.1 | +| 7 | Axis Seed | 3605XF | XF | 3.6 | 104.1 | 81.6 | 92.9 | +| 8 | Axis Seed | 3616E | EN | 3.6 | 94.3 | 90.6 | 92.5 | +| 9 | Ebberts Field Seeds | E3301 E3 | EN | 3.3 | 96.7 | 87.4 | 92.1 | +| 10 | Seed Consultants, Inc. | SC7355ETM | EN | 3.5 | 94.4 | 89.6 | 92 | +| 11 | Dyna-Gro | S33ES76 | EN | 3.3 | 97.8 | 86.1 | 92 | +| 12 | Xitavo | XO 3555E | EN | 3.5 | 101.5 | 82 | 91.8 | +| 13 | Shur Grow | SG3500E3 | EN | 3.5 | 96.7 | 86.2 | 91.5 | +| 14 | Shur Grow | SG2954E3S | EN | 2.9 | 95 | 87.8 | 91.4 | +| 15 | Dyna-Gro | S31EN96 | EN | 3.1 | 92 | 90.4 | 91.2 | +| 16 | Seed Genetics Direct | ET-3729E3 | EN | 2.9 | 97.2 | 85.2 | 91.2 | +| 17 | Xitavo | XO 3105E | EN | 3.1 | 95.2 | 86.8 | 91 | +| 18 | Xitavo | XO 3014E | EN | 3 | 91.3 | 89.9 | 90.6 | +| 19 | Dyna-Gro | S29ES45 | EN | 2.9 | 93.9 | 86.9 | 90.4 | +| 20 | Xitavo | XO 3224E | EN | 3.2 | 95.3 | 85.5 | 90.4 | +| 21 | Seed Genetics Direct | ET-5730E3 | EN | 3 | 94 | 86.6 | 90.3 | +| 22 | GROWMARK, INC. | HS 34E40 | EN | 3.4 | 91.4 | 88.4 | 89.9 | +| 23 | Dyna-Gro | S36EN36 | EN | 3.6 | 94.3 | 84.3 | 89.3 | +| 24 | Axis Seed | 3406E | EN | 3.4 | 96.1 | 81.9 | 89 | +| 25 | Seed Consultants, Inc. | SC7364ETM | EN | 3.6 | 92.8 | 85.1 | 89 | +| 26 | Shur Grow | CT2846E3S | EN | 2.8 | 93.6 | 83.8 | 88.7 | +| 27 | Seed Consultants, Inc. | SC7326ETM | EN | 3.2 | 94.5 | 81.9 | 88.2 | +| 28 | Xitavo | XO 3375E | EN | 3.3 | 91.7 | 84.6 | 88.2 | +| 29 | Great Heart Seed Co. | GT-3337ES | EN | 3.3 | 87.8 | 88.1 | 88 | +| 30 | Ebberts Field Seeds | E3302 E3 | EN | 3.3 | 95.3 | 79.8 | 87.6 | +| 31 | Ebberts Field Seeds | E3590 E3 | EN | 3.5 | 96 | 79.1 | 87.6 | +| 32 | Xitavo | XO 2926E | EN | 2.9 | 91.6 | 83.4 | 87.5 | +| 33 | Seed Genetics Direct | ET-4732E3 | EN | 3.2 | 86.4 | 87.9 | 87.2 | +| 34 | Xitavo | XO 3456E | EN | 3.4 | 89.9 | 84.1 | 87 | +| 35 | Axis Seed | 3314E | EN | 3.3 | 87.3 | 86.4 | 86.9 | +| 36 | Seed Genetics Direct | ET-4736E3 | EN | 3.6 | 89.5 | 83.8 | 86.7 | +| 37 | Seed Genetics Direct | ET-0733E3 | EN | 3.3 | 88.7 | 82.6 | 85.7 | +| 38 | Great Heart Seed Co. | GT-3120XF | XF | 3.1 | 90.7 | 80.4 | 85.6 | +| 39 | GROWMARK, INC. | HS 33E50 | EN | 3.3 | 88.5 | 81.9 | 85.2 | +| 40 | Confluence Genetics | N35D950S | CV | 3.5 | 91.3 | 78.8 | 85.1 | +| 41 | GROWMARK, INC. | HS 35E50 | EN | 3.5 | 96.1 | 73.7 | 84.9 | +| 42 | Axis Seed | 3514ES | EN | 3.5 | 85.9 | 82.9 | 84.4 | +| 43 | Confluence Genetics | BH31Q146 | CV | 3.1 | 87.2 | 81.5 | 84.4 | +| 44 | DonMario | DM36E94 | EN | 3.6 | 93.1 | 75.6 | 84.4 | +| 45 | Great Heart Seed Co. | GT-3470ES | EN | 3.4 | 93.8 | 73.6 | 83.7 | +| 46 | Confluence Genetics | BH35A233 | CV | 3.5 | 93.4 | 73.5 | 83.5 | +| 47 | Axis Seed | 3303XF | XF | 3.3 | 91.3 | 73.3 | 82.3 | +| 48 | Xitavo | XO 3655E | EN | 3.6 | 89.3 | 74.8 | 82.1 | +| 49 | Axis Seed | 3525E | EN | 3.5 | 84.1 | 77.1 | 80.6 | +| 50 | Shur Grow | CT3385E3S | EN | 3.3 | 89.5 | 71.2 | 80.4 | +| 51 | Seed Genetics Direct | ET-5735E3 | EN | 3.5 | 78.5 | 81.9 | 80.2 | +| 52 | Shur Grow | CT3046E3S | EN | 3 | 86.7 | 72.6 | 79.7 | +| 53 | Shur Grow | CT3604E3S | EN | 3.6 | 77.5 | 80.9 | 79.2 | +| 54 | Golden Harvest | GH3355E3S | EN, STS | 3.3 | 83.8 | 74.1 | 79 | +| 55 | Confluence Genetics | BH36U203 | CV | 3.6 | 84.4 | 72.9 | 78.7 | diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.json b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.json new file mode 100644 index 00000000..18aa5331 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.json @@ -0,0 +1,412 @@ +{ + "source": "ohio_ocpt_trials", + "source_key": "ocpt-soybeans-2025-south-late", + "data_type": "trial", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "brand": "Ohio Crop Performance Test", + "crop": "soybeans", + "state": "OH", + "state_abbrev": "oh", + "year": 2025, + "region": "South", + "site": "late maturity", + "cooperator": "S1=Preble Co.; S2=Clinton Co.", + "county": null, + "soil_type": null, + "previous_crop": null, + "tillage": null, + "table_label": "TABLE 8: The 2025 Ohio Soybean Performance Trials, South Region - Late Varieties (RM 3.7-4.4)", + "results": [ + { + "rank": 1, + "brand": "Golden Harvest", + "product": "GH3836E3S", + "traits": "EN, STS", + "metrics": { + "RM": 3.8, + "Yield S1": 97, + "Yield S2": 86.2, + "Yield": 91.6 + } + }, + { + "rank": 2, + "brand": "Seed Genetics Direct", + "product": "ET-4738E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 98.6, + "Yield S2": 81.5, + "Yield": 90.1, + "Yield 2yr Mean": 88 + } + }, + { + "rank": 3, + "brand": "Dyna-Gro", + "product": "S38EN75", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 93.6, + "Yield S2": 85.2, + "Yield": 89.4, + "Yield 2yr Mean": 87 + } + }, + { + "rank": 4, + "brand": "GROWMARK, INC.", + "product": "HS 37E40", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 93, + "Yield S2": 82.4, + "Yield": 87.7 + } + }, + { + "rank": 5, + "brand": "Golden Harvest", + "product": "GH4093E3", + "traits": "EN", + "metrics": { + "RM": 4, + "Yield S1": 88.9, + "Yield S2": 85.8, + "Yield": 87.4 + } + }, + { + "rank": 6, + "brand": "NK Seeds", + "product": "NK38-B5E3S", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 86.1, + "Yield S2": 87.8, + "Yield": 87 + } + }, + { + "rank": 7, + "brand": "Seed Consultants, Inc.", + "product": "SC7416ETM", + "traits": "EN", + "metrics": { + "RM": 4.1, + "Yield S1": 88.3, + "Yield S2": 85.6, + "Yield": 87 + } + }, + { + "rank": 8, + "brand": "Seed Genetics Direct", + "product": "ET-3739E3", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield S1": 85.6, + "Yield S2": 88.3, + "Yield": 87 + } + }, + { + "rank": 9, + "brand": "Ebberts Field Seeds", + "product": "E3880 E3", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 91.7, + "Yield S2": 81.9, + "Yield": 86.8 + } + }, + { + "rank": 10, + "brand": "Shur Grow", + "product": "SG3933E3S", + "traits": "EN", + "metrics": { + "RM": 3.9, + "Yield S1": 91.7, + "Yield S2": 81.9, + "Yield": 86.8 + } + }, + { + "rank": 11, + "brand": "Shur Grow", + "product": "SG3784E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 91.6, + "Yield S2": 81.8, + "Yield": 86.7 + } + }, + { + "rank": 12, + "brand": "Seed Consultants, Inc.", + "product": "SC7385ETM", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 91.7, + "Yield S2": 81.4, + "Yield": 86.6, + "Yield 2yr Mean": 83.4 + } + }, + { + "rank": 13, + "brand": "DonMario", + "product": "DM38E54", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 92.6, + "Yield S2": 80.5, + "Yield": 86.6, + "Yield 2yr Mean": 81 + } + }, + { + "rank": 14, + "brand": "Beck's", + "product": "384AA", + "traits": "CV", + "metrics": { + "RM": 3.8, + "Yield S1": 91.4, + "Yield S2": 80.1, + "Yield": 85.8 + } + }, + { + "rank": 15, + "brand": "Confluence Genetics", + "product": "BH39A150", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield S1": 91.7, + "Yield S2": 79.5, + "Yield": 85.6 + } + }, + { + "rank": 16, + "brand": "Axis Seed", + "product": "3835E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 88.8, + "Yield S2": 81.2, + "Yield": 85, + "Yield 2yr Mean": 83.4 + } + }, + { + "rank": 17, + "brand": "Seed Genetics Direct", + "product": "ET-5740E3", + "traits": "EN", + "metrics": { + "RM": 4, + "Yield S1": 88.6, + "Yield S2": 81.4, + "Yield": 85 + } + }, + { + "rank": 18, + "brand": "Confluence Genetics", + "product": "BH39A232", + "traits": "CV", + "metrics": { + "RM": 3.9, + "Yield S1": 90.2, + "Yield S2": 79.3, + "Yield": 84.8, + "Yield 2yr Mean": 82.6 + } + }, + { + "rank": 19, + "brand": "Seed Consultants, Inc.", + "product": "SC7375ETM", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 88.6, + "Yield S2": 79.5, + "Yield": 84.1, + "Yield 2yr Mean": 82.5 + } + }, + { + "rank": 20, + "brand": "Confluence Genetics", + "product": "C38H052S", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 85.8, + "Yield S2": 82, + "Yield": 83.9, + "Yield 2yr Mean": 75.8 + } + }, + { + "rank": 21, + "brand": "Golden Harvest", + "product": "GH3774E3", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 88.1, + "Yield S2": 78.2, + "Yield": 83.2, + "Yield 2yr Mean": 82.1 + } + }, + { + "rank": 22, + "brand": "Shur Grow", + "product": "CT3896E3S", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 86.6, + "Yield S2": 77.8, + "Yield": 82.2 + } + }, + { + "rank": 23, + "brand": "NK Seeds", + "product": "NK39-S6XF", + "traits": "XF", + "metrics": { + "RM": 3.9, + "Yield S1": 78.8, + "Yield S2": 80.5, + "Yield": 79.7 + } + }, + { + "rank": 24, + "brand": "Confluence Genetics", + "product": "BH37Q218", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 84, + "Yield S2": 72.4, + "Yield": 78.2, + "Yield 2yr Mean": 75.2 + } + }, + { + "rank": 25, + "brand": "Xitavo", + "product": "XO 3705E", + "traits": "EN", + "metrics": { + "RM": 3.7, + "Yield S1": 86.4, + "Yield S2": 69.8, + "Yield": 78.1 + } + }, + { + "rank": 26, + "brand": "Xitavo", + "product": "XO 3855E", + "traits": "EN", + "metrics": { + "RM": 3.8, + "Yield S1": 86, + "Yield S2": 70.2, + "Yield": 78.1, + "Yield 2yr Mean": 77.1 + } + }, + { + "rank": 27, + "brand": "Xitavo", + "product": "XO 4056E", + "traits": "EN", + "metrics": { + "RM": 4, + "Yield S1": 88.5, + "Yield S2": 67, + "Yield": 77.8 + } + }, + { + "rank": 28, + "brand": "Confluence Genetics", + "product": "C37H051S", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 76.8, + "Yield S2": 75.7, + "Yield": 76.3 + } + }, + { + "rank": 29, + "brand": "Confluence Genetics", + "product": "BH37U221", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 80.7, + "Yield S2": 66.3, + "Yield": 73.5 + } + }, + { + "rank": 30, + "brand": "Confluence Genetics", + "product": "BH37U222", + "traits": "CV", + "metrics": { + "RM": 3.7, + "Yield S1": 78.1, + "Yield S2": 62.2, + "Yield": 70.2 + } + }, + { + "rank": 31, + "brand": "Seed Genetics Direct", + "product": "ET-5743E3", + "traits": "EN", + "metrics": { + "RM": 4.4, + "Yield S1": 66.1, + "Yield S2": 69.5, + "Yield": 67.8 + } + } + ], + "n_results": 31, + "tos_note": "© OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES.", + "source_urls": [ + "https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf" + ], + "fetched_at": "2026-06-10T12:27:33.674938+00:00", + "scraper_version": "0.1.0" +} diff --git a/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.md b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.md new file mode 100644 index 00000000..7e7d3f22 --- /dev/null +++ b/corpus/ohio_ocpt_trials/ocpt-soybeans-2025-south-late.md @@ -0,0 +1,50 @@ +# Soybean yield trial — late maturity, OH (South, 2025) + +- **Publisher:** Ohio Crop Performance Test (independent third-party, all brands) +- **Vendor:** The Ohio State University (CFAES extension) +- **Crop:** Soybean +- **Year:** 2025 +- **Region:** South +- **Site:** late maturity +- **Source table:** TABLE 8: The 2025 Ohio Soybean Performance Trials, South Region - Late Varieties (RM 3.7-4.4) +- **Cooperator / sites:** S1=Preble Co.; S2=Clinton Co. +- **Source PDF:** https://ohiocroptest.cfaes.osu.edu/soy2025/2025OCJwithproteinandoil.pdf +- **Note:** © OSU on the report; explicit no-endorsement clause; public CFAES extension publication; attribute Ohio Corn/Soybean Performance Test, OSU CFAES. + +--- + +## Results (by yield rank) + +| Rank | Brand | Hybrid/Variety | Traits | RM | Yield S1 | Yield S2 | Yield | +|---|---|---|---|---|---|---|---| +| 1 | Golden Harvest | GH3836E3S | EN, STS | 3.8 | 97 | 86.2 | 91.6 | +| 2 | Seed Genetics Direct | ET-4738E3 | EN | 3.8 | 98.6 | 81.5 | 90.1 | +| 3 | Dyna-Gro | S38EN75 | EN | 3.8 | 93.6 | 85.2 | 89.4 | +| 4 | GROWMARK, INC. | HS 37E40 | EN | 3.7 | 93 | 82.4 | 87.7 | +| 5 | Golden Harvest | GH4093E3 | EN | 4 | 88.9 | 85.8 | 87.4 | +| 6 | NK Seeds | NK38-B5E3S | EN | 3.8 | 86.1 | 87.8 | 87 | +| 7 | Seed Consultants, Inc. | SC7416ETM | EN | 4.1 | 88.3 | 85.6 | 87 | +| 8 | Seed Genetics Direct | ET-3739E3 | EN | 3.9 | 85.6 | 88.3 | 87 | +| 9 | Ebberts Field Seeds | E3880 E3 | EN | 3.8 | 91.7 | 81.9 | 86.8 | +| 10 | Shur Grow | SG3933E3S | EN | 3.9 | 91.7 | 81.9 | 86.8 | +| 11 | Shur Grow | SG3784E3 | EN | 3.7 | 91.6 | 81.8 | 86.7 | +| 12 | Seed Consultants, Inc. | SC7385ETM | EN | 3.8 | 91.7 | 81.4 | 86.6 | +| 13 | DonMario | DM38E54 | EN | 3.8 | 92.6 | 80.5 | 86.6 | +| 14 | Beck's | 384AA | CV | 3.8 | 91.4 | 80.1 | 85.8 | +| 15 | Confluence Genetics | BH39A150 | CV | 3.9 | 91.7 | 79.5 | 85.6 | +| 16 | Axis Seed | 3835E | EN | 3.8 | 88.8 | 81.2 | 85 | +| 17 | Seed Genetics Direct | ET-5740E3 | EN | 4 | 88.6 | 81.4 | 85 | +| 18 | Confluence Genetics | BH39A232 | CV | 3.9 | 90.2 | 79.3 | 84.8 | +| 19 | Seed Consultants, Inc. | SC7375ETM | EN | 3.7 | 88.6 | 79.5 | 84.1 | +| 20 | Confluence Genetics | C38H052S | CV | 3.7 | 85.8 | 82 | 83.9 | +| 21 | Golden Harvest | GH3774E3 | EN | 3.7 | 88.1 | 78.2 | 83.2 | +| 22 | Shur Grow | CT3896E3S | EN | 3.8 | 86.6 | 77.8 | 82.2 | +| 23 | NK Seeds | NK39-S6XF | XF | 3.9 | 78.8 | 80.5 | 79.7 | +| 24 | Confluence Genetics | BH37Q218 | CV | 3.7 | 84 | 72.4 | 78.2 | +| 25 | Xitavo | XO 3705E | EN | 3.7 | 86.4 | 69.8 | 78.1 | +| 26 | Xitavo | XO 3855E | EN | 3.8 | 86 | 70.2 | 78.1 | +| 27 | Xitavo | XO 4056E | EN | 4 | 88.5 | 67 | 77.8 | +| 28 | Confluence Genetics | C37H051S | CV | 3.7 | 76.8 | 75.7 | 76.3 | +| 29 | Confluence Genetics | BH37U221 | CV | 3.7 | 80.7 | 66.3 | 73.5 | +| 30 | Confluence Genetics | BH37U222 | CV | 3.7 | 78.1 | 62.2 | 70.2 | +| 31 | Seed Genetics Direct | ET-5743E3 | EN | 4.4 | 66.1 | 69.5 | 67.8 | diff --git a/docs_mcp/lessons.md b/docs_mcp/lessons.md index a4be274f..144a4a09 100644 --- a/docs_mcp/lessons.md +++ b/docs_mcp/lessons.md @@ -338,6 +338,19 @@ The MCP exposes TWO complementary surfaces: 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. +- **University-extension variety trials** (`illinois_vt_trials`, + `iowa_icpt_trials`, `ohio_ocpt_trials`, 2024+2025) — **the + independent third-party gold standard.** Land-grant programs (U of + Illinois VT, Iowa State ICPT, Ohio OCPT) that test every *entered* + brand side-by-side at the same sites with replication + LSD stats. + The publisher is the university; the seed brands are in each row's + `brand`. **This is where Pioneer / DEKALB / Channel / Brevant + performance is legitimately available** (they enter these public + trials even though we can't scrape their own sites). Caveat: a brand + only appears where it *entered* — e.g. Brevant didn't enter Iowa + ICPT, DEKALB/Channel didn't enter Illinois VT; absence in one + program is a true negative, not missing data. Illinois adds wheat; + Iowa/Ohio are corn+soy. (Purdue PCPP + other states deferred.) **Recommended workflow when a farmer asks about performance**: @@ -363,13 +376,16 @@ The MCP exposes TWO complementary surfaces: `syngenta-us.com/nk/yield-results` but the ASMX endpoint is fiddly; not yet scraped. The variety identity is in the corpus (`search_docs` finds it), just not the per-region trial yields. -- **Pioneer trials** — ToS bans automation, so we have neither - variety identity nor trial data. Direct the farmer to a - Pioneer dealer. -- **University extension trials** (Iowa State, Illinois, - Purdue, etc.) — third-party trial data that publishes Pioneer - + competitors. Not in the corpus today; could be added in a - future enrichment. +- **Pioneer trials** — ToS bans automation, so we have no Pioneer + *identity* data and don't scrape Pioneer's own results. BUT + Pioneer *performance* IS now available indirectly via the + university-extension trials (and the GH/ProHarvest plots) where + Pioneer entered — search those for Pioneer head-to-head yields; + for Pioneer variety specs, direct the farmer to a dealer. +- **University extension trials** — NOW INDEXED for IL / IA / OH + (`illinois_vt_trials` / `iowa_icpt_trials` / `ohio_ocpt_trials`, + 2024+2025). Purdue PCPP and other states (NE / WI / MN / the + Dakotas / Kansas wheat) are not yet indexed — a future enrichment. **Reading a GH plot report**: diff --git a/rag/chunk.py b/rag/chunk.py index 8976c6dd..4a1e812a 100644 --- a/rag/chunk.py +++ b/rag/chunk.py @@ -330,7 +330,7 @@ def chunks_from_variety( # signal for queries like "best corn for sandy soil Iowa 2024". -def _render_gh_plot_chunk(sidecar: dict) -> str: +def _render_gh_plot_chunk(sidecar: dict, *, include_region: bool = False) -> str: """Render a cross-vendor plot report (per-site head-to-head). Originally GH-specific; now also handles ``lg_plot_reports`` and @@ -340,6 +340,12 @@ def _render_gh_plot_chunk(sidecar: dict) -> str: queries should still find DEKALB results inside a GH or AgriGold plot — search filters target ``brand_in_results``, not the publisher's brand). + + ``include_region`` (university-trial sources) folds the + region/district into the title + facts so it's in the embedded + text — these sources publish many same-state/year tables that are + only distinguished by region (e.g. Iowa "District South"), and + without this the region lived only in metadata/the .md body. """ lines: list[str] = [] crop = (sidecar.get("crop") or "").lower() @@ -350,12 +356,18 @@ def _render_gh_plot_chunk(sidecar: dict) -> str: state = sidecar.get("state") or sidecar.get("state_abbrev") or "" year = sidecar.get("year") or "" cooperator = sidecar.get("cooperator") or "" + region = (sidecar.get("region") or "").strip() if include_region else "" - lines.append(f"# {crop_label} yield trial — {state}, {year}") + title = f"# {crop_label} yield trial — {state}, {year}" + if region: + title += f" ({region})" + lines.append(title) lines.append("") # Publisher label — emphasizes the source brand for retrieval. publisher_brand = sidecar.get("brand") or "Golden Harvest" - facts = [f"{publisher_brand} plot report (cross-vendor)"] + facts = [f"{publisher_brand} {'variety trial (cross-vendor, independent third-party)' if include_region else 'plot report (cross-vendor)'}"] + if region: + facts.append(f"region {region}") if cooperator: facts.append(f"cooperator {cooperator}") if sidecar.get("planted_date"): @@ -509,6 +521,11 @@ 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 in ("illinois_vt_trials", "iowa_icpt_trials", "ohio_ocpt_trials"): + # University-extension variety trials — same results[] shape, but + # fold region/district into the embedded text (many same-state/year + # tables) + label as an independent third-party variety trial. + return _render_gh_plot_chunk(sidecar, include_region=True) if source == "proharvest_plots": # Structured rows → shared cross-vendor renderer (publisher brand # read from the sidecar). Foreign-format third-party PDFs that diff --git a/requirements.txt b/requirements.txt index 03e27697..78d7261c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,3 +18,4 @@ numpy>=1.26 # Dev / utility python-dateutil>=2.8 pdfplumber>=0.11 +openpyxl>=3.1 # Illinois VT trial XLSX parsing (scrape-time only) diff --git a/scrape/sources/illinois_vt_trials.py b/scrape/sources/illinois_vt_trials.py new file mode 100644 index 00000000..d45e1108 --- /dev/null +++ b/scrape/sources/illinois_vt_trials.py @@ -0,0 +1,945 @@ +"""University of Illinois Variety Testing — cross-vendor yield trials. + +The University of Illinois Crop Sciences Variety Testing program +(``vt.cropsci.illinois.edu``) is a long-running, independent land-grant +testing program. Seed companies pay an entry fee to enter hybrids / +varieties; UIUC plants them in replicated regional trials and publishes +the results. Because the program is third-party and cross-vendor, a +single regional table ranks Pioneer / Brevant / DEKALB / Channel / +Burrus / Stine / Viking and dozens of others head-to-head — the +legitimate, independent way to get major-brand performance the +single-vendor corpus can't scrape directly. + +This is a ``data_type: "trial"`` source (NOT variety identity). It emits +the same per-site cross-vendor sidecar shape as ``gh_plot_reports`` / +``agrigold_plot_reports`` / ``proharvest_plots`` (``results: [{rank, +brand, product, traits, metrics}]``), so it falls through to the shared +``_render_gh_plot_chunk`` renderer in ``rag/chunk.py`` with no chunk.py +edit. The published table lists entries alphabetically by company, so we +**synthesize ``rank`` by sorting on Yield descending** (highest yield = +rank 1) per document. + +Data layout (verified Nov 2025): + - Static XLSX (+ PDF) per region per year at WordPress upload URLs. + The month segment of the upload path varies (``/2025/11/``, + ``/2025/12/``, ``/2025/07/`` for wheat), so we DISCOVER the .xlsx + hrefs by fetching the /corn/, /soybeans/, /wheat/ index pages — we + never guess URLs. + - Corn regional tables: ``Company | Name | IST1 | GT2(+spill) | HT3 | + Relative Maturity | Yield bu/a | Moisture % | Lodging | | 2-yr Avg | 3-yr Avg``. Per-site metadata lives in a separate + "Trial Info" sheet (regional tables) or in trailing columns + (single-site CFC tables). + - Soybean regional tables: ``COMPANY | NAME | Herbicide Trait1 | ST2 | + Yield bu/a | Maturity Date | Lodging | Height | <2yr/3yr Yield> | + Protein @13% | Oil @13%`` with the per-site metadata block in + trailing columns. + - Wheat regional means tables: ``Company | Variety | ST1 | Yield | + Yield Rank | Test wt. | Height | | + Maturity date | Jointing time | FHB Score | FHB Category``. Wheat + publishes its own Yield Rank, which we honor. + +The variety table sits below a 2-4 row header band (a group-header row, +a column-name row, and a units row). Columns are positionally stable +within a sheet (multi-word brands like "Viking | Blue River" live in a +single COMPANY cell), so we anchor on the header row that carries +"Company" + "Name"/"Variety" and map the metric columns from the +column-name + units rows. The leftmost "Yield (bu/a)" column is the +**regional** yield — the primary metric. + +Section markers interleaved in the table ("Early RM", "Any RM", +"Non-GMO Hybrids", "Early MG: 1.9-2.7", "Late MG:") and summary rows +("Average", "L.S.D 25% Level", "CV (%)") are skipped — a data row must +have a real company, a variety name, and a plausible numeric yield. + +Rotation distinction: regional tables are corn-following-soybean (the +default rotation); "CFC" / "Corn Following Corn" single-site tables +(Monmouth, Urbana, DeKalb) get ``previous_crop="corn"`` and a distinct +``-cfc-`` source_key so they never collide with the regional table. + +robots/ToS: no usage terms posted on the VT site (publicly-funded +land-grant; companies pay an entry fee, which doesn't restrict published +result reuse). Polite UA + light rate limit. + +Output: + corpus/illinois_vt_trials/.md LLM-visible body + corpus/illinois_vt_trials/.json sidecar metadata + +source_key: ``ilvt---r`` e.g. ``ilvt-corn-2025-r1``; +CFC single-site tables: ``ilvt-corn-2024-cfc-monmouth``. + +CLI: + python -m scrape.sources.illinois_vt_trials --year 2025 --limit 2 + python -m scrape.sources.illinois_vt_trials --crop corn --force + python -m scrape.sources.illinois_vt_trials --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 date, datetime, timezone +from pathlib import Path +from typing import Any +from urllib.parse import urljoin + +import openpyxl +import requests +from bs4 import BeautifulSoup + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +BASE = "https://vt.cropsci.illinois.edu" + +TOS_NOTE = ( + "No usage terms posted on UIUC VT site; publicly-funded land-grant " + "data; attribute University of Illinois Variety Testing." +) + +BASELINE_YEARS = {2024, 2025} +OLD_YEAR_MIN = 2000 +OLD_YEAR_MAX = 2023 + +# Index pages per crop. PLURAL "soybeans" is the corpus crop value. +CROP_INDEX = { + "corn": "/corn/", + "soybeans": "/soybeans/", + "wheat": "/wheat/", +} + +REQ_INTERVAL_SEC = 1.0 + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "illinois_vt_trials" + +log = logging.getLogger("scrape.illinois_vt_trials") + + +# --------------------------------------------------------------------- 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 = 60.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 TrialDoc: + source_key: str + crop: str # corn / soybeans / wheat + year: int + region: str # e.g. "Region 1", "Monmouth CFC" + xlsx_url: str + index_url: str + + rotation: str | None = None # "corn following soybean" / "corn following corn" + previous_crop: str | None = None # "corn" for CFC tables + cooperator: str | None = None # site host + county: str | None = None + soil_type: str | None = None + tillage: str | None = None + planted_date: str | None = None + harvested_date: str | None = None + row_width: str | None = None + latitude: float | None = None + longitude: float | None = None + sites: list[str] = field(default_factory=list) + + results: list[dict] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery + + +# Year/Region extraction from a file name or upload path. The VT site has +# used many naming schemes across years, so try several. +_YEAR_RE = re.compile(r"(20\d{2})") +_REGION_NUM_RE = re.compile(r"region[\s_-]*([1-9])", re.I) + + +def _norm_url(href: str) -> str: + """Resolve relative hrefs against BASE; also fold the legacy + ``varietytesting.web.illinois.edu`` host (same WP install) to BASE so + older files download cleanly.""" + href = href.strip() + if href.startswith("http"): + return href + return urljoin(BASE + "/", href.lstrip("/")) + + +def _file_year(url: str) -> int | None: + """Harvest year of a file. Prefer the upload-path year segment + (``/uploads/2025/11/...`` or ``/uploads/corn/2021/...``); fall back to + the first 20xx in the file name.""" + m = re.search(r"/uploads/(?:[a-z]+/)?(20\d{2})/", url) + if m: + return int(m.group(1)) + fn = url.rsplit("/", 1)[-1] + m = _YEAR_RE.search(fn) + return int(m.group(1)) if m else None + + +def _classify_region(url: str) -> tuple[str, str | None, str | None] | None: + """Return ``(region_label, rotation, previous_crop)`` for a file, or + None if it isn't a per-region/per-site VARIETY table we ingest. + + We INCLUDE regional tables (Region 1-5, North/South/East/West) and + single-site CFC (corn-following-corn) tables. We EXCLUDE entry lists, + agronomic-characteristic sheets, FHB/scab summaries, and disease + tables (those aren't head-to-head yield rankings).""" + fn = url.rsplit("/", 1)[-1] + low = fn.lower() + + # Exclusions — not cross-vendor yield ranking tables. + EXCLUDE = ("entry", "entries", "agronomic", "charateristic", # sic (site typo) + "characteristic", "scab", "fhb", "disease") + if any(tok in low for tok in EXCLUDE): + return None + + # Numbered regions: "Region 1", "2025-Region-1", "northtbl20" + m = _REGION_NUM_RE.search(low) + if m: + return (f"Region {m.group(1)}", "corn following soybean", None) + + # Named regions (corn 2022 + wheat use compass names). + for name, label in (("north", "North Region"), ("south", "South Region"), + ("east", "East Region"), ("west", "West Region")): + if re.search(rf"\b{name}\b", low) or low.startswith(name + "tbl"): + return (label, "corn following soybean", None) + + # Single-site Corn-Following-Corn tables (Monmouth / Urbana / DeKalb). + cfc = re.search(r"([a-z]+)[\s_-]*cfc", low) + if cfc or "cfc" in low: + site = (cfc.group(1).title() if cfc and cfc.group(1) else "CFC") + return (f"{site} CFC", "corn following corn", "corn") + + # Wheat single-site summary tables (e.g. "2025-Urbana-Summary", + # "2024-Elkville-Table"). Capture the site name as the region. + m = re.search(r"20\d{2}[\s_-]+([a-z]+)[\s_-]+(?:summary|table)", low) + if m: + return (m.group(1).title(), None, None) + m = re.search(r"([a-z]+)[\s_-]+(?:summary|table)[\s_-]*20\d{2}", low) + if m and m.group(1) not in ("region", "regional"): + return (m.group(1).title(), None, None) + + return None + + +def discover_files(http: RateLimitedSession, *, crops: set[str], + years: set[int]) -> list[TrialDoc]: + """Fetch each crop index page, extract .xlsx hrefs, classify them into + per-region/per-site variety tables, and keep the ones in scope.""" + out: list[TrialDoc] = [] + seen_keys: set[str] = set() + for crop in sorted(crops): + index_path = CROP_INDEX.get(crop) + if not index_path: + log.warning("unknown crop %r, skipping", crop) + continue + index_url = BASE + index_path + log.info("GET %s", index_url) + r = http.get(index_url) + r.raise_for_status() + soup = BeautifulSoup(r.text, "html.parser") + xlsx_hrefs = [a["href"] for a in soup.find_all("a", href=True) + if a["href"].lower().endswith(".xlsx")] + # Dedupe while preserving order. + seen_href: set[str] = set() + for href in xlsx_hrefs: + url = _norm_url(href) + if url in seen_href: + continue + seen_href.add(url) + year = _file_year(url) + if year is None or year not in years: + continue + cls = _classify_region(url) + if cls is None: + continue + region, rotation, prev_crop = cls + # source_key: ilvt---r for numbered regions, + # else a slug of the region name. + mnum = _REGION_NUM_RE.search(url.rsplit("/", 1)[-1].lower()) + if mnum and "cfc" not in region.lower(): + region_slug = f"r{mnum.group(1)}" + else: + region_slug = re.sub(r"[^a-z0-9]+", "-", + region.lower()).strip("-") + sk = f"ilvt-{crop}-{year}-{region_slug}" + if sk in seen_keys: + # Two files map to the same key (e.g. a "-final" + a "-1" + # duplicate). Keep the first; log the collision. + log.info("duplicate source_key %s from %s — skipping dupe", + sk, url) + continue + seen_keys.add(sk) + out.append(TrialDoc( + source_key=sk, crop=crop, year=year, region=region, + xlsx_url=url, index_url=index_url, + rotation=rotation, previous_crop=prev_crop, + )) + log.info(" %s: %d in-scope variety tables", crop, + sum(1 for d in out if d.crop == crop)) + return out + + +# --------------------------------------------------------------------- parse + + +def _to_num(v: Any) -> float | int | None: + """Coerce a cell to a number. Strips '*', commas; returns None for the + VT missing-value markers ('*.*', '-', '') and non-numeric text.""" + if v is None: + return None + if isinstance(v, bool): + return None + if isinstance(v, (int, float)): + f = float(v) + return int(f) if f.is_integer() else f + s = str(v).strip() + if not s or s in ("*", "*.*", "-", "—", "."): + return None + s = s.replace(",", "") + if not re.match(r"^-?\d+(?:\.\d+)?$", s): + return None + f = float(s) + return int(f) if f.is_integer() else f + + +def _iso_date(v: Any) -> str | None: + if isinstance(v, datetime): + return v.date().isoformat() + if isinstance(v, date): + return v.isoformat() + if v is None: + return None + s = str(v).strip() + if not s or s.lower().startswith("did not"): + return None + # ISO YYYY-MM-DD (with optional trailing " 00:00:00" time). + m = re.match(r"^(\d{4})-(\d{1,2})-(\d{1,2})(?:[ T].*)?$", s) + if m: + yr, mo, dy = m.groups() + try: + return f"{int(yr):04d}-{int(mo):02d}-{int(dy):02d}" + except ValueError: + return None + # US MM/DD/YYYY. + m = re.match(r"^(\d{1,2})/(\d{1,2})/(\d{2,4})$", s) + if m: + mo, dy, yr = m.groups() + if len(yr) == 2: + yr = "20" + yr + try: + return f"{int(yr):04d}-{int(mo):02d}-{int(dy):02d}" + except ValueError: + return None + return None + + +def _txt(v: Any) -> str: + if v is None: + return "" + if isinstance(v, datetime): + return v.date().isoformat() + return str(v).strip() + + +def _norm(s: Any) -> str: + return re.sub(r"\s+", " ", _txt(s)).strip().lower().rstrip(".") + + +# Section markers / summary labels that are NOT data rows. +_NONDATA_NAME = re.compile( + r"^(average|avg\.?|l\.?s\.?d\.?|c\.?v\.?|coeff|mean|std|" + r"early mg|late mg|early rm|any rm|non-?gmo|conventional|" + r"public|check)\b", re.I) +_SECTION_COMPANY = re.compile( + r"^(early rm|any rm|late rm|early mg|late mg|non-?gmo|conventional|" + r"gmo hybrids?|hybrids?)\b", re.I) + + +def _find_header_row(rows: list[tuple]) -> int | None: + """Index of the column-name row — the one carrying 'Company' (col 0) + and a 'Name' / 'Variety' (col 1)-ish header.""" + for i, row in enumerate(rows[:15]): + c0 = _norm(row[0] if len(row) > 0 else "") + c1 = _norm(row[1] if len(row) > 1 else "") + if c0 == "company" and c1 in ("name", "variety"): + return i + return None + + +def _build_colmap(rows: list[tuple], hdr_i: int) -> dict[str, int]: + """Map metric -> column index by merging the header band: the + column-name row (hdr_i), the row below it, and the group-header row + above it. Layouts vary — corn carries the units (bu/a, %) IN the + header row with the Yield/Moisture/Lodging labels in the group row + above; soy/wheat carry the units in the row below. We want the + REGIONAL (leftmost) Yield, not the per-site repeats, so we take the + leftmost yield-units column as the primary Yield. + + Returns keys among: company, name, herb_trait, gt, ist, st, maturity, + yield, lodging, height, moisture, protein, oil, rank, testwt, + yield_2yr, yield_3yr. + """ + name_row = rows[hdr_i] + below_row = rows[hdr_i + 1] if hdr_i + 1 < len(rows) else () + group_row = rows[hdr_i - 1] if hdr_i - 1 >= 0 else () + + def g(row: tuple, i: int) -> str: + return _norm(row[i]) if i < len(row) else "" + + ncols = max(len(name_row), len(below_row), len(group_row)) + + def band(i: int) -> tuple[str, str, str]: + """(group-above, header, below) normalized text for column i.""" + return (g(group_row, i), g(name_row, i), g(below_row, i)) + + cm: dict[str, int] = {"company": 0, "name": 1} + + # Identity / trait columns — these sit on the header (column-name) row. + for i in range(ncols): + nm = g(name_row, i) + if nm in ("herbicide trait1", "herbicide trait", "ht3", "ht"): + cm.setdefault("herb_trait", i) + elif nm in ("gt2", "gt"): + cm.setdefault("gt", i) + elif nm in ("ist1", "ist"): + cm.setdefault("ist", i) + elif nm in ("st1", "st2", "st"): + cm.setdefault("st", i) + elif nm in ("relative", "maturity", "relative maturity", "maturity date"): + cm.setdefault("maturity", i) + elif nm in ("yield rank", "rank"): + cm.setdefault("rank", i) + + # Metric columns — match across the whole band. A column is a Yield + # column if any band row says "yield" OR carries a bu-per-acre unit. + yield_cols: list[int] = [] + moisture_cols: list[int] = [] + testwt_cols: list[int] = [] + lodging_cols: list[int] = [] + height_cols: list[int] = [] + protein_cols: list[int] = [] + oil_cols: list[int] = [] + maturity_cols: list[int] = [] + YIELD_UNITS = {"bu/a", "bu/ac", "bu/acre"} + for i in range(ncols): + gp, nm, bl = band(i) + cells = {gp, nm, bl} + if "yield" in cells or cells & YIELD_UNITS: + yield_cols.append(i) + if "moisture" in cells: + moisture_cols.append(i) + if {"test wt", "test weight"} & cells or "lb/bu" in cells: + testwt_cols.append(i) + if "lodging" in cells: + lodging_cols.append(i) + if "height" in cells: + height_cols.append(i) + if "protein" in cells: + protein_cols.append(i) + if "oil" in cells: + oil_cols.append(i) + if {"relative", "maturity", "relative maturity", "maturity date"} & cells: + maturity_cols.append(i) + + if yield_cols: + cm["yield"] = yield_cols[0] + # 2yr / 3yr averages: yield-unit columns whose group header says avg. + for i in yield_cols[1:]: + grp = g(group_row, i) + if "2-yr" in grp or "2 yr" in grp or "2yr" in grp: + cm.setdefault("yield_2yr", i) + elif "3-yr" in grp or "3 yr" in grp or "3yr" in grp: + cm.setdefault("yield_3yr", i) + if moisture_cols: + cm["moisture"] = moisture_cols[0] + if testwt_cols: + cm["testwt"] = testwt_cols[0] + if lodging_cols: + cm["lodging"] = lodging_cols[0] + if height_cols: + cm["height"] = height_cols[0] + if protein_cols: + cm["protein"] = protein_cols[0] + if oil_cols: + cm["oil"] = oil_cols[0] + if "maturity" not in cm and maturity_cols: + cm["maturity"] = maturity_cols[0] + + return cm + + +# The metadata block always carries these labels; we locate its starting +# column by finding where they appear, so the per-site yield columns that +# sit between the metric block and the metadata block don't get scanned as +# labels (they lead with numbers, not a label). +_META_LABELS = { + "location", "county", "site location", "host", "soil type", + "planting date", "harvest date", "nitrogen applied", "pesticides", + "tillage", "latitude", "longitude", "rainfall", "fungicide", +} + + +def _scan_meta_labels(src: list[tuple]) -> dict[str, list[str]]: + """From a label/value block, build ``{normalized_label: [values...]}``. + + First find the column where the metadata labels live (the leftmost + column that holds a known metadata label in some row); the label in + each row is the first non-empty cell AT OR AFTER that column, and the + values are the non-empty cells to its right. This skips the per-site + yield columns that can sit to the left of the metadata block.""" + # Find the metadata-label column. + label_col: int | None = None + for row in src: + for i, c in enumerate(row): + if _norm(c) in _META_LABELS: + if label_col is None or i < label_col: + label_col = i + break + found: dict[str, list[str]] = {} + for row in src: + label = None + label_idx = None + start = label_col if label_col is not None else 0 + for i in range(start, len(row)): + t = _txt(row[i]) + if t: + label = t + label_idx = i + break + if label is None: + continue + key = _norm(label) + values = [_txt(c) for i, c in enumerate(row) + if i > (label_idx or 0) and _txt(c)] + if values and key not in found: # keep the first occurrence + found[key] = values + return found + + +def _first_real(values: list[str]) -> str | None: + for v in values: + if v and v.lower() not in ("click to see map", "click here for directions"): + return v + return None + + +def _apply_site_metadata(doc: TrialDoc, found: dict[str, list[str]], *, + crop: str) -> None: + """Apply a scanned metadata block to the doc, filling only fields that + are still unset (so the first/preferred source wins).""" + def setif(attr: str, val: Any) -> None: + if val and getattr(doc, attr) is None: + setattr(doc, attr, val) + + if "host" in found: + setif("cooperator", _first_real(found["host"])) + if "location" in found and not doc.sites: + doc.sites = [v for v in found["location"] + if v and v.lower() != "click to see map"] + if "county" in found: + setif("county", _first_real(found["county"])) + if "soil type" in found: + setif("soil_type", _first_real(found["soil type"])) + if "planting date" in found: + setif("planted_date", _iso_date(_first_real(found["planting date"]))) + if "harvest date" in found: + setif("harvested_date", _iso_date(_first_real(found["harvest date"]))) + if "tillage" in found: + setif("tillage", _first_real(found["tillage"])) + elif "spring" in found and crop != "wheat": + # Corn/soy: "Spring"/"Fall" are tillage operations. Wheat: those + # same labels are nitrogen rates — never tillage. + setif("tillage", _first_real(found["spring"])) + if "latitude" in found: + lat = _to_num(_first_real(found["latitude"]) or "") + if isinstance(lat, (int, float)): + setif("latitude", float(lat)) + if "longitude" in found: + lon = _to_num(_first_real(found["longitude"]) or "") + if isinstance(lon, (int, float)): + setif("longitude", float(lon)) + + +def _assemble_traits(row: tuple, cm: dict[str, int]) -> str: + """Combine the herbicide-trait + GT (genetic trait, may spill across + cols) + seed-treatment columns into one traits string.""" + bits: list[str] = [] + # GT can spill from its col up to (but not including) the herb_trait col. + if "gt" in cm: + gt_start = cm["gt"] + gt_end = cm.get("herb_trait", cm.get("maturity", gt_start + 1)) + gt_toks = [_txt(row[i]) for i in range(gt_start, gt_end) + if i < len(row) and _txt(row[i])] + if gt_toks: + bits.append("GT:" + "".join(gt_toks)) + if "herb_trait" in cm: + ht = _txt(row[cm["herb_trait"]]) if cm["herb_trait"] < len(row) else "" + if ht: + bits.append("HT:" + ht) + for k, lbl in (("ist", "IST"), ("st", "ST")): + if k in cm and cm[k] < len(row): + v = _txt(row[cm[k]]) + if v: + bits.append(f"{lbl}:{v}") + return " ".join(bits) + + +def _is_data_row(row: tuple, cm: dict[str, int]) -> bool: + company = _txt(row[0]) if len(row) > 0 else "" + name = _txt(row[1]) if len(row) > 1 else "" + if not company or not name: + return False + if _NONDATA_NAME.match(name) or _NONDATA_NAME.match(company): + return False + if _SECTION_COMPANY.match(company): + return False + # Must have a plausible numeric yield. + y = _to_num(row[cm["yield"]]) if "yield" in cm and cm["yield"] < len(row) else None + if not isinstance(y, (int, float)): + return False + return True + + +def _plausible_yield(crop: str, y: float) -> bool: + if crop == "corn": + return 30 < y < 400 + if crop == "soybeans": + return 10 < y < 150 + if crop == "wheat": + return 20 < y < 200 + return 0 < y < 500 + + +def parse_xlsx(content: bytes, doc: TrialDoc) -> None: + wb = openpyxl.load_workbook(io.BytesIO(content), data_only=True, + read_only=True) + # The yield table is the first sheet whose first ~15 rows contain a + # Company/Name header. + data_ws = None + data_rows: list[tuple] = [] + hdr_i = None + for name in wb.sheetnames: + rows = list(wb[name].iter_rows(values_only=True)) + hi = _find_header_row(rows) + if hi is not None: + data_ws, data_rows, hdr_i = name, rows, hi + break + if data_ws is None or hdr_i is None: + raise ValueError("no Company/Name header row found in any sheet") + + cm = _build_colmap(data_rows, hdr_i) + if "yield" not in cm: + raise ValueError("no Yield column located") + + # Site metadata lives in (a) trailing columns of the data sheet + # (co-located with the results — most current) and/or (b) a dedicated + # "Trial Info" sheet. Read the trailing-column block FIRST so it wins, + # then let the info sheet fill any gaps. (Some regional files carry a + # stale info sheet — e.g. a 2025 table whose Trial Info sheet still + # shows 2021 planting dates — so trailing columns are preferred.) + # _scan_meta_labels self-locates the metadata-label column, so the + # per-site yield columns between the metric block and the metadata + # block aren't mis-read as labels. + _apply_site_metadata(doc, _scan_meta_labels(data_rows), crop=doc.crop) + info_sheet = next((s for s in wb.sheetnames + if "trial info" in s.lower() + or "trial information" in s.lower()), None) + if info_sheet: + _apply_site_metadata( + doc, + _scan_meta_labels(list(wb[info_sheet].iter_rows(values_only=True))), + crop=doc.crop) + + results: list[dict] = [] + for row in data_rows[hdr_i + 2:]: + if not _is_data_row(row, cm): + continue + y = _to_num(row[cm["yield"]]) + if not isinstance(y, (int, float)) or not _plausible_yield(doc.crop, float(y)): + continue + brand = _txt(row[0]) + product = _txt(row[1]) + # Sanity: a numeric/blank brand is junk. + if not brand or brand.isdigit() or len(brand) <= 1: + continue + metrics: dict[str, Any] = {"Yield": y} + for key, label in (("moisture", "Moisture"), ("lodging", "Lodging"), + ("height", "Height"), ("testwt", "Test Wt."), + ("protein", "Protein"), ("oil", "Oil"), + ("maturity", "Maturity"), + ("yield_2yr", "Yield 2yr avg"), + ("yield_3yr", "Yield 3yr avg")): + if key in cm and cm[key] < len(row): + v = _to_num(row[cm[key]]) + if v is not None: + metrics[label] = v + rec_rank = None + if "rank" in cm and cm["rank"] < len(row): + rk = _to_num(row[cm["rank"]]) + if isinstance(rk, (int, float)): + rec_rank = int(rk) + results.append({ + "rank": rec_rank, # synthesized below if None + "brand": brand, + "product": product, + "traits": _assemble_traits(row, cm) or None, + "metrics": metrics, + }) + + # Synthesize rank by Yield DESC when the sheet didn't publish one + # (corn/soy list alphabetically). Wheat carries Yield Rank already, but + # we re-rank only if any row is missing a rank to keep them consistent. + if results and any(r["rank"] is None for r in results): + ordered = sorted(results, key=lambda r: -float(r["metrics"]["Yield"])) + for i, r in enumerate(ordered, start=1): + r["rank"] = i + results = ordered + else: + results.sort(key=lambda r: r["rank"]) + + doc.results = results + + +# --------------------------------------------------------------------- render + + +def render_markdown(doc: TrialDoc) -> str: + crop_label = {"corn": "Corn", "soybeans": "Soybean", + "wheat": "Wheat"}.get(doc.crop, doc.crop.title()) + head: list[str] = [ + f"# {crop_label} yield trial — University of Illinois VT, " + f"{doc.region}, IL {doc.year}", + "", + "- **Publisher:** University of Illinois Variety Testing " + "(independent cross-vendor trial)", + f"- **Crop:** {crop_label}", + "- **State:** IL", + f"- **Year:** {doc.year}", + f"- **Region:** {doc.region}", + ] + for label, val in ( + ("Rotation", doc.rotation), + ("Previous crop", doc.previous_crop), + ("Cooperator / host", doc.cooperator), + ("County", doc.county), + ("Sites", ", ".join(doc.sites) if doc.sites else None), + ("Soil type", doc.soil_type), + ("Tillage", doc.tillage), + ("Planted", doc.planted_date), + ("Harvested", doc.harvested_date), + ("Row width", doc.row_width), + ): + if val: + head.append(f"- **{label}:** {val}") + head += [ + f"- **Source XLSX:** {doc.xlsx_url}", + f"- **Index page:** {doc.index_url}", + "", "---", "", + "## Results (ranked by regional yield)", "", + ] + + # Discover metric columns from the first result. + metric_keys: list[str] = [] + for r in doc.results: + if r.get("metrics"): + metric_keys = list(r["metrics"].keys()) + break + headers = ["Rank", "Brand", "Product", "Traits"] + metric_keys + head.append("| " + " | ".join(headers) + " |") + head.append("|" + "|".join(["---"] * len(headers)) + "|") + for r in doc.results: + row = [str(r.get("rank") or "-"), r.get("brand") or "-", + r.get("product") or "-", r.get("traits") or "-"] + m = r.get("metrics") or {} + for k in metric_keys: + v = m.get(k) + row.append("-" if v is None else str(v)) + head.append("| " + " | ".join(row) + " |") + head.append("") + return "\n".join(head) + + +def write_doc(doc: TrialDoc, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + (CORPUS_DIR / f"{doc.source_key}.md").write_text(body_md, encoding="utf-8") + sidecar = { + "source": "illinois_vt_trials", + "source_key": doc.source_key, + "data_type": "trial", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "brand": "University of Illinois VT", + "crop": doc.crop, + "state": "IL", + "state_abbrev": "il", + "year": doc.year, + "region": doc.region, + "rotation": doc.rotation, + "previous_crop": doc.previous_crop, + "cooperator": doc.cooperator, + "county": doc.county, + "sites": doc.sites or None, + "soil_type": doc.soil_type, + "tillage": doc.tillage, + "planted_date": doc.planted_date, + "harvested_date": doc.harvested_date, + "row_width": doc.row_width, + "latitude": doc.latitude, + "longitude": doc.longitude, + "results": doc.results, + "n_results": len(doc.results), + "source_urls": [doc.xlsx_url, doc.index_url], + "tos_note": TOS_NOTE, + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + (CORPUS_DIR / f"{doc.source_key}.json").write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", + encoding="utf-8") + + +# --------------------------------------------------------------------- pipeline + + +def process_doc(http: RateLimitedSession, doc: TrialDoc, *, + force: bool) -> str: + md_path = CORPUS_DIR / f"{doc.source_key}.md" + if md_path.exists() and not force: + return "skipped" + try: + r = http.get(doc.xlsx_url) + r.raise_for_status() + parse_xlsx(r.content, doc) + except Exception as exc: # noqa: BLE001 + log.error("%s parse failed (%s): %s", doc.source_key, doc.xlsx_url, exc) + return "failed" + if not doc.results: + log.warning("%s — no valid result rows parsed; skipping", doc.source_key) + return "empty" + write_doc(doc, render_markdown(doc)) + log.info("%s written | %s %s %s | %d results | top: %s", + doc.source_key, doc.crop, doc.region, doc.year, len(doc.results), + doc.results[0]["brand"] + " " + doc.results[0]["product"] + if doc.results else "-") + return "written" + + +def run(*, crops: set[str], years: set[int], limit: int | None, + force: bool) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + http = RateLimitedSession() + docs = discover_files(http, crops=crops, years=years) + log.info("discovered %d in-scope variety tables", len(docs)) + if limit is not None: + docs = docs[:limit] + + counts = {"written": 0, "skipped": 0, "empty": 0, "failed": 0} + for i, doc in enumerate(docs, start=1): + status = process_doc(http, doc, force=force) + counts[status] = counts.get(status, 0) + 1 + if status != "written" or i <= 5 or i % 20 == 0: + log.info("[%d/%d] %s -> %s", i, len(docs), doc.source_key, status) + + log.info("done: written=%d skipped=%d empty=%d failed=%d (of %d)", + counts["written"], counts["skipped"], counts["empty"], + counts["failed"], len(docs)) + return 0 if counts["failed"] == 0 else 1 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.illinois_vt_trials", + description="Scrape University of Illinois Variety Testing " + "cross-vendor yield trials (XLSX) into the corpus.") + p.add_argument("--year", type=int, default=None, + help="Scrape a single harvest year (default: 2024+2025).") + p.add_argument("--include-old", action="store_true", + help="Also scrape 2000–2023 (deferred by default).") + p.add_argument("--crop", default=None, choices=tuple(CROP_INDEX.keys()), + help="Limit to one crop (corn / soybeans / wheat).") + p.add_argument("--limit", type=int, default=None, + help="Stop after processing N tables (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + 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) + + crops = {args.crop} if args.crop else set(CROP_INDEX.keys()) + if args.year is not None: + years = {args.year} + elif args.include_old: + years = set(range(OLD_YEAR_MIN, OLD_YEAR_MAX + 1)) | BASELINE_YEARS + else: + years = set(BASELINE_YEARS) + + return run(crops=crops, years=years, limit=args.limit, force=args.force) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/scrape/sources/iowa_icpt_trials.py b/scrape/sources/iowa_icpt_trials.py new file mode 100644 index 00000000..e777f8f3 --- /dev/null +++ b/scrape/sources/iowa_icpt_trials.py @@ -0,0 +1,651 @@ +"""Iowa Crop Performance Tests (ICPT) — cross-vendor yield trials. + +Iowa State University / the Iowa Crop Improvement Association run the +**Iowa Crop Performance Tests**, an independent, third-party variety +trial program. Because the trial is publisher-neutral, a single +district table ranks EVERY brand head-to-head — Pioneer, DEKALB, +Brevant, NuTech, Renk, Legacy, Epley Brothers, etc. — on identical +plots. That makes it the highest-trust ``data_type: "trial"`` source +in the corpus: unlike the vendor plot reports (Golden Harvest, LG, +AgriGold, ProHarvest), no seed company controls the entry list or the +agronomy, so there's no home-brand bias. + +Site shape (ASP.NET, server-rendered GridView tables — requests + +BeautifulSoup, no JS / headless browser needed): + + Corn: https://www.croptesting.iastate.edu/corn/CornDistrict2.aspx + Soybean: https://www.croptesting.iastate.edu/Soybean/SoybeanDistrict2.aspx + +``...District2.aspx`` is the ONLY live district URL — the district +(North / Central / South) is chosen *on that same page* via a +``radLstDistrict`` radio (1/2/3) ASP.NET **postback**, NOT a separate +URL (CornDistrict1/3.aspx 302-redirect away). Likewise the year +(``cmbYear`` dropdown, 2025→2014) and the maturity season +(``radListSeason``: 1=Early, 2=Full) are postbacks — there are no +stable GET URLs for them. So we GET the page once to harvest the +ASP.NET hidden fields (``__VIEWSTATE`` / ``__VIEWSTATEGENERATOR`` / +``__VIEWSTATEENCRYPTED``), then POST the form with the desired +year/district/season + ``btnFilter=Filter`` to drive the view. +``CornDistrict.aspx`` (no number) is the 2013-and-older legacy page — +out of scope. + +A district table is a multi-site aggregate: the GridView carries the +district-wide Yield plus a West/East sub-region split (Wyld/Eyld) and a +per-site yield column for each cooperator location in the district. +That makes **one district × season × year table the natural document +granularity** — one sidecar per ``(crop, year, district, season)``. + +GridView column → field map: + corn: Company | Entry | RM | Herb Tech | Trait Package | + Yield | Yldp | Moist | Wyld | Eyld | ... + soybean: Company | Entry | MG | Herb Tech | + Yield | WestYield | EastYield | ... + Company -> result.brand (the seed COMPANY — critical) + Entry -> result.product (variety / hybrid code) + Herb Tech + + Trait Package -> result.traits + everything else (RM/MG, Yield, Yldp, Moist, Wyld/Eyld, per-site) + -> result.metrics ("Yield" kept verbatim as the + primary key the chunker's top-N picker reads) +Rows are pre-sorted by Yield DESC on the page; we re-sort defensively +and assign rank ourselves (the table has no rank column). + +We emit the SAME sidecar shape as ``agrigold_plot_reports`` / +``lg_plot_reports`` / ``gh_plot_reports`` / ``proharvest_plots`` +(``results: [{rank, brand, product, traits, metrics}]``). The trial +chunker's source dispatch doesn't list ``iowa_icpt_trials`` explicitly, +so it FALLS THROUGH to the shared ``_render_gh_plot_chunk`` renderer — +no ``rag/chunk.py`` edit required. + +Output: + corpus/iowa_icpt_trials/.md LLM-visible body + corpus/iowa_icpt_trials/.json sidecar metadata + +source_key: ``icpt---[-]`` + e.g. ``icpt-corn-2025-north-early``, ``icpt-soybeans-2024-south-full``. + +Scope: 2024 + 2025 baseline. ``--include-old`` walks 2014–2023. + +robots/ToS: no robots.txt (the ASP.NET app 404s it); footer +"Copyright (c) 1995-2016 Iowa State University ... All rights reserved" +carries no automation clause. Public land-grant ICPT data, polite UA, +low request rate. (See ``tos_note`` in the sidecar.) + +CLI: + python -m scrape.sources.iowa_icpt_trials --limit 4 + python -m scrape.sources.iowa_icpt_trials --crop corn --year 2025 + python -m scrape.sources.iowa_icpt_trials --include-old --force +""" + +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 + +SCRAPER_VERSION = "0.1.0" +USER_AGENT = "seed-mcp-scraper/0.1 (+https://drawbar.example/contact)" +BASE = "https://www.croptesting.iastate.edu" + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "iowa_icpt_trials" + +REQ_INTERVAL_SEC = 2.0 # land-grant box; be polite, single-threaded + +BASELINE_YEARS = [2024, 2025] +OLD_YEARS = [2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023] + +TOS_NOTE = ( + "Footer 'Copyright (c) ...ISU...All rights reserved' (no automation " + "clause, no robots.txt); public ICPT data; low request rate; attribute " + "Iowa Crop Performance Tests / ISU." +) + +# crop -> (district-results page URL, RM/MG header label) +CROPS: dict[str, tuple[str, str]] = { + "corn": (f"{BASE}/corn/CornDistrict2.aspx", "RM"), + "soybeans": (f"{BASE}/Soybean/SoybeanDistrict2.aspx", "MG"), +} + +# radLstDistrict radio value -> (slug, label) +DISTRICTS: dict[str, tuple[str, str]] = { + "1": ("north", "North"), + "2": ("central", "Central"), + "3": ("south", "South"), +} +# radListSeason radio value -> (slug, label) +SEASONS: dict[str, tuple[str, str]] = { + "1": ("early", "Early Season"), + "2": ("full", "Full Season"), +} + +# ASP.NET control names +C_YEAR = "ctl00$MainContent$cmbYear" +C_DISTRICT = "ctl00$MainContent$radLstDistrict" +C_SEASON = "ctl00$MainContent$radListSeason" +C_SHOW = "ctl00$MainContent$radLstShowOptions" +C_FILTER = "ctl00$MainContent$btnFilter" + +# GridView header labels that are NOT metric columns. +BRAND_COL = "company" +PRODUCT_COL = "entry" +TRAIT_COLS = {"herb tech", "trait package"} + +log = logging.getLogger("scrape.iowa_icpt_trials") + + +# --------------------------------------------------------------------- HTTP + + +class RateLimitedSession: + """Single-threaded rate-limited requests.Session (ASP.NET viewstate + flow is inherently sequential per page, so no global lock needed).""" + + 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 + resp: requests.Response | 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 + assert resp is not None + return resp + + def get(self, url: str, **kw: Any) -> requests.Response: + return self.request("GET", url, **kw) + + def post(self, url: str, **kw: Any) -> requests.Response: + return self.request("POST", url, **kw) + + +# --------------------------------------------------------------------- model + + +@dataclass +class TrialResult: + rank: int | None = None + brand: str = "" + product: str = "" + traits: str = "" + metrics: dict[str, float | str | None] = field(default_factory=dict) + + +@dataclass +class DistrictTrial: + source_key: str + source_url: str + crop: str # "corn" / "soybeans" + year: int + district_slug: str # north / central / south + district_label: str # North / Central / South + season_slug: str # early / full + season_label: str # Early Season / Full Season + sites: list[str] = field(default_factory=list) # cooperator locations + experiment_mean: float | None = None + results: list[TrialResult] = field(default_factory=list) + + +# --------------------------------------------------------------------- parse + + +def _hidden_fields(soup: BeautifulSoup) -> dict[str, str]: + out: dict[str, str] = {} + for inp in soup.find_all("input", {"type": "hidden"}): + name = inp.get("name") + if name: + out[name] = inp.get("value") or "" + return out + + +_NUM_RE = re.compile(r"^-?\d+(?:\.\d+)?$") + + +def _to_num(s: str | None) -> float | int | None: + s = (s or "").strip() + if not s or s == "-" or not _NUM_RE.match(s): + return None + f = float(s) + return int(f) if f.is_integer() else f + + +def _norm(s: str) -> str: + return re.sub(r"\s+", " ", (s or "").strip()).lower() + + +def _grid_rows(soup: BeautifulSoup, table_id: str) -> list[list[str]]: + table = soup.find("table", {"id": table_id}) + if table is None: + return [] + rows: list[list[str]] = [] + for tr in table.find_all("tr"): + cells = [c.get_text(" ", strip=True) for c in tr.find_all(["th", "td"])] + if cells: + rows.append(cells) + return rows + + +def _experiment_mean(soup: BeautifulSoup) -> float | None: + """Pull the district-wide 'Experiment Mean' Yield from the summary + GridView (first data row, second column).""" + rows = _grid_rows(soup, "MainContent_gvDataSummary") + for r in rows: + if r and _norm(r[0]).startswith("experiment mean") and len(r) > 1: + return _to_num(r[1]) # type: ignore[return-value] + return None + + +def parse_district_table( + soup: BeautifulSoup, + *, + rm_mg_label: str, +) -> tuple[list[TrialResult], list[str], float | None]: + """Parse the ``MainContent_gvData`` GridView into ranked results. + + Returns ``(results, site_columns, experiment_mean)``. Rows arrive + pre-sorted by Yield DESC; we re-sort by Yield DESC defensively and + assign rank ourselves (no rank column on the page).""" + rows = _grid_rows(soup, "MainContent_gvData") + if len(rows) < 2: + return [], [], None + + header = rows[0] + hkeys = [_norm(h) for h in header] + + # Locate the structural columns. + def find_col(*want: str) -> int | None: + for w in want: + for i, h in enumerate(hkeys): + if h == w: + return i + return None + + i_brand = find_col(BRAND_COL) + i_product = find_col(PRODUCT_COL) + i_traits = [i for i, h in enumerate(hkeys) if h in TRAIT_COLS] + + # Identify the per-site (cooperator-location) yield columns: they + # come AFTER the West/East sub-region split (Wyld/Eyld / + # WestYield/EastYield), and their header is a location name, not a + # known metric. Anything that isn't brand/product/trait is a metric; + # per-site columns are metrics whose header isn't a reserved label. + reserved_metric = { + _norm(rm_mg_label), "yield", "yldp", "yield pct", "yield %", + "moist", "wyld", "eyld", "westyield", "eastyield", + } + sites: list[str] = [] + for i, h in enumerate(hkeys): + if i == i_brand or i == i_product or i in i_traits: + continue + if h and h not in reserved_metric: + sites.append(header[i]) + + skip = {i_brand, i_product, *i_traits} + metric_cols = [(header[i], i) for i in range(len(header)) if i not in skip and header[i]] + + results: list[TrialResult] = [] + for raw in rows[1:]: + # Pad/truncate row to header width defensively. + cells = raw + [""] * (len(header) - len(raw)) + + def cell(i: int | None) -> str: + return cells[i].strip() if i is not None and 0 <= i < len(cells) else "" + + brand = cell(i_brand) + product = cell(i_product) + traits = " ".join( + t for t in (cell(i) for i in i_traits) + if t and _norm(t) != "none" + ).strip() + + metrics: dict[str, float | str | None] = {} + for name, idx in metric_cols: + raw_val = cell(idx) + num = _to_num(raw_val) + if num is not None: + metrics[name] = num + elif raw_val and raw_val != "-": + metrics[name] = raw_val + # else: leave the column out (empty) + + res = TrialResult(brand=brand, product=product, traits=traits, metrics=metrics) + if _row_ok(res): + results.append(res) + + # Re-sort by Yield DESC (page is already sorted, but don't trust it), + # then assign rank. Rows with no numeric Yield sink to the bottom. + def _ysort(r: TrialResult) -> tuple[int, float]: + y = r.metrics.get("Yield") + if isinstance(y, (int, float)): + return (0, -float(y)) + return (1, 0.0) + + results.sort(key=_ysort) + for n, r in enumerate(results, start=1): + r.rank = n + + return results, sites, _experiment_mean(soup) + + +def _row_ok(r: TrialResult) -> bool: + """Per-row sanity gate. A sound entry has a real (non-numeric) + company/brand, a product code, and a plausible bu/a Yield. Drops + summary/blank rows and any leaked aggregate line.""" + brand = (r.brand or "").strip() + product = (r.product or "").strip() + if not brand or brand.isdigit(): + return False + if _norm(brand) in ("summary", "experiment mean", "minimum mean", + "maximum mean", "lsd", "coefficient of variability"): + return False + if not product: + return False + y = r.metrics.get("Yield") + # Corn runs ~120-280 bu/a, soy ~30-90; gate generously but reject + # garbage / a moisture/RM value that leaked into the Yield slot. + if not isinstance(y, (int, float)) or not (10 < float(y) < 400): + return False + return True + + +# --------------------------------------------------------------------- fetch + + +def source_key_for(crop: str, year: int, district_slug: str, season_slug: str) -> str: + return f"icpt-{crop}-{year}-{district_slug}-{season_slug}" + + +def fetch_view( + http: RateLimitedSession, + *, + crop: str, + year: int, + district: str, # radio value "1"/"2"/"3" + season: str, # radio value "1"/"2" +) -> DistrictTrial | None: + """GET the district page (for viewstate), then POST the filter form + to switch to the requested year/district/season. Returns a parsed + DistrictTrial, or None if the table is empty for that combination.""" + url, rm_mg_label = CROPS[crop] + district_slug, district_label = DISTRICTS[district] + season_slug, season_label = SEASONS[season] + + seed = http.get(url) + seed.raise_for_status() + seed_soup = BeautifulSoup(seed.text, "html.parser") + + payload = _hidden_fields(seed_soup) + payload[C_YEAR] = str(year) + payload[C_DISTRICT] = district + payload[C_SEASON] = season + payload[C_SHOW] = "yield" # yield view carries Yield/Yldp/Moist + per-SITE yields + payload[C_FILTER] = "Filter" + + resp = http.post(url, data=payload) + resp.raise_for_status() + soup = BeautifulSoup(resp.text, "html.parser") + + results, sites, mean = parse_district_table(soup, rm_mg_label=rm_mg_label) + if not results: + return None + + return DistrictTrial( + source_key=source_key_for(crop, year, district_slug, season_slug), + source_url=url, + crop=crop, + year=year, + district_slug=district_slug, + district_label=district_label, + season_slug=season_slug, + season_label=season_label, + sites=sites, + experiment_mean=mean, + results=results, + ) + + +# --------------------------------------------------------------------- render + + +def render_markdown(t: DistrictTrial) -> str: + crop_label = {"corn": "Corn", "soybeans": "Soybean"}.get(t.crop, t.crop.title()) + head: list[str] = [ + f"# {crop_label} yield trial — Iowa {t.district_label} District " + f"({t.season_label}), {t.year}", + "", + "- **Source:** Iowa Crop Performance Tests (independent third-party trial)", + "- **Publisher:** Iowa State University / Iowa Crop Improvement Association", + f"- **Crop:** {crop_label}", + "- **State:** IA", + f"- **District:** {t.district_label}", + f"- **Maturity season:** {t.season_label}", + f"- **Year:** {t.year}", + ] + if t.experiment_mean is not None: + head.append(f"- **Experiment mean yield:** {t.experiment_mean} bu/a") + if t.sites: + head.append(f"- **Cooperator sites:** {', '.join(t.sites)}") + head += [f"- **URL:** {t.source_url}", "", "---", ""] + + # Discover metric column order from the first result with metrics. + metric_keys: list[str] = [] + for r in t.results: + if r.metrics: + metric_keys = list(r.metrics.keys()) + break + + sections: list[str] = ["## Results (by yield, all brands)", ""] + headers = ["Rank", "Company", "Entry", "Traits"] + metric_keys + sections.append("| " + " | ".join(headers) + " |") + sections.append("|" + "|".join(["---"] * len(headers)) + "|") + for r in t.results: + row = [ + str(r.rank) if r.rank is not None else "-", + r.brand or "-", + r.product or "-", + r.traits or "-", + ] + for k in metric_keys: + v = r.metrics.get(k) + row.append("-" if v is None else str(v)) + sections.append("| " + " | ".join(row) + " |") + sections.append("") + + # Compact top-5 line for embedder signal. + top = [r for r in t.results if isinstance(r.metrics.get("Yield"), (int, float))][:5] + if top: + bits = [f"{r.product} ({r.brand}) {r.metrics['Yield']}" for r in top] + sections.append(f"Top 5 by Yield: " + ", ".join(bits) + ".") + sections.append("") + + return "\n".join(head) + "\n".join(sections) + + +# --------------------------------------------------------------------- write + + +def write_trial(t: DistrictTrial, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + (CORPUS_DIR / f"{t.source_key}.md").write_text(body_md, encoding="utf-8") + sidecar = { + "source": "iowa_icpt_trials", + "source_key": t.source_key, + "data_type": "trial", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "brand": "Iowa Crop Performance Tests", + "crop": t.crop, + "state": "IA", + "state_abbrev": "ia", + "year": t.year, + "region": f"District {t.district_label}", + "district": t.district_label, + "season": t.season_label, + "cooperator_sites": t.sites, + "experiment_mean_yield": t.experiment_mean, + "results": [ + { + "rank": r.rank, + "brand": r.brand, + "product": r.product, + "traits": r.traits, + "metrics": r.metrics, + } + for r in t.results + ], + "n_results": len(t.results), + "source_urls": [t.source_url], + "tos_note": TOS_NOTE, + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + (CORPUS_DIR / f"{t.source_key}.json").write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", + encoding="utf-8", + ) + + +# --------------------------------------------------------------------- pipeline + + +def run( + *, + crops: set[str], + years: list[int], + limit: int | None, + force: bool, +) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + http = RateLimitedSession() + counts = {"written": 0, "skipped": 0, "empty": 0, "failed": 0} + processed = 0 + + targets: list[tuple[str, int, str, str]] = [] + for crop in sorted(crops): + for year in years: + for district in DISTRICTS: # 1/2/3 + for season in SEASONS: # 1/2 + targets.append((crop, year, district, season)) + + log.info("planned %d (crop x year x district x season) targets", len(targets)) + + for crop, year, district, season in targets: + if limit is not None and processed >= limit: + break + district_slug = DISTRICTS[district][0] + season_slug = SEASONS[season][0] + sk = source_key_for(crop, year, district_slug, season_slug) + md_path = CORPUS_DIR / f"{sk}.md" + if md_path.exists() and not force: + counts["skipped"] += 1 + continue + processed += 1 + try: + trial = fetch_view(http, crop=crop, year=year, + district=district, season=season) + except Exception as exc: # noqa: BLE001 + counts["failed"] += 1 + log.error("[%s] fetch failed: %s", sk, exc) + continue + if trial is None: + counts["empty"] += 1 + log.info("[%s] empty table (no entries) — skipping", sk) + continue + write_trial(trial, render_markdown(trial)) + counts["written"] += 1 + log.info("[%s] written | %d entries | %d sites | brands=%d", + sk, len(trial.results), len(trial.sites), + len({r.brand for r in trial.results})) + + log.info("done: written=%d skipped=%d empty=%d failed=%d (processed=%d)", + counts["written"], counts["skipped"], counts["empty"], + counts["failed"], processed) + return 0 if counts["failed"] == 0 else 1 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.iowa_icpt_trials", + description="Scrape Iowa Crop Performance Tests (ICPT) cross-vendor " + "yield trials (corn + soybean district tables).", + ) + p.add_argument("--year", type=int, default=None, + choices=tuple(BASELINE_YEARS + OLD_YEARS), + help="Limit to a single year (default: 2024+2025 baseline).") + p.add_argument("--include-old", action="store_true", + help="Also scrape 2014-2023 (deferred by default).") + p.add_argument("--crop", default=None, choices=tuple(CROPS.keys()), + help="Limit to one crop (default: both).") + p.add_argument("--limit", type=int, default=None, + help="Stop after writing/processing N tables (default: all).") + p.add_argument("--force", action="store_true", + help="Re-fetch even if the markdown file already exists.") + 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, + ) + crops = {args.crop} if args.crop else set(CROPS.keys()) + if args.year is not None: + years = [args.year] + elif args.include_old: + years = sorted(set(OLD_YEARS + BASELINE_YEARS)) + else: + years = list(BASELINE_YEARS) + return run(crops=crops, years=years, limit=args.limit, force=args.force) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/scrape/sources/ohio_ocpt_trials.py b/scrape/sources/ohio_ocpt_trials.py new file mode 100644 index 00000000..f93e6029 --- /dev/null +++ b/scrape/sources/ohio_ocpt_trials.py @@ -0,0 +1,1286 @@ +"""Ohio Corn & Soybean Performance Test (OCPT/OSPT) — independent, +cross-vendor yield trials (data_type=trial). + +Source: ``ohiocroptest.cfaes.osu.edu`` — The Ohio State University / +CFAES extension publishes the annual Ohio Corn Performance Test and +Ohio Soybean Performance Trials as full-report PDFs with a real text +layer. These are *third-party* university trials: every brand that +pays the entry fee is evaluated head-to-head at the SAME sites, so a +single report ranks CHANNEL, DEKALB, NK, Golden Harvest, LG Seeds, +Augusta, Ebberts, Seed Consultants, etc. against each other — the +highest-value class of trial data because no vendor controls it. + +This is the FOURTH ``data_type: "trial"`` source family after the +vendor plot reports (gh / lg / agrigold / proharvest). Unlike those — +which are ONE plot per report — the OCPT report is ONE PDF carrying a +dozen multi-site tables, each table laying out several SITES as +side-by-side column groups (Hebron | Washington CH | South Charleston +| Covington | Summary). We split each report into ONE sidecar per +SITE (and one per regional Summary), so the corpus's per-site shape +matches the vendor plot reports and the trial chunker's shared +``_render_gh_plot_chunk`` renderer handles it with NO chunk.py edit +(we emit ``results: [{rank, brand, product, traits, metrics}]`` with a +canonical ``"Yield"`` metric key). + +PDF layout (corn, e.g. CountryJournal2025.pdf): + Table 1E/1L/4E/4L/7E/7L : single-year per-site tables. A site-name + line names the column groups; each hybrid row carries 5 numbers + (Yield, Harv.Mst, Stk.Ldg, Final Std, Emergence) PER site, then a + single trailing TW (test weight, summary-level). These are the + gold per-site data — we emit one sidecar per real site (+ Summary). + Table 2/3/5/6/8/9 : multi-year / combined regional summaries — same + column-group structure (year/region groups). We emit these as + region-level summary sidecars (the Summary group of the matching + single-year table already covers the site mean, so these add the + 2-yr / 3-yr / statewide aggregates). + Table 10 : hybrid -> technology-traits lookup (RR,CB,TRE,...). Parsed + into a traits map and joined onto every result's ``traits`` field. + +PDF layout (soybeans, e.g. 2025OCJwithproteinandoil.pdf): a different +column order — ``Variety | Brand | Type | Seed Treatment | RM | | Mean``. Region (North/Central/South) x maturity +(Early/Late) tables, with site codes (N1/N2, C1/C2, S1/S2) defined in +a Site-Descriptions table (Table 1). We emit one sidecar per region x +maturity, keyed by the region (the soy report does not break per-site +yields into separate ranked tables the way corn does — the per-site +columns are within the regional table, so a region sidecar carries the +full ranked field with each site's yield in the metrics). + +SANITY GATE: every parsed row must have a real (non-numeric, len>1) +brand, a product code, and a plausible Yield (1 < y < 400). Rows that +fail (stat rows High/Average/Low/LSD, wrapped lines, footnotes) are +dropped + counted. If a whole table won't parse into >=2 good rows it +is SKIPPED + logged + counted — never emitted with mis-assigned rows. + +Scope: 2025 (latest) + 2024 baseline. ``--include-old`` pulls the +u.osu.edu archive years. + +Output: + corpus/ohio_ocpt_trials/.md + corpus/ohio_ocpt_trials/.json + +source_key: ``ocpt---`` + e.g. ``ocpt-corn-2025-sw-hebron``, ``ocpt-soybeans-2025-north-early``. + +CLI: + python -m scrape.sources.ohio_ocpt_trials --year 2025 --crop corn + python -m scrape.sources.ohio_ocpt_trials --force + python -m scrape.sources.ohio_ocpt_trials --include-old +""" + +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://ohiocroptest.cfaes.osu.edu" +ARCHIVE = "https://u.osu.edu/perf/archive/" + +# The publisher labels (per the trial sidecar contract). +VENDOR = "The Ohio State University" +BRAND_AGGREGATOR = "Ohio Corn/Soybean Performance Test publishes" +PUBLISHER_BRAND = "Ohio Crop Performance Test" +TOS_NOTE = ("© OSU on the report; explicit no-endorsement clause; public " + "CFAES extension publication; attribute Ohio Corn/Soybean " + "Performance Test, OSU CFAES.") + +BASELINE_YEARS = [2024, 2025] +OLD_YEARS = [2018, 2019, 2020, 2021, 2022, 2023] + +REQ_INTERVAL_SEC = 2.0 # polite, low rate against a university host + +REPO_ROOT = Path(__file__).resolve().parents[2] +CORPUS_ROOT = Path(os.environ.get("CORPUS_ROOT") or REPO_ROOT / "corpus") +CORPUS_DIR = CORPUS_ROOT / "ohio_ocpt_trials" + +log = logging.getLogger("scrape.ohio_ocpt_trials") + + +# --------------------------------------------------------------------- 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 = 60.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 SiteTrial: + """One per-site (or per-region-summary) ranked trial, ready to write.""" + source_key: str + crop: str # "corn" | "soybeans" + year: int + region: str # SW / NW / NE region or county + site: str | None # site town / county / "Summary" + pdf_url: str + table_label: str = "" # e.g. "Table 1E (early maturity)" + # per-site agronomic footnote metadata (corn single-year tables) + soil_type: str | None = None + previous_crop: str | None = None + planting_date: str | None = None + harvest_date: str | None = None + tillage: str | None = None + fungicide: str | None = None + cooperator: str | None = None + county: str | None = None + results: list[dict] = field(default_factory=list) + + +# --------------------------------------------------------------------- discovery + + +_PDF_HREF_RE = re.compile(r'href="([^"]+\.pdf)"', re.I) + + +def _discover_pdf_hrefs(http: RateLimitedSession, index_url: str) -> list[str]: + """Fetch an index page and return absolute hrefs to every .pdf linked.""" + from urllib.parse import urljoin + try: + r = http.get(index_url) + r.raise_for_status() + except requests.RequestException as exc: + log.warning("index fetch failed %s: %s", index_url, exc) + return [] + out: list[str] = [] + seen: set[str] = set() + for href in _PDF_HREF_RE.findall(r.text): + full = urljoin(index_url, href) + if full not in seen: + seen.add(full) + out.append(full) + return out + + +# The full-report PDF (corn) is "CountryJournal" / (soy) the +# "OCJwithproteinandoil" file. Weather / seed-quality / pollinator / +# seed-composition PDFs carry no head-to-head yield table → ignore them. +def _pick_report_pdf(hrefs: list[str], crop: str, year: int) -> str | None: + yr = str(year) + if crop == "corn": + for h in hrefs: + base = h.rsplit("/", 1)[-1].lower() + if "countryjournal" in base and yr in base: + return h + # fallback: any non-weather pdf with the year + for h in hrefs: + base = h.rsplit("/", 1)[-1].lower() + if yr in base and "weather" not in base: + return h + else: # soybeans + for h in hrefs: + base = h.rsplit("/", 1)[-1].lower() + if "ocj" in base and "protein" in base and yr in base: + return h + for h in hrefs: + base = h.rsplit("/", 1)[-1].lower() + if yr in base and "seed" not in base and "pollinator" not in base: + return h + return None + + +def discover_report_pdf(http: RateLimitedSession, crop: str, + year: int) -> str | None: + """Find the full-report PDF for a (crop, year) by walking the live + index pages and extracting PDF hrefs (no hardcoded filename).""" + if crop == "corn": + # The corn index is /corntrials/ ; older years via ?year=NNNN. + indexes = [f"{BASE}/corntrials/default.asp?year={year}", + f"{BASE}/corntrials/"] + else: + # Soy index lives at /soyNNNN/ (year in path). + indexes = [f"{BASE}/soy{year}/", f"{BASE}/soy{year}"] + for idx in indexes: + hrefs = _discover_pdf_hrefs(http, idx) + pdf = _pick_report_pdf(hrefs, crop, year) + if pdf: + log.info("%s %d report PDF: %s", crop, year, pdf) + return pdf + log.warning("no report PDF discovered for %s %d", crop, year) + return None + + +# --------------------------------------------------------------------- helpers + + +_NUM_TOKEN = re.compile(r"^-?\d+(?:\.\d+)?$") +# A yield-significance marker the soy tables append to per-site yields. +_SIG_RE = re.compile(r"[*]+$") + + +def _to_num(s: str) -> float | int | None: + s = (s or "").strip() + s = _SIG_RE.sub("", s) + if not s or not _NUM_TOKEN.match(s): + return None + f = float(s) + return int(f) if f.is_integer() else f + + +def _slug(s: str) -> str: + return re.sub(r"[^a-z0-9]+", "-", (s or "").lower()).strip("-") + + +# Lines that begin a non-data (stat / footnote) row — never a hybrid row. +_STAT_PREFIXES = ( + "high", "average", "low", "lsd", "mean", "soil type", "soil test", + "previous crop", "planting", "harvest", "tillage", "fertilizer", + "fungicide", "cooperator", "county", "entry", "brand", "variety", + "bu/a", "lbs.", "harv.", "stk.", "final", "table", +) + + +# --------------------------------------------------------------------- CORN parse +# +# Corn region codes by region phrase in the table caption. +_CORN_REGION = ( + ("SOUTHWESTERN", "SW"), + ("NORTHWESTERN", "NW"), + ("NORTH CENTRAL", "NE"), + ("NORTHEASTERN", "NE"), +) +# Known corn seed brands (ALL-CAPS publisher labels). Longest match first +# so multi-word brands aren't split. Built from the distinct brands seen +# across the SW/NW/NE regions; matched case-insensitively at line start. +CORN_BRANDS = [ + "1ST CHOICE SEEDS", "AGRIGOLD HYBRIDS", "AGRIGOLD", "AUGUSTA SEED", + "AXIS SEED", "BA GENETICS", "CHANNEL", "DEKALB", "DYNA-GRO", "EBBERTS", + "FS INVISION", "GOLDEN HARVEST", "GREAT HEART SEED", "GRO-MOR", + "LG SEEDS", "NK", "PC SEED", "SEED CONSULTANTS", "SEED GENETICS DIRECT", + "SEEDWAY", "SHUR GROW", "VIKING / BLUE RIVER", "VIKING/BLUE RIVER", + "PIONEER", "BREVANT", "STINE", "BECK'S", "BECKS", "WYFFELS", + "CROPLAN", "MASTERS CHOICE", "HOEGEMEYER", "LOCAL SEED", "MYCOGEN", +] +_CORN_BRANDS_SORTED = sorted(CORN_BRANDS, key=len, reverse=True) + + +def _corn_region(caption: str) -> str: + up = caption.upper() + for phrase, code in _CORN_REGION: + if phrase in up: + return code + return "OH" + + +def _corn_split_brand_product(text: str) -> tuple[str, str] | None: + """Split a row's leading text (brand + hybrid) into (brand, hybrid). + + Brands are the ALL-CAPS publisher labels in CORN_BRANDS; match the + longest known phrase at the start, the rest is the hybrid code. + """ + up = text.upper() + for b in _CORN_BRANDS_SORTED: + if up.startswith(b + " ") or up == b: + brand = text[:len(b)].strip() + product = text[len(b):].strip() + if product: + return brand, product + return None # brand with no hybrid → not a data row + return None + + +def _corn_site_groups(site_line: str) -> list[str]: + """Parse the site-name line into ordered column-group labels. + + The names are multi-word and space-separated on one line, e.g. + 'Hebron Washington Court House South Charleston Covington Summary'. + We can't split purely on whitespace, so we match against the known + OCPT site vocabulary (longest first) plus 'Summary'. + """ + # Known multi-word OCPT site/group names (longest-match-first). Single- + # word sites (Hebron, Greenville, Covington, Bucyrus…) need no vocabulary + # entry — anything not matched as a multi-word phrase is its own group. + known_multi = [ + "Washington Court House", "South Charleston", "Upper Sandusky", + "Western Ohio", "Statewide All Regions", "Van Wert", + ] + s = re.sub(r"\s+", " ", site_line).strip() + groups: list[str] = [] + tokens = s.split(" ") + i = 0 + while i < len(tokens): + # Fold a parenthetical annotation like "(7 Sites)" into the prev group. + if groups and (tokens[i].startswith("(") or tokens[i].endswith(")")): + groups[-1] = (groups[-1] + " " + tokens[i]).strip() + i += 1 + continue + matched = None + for name in sorted(known_multi, key=lambda n: -len(n.split())): + nlen = len(name.split()) + if " ".join(tokens[i:i + nlen]).lower() == name.lower(): + matched = name + break + if matched: + groups.append(matched) + i += len(matched.split()) + else: + # Single-token site name (Hebron / Greenville / Summary / …). + groups.append(tokens[i]) + i += 1 + return groups + + +# Metric labels per corn site group, in column order. +_CORN_METRICS = ["Yield", "Harv. Moisture", "Stalk Lodging", + "Final Stand", "Emergence"] + + +def _corn_parse_table(lines: list[str], header_idx: int, caption: str, + site_line: str) -> tuple[list[str], list[dict]] | None: + """Parse one corn table body into ``(group_labels, rows)`` where each + row is ``{brand, product, by_group: {label: {metric: val}}, tw}``.""" + groups = _corn_site_groups(site_line) + if not groups: + return None + # The header carries one 'Yield' token per column group — the + # authoritative group count. If the parsed site-name count disagrees + # (an unrecognized layout), SKIP the table rather than mis-assign + # numerics to the wrong sites. + n_header = lines[header_idx].lower().count("yield") + if n_header and n_header != len(groups): + log.warning("site-count mismatch (sites=%d, header Yield=%d) — " + "skipping table: %s", len(groups), n_header, + caption[:60]) + return None + n = len(groups) + rows: list[dict] = [] + for line in lines[header_idx + 1:]: + stripped = line.strip() + if not stripped: + continue + low = stripped.lower() + if low.startswith(_STAT_PREFIXES): + # A stat/footnote row, or the next table's header — stop if we + # hit a new caption, else just skip the stat row. + if low.startswith("table"): + break + continue + # Identify trailing numeric run. + toks = stripped.split() + j = len(toks) + while j > 0 and _NUM_TOKEN.match(toks[j - 1]): + j -= 1 + nums = [_to_num(t) for t in toks[j:]] + lead = " ".join(toks[:j]) + bp = _corn_split_brand_product(lead) + if bp is None: + continue + brand, product = bp + # Expected numeric count: 5 per group, + optional trailing TW. + per = 5 * n + tw = None + if len(nums) == per + 1: + tw = nums[-1] + nums = nums[:per] + elif len(nums) == per: + pass + else: + # Wrapped / short / malformed numeric run → skip (sanity gate). + continue + by_group: dict[str, dict] = {} + for gi, gname in enumerate(groups): + chunk = nums[gi * 5:(gi + 1) * 5] + if len(chunk) < 5: + continue + m: dict[str, Any] = {} + for label, v in zip(_CORN_METRICS, chunk): + if v is not None: + m[label] = v + by_group[gname] = m + rows.append({"brand": brand, "product": product, + "by_group": by_group, "tw": tw}) + return groups, rows + + +# Per-site footnote fields we lift from the single-year table footers. +_FOOTNOTE_FIELDS = { + "Soil Type": "soil_type", + "Previous Crop": "previous_crop", + "Tillage": "tillage", + "Cooperator": "cooperator", + "County": "county", +} + + +def build_corn_footnotes(pages: list) -> dict[str, dict[str, str]]: + """Word-position footnote extractor. + + pdfplumber's ``extract_text`` collapses the column whitespace, so a + footnote line like ``Cooperator Parrish Farms Sollars Farm ...`` + can't be split back into per-site values from text alone. Instead we + read WORDS with x-coordinates: the site-name header words give each + column's x-anchor, and we bucket every footnote word under the + nearest column to the LEFT-or-at its x. Returns + ``{site_name: {field: value}}`` so values are never mis-assigned. + """ + out: dict[str, dict[str, str]] = {} + for page in pages: + words = page.extract_words(use_text_flow=False) + # Group words into lines by their 'top' coordinate. + lines: dict[float, list[dict]] = {} + for w in words: + key = round(w["top"] / 2.0) * 2.0 # ~2px bucket + lines.setdefault(key, []).append(w) + ordered = [sorted(ws, key=lambda w: w["x0"]) + for _, ws in sorted(lines.items())] + # Find site-header lines: a row whose words are all known site names. + for li, lw in enumerate(ordered): + joined = " ".join(w["text"] for w in lw) + site_groups = _corn_site_groups(joined) + # require at least 2 real sites + the words to BE those sites + real = [g for g in site_groups if not g.lower().startswith("summary")] + if len(real) < 2: + continue + # Build column x-anchors: first word x0 of each site phrase. + anchors = _site_anchor_xs(lw, site_groups) + if not anchors: + continue + # Scan the following lines for footnote labels until next site hdr. + # The footnote block sits below 50-100+ hybrid data rows, so the + # window must be generous (it self-terminates at the next site + # header anyway). + for fl in ordered[li + 1:li + 130]: + ftxt = " ".join(w["text"] for w in fl) + if _corn_site_groups(ftxt) and len( + [g for g in _corn_site_groups(ftxt) + if not g.lower().startswith("summary")]) >= 2: + break # next table's site header + label, key = _match_footnote_label(fl) + if not label: + continue + # Words after the label, bucketed by nearest anchor. + lbl_words = label.split() + value_words = fl[len(lbl_words):] + buckets = _bucket_by_anchor(value_words, anchors) + for site_name, val in buckets.items(): + if val: + out.setdefault(site_name, {})[key] = val + return out + + +def _site_anchor_xs(header_words: list[dict], + groups: list[str]) -> list[tuple[float, str]]: + """Return ``[(x0, site_name), ...]`` for the real (non-Summary) sites, + using the first word of each multi-word site phrase as its x-anchor.""" + anchors: list[tuple[float, str]] = [] + i = 0 + for g in groups: + glen = len(g.split()) + if i < len(header_words): + x0 = header_words[i]["x0"] + if not g.lower().startswith("summary"): + anchors.append((x0, g)) + i += glen + return anchors + + +def _match_footnote_label(line_words: list[dict]) -> tuple[str | None, str | None]: + """If a footnote line starts with a known label, return (label, key).""" + txt = " ".join(w["text"] for w in line_words) + for label, key in _FOOTNOTE_FIELDS.items(): + if txt.lower().startswith(label.lower()): + return label, key + return None, None + + +def _bucket_by_anchor(value_words: list[dict], + anchors: list[tuple[float, str]]) -> dict[str, str]: + """Assign each value word to the site whose x-anchor is nearest at or + to the left of the word's x0 (footnote values sit roughly under their + column header). Joins the words per site preserving order.""" + if not anchors: + return {} + xs = [a[0] for a in anchors] + out: dict[str, list[str]] = {a[1]: [] for a in anchors} + for w in value_words: + x = w["x0"] + # nearest anchor by absolute distance + best_i = min(range(len(xs)), key=lambda i: abs(xs[i] - x)) + out[anchors[best_i][1]].append(w["text"]) + return {site: " ".join(ws).strip(" ,") for site, ws in out.items()} + + +# --------------------------------------------------------------------- CORN build + + +def build_corn_sites(text: str, year: int, pdf_url: str, + footnotes_by_site: dict[str, dict[str, str]] | None = None + ) -> list[SiteTrial]: + """Parse the whole corn report text into per-site SiteTrial objects. + + We process the SINGLE-YEAR per-site tables (1E/1L/4E/4L/7E/7L) as the + gold per-site data, and the multi-year/combined tables (2/3/5/6/8/9) + as region-level summary sidecars. Within a region+year, the Early and + Full-season tables for the same SITE are merged into one site sidecar. + + ``footnotes_by_site`` (from ``build_corn_footnotes``) supplies per-site + soil/cooperator/county metadata extracted by word x-position. + """ + footnotes_by_site = footnotes_by_site or {} + lines = text.splitlines() + # First parse Table 10 -> hybrid->traits. + traits_map = _corn_traits_map(lines) + + # Index every (caption_idx, site_line_idx, header_idx) triple. + blocks: list[tuple[int, str, str, int]] = [] + i = 0 + while i < len(lines): + m = re.match(r"^\s*(TABLE|Table)\s+(\d+)([EL]?)\.?[:\s]", lines[i]) + if m: + tbl_no = int(m.group(2)) + tbl_sfx = m.group(3) + caption = lines[i].strip() + # Find the next 'Brand ... Hybrid ...' header within a few lines. + header_idx = None + site_line = "" + for k in range(i + 1, min(i + 8, len(lines))): + lk = lines[k].strip() + if lk.lower().startswith("brand") and "hybrid" in lk.lower(): + header_idx = k + break + # The site-name line is the first non-empty, non-unit line + # after the caption that isn't the 'Harv. Stk. Final' line. + if lk and not site_line and not lk.lower().startswith( + ("harv.", "stk.", "final", "bu/a")): + site_line = lk + if header_idx is not None: + blocks.append((tbl_no, tbl_sfx, caption, header_idx)) + # also stash the site_line on a parallel structure + blocks[-1] = (tbl_no, tbl_sfx, caption, header_idx) + # remember site line via attribute on a dict below + _BLOCK_SITELINE[header_idx] = site_line + i = header_idx if header_idx else i + 1 + i += 1 + + # Aggregate per (region, table-kind, site). + site_acc: dict[str, SiteTrial] = {} + + for tbl_no, tbl_sfx, caption, header_idx in blocks: + site_line = _BLOCK_SITELINE.get(header_idx, "") + parsed = _corn_parse_table(lines, header_idx, caption, site_line) + if not parsed: + continue + groups, rows = parsed + if not rows: + continue + region = _corn_region(caption) + single_year = tbl_sfx in ("E", "L") # 1E/1L/4E/4L/7E/7L + maturity = {"E": "early", "L": "full-season"}.get(tbl_sfx, "") + + for gi, gname in enumerate(groups): + is_summary = gname.lower().startswith("summary") + # Build results list for this group. + results: list[dict] = [] + for r in rows: + m = dict(r["by_group"].get(gname, {})) + if not m or "Yield" not in m: + continue + # Test weight (TW) is a summary-level number → attach to the + # Summary group only. + if is_summary and r.get("tw") is not None: + m["Test Wt."] = r["tw"] + results.append({ + "brand": r["brand"], + "product": r["product"], + "traits": traits_map.get(_norm_hybrid(r["product"])), + "metrics": m, + }) + # Sanity-gate + rank. + results = _finalize_results(results) + if len(results) < 2: + continue + + if single_year: + if is_summary: + site = "Summary" + key = f"ocpt-corn-{year}-{region.lower()}-summary" + else: + site = gname + key = f"ocpt-corn-{year}-{region.lower()}-{_slug(gname)}" + else: + # multi-year / combined → region (or statewide) summary + site = gname + tag = {2: "2yr", 3: "3yr", 5: "2yr", 6: "3yr", 8: "2yr", + 9: "combined"}.get(tbl_no, f"t{tbl_no}") + key = (f"ocpt-corn-{year}-{region.lower()}-{tag}-{_slug(gname)}" + if not is_summary + else f"ocpt-corn-{year}-{region.lower()}-{tag}-summary") + + st = site_acc.get(key) + if st is None: + st = SiteTrial( + source_key=key, crop="corn", year=year, region=region, + site=site, pdf_url=pdf_url, + table_label=caption) + # attach footnote agronomic metadata for real sites + # (word-position keyed by site name → never mis-assigned) + if single_year and not is_summary: + fn = footnotes_by_site.get(gname, {}) + st.soil_type = fn.get("soil_type") or None + st.previous_crop = fn.get("previous_crop") or None + st.tillage = fn.get("tillage") or None + st.cooperator = fn.get("cooperator") or None + st.county = fn.get("county") or None + site_acc[key] = st + # Merge: append new hybrids (early + full season tables of the + # same site land in the same sidecar). Dedup by (brand, product). + seen = {(r["brand"], r["product"]) for r in st.results} + for r in results: + if (r["brand"], r["product"]) not in seen: + st.results.append(r) + seen.add((r["brand"], r["product"])) + if maturity and single_year: + st.table_label = caption # last caption wins (informational) + + # Re-rank each merged sidecar by Yield desc. + out = list(site_acc.values()) + for st in out: + st.results = _finalize_results(st.results) + return [st for st in out if len(st.results) >= 2] + + +_BLOCK_SITELINE: dict[int, str] = {} + + +def _norm_hybrid(h: str) -> str: + return re.sub(r"\s+", " ", (h or "").strip()).upper() + + +def _corn_traits_map(lines: list[str]) -> dict[str, str]: + """Parse Table 10 (Seed source / Hybrid No. / Technology Traits) into a + ``hybrid -> traits`` map. The table has a 'Hybrid No.' header and a + 'Technology Traits' column; rows are messy (brand wraps across lines), + so we anchor on the trait token vocabulary.""" + out: dict[str, str] = {} + trait_vocab = re.compile( + r"\b(RR|GT|CB|RW|LL|TRE|WBC|CEW|BCW|VIP|VT2P?|SmartStax|Enlist|" + r"NON-GMO|Conv|STS|PWE)\b", re.I) + in_t10 = False + for line in lines: + if re.match(r"^\s*TABLE\s+10\.", line): + in_t10 = True + continue + if in_t10 and re.match(r"^\s*TABLE\s+11", line): + break + if not in_t10: + continue + s = line.strip() + if not s or not trait_vocab.search(s): + continue + # The hybrid number precedes the table-no column and the traits. + # Pattern: ... + m = re.search(r"((?:[A-Z]{1,3}\s*)?[A-Z0-9][A-Z0-9\- ]*?)\s+" + r"(?:\d+[EL]?(?:,\s*)?)+\s+([A-Za-z0-9,\- ]*" + + r"(?:RR|GT|CB|RW|LL|TRE|WBC|CEW|BCW|VIP|VT2|" + r"Enlist|NON-GMO|Conv|STS|PWE)[A-Za-z0-9,\- ]*)", s) + if not m: + continue + hybrid = _norm_hybrid(m.group(1)) + traits = re.sub(r"\s+", " ", m.group(2).strip()).rstrip(",") + traits = _trim_trait_codes(traits) + if hybrid and traits and len(hybrid) <= 30: + out.setdefault(hybrid, traits) + return out + + +# Technology-trait code vocabulary (Table 10 'Technology Traits' column). +# Everything after this comma-list is the Fungicide / Seed-Treatment column, +# which we drop so ``traits`` carries ONLY the genetic trait stack. +_TRAIT_CODES = { + "RR", "GT", "CB", "RW", "LL", "TRE", "WBC", "CEW", "BCW", "VIP", "VT2", + "VT2P", "VT2PRO", "DG", "DT", "ENLIST", "NON-GMO", "CONV", "STS", "PWE", + "SMARTSTAX", "RW2", "SS", +} + + +def _trim_trait_codes(traits: str) -> str: + """Keep only the leading comma-separated technology-trait codes. + + The Table 10 trait column reads e.g. ``RR,CB,LL, Enlist Lumiscend PRO`` + where ``Lumiscend PRO`` is the Fungicide/Seed-Treatment column bleeding + in. The trait codes are comma-joined; the first SPACE-separated token + that isn't itself a trait code marks the end of the trait stack.""" + # Normalize: split on commas first to get the code tokens, but the codes + # themselves are space-or-comma separated. Walk tokens; stop at the first + # token that (a) follows a space (not a comma) and (b) is not a code. + kept: list[str] = [] + # Tokenize keeping comma adjacency info. + parts = re.findall(r"[A-Za-z0-9\-]+|,", traits) + prev_was_comma = True # treat start as if a comma preceded + for tok in parts: + if tok == ",": + kept.append(",") + prev_was_comma = True + continue + if tok.upper() in _TRAIT_CODES: + kept.append(tok) + prev_was_comma = False + continue + # A non-code token: only allowed if it directly follows a comma + # (e.g. ", Enlist" already handled above; this guards odd spacing). + if prev_was_comma and tok.upper() in _TRAIT_CODES: + kept.append(tok) + prev_was_comma = False + continue + break # reached the Fungicide column → stop + s = "".join( + (t if t == "," else (" " + t if i and kept[i - 1] != "," else t)) + for i, t in enumerate(kept)) + return s.strip().strip(",").strip() + + +# --------------------------------------------------------------------- SOY parse +# +# Soy region by caption phrase. +_SOY_REGION = (("NORTH", "North"), ("CENTRAL", "Central"), ("SOUTH", "South")) +# Soy seed brands — Brand is the SECOND column. Multi-word, longest first. +# Includes year-to-year string variants (the report is inconsistent: +# "Axis" vs "Axis Seed", "Dyna-Gro" vs "Dyna-Gro Seed"). +SOY_BRANDS = [ + "Seed Consultants, Inc.", "Ebberts Field Seeds", "Seed Genetics Direct", + "Great Heart Seed Co.", "Viking|Blue River", "GROWMARK, INC.", + "Albert Lea Seed", "Dyna-Gro Seed", "Shur Grow", "Dyna-Gro", "Gro Mor", + "Seedway", "Xitavo", "Asgrow", "DonMario", "Golden Harvest", "Axis Seed", + "Axis", "NK Seeds", "Confluence Genetics", "FS HiSOY", "Benson Hill", + "Bayer", "Beck's", "Stine", "Pioneer", "Brevant", "Channel", "LG Seeds", + "Hoegemeyer", +] +_SOY_BRANDS_SORTED = sorted(SOY_BRANDS, key=len, reverse=True) +# Soy "Type" column values that mark the boundary between the +# Variety+Brand columns and the Seed-Treatment column. The Type column is +# strictly one of these herbicide-trait classes (EN=Enlist, CV=conventional, +# XF=XtendFlex, STS=sulfonylurea-tolerant) and may be a comma-compound +# ("EN, STS"). NOT E3/RR2X/LL — those appear INSIDE variety names +# ("E3190 E3") and would split the row in the wrong place. A trailing +# comma signals a compound type whose continuation we consume. +_SOY_TYPE_TOKENS = {"EN", "CV", "XF", "STS"} + + +def _soy_type_at(toks: list[str], i: int) -> int | None: + """If a Type column begins at index i, return the index AFTER it (so the + Seed-Treatment column starts there). Handles bare 'EN' and the + comma-compound 'EN, STS' (where toks[i]=='EN,' then 'STS').""" + t = toks[i] + bare = t.rstrip(",") + if bare not in _SOY_TYPE_TOKENS: + return None + end = i + 1 + # consume continuation tokens of a comma-compound type + while t.endswith(",") and end < len(toks) and \ + toks[end].rstrip(",") in _SOY_TYPE_TOKENS: + t = toks[end] + end += 1 + return end + + +def _soy_region(caption: str) -> tuple[str, str]: + up = caption.upper() + region = "OH" + for phrase, code in _SOY_REGION: + if phrase in up: + region = code + break + maturity = "late" if "LATE" in up else ("early" if "EARLY" in up else "") + return region, maturity + + +def _soy_site_codes(text: str) -> dict[str, str]: + """Parse Table 1 (Site Descriptions) -> {code: 'County Co.'}. + + The header line lists codes (N1 N2 C1 C2 S1 S2) and the next line + lists the matching counties.""" + lines = text.splitlines() + for i, line in enumerate(lines): + codes = re.findall(r"\b([NCS]\d)\b", line) + if len(codes) >= 4 and i + 1 < len(lines): + # county line follows + county_line = lines[i + 1].strip() + counties = re.split(r"\s{2,}", county_line) + counties = [c.strip() for c in counties if c.strip()] + if len(counties) >= len(codes): + return dict(zip(codes, counties[:len(codes)])) + # fall back: single-space split + cs = county_line.split() + # rebuild "X Co." pairs + merged: list[str] = [] + j = 0 + while j < len(cs): + if j + 1 < len(cs) and cs[j + 1].lower().startswith("co"): + merged.append(f"{cs[j]} {cs[j+1]}") + j += 2 + else: + merged.append(cs[j]) + j += 1 + if len(merged) >= len(codes): + return dict(zip(codes, merged[:len(codes)])) + return {} + + +def _soy_parse_table(lines: list[str], header_idx: int, + site_codes_in_header: list[str]) -> list[dict]: + """Parse a soy region table body. Header columns: + Variety | Brand | Type | Seed Treatment | RM | | Mean[s] + Returns rows of ``{brand, product, traits, metrics}`` (metrics keyed + by site code yield + '25 Mean' + optional 2-yr mean).""" + rows: list[dict] = [] + for line in lines[header_idx + 1:]: + s = line.strip() + if not s: + continue + low = s.lower() + if low.startswith(("table", "average", "lsd", "mean", "cv", + "high", "low", "variety", "entry")): + if low.startswith("table"): + break + continue + toks = s.split() + # Trailing numeric run = RM + per-site yields + means. + j = len(toks) + while j > 0 and _NUM_TOKEN.match(_SIG_RE.sub("", toks[j - 1])): + j -= 1 + nums = toks[j:] + if len(nums) < 3: # need RM + >=1 site + mean + continue + lead = toks[:j] + if len(lead) < 3: + continue + # Find the Type column to split Variety+Brand | SeedTreatment. + # Skip the variety (token 0) and require at least variety+brand + # before the Type column (type_pos >= 2). + type_pos = None + type_end = None + for ti in range(2, len(lead)): + end = _soy_type_at(lead, ti) + if end is not None: + type_pos, type_end = ti, end + break + if type_pos is None: + continue + soy_type = " ".join(lead[type_pos:type_end]).rstrip(",") + vb = " ".join(lead[:type_pos]) # variety + brand + seed_treatment = " ".join(lead[type_end:]) + # Split Variety | Brand: brand is a known phrase at the END of vb. + brand, variety = _soy_split_variety_brand(vb) + if not brand or not variety: + continue + # Numeric run: nums[0] is RM (a 2.x-4.x decimal); rest are yields. + rm_val = _to_num(nums[0]) + yields = [_to_num(x) for x in nums[1:]] + metrics: dict[str, Any] = {} + if rm_val is not None: + metrics["RM"] = rm_val + # Map per-site yields by header code; the last 1-2 numbers are + # the regional mean(s). primary "Yield" = '25 mean (the regional + # mean for the harvest year). + site_yields = yields[:len(site_codes_in_header)] + for code, yv in zip(site_codes_in_header, site_yields): + if yv is not None: + metrics[f"Yield {code}"] = yv + # Means: whatever's left after the site columns. + rest = yields[len(site_codes_in_header):] + if rest and rest[0] is not None: + metrics["Yield"] = rest[0] # '25 regional mean — primary + if len(rest) >= 2 and rest[1] is not None: + metrics["Yield 2yr Mean"] = rest[1] + if "Yield" not in metrics: + # No regional mean column → use the best available site yield. + site_vals = [v for v in site_yields if v is not None] + if site_vals: + metrics["Yield"] = max(site_vals) + rows.append({ + "brand": brand, "product": variety, + "traits": soy_type if soy_type not in ("",) else None, + "_seed_treatment": seed_treatment or None, + "metrics": metrics, + }) + return rows + + +def _soy_split_variety_brand(vb: str) -> tuple[str | None, str | None]: + """``'30B4 Viking|Blue River'`` -> (brand='Viking|Blue River', + variety='30B4'). Brand is a known SOY_BRANDS phrase; it sits AFTER the + variety token(s).""" + low = vb.lower() + for b in _SOY_BRANDS_SORTED: + bl = b.lower() + if low.endswith(" " + bl) or low == bl: + variety = vb[:len(vb) - len(b)].strip() + if variety: + return b, variety + return b, None + # Fallback: first token = variety, rest = brand (best effort). + parts = vb.split() + if len(parts) >= 2: + return " ".join(parts[1:]), parts[0] + return None, None + + +def build_soy_regions(text: str, year: int, pdf_url: str) -> list[SiteTrial]: + """Parse the soy report text into per-region x maturity SiteTrials.""" + lines = text.splitlines() + site_codes = _soy_site_codes(text) # {N1: 'Henry Co.', ...} + + out: dict[str, SiteTrial] = {} + i = 0 + while i < len(lines): + m = re.match(r"^\s*(TABLE|Table)\s+(\d+)\s*[:\.]", lines[i]) + if not m: + i += 1 + continue + tbl_no = int(m.group(2)) + caption = lines[i].strip() + # Only the regional yield tables (3-8) carry Variety/Brand rows. + if tbl_no < 3 or tbl_no > 8: + i += 1 + continue + # Find the column header and the per-site codes it lists. + header_idx = None + for k in range(i + 1, min(i + 6, len(lines))): + lk = lines[k].strip() + if lk.lower().startswith("variety") and "brand" in lk.lower(): + header_idx = k + break + if header_idx is None: + i += 1 + continue + header = lines[header_idx] + codes_in_header = re.findall(r"\b([NCS]\d)\b", header) + rows = _soy_parse_table(lines, header_idx, codes_in_header) + rows = _finalize_results(rows) + if len(rows) < 2: + i = header_idx + 1 + continue + region, maturity = _soy_region(caption) + key = f"ocpt-soybeans-{year}-{region.lower()}-{maturity or 't'+str(tbl_no)}" + # Build a per-site mapping for the sidecar's site list. + site_towns = "; ".join( + f"{c}={site_codes.get(c, c)}" for c in codes_in_header) + st = out.get(key) + if st is None: + st = SiteTrial( + source_key=key, crop="soybeans", year=year, region=region, + site=(maturity + " maturity").strip() or None, pdf_url=pdf_url, + table_label=caption) + st.cooperator = site_towns or None # repurpose for site map note + out[key] = st + seen = {(r["brand"], r["product"]) for r in st.results} + for r in rows: + if (r["brand"], r["product"]) not in seen: + st.results.append(r) + seen.add((r["brand"], r["product"])) + i = header_idx + 1 + + res = list(out.values()) + for st in res: + st.results = _finalize_results(st.results) + return [st for st in res if len(st.results) >= 2] + + +# --------------------------------------------------------------------- sanity + rank + + +def _row_ok(r: dict) -> bool: + brand = (r.get("brand") or "").strip() + if not brand or len(brand) <= 1: + return False + # A purely-numeric brand is junk (a stat row leaked through). + if _NUM_TOKEN.match(brand): + return False + if not (r.get("product") or "").strip(): + return False + y = (r.get("metrics") or {}).get("Yield") + if not isinstance(y, (int, float)) or not (1 < y < 400): + return False + return True + + +def _finalize_results(results: list[dict]) -> list[dict]: + """Drop junk rows, sort by Yield desc, assign 1-based rank.""" + good = [r for r in results if _row_ok(r)] + good.sort(key=lambda r: -float(r["metrics"]["Yield"])) + for idx, r in enumerate(good, start=1): + r["rank"] = idx + # drop internal-only key if present + r.pop("_seed_treatment", None) + # canonical key order: rank, brand, product, traits, metrics + return [{"rank": r["rank"], "brand": r["brand"], "product": r["product"], + "traits": r.get("traits"), "metrics": r["metrics"]} + for r in good] + + +# --------------------------------------------------------------------- render + + +def render_markdown(st: SiteTrial) -> str: + crop_label = {"corn": "Corn", "soybeans": "Soybean"}.get( + st.crop, st.crop.title()) + where = ", ".join(filter(None, [st.site, "OH"])) + head: list[str] = [ + f"# {crop_label} yield trial — {where} ({st.region}, {st.year})", + "", + f"- **Publisher:** {PUBLISHER_BRAND} (independent third-party," + f" all brands)", + f"- **Vendor:** {VENDOR} (CFAES extension)", + f"- **Crop:** {crop_label}", + f"- **Year:** {st.year}", + f"- **Region:** {st.region}", + ] + if st.site: + head.append(f"- **Site:** {st.site}") + if st.county: + head.append(f"- **County:** {st.county}") + if st.table_label: + head.append(f"- **Source table:** {st.table_label}") + if st.cooperator: + head.append(f"- **Cooperator / sites:** {st.cooperator}") + if st.soil_type: + head.append(f"- **Soil type:** {st.soil_type}") + if st.previous_crop: + head.append(f"- **Previous crop:** {st.previous_crop}") + if st.tillage: + head.append(f"- **Tillage:** {st.tillage}") + head += [f"- **Source PDF:** {st.pdf_url}", + f"- **Note:** {TOS_NOTE}", "", "---", "", + "## Results (by yield rank)", ""] + # Discover metric columns from the first result. + metric_keys: list[str] = [] + for r in st.results: + if r.get("metrics"): + metric_keys = list(r["metrics"].keys()) + break + headers = ["Rank", "Brand", "Hybrid/Variety", "Traits"] + metric_keys + head.append("| " + " | ".join(headers) + " |") + head.append("|" + "|".join(["---"] * len(headers)) + "|") + for r in st.results: + row = [str(r.get("rank", "-")), r.get("brand") or "-", + r.get("product") or "-", r.get("traits") or "-"] + m = r.get("metrics") or {} + for k in metric_keys: + v = m.get(k) + row.append("-" if v is None else str(v)) + head.append("| " + " | ".join(row) + " |") + head.append("") + return "\n".join(head) + + +def write_trial(st: SiteTrial, body_md: str) -> None: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + (CORPUS_DIR / f"{st.source_key}.md").write_text(body_md, encoding="utf-8") + sidecar = { + "source": "ohio_ocpt_trials", + "source_key": st.source_key, + "data_type": "trial", + "vendor": VENDOR, + "brand_aggregator": BRAND_AGGREGATOR, + "brand": PUBLISHER_BRAND, + "crop": st.crop, + "state": "OH", + "state_abbrev": "oh", + "year": st.year, + "region": st.region, + "site": st.site, + "cooperator": st.cooperator, + "county": st.county, + "soil_type": st.soil_type, + "previous_crop": st.previous_crop, + "tillage": st.tillage, + "table_label": st.table_label, + "results": st.results, + "n_results": len(st.results), + "tos_note": TOS_NOTE, + "source_urls": [st.pdf_url], + "fetched_at": datetime.now(timezone.utc).isoformat(), + "scraper_version": SCRAPER_VERSION, + } + (CORPUS_DIR / f"{st.source_key}.json").write_text( + json.dumps(sidecar, indent=2, ensure_ascii=False) + "\n", + encoding="utf-8") + + +# --------------------------------------------------------------------- pipeline + + +def _extract_pdf(http: RateLimitedSession, pdf_url: str + ) -> tuple[str, dict[str, dict[str, str]]]: + """Return ``(full_text, corn_footnotes_by_site)``. The footnote map is + only meaningful for corn; soy ignores it.""" + r = http.get(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) + try: + footnotes = build_corn_footnotes(pdf.pages) + except Exception as exc: # noqa: BLE001 — footnotes are enrichment + log.warning("footnote extraction failed (%s): %s", pdf_url, exc) + footnotes = {} + return text, footnotes + + +def process_report(http: RateLimitedSession, *, crop: str, year: int, + force: bool, limit: int | None, + counts: dict) -> int: + pdf_url = discover_report_pdf(http, crop, year) + if not pdf_url: + counts["no_pdf"] += 1 + return 0 + try: + text, footnotes = _extract_pdf(http, pdf_url) + except Exception as exc: # noqa: BLE001 + log.error("%s %d PDF fetch/parse failed: %s", crop, year, exc) + counts["failed"] += 1 + return 0 + if not text or len(text) < 1000: + log.warning("%s %d: PDF text layer too thin (%d chars) — skip", + crop, year, len(text)) + counts["image_skip"] += 1 + return 0 + + _BLOCK_SITELINE.clear() + if crop == "corn": + trials = build_corn_sites(text, year, pdf_url, + footnotes_by_site=footnotes) + else: + trials = build_soy_regions(text, year, pdf_url) + + if not trials: + log.warning("%s %d: no per-site tables parsed cleanly — skip", + crop, year) + counts["table_skip"] += 1 + return 0 + + written = 0 + for st in trials: + if limit is not None and counts["written"] >= limit: + break + md_path = CORPUS_DIR / f"{st.source_key}.md" + if md_path.exists() and not force: + counts["skipped"] += 1 + continue + write_trial(st, render_markdown(st)) + counts["written"] += 1 + written += 1 + brands = sorted({r["brand"] for r in st.results}) + log.info("%s | %d results | %d brands (%s%s)", + st.source_key, len(st.results), len(brands), + ", ".join(brands[:4]), "…" if len(brands) > 4 else "") + log.info("%s %d: %d sidecars written (%d candidate tables)", + crop, year, written, len(trials)) + return written + + +def run(*, crops: list[str], years: list[int], limit: int | None, + force: bool) -> int: + CORPUS_DIR.mkdir(parents=True, exist_ok=True) + http = RateLimitedSession() + counts = {"written": 0, "skipped": 0, "no_pdf": 0, "failed": 0, + "image_skip": 0, "table_skip": 0} + for crop in crops: + for year in years: + if limit is not None and counts["written"] >= limit: + break + process_report(http, crop=crop, year=year, force=force, + limit=limit, counts=counts) + log.info("done: written=%d skipped=%d no_pdf=%d failed=%d " + "image_skip=%d table_skip=%d", + counts["written"], counts["skipped"], counts["no_pdf"], + counts["failed"], counts["image_skip"], counts["table_skip"]) + return 0 + + +# --------------------------------------------------------------------- CLI + + +def _build_argparser() -> argparse.ArgumentParser: + p = argparse.ArgumentParser( + prog="scrape.sources.ohio_ocpt_trials", + description="Scrape the Ohio Corn/Soybean Performance Test report " + "PDFs into per-site cross-vendor yield trials.") + 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 the u.osu.edu archive years (2018–2023).") + p.add_argument("--limit", type=int, default=None, + help="Stop after writing N sidecars (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=("corn", "soybeans"), + help="Limit to one crop (default: both).") + 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) + crops = [args.crop] if args.crop else ["corn", "soybeans"] + if args.year is not None: + years = [args.year] + elif args.include_old: + years = OLD_YEARS + BASELINE_YEARS + else: + years = BASELINE_YEARS + return run(crops=crops, years=years, limit=args.limit, force=args.force) + + +if __name__ == "__main__": + sys.exit(main()) diff --git a/sources.json b/sources.json index 3b6a44a7..28a2f9d6 100644 --- a/sources.json +++ b/sources.json @@ -307,6 +307,55 @@ "tos_check_date": "2026-06-09", "tos_note": "Squarespace site; robots.txt does NOT block AI/content crawling (the AI-bot UAs incl. ClaudeBot/anthropic-ai are grouped with User-agent:* under standard Squarespace exclusions only — no Disallow:/, AI-block toggle off, no expressed AI opt-out). No anti-scraping ToS clause found. Lineup is published as a public seed-guide PDF on a Squarespace CDN URL (not disallowed). UA seed-mcp-scraper.", "schema_notes": "PDF-extraction source (no structured web catalog — Squarespace visual grid). Download the 2026 Seed Guide PDF (https://www.robseeco.com/s/2026_RobSeeCo-Seed-Guide_FINAL-LR-Single.pdf, follow redirect to static1.squarespace.com; ~18MB, 52 pages; cached under var/, gitignored). EVERY content page is DUPLICATED (p5==p6, p9==p10, ...) → dedup by source_key. Sections: corn ratings table p5-8 + 2-col descriptive cards p9-18; soy ratings table p19-26 + cards. Masters Choice silage (p27-38) + sorghum (p39-42) scoped OUT. Rotated/vertical column headers reconstructed by clustering rotated words by x0; each data cell mapped to its column by X-CENTER alignment (whitespace tokenization is unreliable around sparse cells). Cards joined by code to enrich trait_stack (corn -RR2/-VT2P/-Conv suffixes) + strengths bullets. characteristics_groups: AGRONOMIC (emergence/vigor/root/stalk/greensnap/staygreen/drydown/drought/plant+ear height/test wt) + DISEASE (GLS/Goss/NCLB/Tar Spot/fungicide response; soy SCN source+score/IDC/Phytophthora gene+PRR/BSR/SWM/SDS). SCALE: 1-9, 9=Best (HIGHER=better, same direction as Bayer/Stine-corn); '-'=not available; soy disease letter codes R/MR/S; Product Fit Geography A/C/E/W/CW. Column map verified against descriptive-card bullets; 0 card-only fallbacks (all 130 parsed from the table)." + }, + { + "name": "illinois_vt_trials", + "vendor": "University of Illinois", + "brand_aggregator": "University of Illinois Variety Testing publishes", + "crops": [ + "corn", + "soybeans", + "wheat" + ], + "verdict": "green", + "expected_count": 30, + "base_url": "https://vt.cropsci.illinois.edu", + "scope_filter": "University-extension variety trials (independent third-party; tests ALL entered brands incl. majors). 2024+2025 baseline (--include-old walks 2000-2023). One doc per region trial table; corn-following-corn vs corn-following-soybean kept as distinct docs.", + "tos_check_date": "2026-06-10", + "tos_note": "No usage terms posted on the UIUC VT site (verified corn/soy/wheat + About pages); publicly-funded land-grant data published for farmers (companies pay an entry fee, which doesn't restrict result reuse). Attribute 'University of Illinois Variety Testing'. Polite UA seed-mcp-scraper, ~1s rate.", + "schema_notes": "data_type=trial; emits the gh_plot results[] shape and routes through _render_gh_plot_chunk with include_region=True (region folded into the embedded chunk). Discover the per-region XLSX hrefs from the /corn /soybeans /wheat index pages (the upload URL's month segment varies; do NOT guess). Parse XLSX with openpyxl (added to requirements; scrape-time only — not needed in the image-only CI rebuild). Header-anchored cell map (multi-word company names + variable trait cols shift fixed positions): col0=Company->brand, col1=Name->product; metric columns resolved by merging the group-header/column-name/units rows; 'Yield'=the Regional/Regional-Average bu/a column (canonical key), + Moisture/Lodging/Height/Protein/Oil/Maturity + 2yr/3yr avg. traits = GT/HT/IST seed-treatment cols. Per-site metadata (Host->cooperator, County, Soil type, Planting/Harvest date->ISO, Tillage, Lat/Long) read from a self-locating label block. rank synthesized by Yield DESC (corn/soy list alphabetically; wheat's own Yield Rank honored). Per-row sanity gate drops summary/blank-brand rows + yields outside 1-400. NOTE: DEKALB/Channel/Brevant/AgriGold are NOT entered in the IL program (true negatives, not parse gaps); Pioneer/NK + many regionals (FS InSPIRE, AgriMAXX, Burrus, Cornelius) are." + }, + { + "name": "iowa_icpt_trials", + "vendor": "Iowa State University", + "brand_aggregator": "Iowa Crop Performance Tests publishes", + "crops": [ + "corn", + "soybeans" + ], + "verdict": "green", + "expected_count": 24, + "base_url": "https://www.croptesting.iastate.edu", + "scope_filter": "University-extension variety trials (independent third-party; all entered brands). Corn + soybean (no wheat — Iowa ICPT doesn't run a wheat trial). 2024+2025 baseline (--include-old 2014-2023). One doc per (crop, year, district, maturity-season); districts North/Central/South.", + "tos_check_date": "2026-06-10", + "tos_note": "No robots.txt (ASP.NET 404). Footer 'Copyright (c) 1995-2016 Iowa State University ... All rights reserved' — no automation/scraping clause. Public ICPT land-grant data. Attribute 'Iowa Crop Performance Tests / Iowa State University'. Polite UA seed-mcp-scraper, single-threaded, 2s interval.", + "schema_notes": "data_type=trial; gh_plot results[] shape → _render_gh_plot_chunk(include_region=True). Server-rendered ASP.NET GridView tables (requests + BeautifulSoup; no JS). NAVIGATION IS POSTBACK, not GET: only the District2.aspx pages are live; GET the page to harvest hidden fields (__VIEWSTATE/__VIEWSTATEGENERATOR/__VIEWSTATEENCRYPTED), then POST cmbYear + radLstDistrict (1/2/3) + radListSeason + radLstShowOptions=yield + btnFilter. Column map: Company->brand, Entry->product, Herb Tech + Trait Package->traits, Yield (canonical key) + Yldp(yield % of mean) + Moist + per-site Wyld/Eyld->metrics. rank synthesized by Yield DESC (no rank column). Per-row sanity gate (10-400 bu/a) drops summary rows. Single-location pages skipped (redundant with the district per-site columns). Majors confirmed present (Pioneer/DEKALB/Asgrow/NK/Golden Harvest); ISU/LOYAL BRAND/P3 are legit public/regional lines; Brevant is a true-negative (not an entrant)." + }, + { + "name": "ohio_ocpt_trials", + "vendor": "The Ohio State University", + "brand_aggregator": "Ohio Corn/Soybean Performance Test publishes", + "crops": [ + "corn", + "soybeans" + ], + "verdict": "green", + "expected_count": 69, + "base_url": "https://ohiocroptest.cfaes.osu.edu", + "scope_filter": "University-extension variety trials (independent third-party; all entered brands). Corn + soybean. 2024+2025 baseline (--include-old against the u.osu.edu/perf archive). Corn = one doc per site (Early+Full merged) + region summaries; soy = one doc per region x maturity.", + "tos_check_date": "2026-06-10", + "tos_note": "Report PDF carries '(c) The Ohio State University' + an explicit no-endorsement clause; entry-fee-funded CFAES extension publication for farmers. Attribute 'Ohio Corn/Soybean Performance Test, OSU CFAES'. Polite UA seed-mcp-scraper, low rate.", + "schema_notes": "data_type=trial; gh_plot results[] shape → _render_gh_plot_chunk(include_region=True). PDF (pdfplumber). Discover the report PDF hrefs live from /corntrials/?year=N and /soyN/ (no hardcoded filename); the regions.asp web tool is JS-rendered and IGNORED. CORN: per-site tables repeat 'Brand|Hybrid| Yield Mst Ldg Std Emg' x N sites + trailing TW; anchor on the trailing numeric run, split into N groups of 5 (group count taken authoritatively from the header's 'Yield' token count — a mismatch SKIPS the table), brand/hybrid split via an ALL-CAPS known-brand dictionary (longest-match-first), per-site agronomic footnotes (soil/prev-crop/tillage/cooperator/county) via word x-coordinate bucketing (text alone mis-assigns columns), Table-10 hybrid->trait-codes joined onto results. SOY: 'Variety|Brand|Type|Seed Treatment|RM|per-site yields|Mean' anchored on the Type column (EN/CV/XF/STS incl. comma-compounds). 'Yield' canonical key. Per-row + site-count sanity gates; 0 verbatim fallbacks needed at baseline. Majors present (CHANNEL/DEKALB/NK/Golden Harvest/LG/AgriGold/Asgrow/Xitavo/Beck's); Pioneer/Brevant didn't enter Ohio these years (true negatives)." } ], "_excluded_sources": [